one idea that immediately comes to mind is to switch all these categories into tags, together with a fuzzy search system.
2025-01-13 I already have a tagging system for feeds—governed by a simple list in my config TOML:
[feed] tags = [ # Hobby corners "meow", "programming", "design", "music", "games", "philosophy", # Programming fields "graphics", "plt", # Programming languages "c", "cxx", "lua", "javascript", # Projects "treehouse", "haku", ]
2025-01-13 these tags are an exhaustive list of tags allowed to be entered into my Atom feed. the theory was that, when you subbed to my Atom, you’d be able to tell your reader to filter out tags you’re not interested in—but that doesn’t really work, since interpreting tags doesn’t seem like a common feature in readers.
2025-01-13
my problem begins at the home page—how the heck do we organise the entries there?
2025-01-13
I’ve also been thinking, maybe for each category we could have a little chibi riki sitting in the corner and doing various things?
2025-01-13