Ask HN: Tools you have made for yourself?
151–160 of 458 posts
Re: Ask HN: Tools you have made for yourself?
#152Re: Ask HN: Tools you have made for yourself?
#153I've also made my own autoclicker for grindy Android games that otherwise detect in-OS clickers by basically using batch and adb to click certain spots randomly in a while loop.
Also a few batch scripts for a musician friend who's 0% technical to separate mp3 songs into instrument tracks (to rehearse and have fun) with spleeter by just dragging the file into the .bat.
Oh and a bunch of mini scripts to pull and merge stuff from one git branch to another and push it all (like dev to staging) to trigger a CI flow.
Re: Ask HN: Tools you have made for yourself?
#154What this looks like is gathering my data, spinning up different views and templates based on what I want to do next, using and iterating on the page while I use it, getting a new idea, rinse & repeat.
Re: Ask HN: Tools you have made for yourself?
#155Re: Ask HN: Tools you have made for yourself?
#156[1]: https://github.com/axelf4/nixos-config/blob/da60a70680984769...
Re: Ask HN: Tools you have made for yourself?
#157Re: Ask HN: Tools you have made for yourself?
#158Re: Ask HN: Tools you have made for yourself?
#159Made something really similar to apple's recently unveiled "universal control," but from Windows -> Mac. Lets me have the mouse wander off the side of the screen if "pushed hard" and it "pops out" on the mac. It has some issues with modifiers sticking and it's hard-coded to my network IPs and screen resolutions, PLUS it requires an unrelated tool I made to actually build the thing; it's on my "open source someday" li…
Re: Ask HN: Tools you have made for yourself?
#160The main advantage is that you can "migrate" all unfinished todos to a new page/day and thus get a clean start each day. This idea comes from bullet journalling.
To get it done I had to dig a bit into ncurses, which turned out more interesting than I thought. For instance, Windows Terminal just gained support for bracketed paste a couple of months ago and my tool supports it.
[1] https://github.com/coezbek/rodo
Stack: Ruby, Curses, Markdown