jan's garden

🌱 Now, spring 2024 (2024-04-22) [now]

Inches of snow are falling on the yard, covering any new green growths. The dog likes it, I don’t.

Travel

Music

BLEK was live for 3 hours on student radio Radiodiodi with a dungeon synth genre deepdive program. According to metrics, 20 people (!) were listening to our show, which was also our grand EP premiere. Big leagues.

I bought a cassette player and a bunch of metal and dungeon synth tapes, as well some empty ones from the Bezos shop. I’m planning to record BLEK’s music on some of them.

Games

We’ve been on a proper Ratchet and Clank binge, together with Marika.

Non-Ratchet:

Tabletop games:

Reading

Movies

I went to see Dune 2. It was as ok as the first part.

Projects

ATK16

Picked up ATK16 again, adding some major stuff:

I feel like a proper introduction post / documentation is long overdue 😅 I should fix that.

Garden (jan.systems)

Rewrote the site generator flow. Previously, each file in the content directory was accessed and processed from start to finish separately. This meant that there was no knowledge of other notes available when rendering a note. This made stuff like a dynamic now page impossible.

Now, the flow starts by traversing the entire content directory and indexing it into an in-memory database. The database contains all the metadata and filesystem info of all the notes, as well as static files. This makes dynamic pages possible since the database can be queried at render time. This approach also improved performance, since I could reduce the number of filesystem reads and writes.

Things I still want to add:

Previous update

❄️ Now, winter 2023