Live data from Hacker News

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

news.ycombinator.com

61–70 of 900 posts

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

#61
Byte-Vision is a privacy-first document intelligence platform that transforms static documents into an interactive, searchable knowledge base. Built on Elasticsearch with RAG (Retrieval-Augmented Generation) capabilities, it offers document parsing, OCR processing, and conversational AI interfaces.

https://github.com/kbrisso/byte-vision

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

#65

I am working on a time tracking app for tasks. I built it because I want to gain a better understanding of how I spend my working days. It's meant to be very simple. Everything is stored locally and requires no login. I don't currently plan to sync it with any backend. This isn't something that can be used to track employees — it's just for personal use. https://www.zookeeper.fyi/

Just FYI, when I open this on mobile iOS, a blank white page appears. Not sure if this is intended or not.

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

#66
I'm working on a Heroku / Render / Flyio alternative thats free, open source, built on top of Kubernetes.

Supports deployments of your own apps as well as 15k+ other packages (postgres, airbyte, dagster, etc) via helm charts.

https://github.com/czhu12/canine https://canine.sh

Reason? Got sick of paying for the massive markups on PaaS but missed the simplicity and convenience.

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

#67
I'm working on what I hope to be a high-performance voxel engine from scratch in Rust in my free-time.

https://www.youtube.com/watch?v=XlolXvBDmRY

Cubic chunks, full lighting engine, opting to be non-deterministic, everything is unsigned integer math except for rotation and rendering, multiplayer is mostly implemented, built to be able to handle heavy simulation.. the foundation work is almost done. Right now it's just a hobby to try to build the best thing I can build. I work on it because it's fun.

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

#68
I'm finishing up a "book tour" (mostly podcasts) for my recently released book on how the country of Estonia modernized so quickly post re-independence from the Soviet Union and became a leader in e-government services and a top EU startup hub (Skype, Bolt, Wise, etc.). I'd love if people checked it out and gave feedback as it's my first big published work and the culmination of quite a few years of research and writing. https://www.rebootinganation.com/ or https://global.oup.com/academic/product/rebooting-a-nation-9...

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

#70
post #65

I am working on a time tracking app for tasks. I built it because I want to gain a better understanding of how I spend my working days. It's meant to be very simple. Everything is stored locally and requires no login. I don't currently plan to sync it with any backend. This isn't something that can be used to track employees — it's just for personal use. https://www.zookeeper.fyi/

Just FYI, when I open this on mobile iOS, a blank white page appears. Not sure if this is intended or not.

Thanks for checking it out and thanks a lot for telling. Me definitely not intended. It should work now, but I will monitor this.
Post reply on HN