Live data from Hacker News

Ask HN: What are your “scratch own itch” projects?

news.ycombinator.com

31–40 of 175 posts

Re: Ask HN: What are your “scratch own itch” projects?

#31
It's worth doing! A few projects I've done:

I once needed a database of EV charging locations, but at the time(2011) there were no open databases, so I built https://openchargemap.org, that now serves millions of API queries per month for other apps and services

For another project, I recently wanted to control my guitar amp (a Positive Grid Spark) from my computer instead of using a mobile app, so I built https://soundshed.com which is both a bluetooth web app and an electron app you can install. It now has a few thousand users :)

And finally, another time I had some SSL certificates I needed to manage for another project (for the above mentioned https://openchargemap.org), so I built a GUI to manage and renew certificates on Windows. It's now a commercial app with hundreds of thousands of users and it's my full time job: https://certifytheweb.com

So yeah, worth doing!

Re: Ask HN: What are your “scratch own itch” projects?

#33
Currently re-implementing the Focus Sessions feature of the built in Windows clock app. I had been using the Windows version as a quick way to track time spent on a learning goal but found it buggy and lacking some features I wanted (like a pause button!) so I'm rewriting it as an Electron app. It's giving me a chance to write some plain JS for once and I've set a challenge of importing as few front-end libraries as possible (so far only react and immer). I'm excited that I have it at the point where I can dogfood it for tracking the time I spend on developing it.

Re: Ask HN: What are your “scratch own itch” projects?

#34
I jumped into the Common Lisp rabbit hole and enjoying it. I've completed Touretzky book on CL. I'm now reading Norvig's Paradigms of Artificial Intelligence Programming.

I know enough to start some project which would help in learning the language but haven't pulled the trigger yet. Nothing like stumbling around trying to figure out how to get something to work in a new language to get a deeper understanding.

It's quite an interesting language; completely different from Python, JS and Java that I use.

A side benefit is I've learned emacs well enough to be productive enough to use as a daily text editor.

Re: Ask HN: What are your “scratch own itch” projects?

#37
A few years ago I discovered Anki (a spaced repetition app) for helping me learn Japanese. I immediately recognized the power of spaced repetition, but really did not like using Anki (it's pretty clunky and requires a lot of configuration to work right). I started building my own alternative, Mochi [0], which I wanted to kind of be a cross between Anki and Notion. I'm pretty happy with where it's at now and I've been using it almost daily ever since.

[0] https://mochi.cards/

Re: Ask HN: What are your “scratch own itch” projects?

#38
Kid related backstory: during the pandemic I started recording videos, telling the stories of Trump, the pandemic and other family stories. The idea is that my kids will watch them when they are 25 and see me while I'm young, telling them about current events. (kids are currently 5 & 8)

I'm building a web app to make this easier and also sharing with my parents to record & save the stories from their life.

Re: Ask HN: What are your “scratch own itch” projects?

#39

    Puzzle solvers: Cryptoquote, Sudoku, Wordle.
    Display a chart that combines MyNetDiary and Fitbit logs.
    Correlate 1M bride & groom birth signs.
    Create election database from phone book.
    Battleship program (hard rules)
    Chart GQ EMF-390 EMR (electro-magnetic radiation) detection logs.
    Log oil furnace thermostat cycles (uses parallel & joystick ports).
    Convert county grave database to HTML pages for Website
Post reply on HN