oh yeah I wrote https://nycki.net/papermod/ that's right

I should do a writeup on that, I have so many projects left to document...

#gtd #pocketmod #website
Nycki's Papermod

the analog organizer from 2025

I'm incredibly amused that this was the easiest way to make a monthly calendar in html5. yes, i tried css grid.

#thedailywtf #html5
@nycki why not use table if it's literally a table
@freja exactly why I used it! it just feels weird to copy and paste tens of blank cells this way. feels like there should be some sort of syntax for inserting blank cells. I suppose I could use javascript to do that, actually. and I'm glad CSS isn't a scripting language. so nevermind, I'm happy that this is the easy way to do it.