Live data from Hacker News

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

news.ycombinator.com

431–440 of 1001 posts

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

#431
I got a couple new toys for birthday/xmas: the GPD MicroPC 2 UMPC and the M5Stack Cardputer.

The MicroPC is great because it makes it super easy to code and hack on something in places where it would be too awkward or annoying to whip out my laptop, and the Cardputer is just a fun little toy because it's so open ended and hackable. I've been writing an app for Cardputer to control my thermostat remotely, and I've had a lot of fun grossly overengineering the needless amount of concurrency I have added through FreeRTOS.

Something oddly satisfying about using a micro PC to program an "even more micro" PC. What a cool time to be alive; I would have killed for this kind of stuff as a teenager!

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

#432
I’ve been working on offline payments.

Imagine direct p2p payments that can be performed without reception.

I got thinking about what the equivalent of digital cash would be in 2021 and have worked on it on-and-off ever since. It has an optional NFC component.

Technically what I have is good enough to ship, but I’ve been unsure of the legal footing of such a project so it’s been on ice for a while now.

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

#433
I built a universal live speech translating app.

I’ve been playing around with the Whisper models for a few years now. Last year I had an idea about how to run Whisper Large v3 in real time. That idea became ScribeAI.

Because the quality of transcripts was so high, much higher than I could get with Parakeet, I started to think about how it would serve as a good input for live translation. I played around with this and was surprised by how good the results is, I’ve used it to follow along political speech’s from foreign leaders and other content I’d have just never been able to consume before. You can translate by bringing your own LLM service API key or using the inbuilt Apple Translate models (for a completely offline experience).

https://apps.apple.com/gb/app/scribeai-transcribe-speech/id6...

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

#434
Continuing work on my AI game development agent for Godot, Ziva[0]. Basically, big games are made in game engines, and game engines are hard.

Right now you can use it to chat about and modify basic things in your game; it automatically adds open scripts, scenes, and assets to your context, and uses around 50 MCP tools for editing. Currently working on refactoring the agent loop to use Claude Agent SDK so we can piggyback off the Claude Code developer experience and focus purely on the tool and integration side.

[0] https://ziva.sh

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

#435
https://fooqux.com/ - an experimental article aggregator about software development. For several years now, I've had a routine of collecting articles on topics that interest me throughout the week and then reading them over the weekend. To help organize and streamline this process, I created this website. The main idea is to gather tech articles in one place and process them with a LLM — categorize them, generate summaries, and try experimental features like annotations, questions, etc. I hope this service might be useful to others as well.

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

#437
I’m working on Lunara AI: https://lunaraai.app

It’s a meditation app where an LLM guides you without the usual back-and-forth chat. You set your preferences up front (style, duration, focus), then it delivers a structured session end-to-end.

I have a long list of ideas and features to try, but right now I’m focused on feedback. The app is live on the App Store, and I’d love input on: • What would make you try an AI-guided meditation app (or avoid it)? • What settings matter most to you (duration, tone, technique, background audio, etc.)? • What would make the guidance feel trustworthy and not “chatty” or generic?

If you’re willing to test it, I’m especially interested in first-session impressions and what you’d change to make it something you’d actually keep using.

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

#438
I'm a product designer with no training in development. I've been hacking together a ridership data analysis platform for public transit planners using Claude Code. The data is all fake generated right now for King County Metro routes, but it pulls real GTFS for the route / stop information. AI coding is making things possible that I never dreamed of until recently - glad to be learning these tools.

https://transit-proto.vercel.app/

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

#439
post #174

https://mytinycafe.com/ An PWA primarily for my wife and my daughter. They can order their hot chocolate and their coffee as if they were going to grab something at a fancy café downtown, but instead it's at home and I'm the barista. It is quite nice to have for when my wife comes back from work and want something specific, or when we are waiting for the visit of a few friend, they can order exactly the available bev…

Slightly disappointed to realize there is not some automated drink machine behind this, as that's more my interest, but cool nonetheless and you handmade drinks are probably better.

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

#440
Reimplementing something I originally did in python in rust. Both vibecoded - want to get a better sense of how they compare and whether there is upside to be had from rust typing and „if it compiles it’s probably ok“

Thus far - uses way more tokens and noticing reduced steerability. The linting & fix loop seems much smoother though.

Post reply on HN