Live data from Hacker News

Ask HN: What did you make during lockdown?

news.ycombinator.com

341–350 of 556 posts

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

#341
post #181

Earlier quoted context omitted.

How does it handle moves where pieces might accidentally hit each other like https://en.wikipedia.org/wiki/Castling and knight moves?

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.

I sized the squares on the board so that there would be enough room to slide a piece orthogonally between 2 other pieces, but was actually not able to make use of this property in the end.

The problem I faced was that when I had magnets that were strong enough to be reliably grabbed by the electromagnet, they were strong enough to repel each other if they got too close! I went through quite a large selection of different magnet sizes before I settled on the final one (which is 6mm diameter, 6mm tall, neodymium cylinders). They're strong enough to be grabbed by the electromagnet, and weak enough that 2 pieces can be in the centre of a square and a corner of the square without moving apart, but unfortunately still not weak enough that a piece can slide in a straight line past another piece.

When there is a piece in the way, it works out whether it would be shorter to move a piece out of the way, or to route the long way around, and picks whichever is shorter.

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

#342

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…

Have you considered Kickstarting this? Your pitch could be: "like Regium, except it's not vaporware and actually works." I mean that company had nothing and they were well on their way to raising 50k, before they were stopped. You have a real product. That $50,000 should've been yours. https://thehustle.co/03092020-chess-kickstarter-regium/ https://www.reddit.com/r/chess/comments/fcfcpi/the_regium_eb... https://www.k…

[deleted]

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

#343
post #269

https://github.com/tsiki/connectednotes Zettelkasten based note taking app. Uses your personal Google Drive as the backend (I'd like to add Dropbox backend at some point too) so no third party storage is needed, built as PWA to provide access from every device with native-like experience. Still some polishing to do but it's getting there.

Would be helpful to add pictures and gifs showing how it's used and a few example workflows.

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

#344

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…

[deleted]

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

#345
I made a free and open-source mobile application to deploy a personal VPN server in the cloud (DigitalOcean, AWS, GCP, Azure, and others) with DNS ad-blocking and other features

Checkout out and support: https://www.producthunt.com/posts/deploy-private-vpn-server-... https://zudvpn.com https://github.com/zudvpn/ZudVPN

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

#346

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…

Cool! Will have to check that out. I've been doing "happy hour" with a handful of friends in multiple countries each Friday and mostly I just screen share one of the Jackbox games (the "You Don't Know Jack" people). Video and audio is sent from my PC and people use their phones as a "buzzer".

Still, despite having multiple games available, I'm always glad to test out some other options.

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

#347
I'm trying to help my mom's small, offline-only women's fashion boutique move onto the internet. I'm fortunate enough to have a remote job in tech, but their business is significantly disrupted by the lockdown. To help them out, I'm setting up their ebay/esty/shopify/pinterest accounts, taking pictures of the merchandise, doing logo design, etc. Teaching them how to use these platforms' complex UIs and, more broadly, learn how to effectively engage with customers on the internet, are the biggest challenges.

There are loads of businesses in this same boat; I think there's a big opportunity and sense of fulfillment in helping them keep their lights on.

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

#348
I built an AR notes app on iOS. You can take a picture of an object. Create a note which comprises of a name, description, and audio. You can then just point your phone at that object and it shows you the notes and plays the audio. It’s something I’ve always wanted for myself.

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

#350

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…

Cool! Will have to check that out. I've been doing "happy hour" with a handful of friends in multiple countries each Friday and mostly I just screen share one of the Jackbox games (the "You Don't Know Jack" people). Video and audio is sent from my PC and people use their phones as a "buzzer". Still, despite having multiple games available, I'm always glad to test out some other options.

Great, would love to hear any feedback!
Post reply on HN