Ask HN: Most interesting tech you built for just yourself?
1–10 of 1001 posts
Re: Ask HN: Most interesting tech you built for just yourself?
#2It's mostly a toy but it has given me great insight into local weather patterns.
Re: Ask HN: Most interesting tech you built for just yourself?
#3It mainly consists of a simple CLI utility that generates TOTP codes using an AES encrypted lookup table of secrets.
I piggybacked access to this off an unrelated web site and it is now readily available from any device if you can provide the decrypt and lookup key and know the URL.
Re: Ask HN: Most interesting tech you built for just yourself?
#4Pretty simple, but saves lots of time and I don't have to worry about the air conditioner turning off in the middle of the night due to it's internal reservoir becoming full.
Re: Ask HN: Most interesting tech you built for just yourself?
#5- an Unolingo solver that we used to figure out if there could ever by more than one solution to the puzzle (there can be!)
- a "killer" solitaire simulator that determined the optimal number of players for a max win rate. IDK if this is even a real game, but my family plays multi-player competitive solitaire with up to 8 people at a time. IIRC the optimal number for win rates is like 5-6(?) according to my simulation
Re: Ask HN: Most interesting tech you built for just yourself?
#6Also many years back when I was traveling all the time I created a thing based off the what 3 words data where I could geo drop messages at a location. My friends and I used it for a while but then just forgot about it.
Re: Ask HN: Most interesting tech you built for just yourself?
#7https://github.com/shi-yan/broca
on each of the computers I use, I have a open sublime text tab documenting words I don't know.
they are scattering around, unorganized, get lost when the file tab is closed.
I want to synchronize my vocabulary on different devices using git.
broca saves to plain files that are git friendly. And using ChatGPT as a dictionary allows me to search for idioms/slang/phases with unlimited example sentences.
Re: Ask HN: Most interesting tech you built for just yourself?
#8Re: Ask HN: Most interesting tech you built for just yourself?
#9Re: Ask HN: Most interesting tech you built for just yourself?
#10https://arxiv.org/abs/cs/0312018
I was always asking "Why is RSS failing? Why do failing RSS readers keep using the same failing interface that keeps failing?" and thought that text classification was ready in 2004 for content-based recommendation, then I wrote
https://ontology2.com/essays/ClassifyingHackerNewsArticles/
a few years ago, after Twitter went south I felt like I had to do something, so I did. Even though my old logistic regression classifier works well, I have one based on MiniLM that outperforms it, and the same embedding makes short work of classification be it "cluster together articles about Ukraine, sports, deep learning, etc." over the last four months or "cluster together the four articles written about the same event in the last four days".
I am looking towards applying it to: images, sorting 5000+ search results on a topic, workflow systems (would this article be interesting to my wife, my son, hacker news?), and commercially interesting problems (is this person a good sales prospect?)