惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
B
Blog RSS Feed
大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
B
Blog
小众软件
小众软件
T
Tailwind CSS Blog
MyScale Blog
MyScale Blog
I
InfoQ
Engineering at Meta
Engineering at Meta
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
H
Help Net Security
雷峰网
雷峰网
S
SegmentFault 最新的问题
V
Visual Studio Blog
爱范儿
爱范儿

Sid's Blog

When Thinking Goes Sedentary | Sid's Blog I Just Want to Search On DeepSeek V4 Flash and Cheap Intelligence Don't Let AI Fill in All the Important Blanks Double Entry Programming | Sid's Blog The Newest Instagram "Exploit" is the Goofiest I've Seen Google's Antigravity Bait and Switch Agentic Coding is Burning Me Out An Audience of One: Cutting Corners on Unscalable Personal Software No, I Won't Download Your App. The Web Version is A-OK. The 667MHz Machine | Sid's Blog Never Buy A .online Domain Accelerated FOMO in the Age of AI ai;dr | Sid's Blog App Store Review Feels Like RNG, and That’s the Problem
Welcome to the Machine | Sid's Blog
2026-02-04 · via Sid's Blog

Feels super odd writing again. What's the earliest I can find that's still online? Ahh, yes, 2009, almost two decades back. The world has changed at such a fundamental level since that time that it's equal parts exhilarating and terrifying at the same time.

Why Static?

Static HTML is:

  • Fast: No JavaScript hydration needed. No JavaScript at all in this case.
  • Portable: Can be hosted anywhere.
  • Simple: Just files on a disk.
  • Easy: No CMS to babysit. Again, just files on a disk.

Infra

Fully served by CloudFlare Pages hooked up to Github. This is rendered entirely at build time by vite from MD files.