A 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 :)
Ask HN: What apps have you created for your own use?
371–380 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#372I built this to teach myself all the aspects of computational chemistry that I am interested in
Re: Ask HN: What apps have you created for your own use?
#373Shockingly there aren't many other options out there for tree-based to-dos so when I posted it to my personal Twitter some people really liked it and started paying for it which turned my weekend project into more of a full-time side project.
As of today, I've been working on it for almost a year on and off and in fact yesterday I submitted my first iOS app to the app store for approval (a quick rejection but easily solvable!).
I think everyone should build their own to-do list app not least because it encourages you to actually use a to-do list app but also because I've learned so many interesting lessons from it along the way. Through this project, I've learned Svelte, iOS development with SwiftUI, lots of things about PWAs, and much more that is not easy to convey about engineering solutions.
You can find it at https://tatask.com if you're interested.
Re: Ask HN: What apps have you created for your own use?
#374I was actively trading cryptocurrencies a few years ago. All the fun died at tax time. Thousands of transactions across several exchanges and currencies, manual calculation of capital gains was out of the question. At the time, I recall finding one or two tools on GH, none of which seemed suitable. There was also a 3rd party service for calculating tax which integrated with exchanges, but it didn't sit well with me f…
Re: Ask HN: What apps have you created for your own use?
#375Re: Ask HN: What apps have you created for your own use?
#376I made a guitar tuner iOS app! I didn't particularly like existing options and it was a fun way to learn some Swift/SwiftUI/AudioKit, all of which are outside the typical programming I do for work (Julia). It was also a great experience to "launch" a product. I sell a few units per month so it also nets me a hilariously small passive income. https://oneclicktuner.com
Re: Ask HN: What apps have you created for your own use?
#377Re: Ask HN: What apps have you created for your own use?
#378GDO: Garage door Opener, a passkey enabled web interface to trigger opening my garage door. It's basically just a 2 button website, 1 button opens and closes the door with a delay, the other just opens/closes the door. It uses a passkey auth proxy which allows me to toggle user access.
Any good ressources on how to setup passkey for such a project?
https://developer.mozilla.org/en-US/docs/Web/API/Web_Authent...
My guess is it's some JavaScript on the website, it would trigger the browser to ask the OS to prompt the user to provide their credentials.
Re: Ask HN: What apps have you created for your own use?
#379I have a reactive dog. She used to be a street dog so she doesn't take kindly to other dogs -- but get this -- only when on the street; in the park she's perfectly fine. We have been doing months and months of training and she has improved a lot but occasionally regresses. If I could record the data I could potentially see some trends. I've been recording each dog interaction in a spreadsheet but that quickly got cum…
Re: Ask HN: What apps have you created for your own use?
#380I 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…
I just spent 30mins on lalo.li/lsd!