I managed to plant vegetables and keep them alive and growing well in to June. I make the same attempt every year, so this is a record for me. On a more serious note, I had plans when the lockdown began. I wanted to build some kind of a "robot" as an educational venture. Do some redecorating, learn Unity and figure out how to use the TIG welder I bough one night when I was drunk. In reality what has happened is that…
Ask HN: What did you make during lockdown?
281–290 of 556 posts
Re: Ask HN: What did you make during lockdown?
#282I also wrote a blog post on how to install it: https://medium.com/@zedr/how-to-send-mail-on-namecheap-share...
Re: Ask HN: What did you make during lockdown?
#283[1] http://sniper.tasuki/ - only works with a Handshake-aware DNS resolver [4]
[4] https://www.namebase.io/blog/how-to-access-handshake-domains...
Re: Ask HN: What did you make during lockdown?
#284I managed to plant vegetables and keep them alive and growing well in to June. I make the same attempt every year, so this is a record for me. On a more serious note, I had plans when the lockdown began. I wanted to build some kind of a "robot" as an educational venture. Do some redecorating, learn Unity and figure out how to use the TIG welder I bough one night when I was drunk. In reality what has happened is that…
Tig welding is great way to essentially meditate, similar to painting, once you figure it out that is. Start with lines on 1/4" steel flat bars.
Re: Ask HN: What did you make during lockdown?
#285I resuscitated a 20-year-old-website that was somewhat popular back in the day called storysprawl.com. It's private now, but I have friends join me on Sunday nights to write chapters together - we join Zoom, we write, we read them to each other. It's kind of like choose-your-own-adventure combined with round-robin fiction: Read chapter one, there are choices at the bottom, make a choice. If the next chapter is writte…
My wife is doing something along the lines (ba-dum tss) with a friend of her: i am keeping a REALLY old version of "legend of the green dragon" online for them and they write a huge fantasy story together on a daily basis. They should get that printed in a book some day :)
Re: Ask HN: What did you make during lockdown?
#286Re: Ask HN: What did you make during lockdown?
#287Re: Ask HN: What did you make during lockdown?
#288Does a hobby produce a product? Seems all about 'products'. I'm working on an electric Go Kart for the kids, almost done. Its going to kick ass. Its not a product, it doesn't have a web site, I didn't write a single line of code, but I took an old gas powered go kart and turned into an electric one.
Re: Ask HN: What did you make during lockdown?
#289Games run on Realtime Firebase DB, so players join with a link and everyone is kept updated with game flow and other player actions etc.
So far had 10000 people play, and has 9 games and still working on more. The focus for now is on social/turn-based kind of games.
Runs on Vue and Firebase. FB helped me to launch it in a month. Wrote about it at https://codeburst.io/how-i-built-a-real-time-games-platform-...