Live data from Hacker News

Ask HN: What did you make during lockdown?

news.ycombinator.com

381–390 of 556 posts

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

#382

My friend and I run product and engineering respectively at a 500+ person "startup." We kicked off a blog during lockdown to share what we've learned over the years. Hope you enjoy it! https://staysaasy.com/

Stumbled across your blog somewhere and have really enjoyed some of the posts you've written so far. Keep it up!

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

#383
https://thiswoddoesnotexist.com/

I got to playing around with recurrent neural networks and made a site that generates Crossfit "Workout of the Days (WODs)". It's trained on the workouts from crossfit.com.

My motivation were to learn more about how character-based RNN's work, remember how to host a site on my Digital Ocean VPS with flask, and do some fun frontend work. It posed a few unique challenges, like scraping the crossfit website, experimenting with different network architectures, and finding ways to validate the efficacy of those networks.

It's terribly overfit and will sometimes generate workouts verbatim from the crossfit.com database, but since it's just a fun project, it was more important for me to get consistently good, grammatically correct results and some overfit ones rather than a bunch of nonsense text and a few hidden gems.

My next step is to sum up the key takeaways in a blog post about the full stack of the application and call it finished, or continue to play around with network hyper-parameters and training techniques, since nurturing my neural network knowledge for NLP was a huge goal.

Always looking for feedback and happy to answer any questions!

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

#384

I made an automatic chess board that allows you to play with another person over the Internet (using lichess), but with a physical board. It has been described as "very lockdown chic". Each chess piece has a magnet in the bottom. The board senses your moves by looking at where magnets disappear and appear, and it plays your opponent's moves by dragging them with an electromagnet underneath the board moved by a pair o…

reminds me of wizards chess in Harry Potter.

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

#386
post #192

Hahahaha.... I didn't quite keep up with my normal responsibilities while also not quite managing to keep up with the remote learning my kids were doing.

Yeah anyone with young kids had far less time during lockdown, not more.

Yeah. I hate reading threads like these because it only reminds me just how stressful lockdown has been and how much less time I’ve had to spend on my personal projects.

Still, I am glad that others have been able to turn a negative into a positive.

Edit: that said, it had been nice spending more time with the kids

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

#387
I'm building an app for sharing markdown docs out of git repositories.

Add a repository and select the branch you want to read from and it will grab the markdown files, store them and provide a table of contents and reader view.

https://gitdocs.page

Still in heavy beta, and currently supports github and azure devops repos.

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

#389

Made a platform for party/drinking games over Zoom. https://ziago.co Games 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 ht…

Looks awesome, I've been recently playing Jackbox over Zoom with friends and was hoping to find something different. Will check it out.
Post reply on HN