Ask HN: What are tools you have made for yourself since the advent of AI?
691–700 of 913 posts
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#692I am planning on building a run club app next trying to build a community of my own
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#693Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#694Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#695https://github.com/linsomniac/apt-cacher-ultra
We do ground-up respins of half of our dev+stg cluster every morning, to test our automation, but this didn't work during the DDoS. I disabled those respins for the week of the DDoS, but if we had a fire at the office and needed to bring back up our dev+stg environment that would have been a problem: our normal ansible automation wouldn't have worked to set up a new dev+stg cluster.
apt-cacher-ultra has an "adoption" process where when it detects new repo meta-data it holds off on serving it up until it has downloaded any changed "hot" packages (packages we've fetched in the last N days), then it switches over to that new snapshot of the repo. I've been able to shut down our upstream Internet and then do a new OS install and apt update+upgrade it successfully.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#696On my list of build it from scratch has always been to build a programming language. So with the help of AI I was able to get it done! Why did I build it? At work I've seen two major problems with our ai workflows/ skills libraries. There is a lack of determinism when your whole workflow is a markdown file of 100 steps, and markdown skill libraries lack composability. Meaning we violate things like DRY in the all the…
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#697I assume, though, you mean LLMs. I haven't used them first hand, but I have fairly recently implemented a multi-layer artificial neural network in C, mostly as a learning exercise, but as I had previously built a speech spectrogram in Lisp, I thought I'd try to use it to recognize phonemes, with one hidden layer. The Lisp communicated with the ANN via a Unix pipe. It worked reasonably well for just vowels, but when I added other sounds (e.g. l, r, s, z), its performance deteriorated. I think the C is bug free, but I don't know an easy way to train the ANN. I've tried adding to the training set, adding an extra layer, changing the number of neurons in the hidden layer. The usual debugging skills don't seem to help there.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#698It’s getting good traction in South America!
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#699None of them had share extension feature so whenever you are reading on the web or in a book you highlight the word share directly to the app and it automatically looks up the definition.
Also added a voice review (with gemini native audio model) so you can chat your reviews.
https://apps.apple.com/us/app/vocabulary-flash-cards/id67750...
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#700I 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…
"Hi everyone, today we're going to read the book of Acts." opens terminal (made me smile)