Top
Best
New

Posted by david927 1 day ago

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

What are you working on? Any new ideas that you're thinking about?
374 points | 1138 commentspage 14
darkest_ruby 17 hours ago|
Assets — Personal Wealth Tracker https://github.com/venil7/assets A self-hosted net worth and portfolio manager. Track multiple portfolios (ISA, General, Pension, Crypto, etc.) and monitor individual or total performance. Supports any asset available via the Yahoo Finance API, automatically converts to your base major currency.
darkest_ruby 17 hours ago|
please leave us a github star or some feedback on github!
anujdeshpande 1 day ago||
I am working on https://embedhub.com

I am building better dev tools for firmware and PCB developers.

For example, we have GitHub Action workflows that allow you to push builds to the connected EmbedHub project. Your EmbedHub project has fine grained release management - so for example only the git tagged releases will be shared with the customer, but the testing/QA team will get access to builds from regular commits on branches as well.

I am also building a physical device (called HAL) similar to the now discontinued EtcherPro[1] - which will connect to your EmbedHub account and have access to your releases. This will let you offload tasks like long term testing, mass flashing and provisioning of devices, and more.

[1] - https://www.balena.io/etcher-pro

ccanassa 18 hours ago||
I’ve been reverse-engineering an obscure childhood game called Entomorph:

https://github.com/entomorph/reverse-engineering

I started the project when ChatGPT 4 was first released, using it as a way to explore what LLMs could actually do. I also find working on it very relaxing, there is something cool about uncovering secrets hidden in code for more than twenty years.

iamneogeek 1 day ago||
I've been working on two game development projects for the past couple of years.

One project is for building rhythm games in multiple game engines and multiple platforms. Currently, it works in Unity, Unreal, Godot, SDL (or any C++ game engine), and MonoGame (or any C# game engine), and runs on Windows, macOS, and Linux. I'm working on adding Love2d (or any Lua game engine) and Bevy (or any Rust game engine). I have a few local prototypes of it working in Unity and Godot, but nothing public yet. Still trying to figure out what kind of game I want to make with it.

https://github.com/neogeek/rhythm-game-utilities

The other is a general purpose game engine in C++ with SDL. It's far enough along that I'm building games in it, but it's more of an exploration into how games are made than a replacement for Unity or Godot. I suppose it could be eventually, but I'm trying to be realistic with what it can do. One thing I'm pretty happy with regarding this engine is that one of the demo repos will automatically build to WebGL and publish to itch.io when changes are pushed.

https://github.com/HandcrankEngine/HandcrankEngine

digest 23 hours ago||
Been working on https://usedigest.com

- It's a personalized newsletter for you

- All data aggregated from sources around the web

- News, weather, newsletters, social media posts, reddit, youtube, etc. all appear in your digest.

- Launching a mobile app as well now but this will be slightly different than the web app. It will use AI to automatically prepare your daily digest based on preferences/settings you give it during onboarding. Each day when you wake up you'll receive a notification of digest being ready, and it will contain all the content you care about for the day ahead (meetings, weather, health data, commute data, news, etc).

EmanuelB 1 day ago||
https://kastanj.ch/

It is a recipe app but better, and way more technically capable than anything out there. The goal is to make the best recipe app ever made. With bulletproof easy to follow recipes and smart features to make cooking simple. Everyone deserves good food at home, but good food is complicated and time consuming. An experienced cook can make good food quickly, cheaply and make it look easy. The idea is that Kastanj will have the knowledge you don’t so you can cook like a pro without having to spend years learning everything.

Backstory: I have a note where I write down practical problems I experience in life. I noticed over time that the amount of notes related to food and cooking was growing faster than anything else. I then began searching for a solution. I tried over 50 recipe apps, always the premium version if possible. There are some good apps out there but even the best ones only solved something like 50% of my issues. After enough frustration and search I just decided to start working on my own app. That was 4 years ago... It turns out that solving some of these problems where technically complicated to do, so now I understand why no other app could solve my problems. None the less, after 4 years of work, starting over from scratch 5 times, I have now landed on a solution that technically solves all my problems.

Going forward: Now I am working on filling the app with data and make it easy to use for normal humans. I am on purpose limiting myself to only perfecting the core functionality of what a recipe should be. I intend to launch sometime in 2026. The UI will be small and limited at first, but it is perfect for my needs. Therefore I hope it will also be perfect for someone else. Over time I will enable more advanced functionality and build it out based on user feedback. I know the backend can support 100% of my needs, but I don’t want to make it bloated. Therefore the UI is on purpose focused on only the most important things and then we will build it out with time, together with the recipe creators and end users.

ChrisMarshallNY 19 hours ago||
Ugh. It's time for me to start transitioning my iOS/Watch/Mac programs to be "Liquid Glass-native."

I should be able to do it with my various personal apps, but one app I've written, was done in concert with a professional graphic designer, and he is not happy with LG, so I expect that app to be a pain.

These are my apps: https://littlegreenviper.com/AppDocs/

Nfinger 19 hours ago||
I've been really frustrated with the state of networking and discovering new career opportunities lately. Both in person and online I feel like there aren't very good tools and I have a growing disdain for LinkedIn. I wanted to make a tool that helps ambitious navigate their career goals and meet people who are going to move the needle. It's called Catalyst: https://getcatalyst.tech/
klntsky 19 hours ago|
Hey, how can I contact you privately?
Nfinger 18 hours ago||
I followed up via email
sph 19 hours ago||
Tired of having my notes spread everywhere, on uncomfortable software, I'm writing my own Notational Velocity desktop app clone in Godot:

https://share.combo.cc/-Z7hBzNbaCc

(work in progress prototype, design is not final)

Intentionally made simple and centered around plain text files and editing speed. I've spent a week on the prototype, now it's good enough to dog-food. Would like to eventually distribute it as a multi-platform app.

jjfoooo4 15 hours ago|
I’m working on an AI-assisted reminders app using on device models for iOS.

Things like, “get xyz a birthday gift”, and it finds the contact and sets the reminder for a few weeks before the birthday.

The source data is calendar and contact info, but the nice thing about local models is that no data gets sent to providers, and the app can be cheap

More comments...