Live data from Hacker News

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

news.ycombinator.com

51–60 of 922 posts

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

#54
I’ve been improving the developer experience of the extremely janky Java Spring app that powers the most popular open source real time transit app, OneBusAway.

Last month I added Dockerfiles and a docker-compose.yml file to the project to make building and locally running it a breeze. Earlier today, I finally had a chance to figure out and document how to debug the app, which should greatly improve quality of life for anyone trying to fix bugs or add features to the backend. https://github.com/OneBusAway/onebusaway-application-modules...

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

#55
I built this small website to retrieve personalized quotes/poems and questions also some habit tracking https://www.checkindaily.ai/

Also I have built a chrome plugin that can filter twitter by feeding your feed to gemini returning only tweets that match a criteria (E.g. no politics, only Ai or something more elaborate).

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

#58

An LLM assistant app for engaging with your journal. Insights, prompts (for humans), research leads, etc.

I'd be curious to hear more. I presume you're using some kind of semantic search? Any other kinds of semantic technology? What kinds of insights into your journaling has it offered you/users?

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

#59
I'm working to make private hosting easier. I've been running a software development agency in Melbourne for 10+ years and have been building this platform in the background to help automate and standardise the hosting needs for our clients.

We're now getting ready to launch a web portal for others to manage their own private hosting in a simpler way. The product also includes a directory of off-the-shelf applications which can be launched in a few clicks (eg. Deepseek chatbot).

If you're interested in being part of our closed-Beta in March, reach out! (e: james at below domain)

https://getbach.io

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

#60
Still working on https://nocommandline.com which started out as a GUI for Google App Engine & Datastore Emulator.

I recently added support for Cloud Run and am now building it out. Support for Cloud Function is also on the road map.

I’m also still maintaining the patch [2] I created which allows you run App Engine Python 3 Apps with dev_appserver.py on Windows. To test App Engine bundled API/services, you need dev_appserver.py

[2] https://github.com/NoCommandLine/dev_appserver-python3-windo...

Post reply on HN