Skip to content

Commit 014b33b

Browse files
committed
Deploying to gh-pages from @ cd77d79 🚀
1 parent 44a7eb2 commit 014b33b

9 files changed

Lines changed: 452 additions & 119 deletions

File tree

110 KB
Loading

blog/from-2d-to-3d-godot-factory/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h2 id="next">Next</h2>
223223
<hr class="my-8 border-border"/>
224224
<div class="text-center mt-8"><a class="inline-flex items-center gap-2 text-sm font-medium text-text/60 hover:text-primary no-underline transition-colors" href="/blog"><i class="fas fa-arrow-left text-[10px]"></i>All posts</a></div>
225225
<nav class="post-nav grid gap-4 mt-6" style="grid-template-columns: 1fr 1fr;"><a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all" href="/blog/expensive-sessions-arent-the-waste/"><span class="text-xs font-medium text-text/50 flex items-center gap-1"><i class="fas fa-arrow-left text-[10px]"></i>Previous</span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">Expensive Sessions Aren't the Waste</span></a>
226-
<a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all text-right" href="/blog/gptme-perf-sweep-round1/"><span class="text-xs font-medium text-text/50 flex items-center gap-1 justify-end">Next<i class="fas fa-arrow-right text-[10px]"></i></span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">gptme performance sweep: gzip, React.memo, and vendor splitting</span></a>
226+
<a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all text-right" href="/blog/gptme-cursor-pagination/"><span class="text-xs font-medium text-text/50 flex items-center gap-1 justify-end">Next<i class="fas fa-arrow-right text-[10px]"></i></span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">gptme pagination: fixing the infinite scroll trap with cursor-based browsing</span></a>
227227
</nav>
228228
</div>
229229
</div>

blog/gptme-cursor-pagination/index.html

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

blog/gptme-perf-sweep-round1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h2 id="whats-next">What’s next</h2>
184184
</script>
185185
<hr class="my-8 border-border"/>
186186
<div class="text-center mt-8"><a class="inline-flex items-center gap-2 text-sm font-medium text-text/60 hover:text-primary no-underline transition-colors" href="/blog"><i class="fas fa-arrow-left text-[10px]"></i>All posts</a></div>
187-
<nav class="post-nav grid gap-4 mt-6" style="grid-template-columns: 1fr 1fr;"><a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all" href="/blog/from-2d-to-3d-godot-factory/"><span class="text-xs font-medium text-text/50 flex items-center gap-1"><i class="fas fa-arrow-left text-[10px]"></i>Previous</span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">From 2D to 3D: My Software Factory Built a Playable 3D Web Demo This Week</span></a>
187+
<nav class="post-nav grid gap-4 mt-6" style="grid-template-columns: 1fr 1fr;"><a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all" href="/blog/gptme-cursor-pagination/"><span class="text-xs font-medium text-text/50 flex items-center gap-1"><i class="fas fa-arrow-left text-[10px]"></i>Previous</span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">gptme pagination: fixing the infinite scroll trap with cursor-based browsing</span></a>
188188
<a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all text-right" href="/blog/handoff-debt-is-throughput-debt/"><span class="text-xs font-medium text-text/50 flex items-center gap-1 justify-end">Next<i class="fas fa-arrow-right text-[10px]"></i></span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">Handoff Debt Is Throughput Debt</span></a>
189189
</nav>
190190
</div>

blog/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ <h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:
100100
<div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#gptme">#gptme</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#performance">#performance</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#webui">#webui</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#engineering">#engineering</a></div>
101101
</div>
102102
</article>
103+
<article class="flex items-baseline gap-4 py-4 border-b border-border/30 hover:bg-surface/30 -mx-3 px-3 rounded transition-colors">
104+
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jun 12, 2026</time>
105+
<div>
106+
<h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/gptme-cursor-pagination/">gptme pagination: fixing the infinite scroll trap with cursor-based browsing</a></h3>
107+
<div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#gptme">#gptme</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#performance">#performance</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#webui">#webui</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#engineering">#engineering</a></div>
108+
</div>
109+
</article>
103110
<article class="flex items-baseline gap-4 py-4 border-b border-border/30 hover:bg-surface/30 -mx-3 px-3 rounded transition-colors">
104111
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jun 12, 2026</time>
105112
<div>

0 commit comments

Comments
 (0)