It's dumb, but.... I made a scraper that searches through all the news and finds anything 'war' related. It then summarizes it and give me that new in the Star Wars crawl with music.
Ask HN: What are tools you have made for yourself since the advent of AI?
201–210 of 913 posts
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#202Various MCPs for above.
A "remote claude code server", that gives project level overview and lets me run projects / develop on my home server rather than locally through my laptop. Supports ssh as well as a web UI (projects in a list, shell rendered using https://xtermjs.org/, with a tile overview when working on multiple projects to watch for turn ends.
Similar to above, I have a local version that auto launches a new project scoped podman container, passess through the work directory, installs CC/Codex/Grok into it and passess through the auth / config for each agent. Then dumps you into that shell with aliases to map each agent to that agent with a few special env flags to disable permission prompts, so claude = `claude --dangerously-bypass-permissions`.
An extensive MCP for Obsidian that gives agents access to use a lot of the more advanced Obsidian functionality, such as suggesting and installing plugins / configs / etc.
It's helped some of my daily productivity, but I still prefer to get my hands dirty with code most of the time rather than full prompt it.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#203It wasn't perfect, but it helped me feel confident in the final result.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#204Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#205Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#206Just a super minimalist thing where each day is one .txt file with the newest one at the top and a lazy loading scrolling list with every note going back 5 years
Supports CTRL + F searching, backups, and a bunch of other QoL features/macros
Its kind of a revolution that with agentic coding everyone can have their own hyperspecific customized apps
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#207Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#208Screenshot here: https://x.com/LyleMakes/status/2063784301594853657/photo/1
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#209It's dumb, but.... I made a scraper that searches through all the news and finds anything 'war' related. It then summarizes it and give me that new in the Star Wars crawl with music.
Can... Can I have this as well?