Live data from Hacker News

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

news.ycombinator.com

21–30 of 793 posts

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

#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.

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

#25
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.

cool! Where can I learn about how to make a passkey enabled web interface?

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

#26
post #4

I couldn't find an app that has clean UI and also doesn't collect any data for FIRE calculation, therefore I developed my own app and also put it into the App Store: https://apps.apple.com/us/app/firecalc-early-retirement-age/... Also, developed another app to reduce my Twitter usage. The reason why I created this one is that even though there a lot of Safari Extensions out there, they can access to your Safari histo…

For retirement calculators monte carlo simulations seem like the best way to model risk, but all existing implementations are several orders of magnitude slower than they should be. I made https://james.darpinian.com/money/ to prove that it's possible to simulate a million scenarios in a few milliseconds. You can drag sliders and see simulation results update in real time. Even on phones. Because I made it for my own…

That's cool! I'm planning to add Monte Carlo simulations into my app.

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

#28
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?

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

#29
I got fed up with using loads of different apps to keep track of my flights while doing long term traveling trips so made a simple site to track them using the AirLabs free API.

GitHub: https://github.com/PaulSinghDev/personal-flight-tracker

Public site: https://personal-flight-tracker.vercel.app/no-key

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

#30
Over the years I created several released and unreleased tools to scratch my own itches.

Software: Swift library to read and modify ZIP archives: https://peakstep.com/claquette/ Screen recording/video/GIF creation app for macOS: https://github.com/weichsel/ZIPFoundation A small CMS to maintain my websites (unreleased)

Hardware: A Time Machine compatible NAS based on a Raspberry PI (PoE powered, 3D printed mountable enclosure)

Post reply on HN