Live data from Hacker News

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

news.ycombinator.com

321–330 of 1001 posts

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

#321
Trying to use genetic algorithms to evolve voice styletts2 tensors for kokoro. Using Resemblyzer as part of fitness calculations. Results have been interesting with over fitting occuring where the voice sounds horrendous but scores high (usually later generations). The funnest part has been exploring how it all works and finally committing to a Python project.

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

#323

https://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.

Looks interesting and would love to try it out! but your repo is missing a Open Source license (https://github.com/rasulkireev/marketing-agents)

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

#324
Resume builder

7 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.

https://resumeyay.com

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

#325
Started working on a case discussion platform for students almost two years ago. Mostly for dentistry and medicine, but it's template-based so works well for other purposes (e.g. teachers, social workers, etc.). It's going well and is being used by three universities right now.

On the way, I developed lightweight image editor and 3D model viewer components, which I've open sourced [1].

[1]: https://github.com/kigun-org/

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

#326

https://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…

Airtags are detectable to prevent abuse, how do you want to prevent abuse with your product?

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

#327
Checkra, an inline assistant for UX, copy and conversion feedback right on your site. It’s easy to set up with a tiny JS snippet and free to use - no account needed. We’re using it for our in-house product development and it has streamlined our workflow for generating A/B versions of pages and copy significantly

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

#328

Myself. 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.

Will you write a bit about it? I find this sort of move really interesting. I'd be curious to see what you've learned by the end of that sabbatical.

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

#330

I'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…

premises, not premise :-)
Post reply on HN