Skip to content

Commit

Permalink
deploy: 32a1126
Browse files Browse the repository at this point in the history
  • Loading branch information
jackliusr committed Aug 1, 2024
1 parent ef66308 commit 383e38d
Show file tree
Hide file tree
Showing 40 changed files with 1,123 additions and 350 deletions.
2 changes: 1 addition & 1 deletion categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h1 class="f2 f-subheadline-l fw2 light-silver mb0 mt0 lh-title">
<a href="https://jackliusr.github.io/categories/management/">management <sup><strong><sup>3</sup></strong></sup> </a>
</li>
<li>
<a href="https://jackliusr.github.io/categories/tech/">tech <sup><strong><sup>165</sup></strong></sup> </a>
<a href="https://jackliusr.github.io/categories/tech/">tech <sup><strong><sup>166</sup></strong></sup> </a>
</li>
</ul>
</main>
Expand Down
4 changes: 2 additions & 2 deletions categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<description>Recent content in Categories on My learning and diary</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 23 Jul 2024 10:10:00 +0800</lastBuildDate><atom:link href="https://jackliusr.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Thu, 01 Aug 2024 16:10:00 +0800</lastBuildDate><atom:link href="https://jackliusr.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>tech</title>
<link>https://jackliusr.github.io/categories/tech/</link>
<pubDate>Tue, 23 Jul 2024 10:10:00 +0800</pubDate>
<pubDate>Thu, 01 Aug 2024 16:10:00 +0800</pubDate>

<guid>https://jackliusr.github.io/categories/tech/</guid>
<description></description>
Expand Down
18 changes: 18 additions & 0 deletions categories/tech/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,24 @@ <h1 class="f2 f-subheadline-l fw2 light-silver mb0 mt0 lh-title">
<div class="relative w-100 mb4 bg-white">
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/2024/08/inconsistent-templates-in-visual-studio-and-dotnet-cli-when-dotnet_cli_home-set-to-custom-location/" class="link black dim">
Inconsistent templates in visual studio and dotnet cli when dotnet_cli_home set to custom location
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
Due to security policy, I had to set dotnet_cli_home to non-default location to run some building steps. Things went quite well until not. All my command line usages and batch scripts work, until I tried to create a project using the custom project template via Visual Studio and noticed that old deleted template was shown in &#34;Create a new project&#34; dialog.
I tried several options and none of them works for my case.
</div>
</div>
</div>

</div>

<div class="relative w-100 mb4 bg-white">
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/2024/07/how-firely-sdk-handle-extra-fields-not-extension-in-poco-and-isourcenode/" class="link black dim">
Expand Down
12 changes: 11 additions & 1 deletion categories/tech/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
<description>Recent content in tech on My learning and diary</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 23 Jul 2024 10:10:00 +0800</lastBuildDate><atom:link href="https://jackliusr.github.io/categories/tech/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Thu, 01 Aug 2024 16:10:00 +0800</lastBuildDate><atom:link href="https://jackliusr.github.io/categories/tech/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Inconsistent templates in visual studio and dotnet cli when dotnet_cli_home set to custom location</title>
<link>https://jackliusr.github.io/posts/2024/08/inconsistent-templates-in-visual-studio-and-dotnet-cli-when-dotnet_cli_home-set-to-custom-location/</link>
<pubDate>Thu, 01 Aug 2024 16:10:00 +0800</pubDate>

<guid>https://jackliusr.github.io/posts/2024/08/inconsistent-templates-in-visual-studio-and-dotnet-cli-when-dotnet_cli_home-set-to-custom-location/</guid>
<description>Due to security policy, I had to set dotnet_cli_home to non-default location to run some building steps. Things went quite well until not. All my command line usages and batch scripts work, until I tried to create a project using the custom project template via Visual Studio and noticed that old deleted template was shown in &amp;#34;Create a new project&amp;#34; dialog.
I tried several options and none of them works for my case.</description>
</item>

<item>
<title>How firely sdk handle extra fields (not extension) in Poco and ISourceNode</title>
<link>https://jackliusr.github.io/posts/2024/07/how-firely-sdk-handle-extra-fields-not-extension-in-poco-and-isourcenode/</link>
Expand Down
50 changes: 25 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,15 @@ <h1 class="flex-none">

