Live data from Hacker News

Ask HN: What Are You Working On? (June 2025)

news.ycombinator.com

431–440 of 1001 posts

Re: Ask HN: What Are You Working On? (June 2025)

#434
a Finnish security engineer, a Swedish datacenter engineer, and myself built a self-hosted continuous deployment system that is built around a blue-green deployment strategy. (Inspired by AWS internal systems) we wanted a system that can integrate with any cloud service, VM provider, and/or bare metal.

We 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)

#435
In my spare time I'm working to finally complete creating my own blog/site.

It'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)

#436
I just took a fortnight off work with the intent of getting away from my laptop, but accidentally ended up making a listings site for London's independent / arts cinemas. As far as I can tell no such thing currently exists, and I feel like it should.

Obviously 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]

[0] https://filmhose.uk

[1] https://github.com/Joeboy/cinescrapers

Re: Ask HN: What Are You Working On? (June 2025)

#437
Repos: https://github.com/romshark/tik https://github.com/romshark/toki

I'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)

#438
I'm working on a neighbourhood analysis app. It gives people looking for a new apartment or travelling to a new city all the information they need at a glance. I ingested a lot of public info into a database and combined it with routing services to provide a simplified analysis of any spot. This includes local infrastructure and amenities, quality of public transport access, distances to the city center or your workplace, demographics and more. One thing I wanted to make sure is to keep everything local, since those API calls can get very expensive very quickly. I am learning a ton here.

I'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.

Re: Ask HN: What Are You Working On? (June 2025)

#439
Right now I am adding mobile UI to the gethly.com platform. Which is very boring. But once that is done, I am quite excited about the next feature for the platform - paywall as a service. It's nothing new, but it is something I am looking forward to implement.
Post reply on HN