Tim Kuijsten
Tim Kuijsten
> Just in case, I'd like to point out that "Catchup all" means "mark everything as read". > > Actually, if you didn't know that, I think I should change...
"When it comes to fallback there's only two options: a fast/pratical one, "graceful degradation" to a weaker source of entropy (the ubiquitous Math.random() or 4) or slow/more secure one, stop...
Whoops, resetting my main to mixxx/main triggered creating a lot of labels. I wanted to update the pr based on my new 2.4 branch but I can't see how to...
> It gives us permission to distribute your contribution under the GPL v2 or later license and the Apple Mac App Store. It is also helpful for us to have...
```sh $ ../node --frozen-intrinsics -e 'require("depd")("foo")' /home/me/node-v20.14.0-linux-x64/bin/foo/node_modules/depd/index.js:268 var file = callSite.getFileName() || '' ^ TypeError: callSite.getFileName is not a function at callSiteLocation (/home/me/node-v20.14.0-linux-x64/bin/foo/node_modules/depd/index.js:268:23) at depd (/home/me/node-v20.14.0-linux-x64/bin/foo/node_modules/depd/index.js:109:14) at [eval]:1:16 at runScriptInThisContext...
> If we had distinct streams for pings vs gossip, then slow gossip processing wouldn't delay the processing of bigs. Outsiders thought: a separate queue prevents using a ping as...
Is there any rationale of the choice for XKpsk3? I.e. how to do DoS mitigation? Also I'm curious how this relates to the announcement of planning to use [McEliece](https://mailarchive.ietf.org/arch/msg/cfrg/O_TCtOactOG3X3UPqM3_7DomaNY/).
> In terms of DoS protection, deploying Noise at the transport layer helps shield the Sphinx layer, as each message must first be validated by Noise before any Sphinx processing...
> Using cookies is a good lead, although it's just used to confirm the IP address so it can then be limited with other means. But nym uses TCP right?...