Ask HN: What are you working on? (April 2025)
321–330 of 1001 posts
Re: Ask HN: What are you working on? (April 2025)
#322It's a bottom-to-top rewrite of a timer app that I've had in the App Store since about 2012. This is probably the fourth rewrite.
[0] https://github.com/RiftValleySoftware/ambiamara/tree/master/...
Re: Ask HN: What are you working on? (April 2025)
#323https://marketingagents.net - Marketing Automation for Founders who Suck at Marketing. Open Source and Self Hostable Building this for myself mainly, but hoping others might find it useful. Still very early and building out the bear essentials, but then the hope is to keep reading marketing books and use that to improve the platform.
Re: Ask HN: What are you working on? (April 2025)
#3247 months ago, I was looking for a job and got frustrated with the current resume builders, so decided to build one exactly how I wanted a resume builder to be.
- Free (like really free).
- No signup, no login.
- Has AI features to improve text.
- Find jobs matching the resume.
Re: Ask HN: What are you working on? (April 2025)
#325On the way, I developed lightweight image editor and 3D model viewer components, which I've open sourced [1].
Re: Ask HN: What are you working on? (April 2025)
#326https://undetectag.com I developed a device that turns an Airtag on and off at specific intervals. Current Airtags are detectable right away and cannot be used to track stolen property. That device allows you to hide an Airtag in your car, for example, and someone that steals your car will not be able to use some app to detect it. The Airtag will also not warn the thief of its presence. After some hours, the Airtag t…
Re: Ask HN: What are you working on? (April 2025)
#327Re: Ask HN: What are you working on? (April 2025)
#328Myself. Been a freelance dev for years, now going on "sabbatical" (love that word) imminently. Just moved to reduced hours, still in the transition and unwinding phase. Planning to do a lot of learning, self-improvement, and projects. Tech-related and not. Preparing for the next volume (not chapter) of life. Refactoring, if you like, among other things. I'm excited.
Re: Ask HN: What are you working on? (April 2025)
#329Re: Ask HN: What are you working on? (April 2025)
#330I'm working on a workflow automation tool that lets devs write workflows in simple yaml files, and then deploy them to the cloud _or_ on premise. Each workflow is a set of actions and a trigger that can transform data, make api calls, run AI models, or really anything (via docker!). Each step relies on the output of the last step, and the workflow framework is engineering to be declarative, testable, and versioned. S…