Live data from Hacker News

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

news.ycombinator.com

101–110 of 1001 posts

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

#102
I finally started modding a total war game (Warhammer 3). I played the series since the very first title, Shogun and I always wanted to improve the control over units and add my custom AI to not micromanage everything, but assumed it would be too time consuming and distracting from my main work. And well, it likely would have been.

But thanks to LLMs, I finally decided to give it a go and got something basic working in a short time, hurrey for AI assisted coding!

Feels empowering to be honest. No idea if I will really implement the main ideas, that I have since a long time, but I know that I can now if I want to.

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

#104
I work on Puter (https://github.com/heyPuter/puter/); an open-source, self-hostable internet computer.

People use Puter for an incredibly wide range of things, including cloud storage, web hosting, coding, AI, and gaming. Right now, we're mostly focused on improving performance and making sure that it's as fast as a regular desktop environment!

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

#108
I'm working on a web app that creates easy-to-understand stories and explainers for the sake of language learning. You can listen in your favourite podcast app, or directly on the website with illustrations.

https://infinitepod.app/

Most of the testing so far is English/French/Japanese/Mandarin, but I'm eager to add more languages if anyone is fluent and willing to help me evaluate the text-to-speech.

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

#109
Building an ai powered threats deception proxy.

It's a honeypot system that uses AI to mess with attackers. When someone tries to hack your app, it detects them and serves up fake responses based on attack type.

The system learns from attackers behavior and creates convincing decoys to waste their time and frustrate their efforts. It's basically a trap that gets smarter the more attackers poke at it.

https://github.com/0tSystemsPublicRepos/IfritProxy

Post reply on HN