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 :)
Ask HN: What are tools you have made for yourself since the advent of AI?
851–860 of 913 posts
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#852Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#853I'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…
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#854I 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…
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#855Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#856Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#857After 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…
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#858Earlier 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 :)
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#859Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#860I 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...