Paul Frazee

Results 817 comments of Paul Frazee

I just got this again without parallel deletes

Yeah I get this consistently, now, in pauls-dat-api tests. (Should be relatively easy to setup a repeatable test for you to run.)

To reproduce: - Clone https://github.com/beakerbrowser/pauls-dat-api - Checkout the SLEEP branch - npm i - If https://github.com/mafintosh/hyperdrive/commit/3fd7fd519f9bf081285bcc7d6bdfd9ea6a3d684d has not yet been published in hyperdrive, do an npm link to latest master...

Hah nice Yeah @kumavis I'm open to this, can you submit a PR?

just to note, sha1 is 160 bits long, so that example truncates it to 40 bits. a be1024 of the full sha1 would be 17 chars (1 encoding + 16...

i think youre miscalculating how many bits you can pack into a be1024 emoji. at most it's 10, right? `2^10 = 1024`. you're saying 4 bytes, which would be 32...

hah no worries, i did the same in some of the other issues

I did this for a period, but reverted it to keep more convenient bit-boundaries (256 means 1 emoji = 1 byte)