Ask HN: What apps have you created for your own use?
171–180 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#172Re: Ask HN: What apps have you created for your own use?
#173I mostly code my own games with a target group of 1, my favourites are http://lalo.li/lsd/ https://updownredgreenetc.franzai.com/ https://spinner.franzai.com/ https://dance.franzai.com/ (basically a lava lamp you can interact with) from the app side i like https://qrpwd.franzai.com/ coded to save my 2 factor backup codes qr encoded and encrypted in my photo stream and https://github.com/franzenzenhofer/thisismy a com…
Re: Ask HN: What apps have you created for your own use?
#174So I made a game that is like Sudoku but uses 9-letter words instead of digits.
Technically, it’s just a simple substitution.
But playing it requires much more mental effort than you’d expect. Due to the fact that letters are shuffled, so it’s not easy to keep track of them.
I’ve made an app, a web version and a paper book.
iOS app: https://apps.apple.com/ch/app/word-sudoku-pro/id6472858788?l...
Website: https://wordsudoku.win
Paper book: https://www.amazon.com/dp/B09GZDT5JQ
Re: Ask HN: What apps have you created for your own use?
#175I've written a podcast ad blocker. I'm not based in the US but listen to a few podcasts from large US-based networks. They don't have any ad inventory to sell so instead they fill the slots with ads for other shows on their network and I end up hearing 7 copies of the same ad for the same true crime sludge in each podcast episode. It works by fetching the XML feed, downloading the file and applying an open-source aud…
Re: Ask HN: What apps have you created for your own use?
#176- I created `gcopy` (https://github.com/TheDen/gcopy) because I wanted to extend `pbcopy` to copy nontext data from the terminal to the clipboard, so I could quickly paste such data in Slack (or as email attachments)—I got tried to having to find it the specific file in Finder to copy or drag it to an app. I've since aliased `pbcopy` to `gcopy` since it's a drop-in replacement.
- Also created `galvani` (https://theden.mmm.page/galvani) to show and change the the power mode status on MacOS from the menubar
Re: Ask HN: What apps have you created for your own use?
#177Re: Ask HN: What apps have you created for your own use?
#178I use it all the time when I need to serve up some data in JSON for example. I can specify IP and Port to bind to, it has directory listing enabled and it always sets the headers "Access-Control-Allow-Headers: " and "Access-Control-Allow-Origin: " for easier quick testing.
I just threw together some components in Delphi. ;)