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…
How does it handle moves where pieces might accidentally hit each other like https://en.wikipedia.org/wiki/Castling and knight moves?
Ask HN: What did you make during lockdown?
181–190 of 556 posts
There is usually enough space between two chess pieces to easily fit a third one between them on these boards. So from my understanding the magnet just moves the third piece from between the two other pieces without hitting either of them.
Re: Ask HN: What did you make during lockdown?
#182We completely rebuild the frontend of our app [1] to focus on keyboard input. It was just released and I am quite happy with it.
[1] https://emvi.com/blog/product-update-june-2020-0DdK57ngZ2
Re: Ask HN: What did you make during lockdown?
#183Wrote a HTTP client for Emacs based on Org mode: https://github.com/federicotdn/verb
Re: Ask HN: What did you make during lockdown?
#184We built a free educational live streaming platform that connects kids with the best teachers: https://dexter.live/
Re: Ask HN: What did you make during lockdown?
#185I started writing HTTP status code guides for my SaaS business: https://tryhexadecimal.com/guides/http/ A lot of guides on the Internets concerning HTTP status codes are regurgitations or outright ripoffs of RFCs (2616 or 7231). Or light on details. I want(ed) to go one step further and explain when each code is appropriate (from the website operator's perspective), how to work around some of the errors (mostly for 4…
Hexadecimal looks cool. I'm particularly fascinated to hear the reason behind the 16-day tri... ooohhhhhh. slaps forehead
Re: Ask HN: What did you make during lockdown?
#186I released a mobile game and then started working on a DOS first person shooter modifying the Rise of the Triad source code. Even got vintage 486 hardware to make sure it still runs on original specs. It's been a lot of fun so far.
Re: Ask HN: What did you make during lockdown?
#187I created a simple manual budgeting app with flutter called Go Budget, which is primarily optimized for entering purchases as easily as possible, but also provides income and bill tracking/reminders and a savings goal tracker.
It is currently in beta but I hope to launch in the next two weeks.
Edit:
iOS beta: https://testflight.apple.com/join/4IMtFylH
Android: closed beta - email support@gobudget.io if interested :)
Re: Ask HN: What did you make during lockdown?
#188I learnt C++!
Re: Ask HN: What did you make during lockdown?
#189I made myself a video game addiction. Went 10 years without playing anything while the friends I grew up with glowed about the virtual adventures they went on, urging me to play with them. Now I'm 628 hours into Fallout 4 with multiple level 200+ characters on the hardest difficulty settings. It's been a blast and I can see why that game was praised, but soon I'll have to take back control of my time.
Re: Ask HN: What did you make during lockdown?
#190A web directory for blogs https://www.findyour.blog
That's cool! Now I have something more than Netflix to pass time. Are you working on it fulltime?