<div class="blah w-100">
<h1 class="f3 fw1 athelas mt0 lh-title">
<a href="/posts/2024/07/how-firely-sdk-handle-extra-fields-not-extension-in-poco-and-isourcenode/" class="color-inherit dim link">
How firely sdk handle extra fields (not extension) in Poco and ISourceNode
<a href="/posts/2024/08/inconsistent-templates-in-visual-studio-and-dotnet-cli-when-dotnet_cli_home-set-to-custom-location/" class="color-inherit dim link">
Inconsistent templates in visual studio and dotnet cli when dotnet_cli_home set to custom location
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
Most time, I think json is forward and backward compatible as long as some convention is kept such as adding fields only etc. I always thought so since I studied CQRS and event sourcing. Is it true for FHIR, especially firely sdk? I answered so in a discussion, however I doubted it as I didn’t do it in FHIR. Here I have a short code to demostrate the two case. In the end, the result is yes and no.
Due to security policy, I had to set dotnet_cli_home to non-default location to run some building steps. Things went quite well until not. All my command line usages and batch scripts work, until I tried to create a project using the custom project template via Visual Studio and noticed that old deleted template was shown in &#34;Create a new project&#34; dialog.
I tried several options and none of them works for my case.
</div>
<a href="/posts/2024/07/how-firely-sdk-handle-extra-fields-not-extension-in-poco-and-isourcenode/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
<a href="/posts/2024/08/inconsistent-templates-in-visual-studio-and-dotnet-cli-when-dotnet_cli_home-set-to-custom-location/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>

</div>
</div>
Expand All @@ -219,20 +220,14 @@ <h1 class="f3 fw1 athelas mt0 lh-title">

<div class="blah w-100">
<h1 class="f3 fw1 athelas mt0 lh-title">
<a href="/posts/2024/07/setup-visual-studio-2022-in-restricted-environment/" class="color-inherit dim link">
Setup visual studio 2022 in restricted environment
<a href="/posts/2024/07/how-firely-sdk-handle-extra-fields-not-extension-in-poco-and-isourcenode/" class="color-inherit dim link">
How firely sdk handle extra fields (not extension) in Poco and ISourceNode
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
uninstall vs and vsinstaller
restart machine
download below two vs cpp redist and install first before install visual studio https://aka.ms/vs/17/release/vc_redist.x86.exe https://aka.ms/vs/17/release/vc_redist.x64.exe
download the latest version of VisualStudioSetup.exe from https://c2rsetup.officeapps.live.com/c2r/downloadVS.aspx?sku=professional&amp;channel=Release&amp;version=VS2022&amp;source=VSLandingPage&amp;cid=2030:a4e034a4e73f4c1cb41366109a953e4d
choose download all and install when installing visual studio after choosing components to install
Clear Visual Studio Component Cache
Close Visual Studio (ensure devenv.exe is not present in the Task Manager)
Most time, I think json is forward and backward compatible as long as some convention is kept such as adding fields only etc. I always thought so since I studied CQRS and event sourcing. Is it true for FHIR, especially firely sdk? I answered so in a discussion, however I doubted it as I didn’t do it in FHIR. Here I have a short code to demostrate the two case. In the end, the result is yes and no.
</div>
<a href="/posts/2024/07/setup-visual-studio-2022-in-restricted-environment/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
<a href="/posts/2024/07/how-firely-sdk-handle-extra-fields-not-extension-in-poco-and-isourcenode/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>

</div>
</div>
Expand All @@ -249,15 +244,20 @@ <h1 class="f3 fw1 athelas mt0 lh-title">

<div class="blah w-100">
<h1 class="f3 fw1 athelas mt0 lh-title">
<a href="/posts/2024/07/fold-and-reduce-in-linq/" class="color-inherit dim link">
Fold and Reduce in LINQ
<a href="/posts/2024/07/setup-visual-studio-2022-in-restricted-environment/" class="color-inherit dim link">
Setup visual studio 2022 in restricted environment
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
In functional programming languages, there are several difference betwee them. I was quite interested in functional programming, even I spent some time to learn haskel and scala. I knew what I can use Select for map, not sure about folder and reduce
FeatureFoldReduceInitial ValueRequires an initial value.Does not require an initial value.Function Signature(A, B) =&gt; A(A, A) =&gt; AApplicabilityCan be used on empty collections.Requires a non-empty collection.VariantsfoldLeft and foldRightreduceLeft and reduceRightStarting PointfoldLeft starts from the left.
uninstall vs and vsinstaller
restart machine
download below two vs cpp redist and install first before install visual studio https://aka.ms/vs/17/release/vc_redist.x86.exe https://aka.ms/vs/17/release/vc_redist.x64.exe
download the latest version of VisualStudioSetup.exe from https://c2rsetup.officeapps.live.com/c2r/downloadVS.aspx?sku=professional&amp;channel=Release&amp;version=VS2022&amp;source=VSLandingPage&amp;cid=2030:a4e034a4e73f4c1cb41366109a953e4d
choose download all and install when installing visual studio after choosing components to install
Clear Visual Studio Component Cache
Close Visual Studio (ensure devenv.exe is not present in the Task Manager)
</div>
<a href="/posts/2024/07/fold-and-reduce-in-linq/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
<a href="/posts/2024/07/setup-visual-studio-2022-in-restricted-environment/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>

