Not too much, speaking of public one which you can try: - https://habitpocket.io/ - habit tracker which allow to track not only habits (done, not done) but also numbers and time of the day on one grid. Also I built an iOS app but it's in Apple Review right now so it should be ready in the week. - https://taskpocket.io/ - todo list, my own interpretation of proper todo list. Right now it's completely free. I would lik…
Ask HN: What are tools you have made for yourself since the advent of AI?
761–770 of 913 posts
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#762Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#763Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#764I used it to make a different script lists all my custom scripts. That keeps track of it. I also have a tool that loads local scripts, so I can scope my CLI commands to a particular folder environment.
All together, I just build whatever I want for anything I think I could automate.
I was gonna make a blogpost about it at some point. It's really highlighted to me that the world has changed in a way I theorised about but didn't true "get" until recently. Personalised software.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#765I lost a camera recently and set up a Claude Cowork daily scheduled task to check if it finds my camera on a few marketplaces - Claude also goes through all the images and checks if it can see the serial number, which is engraved in the body. No luck so far, but we keep trying! It was incredibly easy to set up and uses my Chrome browser so it's logged into most platforms already.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#766Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#767https://eternityforest.github.io/Stuffer/
Not an app, but a productivity system, partially refined by telling AI every time I forgot anything and asking for research references on human error that are relevant to that specific mistake:
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#768Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#769https://github.com/amedeedaboville/mish A mosh clone that uses QUIC as the transport layer so it can do both “unreliable datagrams” like UDP and also a TCP-like reliable stream, so it has scrollback buffer. Also QUIC means the crypto is handled for me, no need to trust the LLM to hand roll its own crypto. Cool Rust libraries enable this like alacritty for the terminal, and being able to have russh (rust implementatio…