2026-08-17
- Made a more relevant/recent selection of cv items for the info page and fixed the sorting on the items to consider the endYear as well (if it’s there)
- The
categoriesproperty is now used for what an item is, thelistedproperty is to select pages (e.g. timeline or info) where it is listed. - Added more info to timeline items when you hover over them
2026-08-13
- Worked on different project page layouts
- Made sure that
<img>elements are always generated with a<figure>tag around - Elliott recommended rsync → something to look into!
2026-08-11
-
Added a message board/guestbook of sorts using are.na API
-
Added CV items to the timeline. Since the timeline is generated based on the oldest and newest item, it then started at 2005 since I listed my high school as one of the CV items. I figured I might make it start on 1993-03-11, the day I was born, but then everything got really laggy on mobile. Tried fixing that, semi-succeeded I think. With all this javascript stuff I do ask Claude for help, and I’m annoyed I don’t really understand how it works. Really need to up my javascript skills...
-
Changed the log page so it now has all log notes in one feed.
2026-08-10
Worked on a timeline page, modifying the one I made for that didn’t make the final version — the mobile version for sure needs some more attention.
2026-08-09
- Updated the grid layout of projects and cv index
- Added all items from old CVs (will probably eventually limit this to selected items only, but for now it’s nice to see everything I have ever done)
- Made sure that if an item is
hiddenany links leading to it are deactivated - Made a manual time-machine for the website
2026-08-08
Hello world. Happy HTML Day.
I’m very pleased that this website right here is up at last. I have been tinkering away at it intermittently for a long time. My previous website—a very simple one-pager with a bouncing circle, my “schedule” and some links leading elsewhere—had been in place temporarily for roughly half a decade.
At first glance this new version looks somewhat like the old one, the big circle still bouncing around, but with this one I’m finally getting ‘round to sharing an archive of my work as well as other bits and pieces. There’s lots still to document for the project archive, and items to add to my CV, which I hope to do in the coming weeks.

Backlinks (1)
2026-08-07
2026-08-06
Worked on the index menu and overview the projects page: instead of using the general .grid class and its sub-elements, I made it as a standalone block. Do constantly wonder whether it’s better to be specific or use general utility-classes.
Thought about how to use log as opposed to notes. Also whether to use a separate changelog for changes in the website and use this log more as a diary. Maybe I use the log for both.