Viewing profile — b_fiive
b_fiive
HN member- Joined
- Wed, Sep 05, 2018, 8:13 PM UTC
- HN karma
- 256
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About b_fiive
Recent public activity
-
comment
Comment #48325213
sup steb, this is expede's work!
-
comment
Comment #47450212
Now, see. that's what I said as well. But the rest of the team was tired of me trying to name the hosted iroh "n0des", which I'm now ready to admit was a stretch. And so now here w…
-
comment
Comment #47444267
It's been a draft for a long while, and was only recently approved
-
comment
Comment #47444250
disclosure: I work on the team behind noq. Can't emphasize enough that the quinn maintainers are really lovely people, and quinn is an excellent project.
-
comment
Comment #46970045
worm-blossom crew is just a delightful bunch of humans doing really great work
-
comment
Comment #45728421
delighted to hear! iroh-blobs is Rüdiger's love letter to BLAKE3, and hot dang has he taken this piece of machinery quite far. Much of this is covered in the post, but some highlig…
-
comment
Comment #44705430
Yep! It's totally usable for games, and used in a few! One of my favs is the godot engine plugin: https://github.com/tipragot/godot-iroh QUIC can do both reliable & unreliable stre…
-
comment
Comment #44704307
sibling comment with links to docs is the more accurate, but to summarize, it's some of both: * all connections are always e2ee (even when traffic flows through a relay) * relays a…
-
comment
Comment #44704265
yes, to an extent. It will time out if the connection completely dies for more than the timeout interval, but all connections are designed to survive changes to network changes lik…
-
comment
Comment #44704255
same team behind dumbpipe makes sendme, which is much closer to this use case! https://github.com/n0-computer/sendme
-
comment
Comment #44702999
it's p2p. dumbpipe is hardcoded to use a public set of relays that we run for free (we being number 0, the team that make iroh & dumbpipe). we can definitely add a config argument …
-
comment
Comment #44702925
Thanks for the heads up! We've fixed: https://github.com/n0-computer/dumbpipe.dev/pull/11
-
comment
Comment #44383072
less configuration. more reliable. less pure p2p (iroh uses relays)
-
comment
Comment #44382069
ah very sorry, I can see how this isn't all that clear. In the comment you've mentioned when I say "custom protocol" I mean a custom QUIC ALPNs: https://datatracker.ietf.org/doc/ht…
-
comment
Comment #44381138
yep totally doable. You'd use iroh configured with mainline, Then write a custom protocol for the grpc bit: https://www.iroh.computer/docs/protocols/writing We use this a bunch for…
-
comment
Comment #44381095
keys are always ED25519, we use raw public key bytes, without prefixes. Applications are more than welcome to use prefixes, but the use of ED25519 is not configurable
-
comment
Comment #44381064
Yeah, no_std is going to be very hard. We need a no_std implementation of QUIC that can be wielded by mere mortals first, which I don't think we'll be able to start on for at least…
-
comment
Comment #44380946
There's no reason this _can't_ be built. The thing that's missing is simulating a raw UDP socket. We could adapt the pattern from dumbpipe wrapping a TCP listner: https://github.co…
-
comment
Comment #44380846
(disclosure: I work on iroh): you're selling yourself short! All of this is accurate, except for maybe the BGP stuff :) Dumb Pipe & Sendme me are indeed demos, we do provide a set …
-
comment
Comment #44380803
hey I work on this! AMA!
-
comment
Comment #43611844
I don't know much about the fund itself, but https://www.indie.vc/ seems like their whole thesis is this middle path.
-
comment
Comment #43328047
I work on iroh, and this is exactly correct. It doesn't do locally discovery by default, but can be configured to discover devices on local networks. Docs link above is the best pl…
-
comment
Comment #43272308
If you're a rust fan we make a similar library, that's all-in on "p2p-QUIC", with pre-baked protocols to import on top: https://github.com/n0-computer/iroh
-
comment
Comment #42818438
I switched recently from vscode, and it's now my daily driver. I mainly edit rust & typescript, experience has been great. I did need two critical keybindings for toggling the term…
- story