A mess of my personal life
Ask HN: What did you make during lockdown?
381–390 of 556 posts
Re: Ask HN: What did you make during lockdown?
#382My 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/
Re: Ask HN: What did you make during lockdown?
#383I 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?
#384I 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…
Re: Ask HN: What did you make during lockdown?
#385Re: Ask HN: What did you make during lockdown?
#386Hahahaha.... 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.
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?
#387Add 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.
Still in heavy beta, and currently supports github and azure devops repos.
Re: Ask HN: What did you make during lockdown?
#388Re: Ask HN: What did you make during lockdown?
#389Made 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…
Re: Ask HN: What did you make during lockdown?
#390I made that!