Ask HN: What apps have you created for your own use?
221–230 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#222Re: Ask HN: What apps have you created for your own use?
#223A few years ago, my wife and I decided to adopt a rescue cat from battersea.org.uk. However, it was a frustrating experience as the staff didn't always update the website regularly, and we'd find that any suitable cats would be snapped up before we'd even seen them. I spotted that the website served its data to the frontend via an unsecured internal JSON API, so I built an Elixir app that would poll the API endpoint…
Great example of a pet project :)
Re: Ask HN: What apps have you created for your own use?
#2241. https://gptgames.io - A gaming platform using OpenAI. It came from a silly idea for another project I have, and I ended up putting it together in 1 month.
2. https://creepyface.io - I wanted to animate my face on my resume, and I decided to allow everyone else to do the same.
3. https://react-guitar.com - I wanted to learn guitar theory and tell me a better way to do it than coding a react component :D
4. https://github.com/4lejandrito/fetchbook - I wanted to organize my http requests at work without depending on postman or anything else.
5. https://github.com/4lejandrito/next-plausible - Since I started using Plausible analytics on all my sites, I found the need of reusing some code.
I hope you find any of these interesting!
Re: Ask HN: What apps have you created for your own use?
#225Re: Ask HN: What apps have you created for your own use?
#226Re: Ask HN: What apps have you created for your own use?
#227https://font2png.com to browse font-icons and export them as PNG, with background/foreground color. Usually you want SVG, but sometimes a PNG is better. I use it mostly to generate quick favicons. It was also fun to make it work completely client side with canvas. https://github.com/combatwombat/rmdb imports the IMDb database (at least the limited .tsv files they provide) into MySQL so you can query it. List the high…
Ooh, I have a use for the IMDB one, I hadn't realised they had data export. Thanks.
Too bad IMDb doesn't provide more data in the export. Budget, box office or country of origin would be nice.
Re: Ask HN: What apps have you created for your own use?
#228Re: Ask HN: What apps have you created for your own use?
#229Re: Ask HN: What apps have you created for your own use?
#230I 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…
The QR thing is really cool. Love it. I have often wondered how much "hard" data could be stored as images without loss in various environments such as iCloud, whatever Google has and so on.