Skip to content

Commit 778ef13

Browse files
Added more content
1 parent 71e7abc commit 778ef13

File tree

21 files changed

+610
-39
lines changed

21 files changed

+610
-39
lines changed

blog/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

blog/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<description>Recent content on programmerraja blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Fri, 28 Jun 2024 20:18:56 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 01 Jul 2024 07:14:30 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/index.xml" rel="self" type="application/rss+xml" />
1010
<item>
1111
<title>Sherlock Homes: The Case of the Content Length Mismatch</title>
12-
<link>https://programmerraja.github.io/blog/post/2024/sherlock-homes-the-case-of-the-content-length-mismatch/</link>
12+
<link>https://programmerraja.github.io/blog/post/2024/sherlock-holmes-the-case-of-the-content-length-mismatch/</link>
1313
<pubDate>Fri, 28 Jun 2024 20:18:56 +0530</pubDate>
1414

15-
<guid>https://programmerraja.github.io/blog/post/2024/sherlock-homes-the-case-of-the-content-length-mismatch/</guid>
15+
<guid>https://programmerraja.github.io/blog/post/2024/sherlock-holmes-the-case-of-the-content-length-mismatch/</guid>
1616

17-
<description>Running a website smoothly is akin to maintaining a finely-tuned machine. Yet, like any mystery tale, unexpected twists can disrupt the flow. Recently, our team faced a perplexing error while serving our website: Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH in Chrome. Join us as we unravel this digital whodunit and uncover how we cracked the case, restoring our site&amp;rsquo;s seamless operation.
18-
Initial Clues It all started with user reports of intermittent loading issues on our website.</description>
17+
<description>Welcome to our Sherlock Holmes-inspired tech adventure Series! Imagine each technical challenge as a thrilling mystery waiting to be solved. Like Sherlock Holmes with his sharp eye for detail, I&amp;rsquo;ll tackle the problem with wit and precision. Let&amp;rsquo;s dive in and crack these cases together!
18+
Running a website smoothly is akin to maintaining a finely-tuned machine. Yet, like any mystery tale, unexpected twists can disrupt the flow. Recently, our team faced a perplexing error while serving our website: Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH in Chrome.</description>
1919

2020
</item>
2121

blog/notes/2024/ai/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,14 @@ <h1 class="header-title"></h1>
182182
<li>
183183
<a href="#resources-1" aria-label="Resources">Resources</a></li>
184184
<li>
185-
<a href="#automl" aria-label="AutoML">AutoML</a>
185+
<a href="#automl" aria-label="AutoML">AutoML</a><ul>
186+
187+
<li>
188+
<a href="#llm-evaluation-metrics" aria-label="LLM Evaluation Metrics">LLM Evaluation Metrics</a>
186189
</li>
187190
</ul>
191+
</li>
192+
</ul>
188193
</div>
189194
</details>
190195
</div><div class="page-content">
@@ -699,6 +704,11 @@ <h2 id="resources-1">Resources</h2>
699704
</ul>
700705
<h2 id="automl">AutoML</h2>
701706
<p>Frameworks represent a noteworthy leap in the evolution of machine learning. By streamlining the complete model development cycle, including tasks such as data cleaning, feature selection, model training, and hyperparameter tuning, AutoML frameworks significantly economize on the time and effort customarily expended by data scientists.</p>
707+
<h3 id="llm-evaluation-metrics">LLM Evaluation Metrics</h3>
708+
<p><a href="https://github.com/nlpyang/geval">G-Eval</a></p>
709+
<ul>
710+
<li>using GPT-4 and chain-of-thoughts (CoT) approach to generate detailed evaluation steps for NLG outputs.</li>
711+
</ul>
702712

703713
</div>
704714
</article></main>

blog/notes/2024/docker/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,10 @@ <h4 id="caching">caching</h4>
612612
<li>Remove the pkg that no need</li>
613613
</ul>
614614
<h2 id="debugging">Debugging</h2>
615-
<h2 id="resources">Resources</h2>
615+
<p><code>docker debug</code> we can get a debug shell into any container or image, even if they don&rsquo;t contain a shell. we don&rsquo;t need to modify the image to use Docker Debug</p>
616+
<p>they have installed builtin tools like <code>vim</code><code>nano</code><code>htop</code>, and <code>curl</code></p>
617+
<pre tabindex="0"><code>docker debug my-app
618+
</code></pre><h2 id="resources">Resources</h2>
616619
<ol>
617620
<li><a href="https://medium.com/datamindedbe/how-we-reduced-our-docker-build-times-by-40-afea7b7f5fe7">https://medium.com/datamindedbe/how-we-reduced-our-docker-build-times-by-40-afea7b7f5fe7</a></li>
618621
<li><a href="https://btholt.github.io/complete-intro-to-containers/">https://btholt.github.io/complete-intro-to-containers/</a></li>

blog/notes/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content in Notes on programmerraja blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Fri, 28 Jun 2024 19:48:00 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/notes/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 01 Jul 2024 07:14:30 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/notes/index.xml" rel="self" type="application/rss+xml" />
1010
<item>
1111
<title>Python</title>
1212
<link>https://programmerraja.github.io/blog/notes/2024/python/</link>

0 commit comments

Comments
 (0)