Live data from Hacker News

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

news.ycombinator.com

591–600 of 793 posts

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

#591
recreation.gov notification "system" so i can seize the opportunity whenever a coveted backcountry permit opens up.

it's just a web scraper ran via github actions. i get emails whenever my subscribed permits changed.

i shared it with other people on reddit. they signed up through google form that triggered a gumroad payment link (via zapier). it also notified me about the new subscriptions so i could add them (via changes to the google form's google sheet and the notification triggered by zapier). i had two sign ups and donated the money to trail maintenance org.

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

#594
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!

Same. Great game!

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

#595
post #61

I've built a few apps which started out as tools for my own use and later polished + released for public. - Cone: This started out as a small tool to help me identify the name of the colors of objects around me (i am a red-green colorblind). Now it's a full fledged color picker app with a Pantone license - https://cone.app - CBVision: This is another small tool for colorblind people which shifts the problematic color…

Awesome work. Love your clean design and copy. Unwind has one of the best App Clip experiences I’ve seen.

I’ve similarly built an app for my family to collaborate on recipes which I’ve since made public - https://umami.recipes

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

#596
post #309

Earlier quoted context omitted.

Do you mind sharing the code for this, or point me to the audio fingerprinting solution you use? I'd love to replicate this.

https://github.com/AddictedCS/soundfingerprinting Is the library. It was the first thing I found and it seemed to do the job. I’m not a .NET guy so it’s implemented as a CLI tool that takes a wave file as input and spits out a list of timestamps. Sharing the code would mean getting into the business of publishing an ad blocker which is not something I personally have the bandwidth for. It’s also far from my finest wo…

Fair point on the publishing! Thanks for sharing the library.

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

#598
Pomodoro webapp with an editable list of stuff to do during breaks, plus additional timers, radio … https://www.timerone.com/pomodoro

Chrome extension - view hyperlinks (internal and external links, phones, emails) https://chromewebstore.google.com/detail/link-list/caifphhfa...

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

#599
i created an apple watch app that lets you sync your own music library to the watch using wifi (much faster than the bluetooth channel all the other watch apps use)

it also gives you the option to play songs using either attached airpods or using the internal speaker (impossible using any other app)

it's called sync-sing :)

Post reply on HN