Show Idle (>14 d.) Chans


← 2021-03-08 | 2021-03-10 →
03:14 * adlai has finally begun reading about [rateless] erasure codes, thanks to thread
03:14 snsabot Logged on 2021-02-21 10:32:03 trinque: verisimilitude: I'd like to see an implementation of this in Ada or CL, and haven't the time currently https://pdos.csail.mit.edu/~petar/papers/maymounkov-online.pdf
03:17 adlai http://logs.nosuchlabs.com/log/asciilifeform/2021-02-14#1031588 << quite simply because I"m a bit sick of thinking about how to improve my HTTP site's structure, given that it's planned to host both 'blog', and mirror content, and possibly some dynamic content -- although by 'dynamic' I mean generated by the server at request-time, as opposed to client-side javascript.
03:17 snsabot Logged on 2021-02-14 22:01:06 verisimilitude: That still doesn't answer why Gopher was mentioned, adlai.
03:19 adlai I'd begun reading about Gopher after finding it mentioned in your site, although so far, I have not explored 'gopherspace' beyond verisimilitudes.net; thus, you serve as a de-facto ambassador of that protocol.
03:20 * adlai understood from your response that this is similar to asking "tell me, Michael, what is it like to be black?"
03:22 adlai as for the input methods thread: my 'training and expertise' with that other keyboard makes me not mind chording in the least, although I do prefer modal systems when they are possible
03:23 * adlai doesn't see why a sufficiently configurable chording device couldn't have keys 'stick' for chords, effectively producing short-term time-dependent modal chording
03:24 adlai what asciilifeform implemented in his javascript demo of the microwriter is cool; especially, the fact that synchronisation is only required at the release; however, ideally you'd never have to press more than one key simultaneously
~ 5 hours 19 minutes ~
08:43 trinque howdy adlai
08:44 trinque $ticker btc usd
08:44 trinque still dead. looks like 54.5k-ish today
08:44 trinque so stimulated!
~ 25 minutes ~
09:10 asciilifeform wb adlai
09:11 asciilifeform http://logs.nosuchlabs.com/log/asciilifeform/2021-03-09#1033004 << ftr i did not invent this -- it was a behaviour of the original machine being emulated
09:11 snsabot Logged on 2021-03-09 03:24:42 adlai: what asciilifeform implemented in his javascript demo of the microwriter is cool; especially, the fact that synchronisation is only required at the release; however, ideally you'd never have to press more than one key simultaneously
~ 42 minutes ~
09:54 adlai right, you still copied the precise behavior, rather than some pantsuit "this is what I came to expect"
09:55 adlai /away hola, alf et mic
09:57 * adlai must confess: while sober - wastes time at solving trivial textbook problems of group theory, iteratively alpha-beta-ing mobile games, sieving reddit for interesting conversations [e.g. "what if you owned an acre, but no municipal garbage collection?"]
09:57 * adlai must confess,,, drunk? irc!
09:58 adlai my hesitation for writing the, honestly, rather trivial erasure coding, is that there is no specified prng
09:58 adlai easy cop-out #1 - sha[2], of broadcaster address; vulnerable to "you got relayed, but we forgot to relay your original address"
09:59 * adlai thought of that one after asking self, "why would anyone need this anyway? receiving bitcoin data?"
10:00 adlai so, my thinking is that a sane erasure code assumes that prng params are part of the broadcaster address.
10:01 adlai i.e., if you connect to silkroadvb5piz3r.onion with ketsak key /livebeef/[base64], yet site is broadcasting on /deadbeef/[base58], tough shit.
10:01 trinque I think it just wants a uniform distribution of block assignments.
10:01 adlai mno
10:01 trinque don't know that any kind of real randomness matters that much
10:01 adlai well, mya, that is the trivial version
10:01 trinque the elusive mya!
10:01 adlai if there is mutual understanding, you can save a factor
10:01 adlai perhaps -- avoid idiocy, broadcast explicit inclusion set w/each block
10:02 * adlai -> piss, then reread
10:04 trinque and ftr, yes, trivial, and yet somehow still on IRC
10:05 * trinque has not been spending all this time on "gee, how to xor correctly" but the applied question
10:10 adlai less-trivial soln nr2 is to [ab]use CL:RANDOM-STATE
10:10 * adlai could also learn Ada! although, less confident in ability to write, rather than merely read
10:13 adlai re:"applied question", my thinking is -- inspired by verisimilitude ! -- that published code should not do anything other than blab, within reasonable DOWNload ratelimits as provided by ISP.
10:14 adlai now, you may ask: why "by verisimilitude?", and answer is: read his gopher impl
~ 32 minutes ~
10:46 shinohai ^ bot back, was still sending pings out but evidently not connected to fleandode.
10:46 trinque cool, ty shinohai
10:48 shinohai o7
10:48 shinohai $ticker btc usd
10:48 btcinfobot Current BTC price in USD: $54309.04
10:48 shinohai phew lads
10:53 trinque funny thing is if you divide by current M2 we're about 23% above Dec '17.
~ 3 hours 1 minutes ~
13:55 asciilifeform http://logs.nosuchlabs.com/log/asciilifeform/2021-03-09#1033016 << for this application, do not actually need 'cryptographically serious' prng ( e.g. blumblumshub ) but simply one that (1) reasonably fast (2) with long period. if want concrete spectrum, can transform artificially.
13:55 snsabot Logged on 2021-03-09 09:58:01 adlai: my hesitation for writing the, honestly, rather trivial erasure coding, is that there is no specified prng
13:56 asciilifeform http://logs.nosuchlabs.com/log/asciilifeform/2021-03-09#1033017 << dependence on ip fields imho absolutely poison here. 1 of the great wins from a new packet protocol is, potentially, total agnosticism of carrier (not only ip origin/dest, but even whether carried over an 'aimed' protocol at all, vs. e.g. shortwave)
13:56 snsabot Logged on 2021-03-09 09:58:55 adlai: easy cop-out #1 - sha[2], of broadcaster address; vulnerable to "you got relayed, but we forgot to relay your original address"
13:57 asciilifeform http://logs.nosuchlabs.com/log/asciilifeform/2021-03-09#1033035 << i fughet, didja ever post the src?
13:57 snsabot Logged on 2021-03-09 10:46:44 shinohai: ^ bot back, was still sending pings out but evidently not connected to fleandode.
13:58 asciilifeform imho this is a solved problem.
13:59 asciilifeform http://logs.nosuchlabs.com/log/asciilifeform/2021-03-09#1033041 << possibly i'm thick, but what reason is there to think that we know actual m2 ?
13:59 snsabot Logged on 2021-03-09 10:53:30 trinque: funny thing is if you divide by current M2 we're about 23% above Dec '17.
14:00 shinohai http://btc.info.gf/blog/botworks---ircbot-and-logbot-genesis.html <<< just basic ircbot by trinque with whaack 's "no suicide on reconnect" patch, though seems to be doing fuck-all in my case.
14:04 asciilifeform shinohai: that bot has (afaik unresolved) threading issue (i.e. can end up attempting to send asynchronously in the middle of a ping-pong cycle)
~ 2 hours 14 minutes ~
16:18 verisimilitude Here's how Reddit can kill Bitcoin you guys: https://news.ycombinator.com/item?id=26400018
16:22 verisimilitude My Gopher hole is rather pure, adlai.
16:24 verisimilitude I've even an article detailing ways other holes displease me.
~ 15 minutes ~
16:40 trinque asciilifeform: assume m2 is even higher. only makes it worse
16:43 * trinque incidentally just switched this keyboard to colemak, seems like it will take some load off left hand
16:44 trinque isn't so hard to adapt actually
~ 27 minutes ~
17:11 thimbronion verisimilitude: On the subject of hacker news, I reviewed some old threads I had with some guys with lots karma were unpersuaded (more like determined not to understand it). I checked up on their latest comments (yes, I know, huge wate of time) and couldn't find any references to Bitcoin. I dunno maybe I respect more the guys who attempt to attack than the guys who just pretend it doesn't exist.
17:11 thimbronion * "some guys with lots of karma *who were* unpersuaded"
~ 23 minutes ~
17:35 asciilifeform http://logs.nosuchlabs.com/log/asciilifeform/2021-03-09#1033053 << would be funny to write a perl script which generates these 'revelations'. 'mad lib' style -- {chinese miners, lockheed, putin} for $who, {51% attack, break ecdsa, ...} for $what, etc
17:35 snsabot Logged on 2021-03-09 16:18:57 verisimilitude: Here's how Reddit can kill Bitcoin you guys: https://news.ycombinator.com/item?id=26400018
17:37 asciilifeform ( for all anyone knows, pieces like this already come outta perl script. like clockwork, for 11y nao... algo, i suppose, (1) generate 'bitcoin will die next tuesday!' (2) post on reddit & other tard pits (3) buy the dip (4) profit etc )
17:42 asciilifeform thimbronion: i would literally rather talk with hoboes in the street than read hn. your link is a textbook example of why.
17:45 asciilifeform nothing ~new~ ever comes outta'em.
17:45 asciilifeform this for instance is 10y old nao!
17:46 asciilifeform ( see also re subj. )
17:46 snsabot Logged on 2020-12-16 22:06:03 asciilifeform: upstack, stratagem 'shoot erryone who so much as mentioned bitcoin' was 'the spoon is good at dinner time', i.e. was the 'thing to do' 7y ago. before the oligarchs bought in. (these generally do not appreciate attempts to make their holdings worthless)
17:48 asciilifeform i would literally rather interact with an aquarium fish, than with a nominal human with the memory span of aquarium fish.
17:52 * asciilifeform esp. luvvs variants where 'why not cia coopt the bitcoincore devs' and author not realizes that this ~actually took place~ almost decade ago, to ~no interesting effect...
17:54 asciilifeform !w poll
17:54 watchglass Polling 15 nodes...
17:54 watchglass 185.85.38.54:8333 : Could not connect!
17:54 watchglass 185.163.46.29:8333 : Could not connect!
17:54 watchglass 108.31.170.100:8333 : (pool-108-31-170-100.washdc.fios.verizon.net) Alive: (0.098s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=673916 (Operator: asciilifeform)
17:54 watchglass 205.134.172.6:8333 : (172-6.core.ai.net) Alive: (0.082s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=673916
17:54 watchglass 54.39.156.171:8333 : (ns562940.ip-54-39-156.net) Alive: (0.112s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=673916
17:54 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=673916
17:54 watchglass 205.134.172.26:8333 : Alive: (0.143s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=673916
17:54 watchglass 205.134.172.28:8333 : Alive: (0.084s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Return Addr=0.0.0.0:8333 Blocks=673916 (Operator: whaack)
17:54 watchglass 208.94.240.42:8333 : Alive: (0.162s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=673916
17:54 watchglass 192.151.158.26:8333 : Alive: (0.206s) V=70001 (/therealbitcoin.org:0.7.0.1/) Jumpers=0x1 (TRB-Compat.) Blocks=673916
17:54 watchglass 143.202.160.10:8333 : Alive: (0.253s) V=70001 (/therealbitcoin.org:0.7.0.1/) Jumpers=0x1 (TRB-Compat.) Blocks=673916
17:54 watchglass 176.9.59.199:8333 : (static.199.59.9.176.clients.your-server.de) Alive: (0.276s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=412018 (Operator: jurov)
17:54 watchglass 213.109.238.156:8333 : Alive: (0.405s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=673652
17:55 thimbronion asciilifeform: it's verisimilitude's like fyi.
17:55 thimbronion *link
17:55 asciilifeform aa
17:55 asciilifeform yea
17:55 watchglass 84.16.46.130:8333 : Violated BTC Protocol: Bad header length!
17:59 asciilifeform verisimilitude: i suspect that not all authors of such pieces are formally paid shills; rather, the subject has a strong (i suspect -- from envy) dementia-inducing effect on various folx;
18:00 asciilifeform observe that there is not a similar profusion of articles with patently-broken explanations of e.g. bittorrent or tcp.
~ 4 hours 8 minutes ~
22:08 verisimilitude I'll likely be typing less, indefinitely, due to this chording, not that such is strictly poor. I'm not yet good enough to type without heavy force.
22:11 verisimilitude Dictating to a machine with speech would be better.
← 2021-03-08 | 2021-03-10 →