Live data from Hacker News

Ask HN: What did you make during lockdown?

news.ycombinator.com

121–130 of 556 posts

Re: Ask HN: What did you make during lockdown?

#125
post #4

I rebuilt our deck. Would share a picture but not really sure the best way to do that. Thinking to redo our floors next. We pulled out our carpet on the main floor two years ago and painted the subfloor as a temporary solution. Current plan is to buy 1x8 pine boards and go for a sort of rustic wood floor look.

> Would share a picture but not really sure the best way to do that.

Imgur lets you upload many photos as an album, with comments for each photo if you want. Aside from that I've used WordPress to quickly put up some content. The hosting at WordPress.com has a free tier, I think it puts ads on the site though. After the set up flow you can just create a post with text, images, files. neocities.org is also good if you want to make a more polished site.

Re: Ask HN: What did you make during lockdown?

#126
I made a free word game (single player, arcade style) for web and mobile. :) Try it in a click without installing anything here:

https://seanwilson.itch.io/wordoid

Let me know what you think and what score you can get! There's intentionally no instructions screen (learn the game as you play) or title screen so you can get straight into playing. It's written in vanilla JavaScript.

I found this story from last month hilarious, which sums up the current mobile game trend I want to avoid:

https://www.bbc.co.uk/news/technology-52633088

> "I don't want jewels, cartoons, or potential dates. I want to play Scrabble against my friends and family. That's it. Nothing else," wrote one signatory.

> "They've turned it into some sparkly Candy Crush abomination," Ian Pym from Fareham, Hampshire, told the BBC. "I defy any adult to play it for longer than 10 minutes and not feel physically sick."

I'm also working on turning a web best practices guide I wrote into an ebook: https://www.checkbot.io/guide/

Re: Ask HN: What did you make during lockdown?

#127
I went from knowing nothing of French to reading 20 thousand leagues under the sea by Jules Verne in French (the original language)

It's not that big of an achievement since I'm Brazilian and I already speak Italian, the romance languages are somewhat similar. But I'm happy and I want to keep learning new languages because that proved to be a rewarding experience all steps of the way.

I've used Lingq and Memrise, if anyone is interested :)

Re: Ask HN: What did you make during lockdown?

#129
I made an app that will send a push notification to my phone when my build completes, so I can do dinner prep/make coffee/sit on the couch for 30 minutes rather than sit and watch a progress bar.

I used firebase cloud messaging to send a notification, and made a tiny app using flutter that just handles the notifications.

Post reply on HN