I wanted to read all the ideas but it became hard to read.
Ask HN: Most interesting tech you built for just yourself?
941–950 of 1001 posts
Re: Ask HN: Most interesting tech you built for just yourself?
#942Made a desktop app for homebrew beer recipes. There are plenty of brewing tools out there, but ito data model and workflow they are all basically descendants of ProMash. I wanted something that approached home brewing with a focus on process instead of ingredients. My data model of a "recipe" is a DAG of typed process steps each of which can have ingredients attached. Liquid volumes move through the DAG and are modif…
Re: Ask HN: Most interesting tech you built for just yourself?
#943Re: Ask HN: Most interesting tech you built for just yourself?
#944I have a rail line right under my apartment, so I built a small computer vision app running on a Rasperry Pi which records each train passing, and tries to stitch an image of it. It has a frontend at https://trains.jo-m.ch/ . Edit: it's currently raining and the rain drops are disturbing the images a bit.
Re: Ask HN: Most interesting tech you built for just yourself?
#945Re: Ask HN: Most interesting tech you built for just yourself?
#946Re: Ask HN: Most interesting tech you built for just yourself?
#947Smart RSS reader that, right now, ingests about 1000 articles a day and picks out 300 for me to skim. Since I helped write this paper https://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/es…
Re: Ask HN: Most interesting tech you built for just yourself?
#948It's been a work-in-progress for a while. It vastly helps with my weekly plans. And as a side project to up-skill, what I'm still working on:
- UIUX and 'user flow', usability
- hosting + CICD
- integrations, optimization, caching
[1]http://cr2southstation.com/
Re: Ask HN: Most interesting tech you built for just yourself?
#949My grandmother has dementia. About twice a day, she calls my parents every 5 minutes, forgetting that she just hung up. The calls are always the same: "You live there now. Yes you have money. We came to visit you yesterday." This can go on for an hour or so. My parents are incredibly patient, but after a couple of these calls, they'll just leave the phone to ring. The soundtrack of the phone constantly ringing in the…
Re: Ask HN: Most interesting tech you built for just yourself?
#950I live on the flight path of a busy airport (Toronto) and have always wondered what type of aircrafts they are as they fly above me. So, I made a "Plane Above Me" app that listens to airplane sound. Once detected, it polls data from flight APIs and read out the flight info and aircraft data. In other words, it's my little "Flight Announcer". https://evergreen-labs.com/PlaneAboveMe.html