Viewing profile — narragansett
narragansett
HN member- Joined
- Sun, Oct 15, 2023, 5:33 PM UTC
- HN karma
- 58
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About narragansett
No profile information was provided.
Recent public activity
-
comment
Comment #49135967
thanks for the catch :)
-
comment
Comment #49134120
Pls see reply above.
-
comment
Comment #49133980
You actually bring up a good point. v6 genuinely helps here. It gives every device a routable address, so no nat, but it doesn't open a hole through the firewall, which still defau…
-
comment
Comment #49133912
[dead]
-
comment
Comment #49133786
Yes, I started using AI for coding (Claude Code) after much consternation -- it's been really good at boosting my productivity. This is a passion project I tackle in my spare time,…
-
comment
Comment #49133691
This is a really useful feature and on the top of my todo list https://github.com/richlegrand/bitbang-cli/issues/9
-
comment
Comment #49130764
[dead]
-
comment
Comment #49130432
Yes, that should work. "serve" prints the URL and the 6-digit pairing code to stdout, so your ssh session sees them, and shutting it down is just killing the process. One suggestio…
- comment
-
comment
Comment #49128243
Remote access lacks a certain amount of sex appeal -- thanks for reading the through the techno-babble and not giving up :) And yes -- open source and self-hostable is a big part i…
-
comment
Comment #49128153
here's hoping! :)
-
comment
Comment #49127706
Iroh's discovery is genuinely neat, and node-IDs-as-public-keys is similar to bitbang. A browser can't join a DHT though because of no UDP sockets, so the connecting side would nee…
-
comment
Comment #49127231
Yes -- if direct P2P fails, everything rides the TURN relay that gets inserted automatically -- it's DTLS end-to-end so the relay only sees ciphertext, never plaintext or the acces…
-
comment
Comment #49127114
Thank you -- and if you're the Sean who wrote Pion, this is built on your work, so that means a lot. :) The friends case is exactly the gap I kept running into. A mesh VPN is fine …
-
comment
Comment #49126601
Right, bootstrapping needs a rendezvous point -- that's true of any P2P system, including the wg version. The difference is what the rendezvous knows and costs. Here it holds no ac…
-
comment
Comment #49123802
It's a single Go binary, shaped like ssh. The main difference is the transport -- WebRTC instead of TCP -- so it doesn't need the machine to be reachable in the first place. Run "b…
- story
- story
-
story
Show HN: Qast – Cast anything (files, URLs, screen) to any TV from the CLI
Hi HN, I built qast because I couldn’t find a tool that “just works” for casting content to a TV. Some TVs support YouTube natively, some do screen mirroring, and only a handful ac…
-
comment
Comment #43764167
It's completely useless, but I still want one.
-
comment
Comment #37891719
Agreed. IoT is a shitshow of ways to grab your data and PaaS monthly fees. Maker-friendly IoT like this is welcome. Remember Blynk? It started well enough, but became just another …