Live data from Hacker News

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

news.ycombinator.com

481–490 of 1001 posts

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

#481
LLaMA.go - open-source framework for LLM inference on regular CPUs [0]

It took me about a month of full-time, hard, day and night coding (including weekends) to finally build a solid piece which can handle some crazy CPU workloads of tensor math.

[0] https://github.com/gotzmann/llama.go

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

#483
Happy Friday! I have built a document-reading app to help me curate, visualize, and recall my knowledge as I read and annotate research papers - https://www.KnowledgeGarden.io

The app also extracts data from documents, such as urls, keywords, and references, and generates a downloadable pdf report with annotations and extracted data.

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

#484
I created a smart spreadsheet app for tracking any books, movies, or TV series I'm interested in watching which can automatically run web searches for sources to stream/rent/buy any item on the list (ex: Netflix, Amazon Prime, my local library, my local bookstore).

This way I can focus on what I want to watch and not worry about how I will watch it.

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

#485
I built a sprinkler system that has 14 zones. Using raspberry pi and relays. It has a web interface and can run on schedule or manually. Worked out to be better than a kickstarter I backed, lono, that turned out to be dud and the company went under.

I plan to open source it. have to clean up the code. Built with python flask, GPIO and a small custom PCB that interfaces pi with the off the shelf relay boards.

Todo - flutter app - 3D printable enclosure to package the entire set. - basic logo etc.

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

#486
Turn a YouTube channel into a personal podcast feed. https://gist.github.com/thebenlamm/9d862a3e6c9f481ab9d8a8afe...

More detailed instructions in the script but the general idea is: 1. When a channel publishes a new video IFTT puts a text file with youtube link in Dropbox 2. Script downloads audio from youtube 3. Justcast.com free tier to turn a Dropbox folder into a podcast feed

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

#487
I built a ‘prezi file fixer’. In the old days, prezi used pez files which could get ‘corrupted’. Not really corrupted, but when someone scaled some objects too much down, the prezi editor could no longer solve the issue, and the prezi file (really: a presentation) could be considered lost.

Solved it locally at first: unzipped the pez file, searched for the smallest objects, and scaled them up. It might look a bit funny (that ball which had been made much smaller would have been scaled up), but people could again fix it using the prezi editor.

Used this manually to ‘fix’ other peoples presentations, in which they send me their pez file, I would ‘solve’ it and send it back (usually: they would invite me to be a co-author, I would make a copy, fix that and make them editor to that copy). Used to do this quite a lot on the prezi forum.

In the end automated it completely: made a service in which one could upload a pez file, my NAS would decompress it, fix is, compress it again, and mail a link to the corrected pez file.

Software is defunct as problems have disappeared (and changes to prezi way made it no longer work).

Incidentally not my first prezi product: I guess that was the Android app that made it possible to view a prezi on an Android phone or tablet, ways before Prezi themselves made the Android app (I think they already had the iOs app, not sure). [That app ran in more then 50 countries, but that is another tale;-0]

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

#488
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's amazing. Very cool.

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

#489
When I was in college, registering for classes was always a pain since a lot of classes would fill up almost instantly once online registration opened, then it was just a game of constantly refreshing to see if any seats had become available.

After struggling through that for a few semesters, I decided to automate it. Started out with a script that would take course IDs as input and check for openings every few minutes (used selenium/beautiful soup I think) then text me via twilio whenever a seat was available. The next semester I updated it so it would even sign me up for the course automatically.

Also came in handy to get myself and a few friends into the coveted wine tasting class our senior year.

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

#490
I've built a CRM (https://www.bizzey.com) for myself to automate my accounting / business administration. I was freelancing on the side and noticed that many of the business solutions where either crazy expensive for a single person business or looked like they were made in the 80's.

It has since exploded into fully fledged CRM with all kinds of features you can choose from. I originally built it for myself to keep track of everything expenses, recurring invoices, ... At some point a freelancer saw me working in it and asked what I was using.

Told him what I was working on and he became my first customer, since then it has spread through word of mouth.

Post reply on HN