Live data from Hacker News

Ask HN: What are tools you have made for yourself since the advent of AI?

news.ycombinator.com

851–860 of 913 posts

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#851

Earlier quoted context omitted.

git-hook documentation says that hook events can be configured to run in parallel.

Here's what gemini says about running hooks in parallel: > Native Git traditionally executes hooks sequentially. However, you can achieve parallel execution by leveraging dedicated third-party hook managers or using built-in shell background processing .. and that's what git-multi-hook is: a third-party hook manager, that uses shell background processing :)

Just out of curiousity, what are the 8 hooks you run?

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#853

I've been making a lot of audio experiments for my own amusement. They all have some potential to drain your cpu, sorry! https://www.noisetable.xyz/ - a collection of chance-based audio 'channels' in a VCR inspired interface https://concrete95.net/ - a musique concrète web app that's made to look like windows 95. Pulls random audio from freesound.org and loops a small section, you can also layer synth pads or melodic…

Nice, Noisetable is so relaxing. Reminds me a bit of those generative music apps from Brian Eno.

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#854

I built a route planner. I walk around the city where I live a lot and love exploring new streets, but at some point it became difficult to plan routes through streets I hadn’t walked down yet, so I created an app that lets you plan different types of routes. You can specify the percentage of overlap with streets you’ve already traveled, create a route from point A to point B, a circular route, or a one-way route. Yo…

Cool! As a fellow explorer, I would love to try this! Is it on GitHub?

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#857

After I lost a family member to a cancer that routine screening could have caught early, I started to realized: The screening existed and the guidelines existed, but nothing turned a long medical screening guideline into “here is what you should do.” So I built FixYou for myself and my family. You answer a few questions about age, sex, family history, and lifestyle, and it builds a personalized screening plan from th…

That's great. Being in the same shoes I wanted to try it, unfortunately I get "Sorry, something went wrong. Please try again." error.

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#858

Earlier quoted context omitted.

git-hook documentation says that hook events can be configured to run in parallel.

Here's what gemini says about running hooks in parallel: > Native Git traditionally executes hooks sequentially. However, you can achieve parallel execution by leveraging dedicated third-party hook managers or using built-in shell background processing .. and that's what git-multi-hook is: a third-party hook manager, that uses shell background processing :)

I see how it is.

Re: Ask HN: What are tools you have made for yourself since the advent of AI?

#860
post #856

I created an open-source proxy, between Claude Code and the Model, allowing me to better explore how an agent talks to the model. https://nestenius.se/ai/introducing-the-coding-agent-explore...

This is a very cool idea. If it wasn’t .net, I would love to re-use it for my own use cases.
Post reply on HN