Ask HN: What are tools you have made for yourself since the advent of AI?
841–850 of 913 posts
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#842Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#843I'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?
#844If you use ChatGPT then can say it is more like ChatGPT Sites but also works in Claude.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#845A SQLite based sweeper of all the scans, notes, PDFs and images I have on my filesystem, that stores their paths and allows searching their OCR’ed descriptions and text, as provided by Mistral OCR. I can ask things like “when does my car need maintenance” or “find me that picture my kid drew for Mother’s Day”. I use pi-based bash executable to launch a doc chat like that. https://github.com/maxim/ringbinder
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#846A SQLite based sweeper of all the scans, notes, PDFs and images I have on my filesystem, that stores their paths and allows searching their OCR’ed descriptions and text, as provided by Mistral OCR. I can ask things like “when does my car need maintenance” or “find me that picture my kid drew for Mother’s Day”. I use pi-based bash executable to launch a doc chat like that. https://github.com/maxim/ringbinder
how Mistral OCR works for you? Is it really better than Tesseract?
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#847I built an offline background remover website that now includes passport photo editor, object remover, image compressor. everything is free and offline (inferred from WebGPU) and I used to have to browse to different website to do all of these. now i can just do it offline on my own site. https://bgremovefree.com/