Ask HN: What Are You Working On? (June 2025)
431–440 of 1001 posts
Re: Ask HN: What Are You Working On? (June 2025)
#432Re: Ask HN: What Are You Working On? (June 2025)
#433Re: Ask HN: What Are You Working On? (June 2025)
#434We built this together at a previous organisation and moved all the internal and external services at that organisation to this system (It allowed the org to satisfy the ISO27001 requirements).
After being in operation for a couple of years, we have collected a lot of insights and feedback on what to change/improve for the open source version.
This summer I’m setting aside some time to work on making those changes for an open source version of what we call “Vanir”.
(Seems like good timing with the initiatives in EU to take back some ownership of the cloud stack).
No LLM or AI magic. Just simple state machines, extendable configuration, and a lovely GUI (web-based, no JavaScript).
The tech stack is python3, postgresql, ansible, and django.
Re: Ask HN: What Are You Working On? (June 2025)
#435It's built using Nuxt because I've never really played with Vue before and it seemingly comes with all I need for a static, markdown-powered blog. I guess what's been stopping me was me bothering too much about "When is it good enough to be online?" and "What should the first post be?". But I'm trying to get rid of the perfectionism by just putting it out there and just posting something. I think I'll reflect on this in the first post.
Re: Ask HN: What Are You Working On? (June 2025)
#436Obviously the main thing is getting the listings data, which as far as I know (mostly) isn't readily available any other way that scraping the cinemas' websites, for which I set this up as a separate-ish project[1]
Re: Ask HN: What Are You Working On? (June 2025)
#437I'm trying to make i18n easier, integrate it better with CI/CD and automate it more with LLMs (for now in Go, second priority is TypeScript and other languages later).
For this I had to develop a completely new approach and subsequently a specification for the "textual internationalization key" (TIK) which are programmatically translatable to ICU MF.
Toki is the first TIK processor implementation for Go.
Re: Ask HN: What Are You Working On? (June 2025)
#438I'm currently close to the public release. After that, I want to learn some ML techniques to predict Pieter Levels' Hoodmaps classifications from my publically sourced data. It would be cool to have accurate automatic predictions of the places-to-be for every city.