Multimedia Showcase: Video, Podcasts & Embeds
A comprehensive test of multimedia embedding support — YouTube, Vimeo, podcasts, livestreams, HTML5 native media, and audio platforms.
How ideas evolve from raw daily flows into articles, series, and books — the philosophy behind the Amytis knowledge ladder.
Setting up the environment and understanding the core philosophy.
A deep dive into useState and useEffect with visual diagrams.
A comprehensive test of multimedia embedding support — YouTube, Vimeo, podcasts, livestreams, HTML5 native media, and audio platforms.
A deep dive into the trade-offs between client-side language switching and proper URL-based locale routing for a statically exported Next.js digital garden.
Amytis provides beautiful syntax highlighting for dozens of programming languages. Here are a few examples within the series context. For a comprehensive showca...
Amytis uses rehype-katex to render beautiful mathematical formulas. Inline Math The Pythagorean theorem is $a^2 + b^2 = c^2$. We can also express complex number...
Been using Claude Code for a week now as a daily coding assistant. A few observations so far. It is most useful for tasks where the shape of the solution is cle...
Finally moved a mid-sized project from JSDoc type comments to proper TypeScript. The migration took about half a day — less than expected. The biggest win is no...
Tried a new approach to note-taking today: writing a one-paragraph summary immediately after reading something, without looking back at the source. If you can't...
Spent the afternoon profiling a React app with too many unnecessary re-renders. The culprit was a context provider wrapping the entire tree that updated on ever...
Tested multimedia embedding in Amytis today. Since rehype-raw is enabled, standard HTML <iframe>, <video>, and <audio> tags work directly inside Markdown — no p...