Live data from Hacker News

Ask HN: Most interesting tech you built for just yourself?

news.ycombinator.com

341–350 of 1001 posts

Re: Ask HN: Most interesting tech you built for just yourself?

#341
I made an AR-based app for myself that tracks my head in 3D space and then pipes the position and angle data to my PC which uses an open source app called OpenTrack to emulate the "TrackIR" protocol to then 3D-control the camera in sim games (like flight sims) with slight movements of my head.

I then posted a little video of it to /r/flightsim (https://www.reddit.com/r/flightsim/comments/id7vmy/head_trac...) and it turned out to be something others wanted, too, so then I polished it and released it as a full app (SmoothTrack). It's been the most successful side project I've ever done.

Re: Ask HN: Most interesting tech you built for just yourself?

#342
post #254

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

that is very neat, thanks for sharing!

Re: Ask HN: Most interesting tech you built for just yourself?

#343
It started as a necessity project and evolved over time. You see my daughter started to wanted to have her independence around 5th grade (11 years old) and didn't liked me or her mother to go to school or get her home from school. So she needed a key to enter the apartment. Problem was that she lacked the necessary strength to actually unlock the door - door lock had a certain key position and until you hit that position it required quite a strength to do that. So every day she came from school she was ringing at the door. Whoever (me most of the time) was at home, had to go to the door and open it for her.

So that's how I started this project. Get the door to be unlocked. Bought a new lock, with electromagnetic locker in it, hooked up a Raspberry Pi to command a switch for 0.5 seconds and then wrote a server application for RPi that does the command. Wrote another Android app, that connects to RPi, sends the user/pwd via WiFi, the server verifies if all is OK and then unlocks the door.

Then started expand the tech. Get new users to be added by an Admin user (so roles were implemented). Used as DB SQLite in RPi. Wrote my own protocol on top of crypto libraries so communication is secured with a 4096 RSA key over WiFi. Then one day a little accident happened - my daughter had problems with her stomach and the door could not open fast enough for her to go to toilet, so a little soiled pants came out of that event :). That prompted me to start expanding even more and invest in a little LoRa PCB attached to RPi so the communication now can happen from distance instead of just few meters from the door.

Then I wanted to expand the usefulness of RPi. So when we go to vacation a little pump is pumping a predefined liters of water on our flower pots. And to make sure those do not actually get too little or too much I hooked also a number of webcams on RPi to watch them. And since I was at this step and I wanted to flex my muscle in computer vision so another camera is on our front door and automatically will try to recognize people going through its field of vision. This last step is still refined. So this is where I am with this project. Still in development, pretty sure I'll have more ideas in the future I'll attach to that RPi.

Re: Ask HN: Most interesting tech you built for just yourself?

#344

I build a "SaaS" wine app, for tracking wines in my cellar and for tasting notes as well. "SaaS" in quotes since it runs in a small production setup with all the bells and whistles (ie. CI/CD pipelines, continuous releases, user signup etc.), but I'm the only user :-) I'm a wine enthusiast, i.e. not a professional but interested enough to do a WSET2 in my spare time (I'll do a WSET3 when I find time some day). I like…

Here is an idea because you clearly enjoy wine stuff. I can check wine reviews online, but as a total wine noob, a) I don't want to shell out big bucks b) lot of the recommendations are not available at the local chain. What I want is for someone to provide recommendations from a given online store; done by a real person.

Re: Ask HN: Most interesting tech you built for just yourself?

#346
post #254

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

What’s up with the duplicated cars at the top?

Re: Ask HN: Most interesting tech you built for just yourself?

#347

Smart 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…

I do something similar for my personal news reader. [1]. Originally I had done it so I can read my tech news quickly. Now few of my friends also have started using it.

[1] https://embit.ca

Re: Ask HN: Most interesting tech you built for just yourself?

#348
I combined mblaze (https://github.com/leahneukirchen/mblaze), fzf and standard UNIX tools to build my own CLI MUA in under 300 lines, most of which is shell scripts.

When UNIX is your platform you don't need a complex UI framework with thousands or millions of lines of codes, and you get to reuse knowledge you've already built elsewhere.

I need to write more about it

Re: Ask HN: Most interesting tech you built for just yourself?

#349

- A ChatGPT shell that integrates well into my editor of choice https://xenodium.com/chatgpt-shell-available-on-melpa - A scriptable screenshot/video capture utility https://xenodium.com/recordscreenshot-windows-the-lazy-way - An iOS habit tracker that's neither cloud-based, nor needs an account, social, wants my attention, data, etc. https://flathabits.com - An iOS scratch pad that removes further friction than typi…

scratched an itch - instabuy from me. Thank you!

Re: Ask HN: Most interesting tech you built for just yourself?

#350
post #29

About 8 years back, I was leading an engineering team which was the escalation path for customer support. We were sitting on a large corpus of support tickets but didn't have any insights. I was amazed when word2vec came out and blew my mind. So I built a language model that trained on support ticket data. I modeled system logs attached to support tickets as an NLP model to predict what was going to fail next and for…

We have a corpus or database of programs that follow logic but with no simulation, so it represents knowledge to solve a problem yet all we have control over is the parameters (inputs). In this case, input is functional logical content (a program), describing the resolution of corpus details. The model solves its integrated, corporate logic, and our output is an interpretation of that individual program.

Now our task is to swap out this entire database for something like it, but not exactly the same. The output becomes the input to this new matrix. The individual program persists, but everything is the next generation. With a little book-keeping, the programs do our will...

Post reply on HN