This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Björkus "No time_t to Die" Dorkus
thephd.dev
did:plc:5bsnuwk6gpbbhjocl6fkzs3y
(Specifically, I'm using 2 GNU C features. Only one of them is getting me scared:
- Nested Functions (fine)
- Runtime-sized Structures (NOT fine, jesus christ, WTF?!
Thankfully, unlike normal VLAs, runtime-sized structures in GCC pass their size with them along the stack: godbolt.org/z/Gf3KrGWdE)
https://godbolt.org/z/Gf3KrGWdE
2025-03-13T19:25:52.249Z