Skip to content

Commit f494dd0

Browse files
added more content
1 parent bb29193 commit f494dd0

11 files changed

+79
-20
lines changed
162 KB
Loading

Untitled.html

Lines changed: 31 additions & 0 deletions
Large diffs are not rendered by default.

index.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<description>Last 10 notes on 🧠 Second Brain</description>
77
<generator>Quartz -- quartz.jzhao.xyz</generator>
88
<item>
9+
<title>Untitled</title>
10+
<link>https://programmerraja.github.io/Untitled</link>
11+
<guid>https://programmerraja.github.io/Untitled</guid>
12+
<description></description>
13+
<pubDate>Sun, 22 Dec 2024 13:53:56 GMT</pubDate>
14+
</item><item>
915
<title>Generative AI: A Personal Deep Dive My Notes and Insights Part -2</title>
1016
<link>https://programmerraja.github.io/post/2024/Generative-AI--A-Personal-Deep-Dive--My-Notes-and-Insights-Part--2</link>
1117
<guid>https://programmerraja.github.io/post/2024/Generative-AI--A-Personal-Deep-Dive--My-Notes-and-Insights-Part--2</guid>
@@ -59,12 +65,6 @@
5965
<guid>https://programmerraja.github.io/notes/2024/Vector-DB-and-embedding</guid>
6066
<description>How it works A dataset of three sentences, each has 3 words (or tokens) In practice, a dataset may contain millions or billions of sentences. The max number of tokens may be tens of thousands (e.g., 32,768 mistral-7b).</description>
6167
<pubDate>Sat, 19 Oct 2024 10:53:07 GMT</pubDate>
62-
</item><item>
63-
<title>LLM strucuted output</title>
64-
<link>https://programmerraja.github.io/notes/2024/LLM-strucuted-output-and-Parser</link>
65-
<guid>https://programmerraja.github.io/notes/2024/LLM-strucuted-output-and-Parser</guid>
66-
<description>Pydantic Pydantic, a popular Python library with over 70 million downloads per month, offers a robust and developer-friendly way to structure your prompts and validate LLM output ...</description>
67-
<pubDate>Sat, 19 Oct 2024 02:45:27 GMT</pubDate>
6868
</item>
6969
</channel>
7070
</rss>

notes/2024/Generative-AI.html

Lines changed: 4 additions & 3 deletions
Large diffs are not rendered by default.

notes/2024/Hacking.html

Lines changed: 8 additions & 2 deletions
Large diffs are not rendered by default.

notes/2024/Learning-from-blog.html

Lines changed: 10 additions & 6 deletions
Large diffs are not rendered by default.

notes/2024/Nginx.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,18 @@ <h2 id="optimization">Optimization<a role="anchor" aria-hidden="true" tabindex="
279279
access_log /var/log/nginx/access.log main buffer=32k flush=1m;
280280
}
281281
</code></pre>
282+
<p><strong>server_names_hash_max_size</strong> and <strong>server_names_hash_bucket_size</strong></p>
283+
<ul>
284+
<li>
285+
<p>Specifies the maximum size of the hash table used for storing server names.</p>
286+
</li>
287+
<li>
288+
<p>Increase this value if you have a large number of server names</p>
289+
</li>
290+
<li>
291+
<p>Defines the size of a single bucket in the hash table. The bucket size should be large enough to fit all server names, including their terminating null characters.</p>
292+
</li>
293+
</ul>
282294
<h2 id="cmds">CMDS<a role="anchor" aria-hidden="true" tabindex="-1" data-no-popover="true" href="#cmds" class="internal"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg></a></h2>
283295
<ul>
284296
<li><code>ngnix -t </code>→ to test the config file is everything ok</li>

notes/2024/Software-Architecture-and-Decision-Making.html

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

notes/2024/System-Design.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ <h2 id="resources">Resources<a role="anchor" aria-hidden="true" tabindex="-1" da
9090
<li><a href="https://github.com/Coder-World04/Complete-System-Design?tab=readme-ov-file" class="external">https://github.com/Coder-World04/Complete-System-Design?tab=readme-ov-file<svg aria-hidden="true" class="external-icon" style="max-width:0.8em;max-height:0.8em;" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg></a></li>
9191
<li><a href="https://systemdesign.one/leaderboard-system-design/" class="external">https://systemdesign.one/leaderboard-system-design/<svg aria-hidden="true" class="external-icon" style="max-width:0.8em;max-height:0.8em;" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg></a></li>
9292
<li><a href="https://engineering.grab.com/frequency-capping" class="external">https://engineering.grab.com/frequency-capping<svg aria-hidden="true" class="external-icon" style="max-width:0.8em;max-height:0.8em;" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg></a></li>
93-
<li><a href="https://www.primevideotech.com/video-streaming/how-prime-video-ingests-processes-and-distributes-live-tv-to-millions-of-customers-around-the-world-while-reducing-costs?utm_source=blog.quastor.org&amp;utm_medium=newsletter&amp;utm_campaign=how-amazon-streams-live-video-to-tens-of-millions-of-people" class="external">https://www.primevideotech.com/video-streaming/how-prime-video-ingests-processes-and-distributes-live-tv-to-millions-of-customers-around-the-world-while-reducing-costs?utm_source=blog.quastor.org&amp;utm_medium=newsletter&amp;utm_campaign=how-amazon-streams-live-video-to-tens-of-millions-of-people<svg aria-hidden="true" class="external-icon" style="max-width:0.8em;max-height:0.8em;" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg></a></li>
93+
<li><a href="https://www.primevideotech.com/video-streaming/how-prime-video-ingests-processes-and-distributes-live-tv-to-millions-of-customers-around-the-world-while-reducing-costs" class="external">https://www.primevideotech.com/video-streaming/how-prime-video-ingests-processes-and-distributes-live-tv-to-millions-of-customers-around-the-world-while-reducing-costs<svg aria-hidden="true" class="external-icon" style="max-width:0.8em;max-height:0.8em;" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg></a></li>
94+
<li><a href="https://highscalability.com/" class="external">https://highscalability.com/<svg aria-hidden="true" class="external-icon" style="max-width:0.8em;max-height:0.8em;" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg></a></li>
9495
</ol>
9596
<p>How Canva Supports Real-Time Collaboration for 135 Million Monthly Users</p>
9697
<p>They using <a href="https://rsocket.io/" class="external">RSocket<svg aria-hidden="true" class="external-icon" style="max-width:0.8em;max-height:0.8em;" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg></a> for real-time collaboration. which better then WS</p>

sitemap.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url>
2+
<loc>https://programmerraja.github.io/Untitled</loc>
3+
<lastmod>2024-12-22T13:53:56.970Z</lastmod>
4+
</url><url>
25
<loc>https://programmerraja.github.io/</loc>
36
<lastmod>2024-10-26T10:18:30.224Z</lastmod>
47
</url><url>

static/contentIndex.json

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

0 commit comments

Comments
 (0)