Alexander Tesfamichael
Alexander Tesfamichael
AWS c6g.xlarge. That's 4 high-performance cores, 16GiB, and I added a 6000 IOPS, 1000MiB/s throughput EBS volume, up to 10 Gb network. One night of snapsync. ``` WARN [07-23|07:18:10.749] Unexpected...
Heh, doing fast sync now, the machine above is averaging 80% CPU, 80% Mem, IO 100 - 250MB/s, network 200Mb/s, it's basically on fire 🔥 . Hats of to the...
Snap sync done 👌 . 3 days it looks like. Surprisingly only 384G disk use. Fast sync done too, 355G used. I'm not sure it was faster but in any...
A screenshot to illustrate what the warnings look like. Do note some warnings might look valid because I tried to fix the checksums by hand by updating the checksum misunderstanding...
I'd like to work on this but not sure where to get started, how about the simplest, a PR for 1. that makes it easiest to later change our minds...
Ran into this too, ouch. To see why this isn't fixed yet, and what the next steps would be to fix it see: https://github.com/serde-rs/serde/pull/1979#pullrequestreview-735514847 and https://github.com/serde-rs/serde/issues/1183 . It sounds like...
Dove pretty deep trying to learn about enums visitors etc. Ran out of time. Went for the much uglier but simpler "just have serde fail once and handle the failure...
Was hoping to get a way with not including one 😛. Here you go @sergi : 1. set up Ubuntu Yakkety 2. install `vsftpd` 3. configure ftp writing to be...
@devotox nope, the default for readFile encoding is `null` in which case it returns a buffer 😉 .
@simonh1000 true. This was a long time ago. I probably tried that too but can't be sure. In any case, the docs clearly state: >It accepts a string with the...