Ask HN: What are you working on? (August 2026)
41–50 of 1001 posts
Re: Ask HN: What are you working on? (August 2026)
#42I also bought some cheap gloves from harbor freight and used a needle to route fiber through each finger to make a simple power glove like thing which I think I can connect to arm arm to make a cool robot game. I think of the two I am more excited for the first but its much more work than the second and my day job is getting more exciting than I would like so by the end of the month I'll have had to pick one to finish.
Re: Ask HN: What are you working on? (August 2026)
#43Re: Ask HN: What are you working on? (August 2026)
#44Re: Ask HN: What are you working on? (August 2026)
#45Re: Ask HN: What are you working on? (August 2026)
#46Re: Ask HN: What are you working on? (August 2026)
#47Re: Ask HN: What are you working on? (August 2026)
#48Re: Ask HN: What are you working on? (August 2026)
#49I've worked on it for about a year, with 1700 commits. I've been going back and forth if I should just open up the canvas or also the multiplayer experience.
I've always had the dream to make some money from a side project, but I don't think this one is it, so I'll just make the entire repo public. Just want to clean up some stuff first.
Lots of fun tech used: duckDB WASM, Cloudflare Durable Objects, tldraw and pocketbase
Re: Ask HN: What are you working on? (August 2026)
#50wireplug lets you create mesh VPNs using standard WireGuard. Your wg config files stay almost the same, except you no longer have to specify an `Endpoint` for your peers. Instead, wireplug detects all your possible endpoints (including LAN) and coordinates them with your peers for you. It handles NAT traversal and works with the in-kernel WireGuard driver on Linux and OpenBSD. This lets you keep managing your own keys and network topology, while also maintaining connectivity when moving between networks.
Currently working on improving NAT traversal by adding support for PCP and NAT-PMP.