I have made a TUI tool for organizing and authoring sermons written by myself. It also has a third mode for reading one or two bible versions in parallel. I love the interface and keep adding features to make it easy to navigate in and something that actually helps me to organize and write sermons. Some features are to have notes at specific places in the bible, summaries, notes, exports to html/pdf, metadata for eac…
Just curious, how do you feel about using AI to help write the sermons?
Ask HN: What are tools you have made for yourself since the advent of AI?
701–710 of 913 posts
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#702A voice memo app, quite like the actual voice memo app from Apple. The thing is: now I can put my voice memo's on iCloud put Claude Code on it and make my transcripts into structured notes that my app then also displays. So basically a way to just go on an hour long walk with myself, spit everything from the top of my dome stream of consciousness style, and then have Claude structure whatever I said. It's nice to hav…
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#703Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#704I like the ideals of NixOS: reproducible setup from a git repo, ability to boot into a past config if you mess things up. But it's a big job learning and implementing that configuration manually. I've been playing with NixOS for ~2 years and like it but never really got that close to a full workstation setup.
When Ubuntu 26.04 came out I really needed to upgrade my 22.04 workstation and decided I'd really give NixOS a try before going with 26.04.
This time I decided to entirely configure it via Claude Code. I've been entirely running on it for a week and there's nothing I'm missing. I even took a stepping-stone approach where I first installed it on my old laptop, left my current workstation in place (in case the experiment failed), and then did a reinstall of my current workstation. NixOS made setting up the second machine trivial. Now, if my normal workstation were to have a hardware failure, I can just grab my /etc/nixos and rebuild and I'm back in business. Which is important since my workstation is now out of warranty and 6 years old.
One win is that I had been using LunarVim and AstroVim, and liked the "batteries included" approach, but they were hard to upgrade and while I was trying to do as little customization as possible, I still needed to do some and that was tricky in their configs. I used Claude Code to build a neovim setup with just my desired features, and it's now a single ~700 line neovim.nix file with everything in it. It's fully featured including LSPs+TreeSitter, etc.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#705Earlier quoted context omitted.
Haha yes. It probably should message YOU rather than the person who's birthday it is, so you can send something personal. Also coming up, automated wedding/funeral attendance by your personal humanoid robot designed to look and sound like you.
> It probably should message YOU rather than the person who's birthday it is, so you can send something personal. We already have that. It’s called a calendar app.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#706Some point, I want to convert into a little app and open source it, so you can install on your laptop so it's usable by more people. And have it detect more than just zoom.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#707I shred guitar in the evenings to focus on technique, but a hectic day job means I get almost no time to twiddle knobs on my amp sim chasing the right tone. So I built a tool where I just prompt "Brian May Solo Bohemian Rhapsody" — the LLM fills a small JSON contract and feeds to a script that generates the XML, and I load it straight into the plugin. Two minutes and I feel like I'm tearing it up at Wembley '85 :)...…
This is really cool! Seems like the key to the prompt it seems is the knowledge of how these tones were created in the first place (your system prompts for the 80s) which requires some actual tone knowledge and leaves all the fiddly bits to the LLM. As someone relatively new to guitar this is intimidating, but also a fun rabbit hole. Additional “expert” prompts for different archetypes and genres could be fun.
Once someone does that encoding work for a genre, it's reusable forever I think. I'm pretty comfortable with late-80s/early-90s rock well enough to write the specs. But you're right — a "modern metal" prompt, a shoegaze one (which my teenager wants), a funkone,etc - that's the next layer. tone_system.md just needs to be updated. I plan to expand this to more plugins. Contributions welcome.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#708Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#709The funniest thing I've made is a free utility called "Moniker" that contextually renames files based on their contents. Uses local AI models and I was able to snag this great domain name. https://finalfinalreallyfinaluntitleddocumentv3.com/ But hands down the most useful thing I've made is HutchDB, which is a MCP service that you can call from any AI chat or Agent setup to store data for you. Literally from your AI…
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#7101. home automation, access point management, solar/battery health monitors
2. family week management with schedules, todo's, scripture of the week
3. page-to-pod (browse, click one button, TTS to podcast episode on my phone)
4. daily summary of AI news to a new pod episode on my phone
5. easy theme switching from light to dark on my mac
6. and more....
what does this mean about the future of software? looks like consumer software will be "instant and on demand".