Pixel Purrito<p>It's 2025 and I have started a new just-for-fun project in C, and particularly in <a href="https://oldbytes.space/tags/C23" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>C23</span></a> with a couple of extensions available in mainstream compilers (read: Clang and GCC, possibly others). I'm going to replace my static site generator, which is currently some <a href="https://oldbytes.space/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> held together with toothpicks and chewing gum.</p><p>It's going slowly because I do a few bits now and then on my spare time, and I am rolling my own implementations of a few basic things. Or rather: picking some reusable bits from older projects, making some new ones with the experience accumulated in the last years, and embracing the fact that I only care that it runs on Linux (and maybe the BSDs at some point). Oh, and I expect to support builds that only support batch operation, without live-reload web server for previews, that can be compiled to <a href="https://oldbytes.space/tags/Wasm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wasm</span></a>.</p><p>So far it's been fun, a few things from C23 have already proved handy.</p>