Ask HN: What are tools you have made for yourself since the advent of AI?
501–510 of 913 posts
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#502Still a work in progress but I’m making my own subway web app. A by-product of this is this realtime subway map of NYC https://donohoe.dev/subway/map/
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#503Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#504Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#505- A self-hosted comment system for my blog (https://github.com/karthikeyankc/discuss).
- A custom RSS reader with AI capabilities to keep tab of our competitors at work.
- A git-based CMS for my personal blog (which was also built with AI).
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#506Cloak windows from screen capture! Perfect for keeping things private while screen sharing over Teams, etc.! All other tools in the Store would trigger virus warnings when I tried to install them. Some were positioned to ask for money for basic features. My app is both free with more features and a more intuitive UI and set of keyboard shortcuts!
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#507I use Linux on my computer and an iPhone and wasn't happy having to use a cloud to sync my data between my devices. Syncthing/Synctrain + my apps allow me to keep everything on my private network, without ever touching a server or having to self-host something like Immich.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#508I wrote a pen-plotter GUI and gcode sender in Rust. By hand. Like an animal. I am the only user. Sometimes it's the process that matters, and exercising your brain is important too. I get that there is a lot of existential dread around AI taking our jerbs, and excluding humans from the process of creative work, but... you can still just write code, just for the personal satisfaction. https://github.com/armyofevilrobo…
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#509I also built https://github.com/lnenad/difiko as AI generates a lot of code that needs a nice way to review it.