Live data from Hacker News

Ask HN: What are you working on? (October 2025)

news.ycombinator.com

501–510 of 1001 posts

Re: Ask HN: What are you working on? (October 2025)

#501

I've been suffering from migraines for the last month, so have channeled my (non-migraine) time into a migraine tracker to try and find the root causes. All the tracking apps I tried all have nice complex forms, which is all well and good, unless...you are having a migraine. Rough idea is easy to use voice mode to record data, then analyze unstructured data with AI later on. I want to track all relevant life informat…

As a fellow migraineur, I feel compelled to point out that the quest for triggers and root causes is probably never going to end. The way I see it, the migraine "bucket" slowly fills up, and the final trigger is simply the drop that makes it run over.

I can suggest the research papers by Markus Dahlem for some in depth modern takes on migraine.

Re: Ask HN: What are you working on? (October 2025)

#502
post #9

I’m working on a free and open-source invoice generator: https://easyinvoicepdf.com/?template=stripe - No sign-up, works entirely in-browser - Live PDF preview + instant download - VAT EU support - Shareable invoice links - Multi-language (10+) & multi-currency - Multiple templates (incl. Stripe-style) - Mobile-friendly GitHub: https://github.com/VladSez/easy-invoice-pdf Would love feedback, contributions, or ideas f…

If you're targeting the EU, you might want to look into PEPPOL.

Re: Ask HN: What are you working on? (October 2025)

#503

https://pond.sh I have been working on a one week side-project that ended up taking over a year… Working on it periodically with friends to add new features and patch bugs, at the moment I'm trying to expand the file sharing capabilities. It's been a journey and I have learnt quite a lot. The aim of this is to be a simple platform to share content with others. Appreciate any feedback, this is my first time building a…

Are you looking for contributors to your project?

Re: Ask HN: What are you working on? (October 2025)

#504
I'm working on Botnet of Ares, a hacking simulator game for PC [0]. It's an homage to classics such as Uplink and Hacknet, and also a commentary on the state of the IoT security industry.

Recently I've managed to port the game onto a real-world cyberdeck, the uConsole. [1]

[0] https://store.steampowered.com/app/3627290/Botnet_of_Ares/

[1] https://tiniuc.com/hacksim-on-cyberdeck/

Re: Ask HN: What are you working on? (October 2025)

#505
Having worked for different startups for 10+ years and started 3 of my own (eventually failing), I always wanted a job board for local startups. Not necessarily IT-related jobs. Finally built it about a month ago: https://estonianstartupjobs.ee

There are few similar projects too, one is itself a startup which sadly on the verge of bankruptcy, and another aggregates only IT-related jobs.

Re: Ask HN: What are you working on? (October 2025)

#506

https://pond.sh I have been working on a one week side-project that ended up taking over a year… Working on it periodically with friends to add new features and patch bugs, at the moment I'm trying to expand the file sharing capabilities. It's been a journey and I have learnt quite a lot. The aim of this is to be a simple platform to share content with others. Appreciate any feedback, this is my first time building a…

Is this supposed to be a sort of user-friendly vercel / gh pages alternative?

In some ways yes, we want to make non-technical frontend to host static sites but also be able to host content such as files and documents easily too.

Re: Ask HN: What are you working on? (October 2025)

#508

I'm building decision-making software: https://orgtools.com Not sure what the market is for something like this but it's something I've been thinking a lot about since stepping down as CEO of my previous company. My goal is two-fold: 1. Help teams make better, faster decisions with all context populating a source-of-truth. 2. Help leaders stay eyes-on, and circumstantially hands-on, without slowing everything down. W…

Great idea! Great website! Terrible video. The 90 second format is great, this is how much I would like to spend learning what exactly your product does. But the whole video is just clicking some user interfaces with no result. After watching the video, I have even less idea of what it the product is for. I would love to see a video that goes through the "next, next, next" in the wizard and then shows the actual outcome.

Re: Ask HN: What are you working on? (October 2025)

#509
Working on the finishing touches for my first bigger game, created and published entirely by myself! It's a pixelly courier-adventure, questioning the pace of our modern world a little bit: https://store.steampowered.com/app/3644970/Fading_Serenades/

Done with Godot in just 7-8 months, it's fun how fast you can create things when you really focus on something :)

Re: Ask HN: What are you working on? (October 2025)

#510
post #466

new PostgreSQL index type which outperforms B-Trees for many common cases. As a wild experiment, I'm entirely vibe coding this and not hand-writing it. It works by specializing for the common case of read-only workloads and short, fixed-length keys/includes (int, uuid, text Currently, it's "starting to work" with 100% code coverage and performance that usually matches/beats btree in query speed. Due to compression, i…

Huh, "cheat" by hand-writing code?

Explain

Post reply on HN