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.
Ask HN: Most interesting tech you built for just yourself?
481–490 of 1001 posts
Re: Ask HN: Most interesting tech you built for just yourself?
#482I am currently working on a todo list that stores all info in the browser only.
Re: Ask HN: Most interesting tech you built for just yourself?
#483The 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?
#484This 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?
#485I 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?
#486More 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?
#487Solved 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?
#488I 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?
#489After 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?
#490It 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.