Live data from Hacker News

Ask HN: What apps have you created for your own use?

news.ycombinator.com

371–380 of 793 posts

Re: Ask HN: What apps have you created for your own use?

#371

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 :)

This made me laugh. Thank you for brightening my morning!

Re: Ask HN: What apps have you created for your own use?

#373
Like every programmer before me, I created a to-do list app of course! However, as a programmer, I prefer trees to lists so I made a to-do tree app. I have been using it religiously every day since to manage all aspects of my life in a way that I couldn't previously with tools like Wunderlist (RIP) or didn't have the time to make work in this way like Notion.

Shockingly 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?

#374
post #274

I 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…

Urgh, yeah I ran into that problem. I had absolutely no idea. I was buying and selling small amounts of dozens of obscure cryptos just for shits and giggles. What a nightmare it turned into.

Re: Ask HN: What apps have you created for your own use?

#376

I 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

Very nice. Guitar tuner apps are one of those things that should be really basic, but popular ones tend to get more bloated over time as they try to monetize it. You can buy a hardware tuner for what some apps charge.

Re: Ask HN: What apps have you created for your own use?

#378
post #21

GDO: 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?

I'm curious too, so I looked it up.

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?

#379

I 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…

A proper pet project!

Re: Ask HN: What apps have you created for your own use?

#380
post #124

I 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!

I did this and went to take a shower. Needs a timer so I know how long it took :)

https://imgur.com/a/QjoBw4h

Post reply on HN