Marcus Brinkmann

Results 38 comments of Marcus Brinkmann

There are other inconsistencies as well: For example, the ftp module uses application-error for TLS related failures that other modules put into unknown-error.

For a custom keyring, I recommend the following command line options (quoted here from my blog): ``` gpg_tmp=`mktemp -t yarn.gpg.XXXXXXXXXX` curl -f -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor > "$gpg_tmp/pubkey.gpg" gpg...

Also see: https://github.com/RUB-NDS/Johnny-You-Are-Fired

Sorry if I am completely out of line, but isn't a fact of RON that every object has unique identifiers, and that the LWW field contains a UUID reference to...

I feel out of depth, but isn't a simple way to just have a per-node dictionary that maps identifiers to objects? I admit that my picture of how large data...

I didn't even realize you were talking about network routing, I thought this was all in-process. I have not given any thought to sharding, clustering, etc. My model is a...

Started something a little bit here: https://github.com/lambdafu/swarm-doc

Hi! I am working with @flanfly on collaborative disassemblers. He is implementing (parts of) RON for Rust right now for panopticon.re, and I am interested in doing a simpler version...

Awesome! This worked like a charm, and took 20 seconds instead of 20 hours! So this is a speedup by a factor of 3600. I confirmed that this produces identical...