Show Idle (>14 d.) Chans


← 2021-10-06 | 2021-10-08 →
00:04 vex $ticker btc usd
00:04 busybot Current BTC price in USD: $55216.5
~ 35 minutes ~
00:39 * vex 'd like to see uwb-hf derivations also. Fully cognisent of the powers radya plice hold.
00:39 dulapbot Logged on 2021-09-30 21:04:56 asciilifeform: gotta get the uwb-hf derivations to signpost before folds.
00:47 vex the old greymatter recalls at least one hamsign shared in da logs, spooner?! perhaps
~ 12 hours 37 minutes ~
13:25 asciilifeform $ticker btc usd
13:25 busybot Current BTC price in USD: $54147.32
13:25 asciilifeform !w poll
13:25 watchglass Polling 17 nodes...
13:25 watchglass 84.16.46.130:8333 : Could not connect!
13:25 watchglass 185.163.46.29:8333 : Could not connect!
13:25 watchglass 205.134.172.27:8333 : Alive: (0.023s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=703951 (Operator: asciilifeform)
13:25 watchglass 205.134.172.6:8333 : (172-6.core.ai.net) Alive: (0.084s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Return Addr=0.0.0.0:8333 Blocks=703951
13:25 watchglass 54.39.156.171:8333 : (ns562940.ip-54-39-156.net) Alive: (0.111s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=703951
13:25 watchglass 205.134.172.4:8333 : (172-4.core.ai.net) Alive: (0.143s) V=70001 (/therealbitcoin.org:0.7.0.1/) Jumpers=0x1 (TRB-Compat.) Blocks=703951
13:25 watchglass 205.134.172.28:8333 : Alive: (0.083s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Return Addr=0.0.0.0:8333 Blocks=703951 (Operator: whaack)
13:25 watchglass 208.94.240.42:8333 : Alive: (0.160s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=703951
13:25 watchglass 143.202.160.10:8333 : Alive: (0.235s) V=70001 (/therealbitcoin.org:0.7.0.1/) Jumpers=0x1 (TRB-Compat.) Blocks=703951
13:25 watchglass 205.134.172.26:8333 : Alive: (0.277s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Return Addr=0.0.0.0:8333 Blocks=703950
13:25 watchglass 54.38.94.63:8333 : (ns3140226.ip-54-38-94.eu) Alive: (0.317s) V=88888 (/therealbitcoin.org:0.8.88.88/) Jumpers=0x1 (TRB-Compat.) Blocks=703951
13:25 watchglass 213.109.238.156:8333 : Alive: (0.385s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=703951
13:25 watchglass 71.191.220.241:8333 : (pool-71-191-220-241.washdc.fios.verizon.net) Alive: (0.057s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=703951 (Operator: asciilifeform)
13:25 watchglass 185.85.38.54:8333 : Could not connect!
13:25 watchglass 103.36.92.112:8333 : (terebe.ns01.net) Alive: (0.633s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=703951
13:26 watchglass 176.9.59.199:8333 : Violated BTC Protocol: Bad header length! (Operator: jurov)
13:27 watchglass 192.151.158.26:8333 : Busy? (No answer in 100 sec.)
~ 3 hours 39 minutes ~
17:06 PeterL http://logs.nosuchlabs.com/log/asciilifeform/2021-10-03#1060615 << I was reading through this paper
17:06 dulapbot Logged on 2021-10-03 22:32:02 signpost: punkman: https://pdos.csail.mit.edu/~petar/papers/maymounkov-bigdown.pdf << highly recommended reading
17:06 PeterL On p. 3, they say to solve a check block you need to have solved all adjacent blocks but one
17:07 PeterL Wouldn't you also be able to solve a block if you have a check block that contains a subset of all adjacent blocks but one?
17:08 PeterL I am not sure if trying to do that would just make everything more complicated or if it could actually speed up the solution?
17:22 signpost PeterL: not sure I understand the question.
17:22 signpost the check blocks don't "contain" adjacent blocks. they are produced via in-place xor of all the adjacent blocks.
17:27 signpost and if you reduce their degree sure, you're making decoding easier, but the paper describes exactly how the degree distribution was designed, and what loss-correcting properties are gained.
17:28 signpost (in fact, this is a tunable parameter which can be set depending on the lossiness of the channel)
17:28 signpost for example, take a look at how the "suboptimality" paramemeter affects the degree distribution.
17:28 signpost aka 'E'
17:32 signpost anyway, naturally to solve a particular message block m5 from a check block c1 comprised of m1 m2 m3 m4 m5, you need to be able to xor c1 m1 m2 m3 m4, which yields m5
17:36 PeterL my thought is you could xor c1 with c2 comprised of m1 m2 m3 m4, that way you can get m5 even before you have the full set of other block solved?
17:42 signpost ah, not sure. I'd think the edges would be randomly spread out enough to not encounter tons of overlap, but have not done the math.
17:42 signpost worthwhile if you wanted to.
17:42 signpost other question is whether keeping a lookup table to know when this occurs is worth it.
17:44 PeterL that was what I was thinking, it is just easier to wait for there to be d=1 block to solve from than to check each block for possible overlap
17:45 signpost I am loathe to add state because without it the thing parallelizes mightiy
17:45 signpost *mightily
17:46 signpost *add more state than the pile of solved message blocks
17:46 signpost because once solved, not fiddled with, so you can have however many cores brrrrr-ing through check blocks and looking at the same message block array for solutions.
17:50 signpost also worth considering that new check blocks only ever become solvable when somebody solved a new message block, and then only if that was an edge. so it's straightforward which check blocks to see if solvable when a new mesage block is born.
17:51 signpost not sure it needs to be more complicated than "1) eat check block, determine edges 2) solve if solvable 3) see if made other check blocks solvable, if so #2, else #1"
17:54 signpost 3 should've just been *other blocks solvable, as it could've yielded an aux block, to which same checks apply
17:55 signpost aux block's basically a check block an encoding layer beneath that repairs loss, whereas the check block encoding supplies the "does not matter which packets are lost so long as loss is random"
17:55 signpost *high degree check block
17:56 signpost anyway mighty welcome to have others thinking through this.
18:02 PeterL http://logs.nosuchlabs.com/log/asciilifeform/2021-05-17#1036450 << only a terrorist would be interested in P2P transfer of large files, I am surprised it is still there!
18:02 dulapbot Logged on 2021-05-17 13:30:33 trinque: has backups also, figures this webpage will eventually rot, or maymounkov found to have once fucked someone, or etc
18:04 PeterL I was glancing thorugh some of the other papers on the site, "Many users would like their communications over the Internet to be private, and for some, such as reporters, lawyers, or whistleblowers, privacy is of paramount concern." < He forgot to mention criminals and terrorists!
18:04 signpost seems like a very cool guy.
18:05 signpost normies don't give a fuck about p2p, so there's not what to oppress here.
18:12 signpost don't recall if I mentioned, but also one of the two that did kademlia. https://www.cs.utexas.edu/users/browne/CS395Tf2002/Papers/Kademlia-Maymounkov.pdf
18:13 asciilifeform signpost: is where asciilifeform 1st encountered him
18:18 PeterL Quote above is from the Vuvuzela paper, seems like they are trying to solve a simmilar set of issues Pest is meant to address
18:19 punkman signpost: paper also assumes reliable channel (TCP), do you think same algo would work over UDP?
18:19 dulapbot Logged on 2021-10-07 13:06:04 dulapbot: Logged on 2021-10-03 22:32:02 signpost: punkman: https://pdos.csail.mit.edu/~petar/papers/maymounkov-bigdown.pdf << highly recommended reading
18:20 PeterL I thought the whole point was that this corrects for unreliable channel, so it should work fine on udp instead of TCP?
18:22 punkman I think point was fast p2p file transfer, not unreliable channel
18:28 asciilifeform punkman: with 'getdata' we have a reliable (as can be) channel via udp
18:29 asciilifeform (tho with proper rateless code, you don't actually need 100% reliable channel, just need j of k parts of message, in whatever order, to reconstitute)
18:30 asciilifeform however this aint part of the spec (and imho doesn't initially need to be), is only needed for fast warez/trb blox/etc movements
~ 19 minutes ~
18:49 signpost punkman: does not at all assume reliable channel
18:49 signpost just assumes enemy cannot snipe packets intelligently
18:49 signpost this oughta be provided amply by encryption, or something's wrong
18:50 signpost (consider, if one can zap any check block of degree 1, nothing's getting solved)
18:51 PeterL that's why you need to be able to solve by mixing blocks without any degree 1!
18:52 signpost punkman: https://pdos.csail.mit.edu/~petar/papers/maymounkov-online.pdf << this is the original paper, and one consequence of it was fast p2p, but not primary aim
18:53 signpost (nodes don't even need to coordinate; your friends can just start generating check blocks of w/e binwad and pissing them at you)
18:53 punkman "Finally, the consistency of our algorithm is based
18:53 punkman on a common, unspoken assumption that nodes
18:53 punkman communicate over TCP. This ensures that receiving nodes won’t have holes in their knowledge of
18:53 punkman the streams,"
18:54 signpost doesn't in principle matter, unless I miss something
18:54 punkman "It is an interesting question whether there is an quivalent of this algorithm that works just as well over a lossy UDP channel."
18:55 PeterL It seems like there is a common perception that UDP is very lossy?
18:55 signpost say I want you to blast me with a particular item. I send you a message that specifies a given hash I want sprayed my way, and parameters with which to tune the stream
18:55 signpost you either get this message or don't, and either start sending or don't
18:55 signpost if I don't get a stream after a while, I just fart another request your way.
18:57 signpost iirc he contemplates sending a whole table of edges to the other side, which doesn't seem at all necessary. other side just fires up the same prng with same params.
18:57 signpost folks are welome to tell me where I'm dense though, for sure.
18:57 PeterL if you use a prng to generate a stream of blocks, you could give each of your friends a different seed to the prng so that they do not overlap?
18:57 signpost *welcome
18:58 signpost PeterL: could possibly just start encoding in a random place in the original message.
18:58 signpost so you can feed all incoming check blocks into the same decoder, but could also do as you suggest.
18:58 punkman I'll have to reread to grok what the "holes in streams" means
18:58 * signpost figures plenty of shit to experiment with here.
18:58 punkman been painting house, very tired
18:59 signpost There is, of course, a handful of hacks that can get
18:59 signpost around this problem, however most of them will increase the number of rounds in the protocol which
18:59 signpost is undesirable.
19:00 signpost ^ this is probably the thing, he wants an efficient transfer. I want zero coordination. possibly other problems arise, will see.
19:05 PeterL I read the "online codes" paper a while ago, my eyes glazed over from the math and I didn't understand what it would be used for. The "Rateless codes and big downloads" paper made much more sense to me.
← 2021-10-06 | 2021-10-08 →