Tested multimedia embedding in Amytis today. Since rehype-raw is enabled, standard HTML <iframe>, <video>, and <audio> tags work directly inside Markdown — no p...
Notes in February 2026
5 daily notes.
Spent some time digging into React Server Components today. The mental model shift is significant — components that never ship JavaScript to the client, yet can...
Upgraded the project to Tailwind CSS v4 today. The new CSS-first configuration approach is a breath of fresh air — no more tailwind.config.js for most use cases...
Been thinking about the difference between blogs and digital gardens. Blogs are streams — chronological, finished thoughts published into the void. Gardens are...
Switched fully to Bun for this project. The speed difference is remarkable — bun install finishes before npm install even resolves the dependency tree. The test...