Ask HN: What was an interesting project you started and finished over a weekend?
71–80 of 242 posts
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#72I wrote the British Placename Mapper ( https://placenames.rtwilson.com/ ) last weekend, and it got a bit of traction on Twitter here in Britain over the last week. It lets you search for parts of British place names, and will plot the places that match on an interactive map, so you can search for places that start with 'great' or end with 'burgh' or contain 'sea' (or you can use regexes for more complex stuff). Peopl…
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#73rise of the rotars
a "life" simulation that always ends in monoculture
but nice to look at
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#74I noticed there are a lot of D&D game in the chatgpt store, so I wanted to bring it to my local machine instead of using the chatgpt website
Took about 4 hours from idea to finish. Source code is in the .goal files
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#75I wanted to see if I could make a JavaScript-less "remote browser" that essentially worked. Mainly because there was so much JavaScript in the client for my actual, working, remote browser.
I found out: it is possible. But it ain't pretty! Hahaha. Some pretty cool hacks in there tho. I'm especially proud of the CSS code for probing the viewport size, and how is synthesizes a bunch of cool, slightly fringe / retro web platform techniques like: , Motion JPEG, pinging a sizing URL based on CSS @media query.
I also wanted to use puppeteer, as I didn't even use it 1 bit for my actual remote browser, and puppeteer was such a big thing, I wanted to use it! Haha :)
[0]: https://github.com/dosyago/puppetromium/commits/main/src/ind...
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#76Not coding, but my daughter Aelyth and I are a musical duo. Our first album ( https://sidesister.bandcamp.com ) took four years to complete thanks to COVID lockdowns and living in different cities. On Thursday evening we rendezvoused at an equidistant AirBnB to sketch out our second album. It's now Sunday morning, Aelyth's just caught the train home because she's working today, but we have a concept, a title and ten…
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#77So I built a simpler version that doesn't have a schedule but runs on an RP2040 and generates brown noise:
https://github.com/bschwind/sleep-machine
Will eventually add some key switches to it so I can start/stop it more easily (currently just plug it into USB when I want sound) adjust volume, low-pass filter params, etc.