</div>
</div>
Expand All @@ -273,6 +273,12 @@ <h1 class="f3 fw1 athelas mt0 lh-title">
<h1 class="f3">More</h1>


<h2 class="f5 fw4 mb4 dib mr3">
<a href="/posts/2024/07/fold-and-reduce-in-linq/" class="link black dim">
Fold and Reduce in LINQ
</a>
</h2>

<h2 class="f5 fw4 mb4 dib mr3">
<a href="/posts/2024/07/streamline-pack-and-install-package-to-global-packages/" class="link black dim">
streamline pack and install package to global-packages
Expand All @@ -291,12 +297,6 @@ <h2 class="f5 fw4 mb4 dib mr3">
</a>
</h2>

<h2 class="f5 fw4 mb4 dib mr3">
<a href="/posts/2024/06/.net-sdk-version-vs-runtime-version/" class="link black dim">
.Net sdk version vs runtime version
</a>
</h2>




Expand Down
12 changes: 11 additions & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
<description>Recent content on My learning and diary</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 23 Jul 2024 10:10:00 +0800</lastBuildDate><atom:link href="https://jackliusr.github.io/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Thu, 01 Aug 2024 16:10:00 +0800</lastBuildDate><atom:link href="https://jackliusr.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Inconsistent templates in visual studio and dotnet cli when dotnet_cli_home set to custom location</title>
<link>https://jackliusr.github.io/posts/2024/08/inconsistent-templates-in-visual-studio-and-dotnet-cli-when-dotnet_cli_home-set-to-custom-location/</link>
<pubDate>Thu, 01 Aug 2024 16:10:00 +0800</pubDate>

<guid>https://jackliusr.github.io/posts/2024/08/inconsistent-templates-in-visual-studio-and-dotnet-cli-when-dotnet_cli_home-set-to-custom-location/</guid>
<description>Due to security policy, I had to set dotnet_cli_home to non-default location to run some building steps. Things went quite well until not. All my command line usages and batch scripts work, until I tried to create a project using the custom project template via Visual Studio and noticed that old deleted template was shown in &amp;#34;Create a new project&amp;#34; dialog.
I tried several options and none of them works for my case.</description>
</item>

<item>
<title>How firely sdk handle extra fields (not extension) in Poco and ISourceNode</title>
<link>https://jackliusr.github.io/posts/2024/07/how-firely-sdk-handle-extra-fields-not-extension-in-poco-and-isourcenode/</link>
Expand Down
4 changes: 2 additions & 2 deletions notes/kubernetes-on-premises/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,11 @@ <h1 class="f1 athelas mt3 mb1">kubernetes On-premise</h1>
</li>

<li class="mb2">
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
<a href="/notes/kubelet/">Kubelet architecture</a>
</li>

<li class="mb2">
<a href="/notes/kubelet/">Kubelet architecture</a>
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
</li>

<li class="mb2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,11 @@ <h2 id="_troubeshooting"><a class="anchor" href="#_troubeshooting"></a><a class=
</li>

<li class="mb2">
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
<a href="/notes/kubelet/">Kubelet architecture</a>
</li>

<li class="mb2">
<a href="/notes/kubelet/">Kubelet architecture</a>
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
</li>

<li class="mb2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,11 @@ <h2 id="_verifying"><a class="anchor" href="#_verifying"></a><a class="link" hre
</li>

<li class="mb2">
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
<a href="/notes/kubelet/">Kubelet architecture</a>
</li>

<li class="mb2">
<a href="/notes/kubelet/">Kubelet architecture</a>
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
</li>

<li class="mb2">
Expand Down
4 changes: 2 additions & 2 deletions posts/2023/11/my-tilt-asciinema-cast/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,11 @@ <h1 class="f1 athelas mt3 mb1">My tilt asciinema cast</h1>
</li>

<li class="mb2">
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
<a href="/notes/kubelet/">Kubelet architecture</a>
</li>

<li class="mb2">
<a href="/notes/kubelet/">Kubelet architecture</a>
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
</li>

<li class="mb2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,11 @@ <h1 class="f1 athelas mt3 mb1">Resolve the error that The Pod xxx is invalid: sp
</li>

<li class="mb2">
<a href="/notes/kubelet/">Kubelet architecture</a>
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
</li>

<li class="mb2">
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
<a href="/notes/kubelet/">Kubelet architecture</a>
</li>

<li class="mb2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -489,11 +489,11 @@ <h2 id="_references"><a class="anchor" href="#_references"></a><a class="link" h
</li>

<li class="mb2">
<a href="/notes/kubelet/">Kubelet architecture</a>
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
</li>

<li class="mb2">
<a href="/notes/k8s-metrics/">kubernetes metrics options</a>
<a href="/notes/kubelet/">Kubelet architecture</a>
</li>

<li class="mb2">
Expand Down
Loading

0 comments on commit 383e38d

Please sign in to comment.