Ask HN: What was an interesting project you started and finished over a weekend?
171–180 of 242 posts
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#172One weekend, I wrote a messaging app that used telnet and Twilio to make multi-user, terminal based, communication system with user management and other nice features. It was extremely cool.
He, being kind of a dick, would never use it so I lost it.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#173I made https://gpupricecompare.com to compare GPU prices from eBay over the weekend and it was an interesting project because it seemed relatively simple upfront, but dealing with titles was a bit tricky. The only solution (I found at least) was to pull in some NLP packages to filter out and match GPUs, get the relevant models, etc. Was a great exercise for some non-LLM NLP.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#174I've had a long urge to start mixing music, so I scratched that itch over the weekend and now I'm waist deep into a new obsession.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#175I've never had the opportunity to write code for a compiler but it's something that's always been pretty interesting to me so I decided to write a little toy calculator: calc("1 + 3 / 5") It was a pretty fun project as you get to do some parsing/lexing, work out how to execute it (function ordering etc.) and then have lots of fun little avenues you can go down (brackets for specifying execution order, adding more fun…
15 years later I still have nightmares about coding in that project, running late and failing class, and dropping out of uni.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#176Re: Ask HN: What was an interesting project you started and finished over a weekend?
#177The Pi 1 is now an integral part of my network and sent me down the rabbit hole of personal home servers. I have an Odroid running home assistant, a Pi4 now running services where the data doesn't matter, and a Synology running services where the data does matter.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#178https://github.com/turol/valoserveri It's for controlling DMX colored lights over network. It takes UDP packets (and later Websocket messages) and turns them into DMX protocol packets which get sent over USB serial adapter to the DMX wire. It's a rewrite of a previous node.js version which had bitrotted. I think I made the MVP in about 7 hours during one saturday afternoon. Finishing it up took a few weeks more of ev…
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#179Re: Ask HN: What was an interesting project you started and finished over a weekend?
#180Making a fake AirPrint printer. I have a Brother printer that has two printer trays, one manual tray (that takes variable sized paper) and a A4 tray. However, when printing from iOS, it doesn't have the full print preset dialog and it is impossible to print from the manual tray, nor is there a way to tell it I want print A6. Of course I insist being able to print A6 whenever, wherever I want with AirPrint and accept…
This is some amazing yak shavings. Noted for future reference. I guess a github link is too much to ask? :-)