Show Idle (>14 d.) Chans


← 2018-07-30 | 2018-08-01 →
deedbot: http://blog.esthlos.com/log-reading-week-4/ << esthlos - Log Reading, Week 4
asciilifeform: !Q later tell esthlos in e.g. http://summaries.logs.esthlos.com/#2016-03-28 you link to kako's log ; i recommend against this , it is not a faithful record of the actual text ( last yr he took to monkeying with it via perlism and possibly also manually )
lobbesbot: asciilifeform: The operation succeeded.
phf: in fact particular line http://btcbase.org/log/2016-03-28#1440677 has been changed in kako's log, hxxp://log.bitcoin-assets.com/?date=28-03-2016#1440677 spot the difference!
a111: Logged on 2016-03-28 13:11 mircea_popescu: and so, this is the end for this particular irc channel as a venue for tmsr. the irc festivities are moving over to #trilema ; with a more selective lordship list and improved tools all around. you're welcome to join - but leave the fiat mind behind, lest it drag you too back down into the swamp.
lobbesbot: phf: Sent 10 hours and 49 minutes ago: <asciilifeform> plox to eat ch11 into btcbase .
asciilifeform: d00d moved on to the 'smear shit on the walls' stage of his disease a while ago.
asciilifeform: ( imho a peculiar hobby for a fella sitting on ~1k btc , but i've nfi )
phf: asciilifeform: updated
asciilifeform: phf: ty!
asciilifeform: did i ever mention how phf's viewer makes patches a joy to reread !
asciilifeform: btw i oughta mention , i had to resort to a modified vdiff.sh : http://p.bvulpes.com/pastes/rB9AD/?raw=true for ch11 , as the ada comment syntax causes inbandism barf with classic vdiff.sh when deleting or modifying the comment headers at the start of ffa modules
asciilifeform: ( instead of the old awk 'm = /^(---|\+\+\+)/ ... , uses awk 'm = /^(--- a\/|\+\+\+ b\/)/ ... )
asciilifeform: this has no effect on any extant vtron ( the resulting patches are correctly formatted ) .
asciilifeform: but folx attempting to reverse-grind ch11 with old vdiff.sh will inevitably see barf, and there is not currently any fix other than the above.
asciilifeform: ( i'd hope that new vtron format will abolish all inbandism. )
phf: http://btcbase.org/log/2018-07-31#1838315 << of course vtools sha branch vdiff produces correct output...
a111: Logged on 2018-07-31 13:17 asciilifeform: but folx attempting to reverse-grind ch11 with old vdiff.sh will inevitably see barf, and there is not currently any fix other than the above.
asciilifeform: right, the inbandism is in the old vdiff layer, rather than unix diff proper
a111: Logged on 2018-07-31 12:47 asciilifeform: !Q later tell esthlos in e.g. http://summaries.logs.esthlos.com/#2016-03-28 you link to kako's log ; i recommend against this , it is not a faithful record of the actual text ( last yr he took to monkeying with it via perlism and possibly also manually )
asciilifeform: mircea_popescu: very old noose: e.g. http://btcbase.org/log/2018-01-24#1775301 ( he replaces all mentions of #trilema with '#fraudsters', and of mircea_popescu with something or other, i fughet, and possibly other substs )
a111: Logged on 2018-01-24 18:13 RagnarDanneskjol: Fraudsters? Please clarify
asciilifeform: iirc started just about a yr ago.
diana_coman: hm, now the reading of octets from FG via EuCrypt randomly gets totally stuck and I can't even quite understand *where* ; wtf; I seem to recall someone else had some similar problem but I can't seem to find it atm; ave1 ? phf ? asciilifeform ?
asciilifeform: diana_coman: this is immediately interesting and i'd like to replicate
asciilifeform: diana_coman: start by making sure you don't have multiple instances reading
diana_coman: asciilifeform, hm, that suggests maybe one read remains somehow hanging? ugh
asciilifeform: diana_coman: is this using the code currently published in dianacoman.com ?
diana_coman: asciilifeform, yes, get eucrypt and run the tests for smg_rsa, something like ./tests 11 11 (i.e. 11 times test no 11)
diana_coman: at times it gets stuck and not even in same place or anything
diana_coman: fwiw I have this on smg testing server, proto-cuntoo
diana_coman: so compiled with ave1 's gnat
asciilifeform: just how often is 'at times' ?
asciilifeform: i.e. does this reliably happen on both of your FG boxen ?
asciilifeform: and with either FG
diana_coman: so far it's been driving me crazy on that particular box, haven't had it/tried it somewhere else yet
asciilifeform: and strictly at warmup, or after reading 2-3 GB ?
diana_coman goes to read that code again maybe something is messed up there
diana_coman: ah, quickly, no need to read 2-3 GB really
diana_coman: thing is: it should not happen even once! wtf
asciilifeform: well noshit
asciilifeform: i suspect buggy tty init ( e.g. wrong baud ) , in which case the data returned is also rubbish
diana_coman: uhm, for one thing: it's init in c code as well so..uhm
asciilifeform: diana_coman: plz show me where you init
diana_coman: for the other, I had the FG init already
diana_coman: asciilifeform, smg_rsa/truerandom.c does the whole stuff really
asciilifeform will look there.
diana_coman: it should be, yes; as far as I can tell at a quick look at truerandom.c it is too
asciilifeform: diana_coman: see if you get same horror on the old, non-musl box
diana_coman: asciilifeform, ok, let me see
asciilifeform: this will give a starting clue.
asciilifeform: and , while you're at it, from the other FG in the musl box.
asciilifeform: gotta rule out the possibility of a dead FG.
asciilifeform: ( i have yet to witness this wonder. but there's always a first time. )
diana_coman: asciilifeform, fwiw I am trying to get it on my local box (non-musl) and so far it's working perfectly fine
diana_coman: will go and try 2nd fg and other boxes
asciilifeform: http://btcbase.org/patches/eucrypt_manifest/tree/eucrypt/smg_rsa/truerandom.c#L84 << seems like you re-init the usb dongle every time you read. this is not recommended, i've encountered a chinese ttl plug that wedges if you init it one too many times
diana_coman: asciilifeform, ugh; it *can* be, because yes, it gets initialised many times
asciilifeform: ( possibly can blame linux pl2303 driver )
asciilifeform: generally you want to init it once, on coldboot.
asciilifeform: ( the exact pattern is in the nosuchlabs.com and printed manual )
diana_coman: asciilifeform, I even have the .sh + set it in cron, yes; the thing is that code has no idea so it would logically set it up as it wants it but...
diana_coman: anyway, let's see: you suggest I take out the init, just open and read; set it up outside and then try; can't hurt giving it a try at least
BingoBoingo: diana_coman asciilifeform: We did recieve a pile of new USB ttl cables. Swapping the cables for fresh ones is a troubleshooting option.
asciilifeform: BingoBoingo: before you go to swap cabling, let's first see if the known sadness of pl2303 driver is the culprit.
diana_coman: yes, and at any rate if this can /will happen on various cables or simply at 100th setting
asciilifeform: diana_coman: i agree, this kind of thing is absolutely impermissible, and gotta get to the bottom of it.
asciilifeform: ( it is a 'wings fall off'-level problem )
asciilifeform: from my current reading of diana_coman's code, the only major diff b/w the official manual's test scenario, and diana_coman's, is the init thing.
asciilifeform: ( nobody's yet reported a wedged FG on the standard dd-powered test. )
diana_coman: well, 1st test: changed to 2nd FG on musl-system; checked and it reads fine with dd from console; ran the tests of eucrypt , it read 4 and then it got stuck
phf: diana_coman: haven't had problems with usb reads, i've struggled with getting octets across ffi boundary before, which is probably what you're remembering re my work
asciilifeform: diana_coman: can almost certainly rule out iron problem then
diana_coman: phf, ah, might be, thanks
diana_coman: asciilifeform, and on a second run it got stuck after doing 9 init+reads, ugh
asciilifeform: diana_coman: comment out the init, and fire a shot.
asciilifeform: btw you will probably want to make a timeout mechanism, to ring alarm if FG ever does die, rather than hanging
diana_coman: asciilifeform, I commented out the set_usb_attributes so basically it opens and calls fcntl to make it blocking but that's it; it took a bit longer to get stuck but it still did
asciilifeform: http://btcbase.org/patches/eucrypt_manifest/tree/eucrypt/smg_rsa/truerandom.c#L65 << incidentally this is erroneous. a correctly-inited FG will never produce interrupt ( the tty ~must not~ interpret 0x03 as control char, it must return all octets verbatim )
asciilifeform: if tty ever produces interrupt, ipso facto FG init was not successful
diana_coman: right you are; not that it ever went there
asciilifeform: diana_coman: when these are stuck, how do you kill'em ?
diana_coman: ctrl-c..
asciilifeform: ahahaha
asciilifeform: i think we have the answer
asciilifeform: unix i/o is retarded, if blocking read blocks, it gives you a zombie process , and the next process you start that tried to read same tty, will also become zombie
asciilifeform: to properly debug this item , you will sadly have to restart the box .
diana_coman: so uhm, just resetting the tty is not enough?
diana_coman: omfg resetting the test server each time
asciilifeform: well not each time, but to see if the 'init breaks the dongle' hypothesis is troo.
asciilifeform: ( asciilifeform did not write the linux i/o subsystem ; nor the pl2303 kernel mod ; and will readily admit that they are sad. and if anyone has idea for some other means to connect a 115200 baud box to machine, that does not suffer from the weakness of these, i'm as always all ears )
diana_coman: oook, let's see, waiting on reboot
asciilifeform: this being said, if you implement a timeout for the blocking reads, you will not have zombie problem.
diana_coman: asciilifeform, it does sound like I'll have to
mircea_popescu: this is pretty lulzy.
asciilifeform: a FG that produces , under normal conditions, 0 output for, say, 30 seconds, is indicative of dead iron.
asciilifeform: and ought to ring all of the alarm bells.
mircea_popescu: in other news, phf hangs out in #fraudsters!
mircea_popescu: * Topic for #fraudsters is: The order of the day is to put an end to the machinations of the purveyors of injustice, to control them without dominating them.
mircea_popescu: * Topic for #fraudsters set by phf!~phf@unaffiliated/phf at Tue Jul 31 10:12:25 2018
asciilifeform: pretty great
mircea_popescu: apparently this just happened.
phf: :)
asciilifeform: 'на каждую хитрую жопу, всегда найдется свой болт с резьбой'(tm)(r)(proverb)
mircea_popescu: phf if i may be so bold, why "control" without "dominate" ? seems these be terms of art, what do they mean ?
asciilifeform: (~= 'for erry smart-arse, a threaded cock will be found' )
diana_coman: right, machine is freshly up;I'll first run the .sh script just in case and try it with dd
diana_coman: so, the set_usb_attributes was commented out; I cleaned everything and did a fresh build; ran the tests and... it read 3 octets and then it blocked
diana_coman: rather: it read 3 times (it was 4 octets each time )
diana_coman: basically if I don't manage to reproduce it on any other machine, it would seem it's potentially to do with that specific system
mircea_popescu: aren't i glad we tested all this.
phf: mircea_popescu: it's an adam wieshaupt quote, and i take its meaning to be in line with the stereotypes about his organization, control through influence rather than direct domination
phf: in this particular case though, it's a joke
diana_coman: mircea_popescu, well, it *does* answer that question: http://btcbase.org/log/2018-06-20#1827889
a111: Logged on 2018-06-20 20:33 ben_vulpes: diana_coman: why does it need to be wholly separate machine? i think something might have flown over my head
phf: unfortunately the secret societ of illuminated fraudsters managed to stay secret all 5 minutes, before being publically exposed in the logs
mircea_popescu: phf my problem is this : on one hand i'm trying, in jules' words REALLY REALLY HARD, to not be the fatass in http://btcbase.org/log/2014-11-30#938314 snuffing the life out of everything ; on the other i just can't manage to distinguish the proposed "x without y" from the broad scheme that ruined western civilisation, "have wife without beating her".
a111: Logged on 2014-11-30 06:31 mircea_popescu: like the stuff discussed above re usg agency redhat, fuycking up linux. EXACTLY the stiuation of the giant ruining a chair.
phf: mircea_popescu: well, we had conversations about esoteric societies in the past, and there's a reason for why the logs are public and everything that follows
diana_coman: ofc if dd never chokes, dunno, will look at how they do it
phf: mircea_popescu: to be honest i didn't read into it past the roleplaying humor, but upon immediate reflection, your objection makes equally obvious sense
phf: henceforth any attempts to expose the activities of the secret society of illuminated fraudsters shall be denounced as a ravings of delusional paranoids
diana_coman: I honestly thought that was the main part of phf's joke there : the "control without dominate" in the spirit of modern times
mircea_popescu: to quote dr.a , i have no real sense of humour, it's software-emulated.
mircea_popescu: diana_coman do you recall that lulz btw ? "nu-i ardelean, n-are rabdare adevarata, ii emulata-n soft"
diana_coman: mircea_popescu, I don't recall it but sounds apt (as dr. a does wherever I read him)
phf: diana_coman: we will take credit for it (also we'll take retroactive credit for the frequent mysterious reboots of asciilifeform's machines)
diana_coman takes a break from the usb reading wtf
mircea_popescu: rotate plug pi rad and try again!
mircea_popescu: (the above, for the rotaku club, is a pinnacle of intertextual metatextuality the likes french culture barely ever managed, and anglonline never did.)
mircea_popescu: now i'm stuck re-reading all that... and esthlos thinks he has fucking problems. wait until you learn romanian, buster.
BingoBoingo: <diana_coman> basically if I don't manage to reproduce it on any other machine, it would seem it's potentially to do with that specific system << Let me know if you want a pair of hands.
a111: Logged on 2018-07-31 16:15 asciilifeform: unix i/o is retarded, if blocking read blocks, it gives you a zombie process , and the next process you start that tried to read same tty, will also become zombie
mircea_popescu: zombie is not just (as an inexistent, imaginary "manual" mentally reconstructed from the pile of gunk they published purports to hint) an entry in the table to permit the caller to clean up correctly. it is ALL SORTS of things, and generally of the getting in the way kind.
asciilifeform: mircea_popescu: the astonishing bit isn't even that system5 unix had this nonsense, but that the linux derps faithfully re-created it.
mircea_popescu: in fact, the concept of "zombie" is perhaps the most indicated ear of stupid to shake the whole echafaudage by.
asciilifeform: somewhere near the top of the list, right below 'gotta check EVERY system call for failure erry time in user coad'
mircea_popescu: that's more of an absence, see. generally psychiatrists don't attempt to work with what the diseased mind fails to produce, but instead focus on the positive malfunctions, the productive sort. "tell me more about the little gremlins"
mircea_popescu: "zombies, really."
asciilifeform: if diseased mind fails to produce impulse to visit toilet instead of filling own pants, then yes, work with.
asciilifeform: unix represents not merely bed-pissing, but just about ~ideological~ pant-shitting mentality.
asciilifeform: 'i will shit, you will clean'
diana_coman: BingoBoingo, will do, thank you;
asciilifeform: 'and for extra sport, i will also shit where you cannot clean'
diana_coman: mircea_popescu, ahaha dadatroll; but now I see why it didn't even ring a bell at all as I probably missed the comments section there/didn't follow it
mircea_popescu: it stuck with me apparently.
diana_coman: I thought Dr A said that of you actually!
asciilifeform: btw if anyone wants to experimentally observe the zombie effect, can do it with ordinary gnu 'screen' -- when opened on a tty with blocking i/o, will routinely leave zombie turd instead of properly terminating, then hours later you find that tty is wedged, and discover 9 copies of 'screen' in process table.
mircea_popescu: asciilifeform it's happened to me.
asciilifeform: mircea_popescu: happened to me '9000' times when testing FG, and earlier iron.
asciilifeform: ( naturally the imbecile kernel doesn't actually test whether something is riding on the tty prior to opening, 'why would we' )
mircea_popescu: i'd settle for it just closing it.
asciilifeform: afaik to this day no such provision in any unixlike.
mircea_popescu: but imo this correct behaviour was elided specifically because http://btcbase.org/log/2016-08-27#1530346 reason, ie "our permission model is fucked, if we do a close-before-open it makes it too obvious"
a111: Logged on 2016-08-27 15:03 mircea_popescu: "if i make it what i think it should be it crashes"
asciilifeform: recall , similarly, koch's 'fix' for his mpi bug.
asciilifeform: 'if i actually fix it, would have to admit that it was buggy'
asciilifeform: good % of unixland, by weight, consists of this.
diana_coman: asciilifeform, btw there was this: http://btcbase.org/log/2018-07-12#1833792
a111: Logged on 2018-07-12 13:49 diana_coman: asciilifeform, BingoBoingo access to box & config confirmed; FG on ttysUSB0 had a wobble at first and I don't understand why: I ran the stty -F /dev/ttyUSB0 115200 raw -echo -echoe -echok and then tried dd iflag=fullblock if=/dev/ttyUSB0 | hexdump -C but nothing came up; then I ran the stty on usb1 as well and tried again and it...worked; any idea wtf was that at first?
diana_coman: if anything, it would suggest that even dd can choke there
asciilifeform: suggests oddity in pl2303 mod
asciilifeform: diana_coman: does your boot-time sh init both dongles currently ?
diana_coman: asciilifeform, yes
asciilifeform: interesting
diana_coman: at that time I did not yet have the boot-time sh init though; I suppose I can add this to test sheet
asciilifeform: btw also worth trying the item listed in 'Tip for Linux Users' at http://nosuchlabs.com/hardware.html .
asciilifeform: ( some usb2 hub chipsets behave dysfunctionally with pl2303 )
deedbot: http://qntra.net/2018/07/entire-police-department-quits-in-massachusetts/ << Qntra - Entire Police Department Quits In Massachusetts
asciilifeform: 'their poorly fitting bulletproof vests are beyond their expiration dates' << lolwat
BingoBoingo: The bigger wtf is what did they need a police force for? Place is clearly sized for a part time constable or two.
diana_coman: asciilifeform, that tip says problems handling more than 2 but I have...2?
diana_coman: at any rate, updates so far are relatively few: can't reproduce it on different machine (though I still have a few to test...); it IS easily reproduced even with dd on smg test server
diana_coman: basically as the "wobble" initially reported: if only one fg is set, then first read via dd hangs just the same
diana_coman: I would say it looks more and more like some issue with pl2303 mod
diana_coman: BingoBoingo, how long would it take to get there and unplug one of the FG to have a test with only one?
BingoBoingo: <diana_coman> BingoBoingo, how long would it take to get there and unplug one of the FG to have a test with only one? << I could go there and be back witing an hour
diana_coman: BingoBoingo, wait a bit, at least to know if there is something else to try if you go there
diana_coman: as it is, it will have to wait until tomorrow anyway as atm I'm a bit at a loss wtf
BingoBoingo: Well, one other thing we can do is switch one or both usb ttl cables. As mentioned earlier one of the cables is the "blue" style that shipped with earlier FUCKGOATs http://btcbase.org/log/2018-07-12#1833809
a111: Logged on 2018-07-12 14:06 BingoBoingo: On this box one of the FG cables is the blue guy that came with my personal FG, the other is the new style black snake
diana_coman: hm, before switching cables I can switch order of init and see if there's any difference anyway
diana_coman: well, doing stty -F /dev/ttyUSB1 first so far (2 times, so machine rebooted in between...) at least had dd going well
diana_coman: hard to say if that is more than a glitch or not though
diana_coman: BingoBoingo, do you know whether smg main server has the black snake cables or what?
asciilifeform: i was about to suggest, to swap both cables , see if these can be ruled out
asciilifeform: http://btcbase.org/log/2018-07-31#1838486 << i've only ever observed pl2303-specific headache when 3+ operating ( and even then , consisted of slow, rather than halted, signal )
a111: Logged on 2018-07-31 19:57 diana_coman: asciilifeform, that tip says problems handling more than 2 but I have...2?
asciilifeform: BingoBoingo: 'blue' is theoretically same chip, but from a diff chinese seller ( fwiw asciilifeform's desk FG operates from a 'blue' )
diana_coman: right, I'm anyway currently in need of a break and at a loss otherwise on this; so BingoBoingo at your leisure, please change the cables and leave only one FG plugged in for now; I'll get some sleep in first, so there's no hurry - anytime within next 10 hours works fine
asciilifeform: diana_coman: i'm gonna try and replicate here in the torture room, with your proggy -- i have both cable types here
diana_coman: asciilifeform, I doubt it's the cables really but can't hurt to rule that out
diana_coman: a bit of reading on this famous pl2303 does suggest all sorts of "hanging" issues but I haven't found anything clearly applicable so far
asciilifeform: diana_coman: ftr i am still on the lookout for anything like a practicable replacement for pl2303
diana_coman: and other than the weird fact that read simply blocks randomly, I don't know
asciilifeform: ( the 2 constraints -- 1) ~not ever ftdi~ 2) no flashable chips plox )
diana_coman: sadly I don't know of any replacement to suggest, no
diana_coman: also, the fact that dd *also* hangs at time there is a big red flag
diana_coman: BingoBoingo, do you need me to shut down the box?
asciilifeform: the possible suspects , so far -- 1) ttl dongles 2) hub 3) musl userland , somehow
asciilifeform: ( kernel can be ruled out, both s.mg machines currently have afaik identical kernel )
asciilifeform: rather, ruled out as primary cause, could easily be the ultimate barf source in conjunction with 1 / 2
diana_coman: asciilifeform, on smg main server I ran only dd although I never had any problems nor wobbles nor anything with the fgs there
diana_coman: and I can't really reset that
asciilifeform: i'ma test on dulap also, it has identical fg/cabling setup to primary s.mg box
asciilifeform: diana_coman: is http://btcbase.org/log/2018-07-31#1838330 an exact description of the test ?
a111: Logged on 2018-07-31 15:49 diana_coman: asciilifeform, yes, get eucrypt and run the tests for smg_rsa, something like ./tests 11 11 (i.e. 11 times test no 11)
diana_coman: asciilifeform, that's literally what ended up as main test because convenient: it attempts to generate 11 "dirty float" random numbers using 4 random octets from fg; first number there is number of repetitions; second number chooses what test to run (if you run only ./tests 11 without 2nd number it will print the list of what it knows to do)
diana_coman: it ~always hung before finishing the 11 runs even
diana_coman: occasionally it needed a few more
asciilifeform: ok , should suffice for test, i'ma report tomorrow .
diana_coman: thanks, I'm off to sleep
asciilifeform: goodnight diana_coman
BingoBoingo: <diana_coman> BingoBoingo, do you need me to shut down the box? << I will if you want me to pull it to swap cables.
diana_coman: BingoBoingo, k, will shut it down
BingoBoingo: Will have it ready <diana_coman> BingoBoingo, do you know whether smg main server has the black snake cables or what? << It does.
BingoBoingo: diana_coman: Machine is ready, both cables swapped, but only one FUCKGOAT plugged in.
asciilifeform: lol BingoBoingo , it's still plural, sorta like 'scissors'
asciilifeform: ( tho perhaps, a FG with only 1 rng plugged in, could be a 'fuckgoat' )
asciilifeform: 1 scissor, 1 pant...
asciilifeform: in other noose, since 1st time i asked the q in 2013, appears that there is ~to this day~ not such a thing as a 1Ghz oscilloscope with any linux support whatsoever.
asciilifeform: not for 100 $, not for 100, not for 10,000.
asciilifeform: 1000. whichever.
asciilifeform: sorta hilarious , this, 'here's pc with very spiffy 6G/s pcie bus, for 100$, but if you want to connect something useful to that, haha, what do you think this is, the fyootoor'
asciilifeform: mircea_popescu: note, not in the i-dun-give-half-a-fuck-what-it-costs market, either
asciilifeform: not the 250k agilent either.
mircea_popescu: those don't use linux.
asciilifeform: ( these, for extra laughter, come with ~built in windows~ in the instrument itself ! )
asciilifeform: so if you want a 1G/s scope with os where you actually have some control of the timing ( for e.g. real time phase sampling ) you're 100% phuqed.
asciilifeform wouldn't consider , say, 1btc , for a ~sane~ scope, to be unreasonable
asciilifeform: ( in this context, 'sane' ~= sits on pcie bus, and ADC turnaround is fixed # of bus cycles, preferably 1. and documented i/o. )
mircea_popescu: possibly firmware of one could be rewritten, liberating the item and saving you a coin
asciilifeform: doubtful, all of the examples i've been able to peek into, are full of xilinx.
asciilifeform: and they ~all do shenanigans with multiple slow ADCs masquerading as 1 fast one
asciilifeform: i.e. are pressed shitboard , rather than hardwood.
asciilifeform: i've turned up some hints that usg actually interferes with the ADC makers -- 'ohnoez, moscow could use fast ADC in radar set'
asciilifeform: they're actually named by name on usg 'export ban' list.
asciilifeform: ( how exactly this ties the hands of, e.g. , taiwanese fabs, i do not presume to know , but result is evident )
BingoBoingo: <asciilifeform> lol BingoBoingo , it's still plural, sorta like 'scissors' << apologies
mod6: Lords and Ladies of The Most Serene Republic: The Bitcoin Foundation's State of Bitcoin Address for July: http://therealbitcoin.org/ml/btc-dev/2018-August/000306.html
deedbot: http://qntra.net/2018/08/qntra-s-qntr-july-2018-report/ << Qntra - Qntra (S.QNTR) July 2018 Report
mod6: BingoBoingo: You may, at your earliest convenience wipe the Rockchip that mats was renting.
mod6: Well, it is august, UTC time. Maybe wait until tomorrow in case he changes his mind.
mod6: But anyway, let me know if you need to know which one is his -- there are notes in the message I sent around couple days ago.
BingoBoingo: mod6: There's the douchebag one as well. I am waiting on alf to give the order before I touch either of them.
mod6: The one that mircea_popescu rented for douchebag doesn't expire until the 19th iirc. I'll update you on that one. Unless mircea_popescu says to nuke it ahead of time.
asciilifeform: mod6: recall, that one he asked to let be until expires
asciilifeform: afterwards can go to new tenant.
mircea_popescu: !!up Napsterbater5
deedbot: Napsterbater5 voiced for 30 minutes.
Napsterbater5: I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
Napsterbater5: Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate
Napsterbater5: A fascinating blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
mircea_popescu: mod6 do you need it or something ?
mircea_popescu: Napsterbater5 you weak drama lot are the reason these fucktards turned off unregistered accts resulting in my inept bimbo nearly going nuts over the weekend ?
a111: Logged on 2018-07-31 12:47 asciilifeform: !Q later tell esthlos in e.g. http://summaries.logs.esthlos.com/#2016-03-28 you link to kako's log ; i recommend against this , it is not a faithful record of the actual text ( last yr he took to monkeying with it via perlism and possibly also manually )
lobbesbot: esthlos: Sent 12 hours and 56 minutes ago: <asciilifeform> in e.g. http://summaries.logs.esthlos.com/#2016-03-28 you link to kako's log ; i recommend against this , it is not a faithful record of the actual text ( last yr he took to monkeying with it via perlism and possibly also manually )
mircea_popescu: cuz someone totally gives a shit about whatever totallies horrible things nobody-on-a-stick maybe said somtime, or at least such could be constructively deduced bla bla bal.
mircea_popescu: jesus fuck the kids today.
mircea_popescu: it's just... somewhere between outrageous and ludicrous, i guess. on one hand, the fucktarded, moronic kids, coming up on their own power and out of their own skulls with this fantasy alt-world wherein anyone has any respect for the usg.freenode fuckwits, and in which alt-world they're gonna make known the big bad secrets, little snowdens that they be.
asciilifeform: mircea_popescu: spambot, spammed '9000' unmoderated chans
mircea_popescu: on the other hand, the mornic, fucktarded kids, coming up on their own power and out of their own skulls with this fantasy alt-world wherein they dun have to read the log and work with the republic and so on and so forth.
mircea_popescu: it's just...
mircea_popescu: asciilifeform yes, but think about it. could have had shinohai's lordship, if only ritalin actually worked as an add cure.
asciilifeform: i dun think there is a cure for what ails these .
asciilifeform: hunchback straightens -- in the grave.
mircea_popescu: no, because the cure would have been for their father to tie them to the same bed post as the stupid mother and beat both senseless the moment the "oh you're special and can do anything" nonsense came out of her mouth.
asciilifeform: there's a dozen or so of these going, e.g. #linux-rockchip is filling up
mircea_popescu: ~would have been~. were there a father, and were he around at the time called "formative", and could he be arsed to be alive and so forth.
asciilifeform could not muster the fuck-giving to read the payload, has nfi what the thing wants
mircea_popescu: asciilifeform and i'll bet you whatever you want that much like the #lisp morons failiong to realise what candi_lustt is ; so #linux-whjatever will fail to realise why #trilema doesn't have a problem, and what a voice model is, and what EXACTLY it means to be the intellectual inferior.
asciilifeform: are we the only moderated chan left or wat
mircea_popescu: we are the only humans left, actually.
asciilifeform: entirely possible.
asciilifeform: ( i recall a trilema article where mircea_popescu actually walked fleanode looking for signs of life, found ~0 )
mircea_popescu: i recall a time the word "cretin" was coined, by humans walking the swiss alps and discovering villages of these inbred morons, rendered stupid by the lack of iodine.
mircea_popescu: AMONG THEMSELVES, they didn't feel all that ridiculous.
mircea_popescu: it was supposed to be "christian". as in, "they're who you're gonna run into in heaven, god's own most beloved children, the idiots."
mod6: <+mircea_popescu> mod6 do you need it or something ? << Not at all, Sir. I was going to let it expire indeed.
asciilifeform: the ameri-protestants 'improved' even on this, their heaven iirc is full of aborted foeti
asciilifeform: hey mod6 , why is #pizarro filling up with spamola ?
asciilifeform: i thought we had +v
asciilifeform: there's liquishit kilometre deep in there nao
mod6: I just +m'd it for now, but a long while ago we decided to keep it -m, so people could ask questions/speak freely.
mod6: And I think that's the right idea.
mircea_popescu: prolly is.
mod6: douchebag wants the mic
mod6: !!up douchebag
deedbot: douchebag voiced for 30 minutes.
douchebag: Alright fellows, I know I hadn't really been contributing to the republic.
douchebag: However, I have been working on creating a security firm
douchebag: Things are going very well, next month we're going to have a lot of news coverage due to some audits we did. We managed to find tons of 0days in an open source medical CMS as well as a IP Relay service used in much of Canada.
BingoBoingo: From the links that got dropped: "Why GNU Linux is the operating system for Pedo-Positive Users"
douchebag: BingoBoingo: That's a freenode troll
douchebag: Someone made a bot that's been spamming it everywhere
BingoBoingo: This is IRC, I am pretty sure everyone here has at least a little bit of troll in their ancestry. Except for the transylvanians
ben_vulpes: douchebag: and you think that pantsuit press coverage instead of hosing their boxen is the key to fame fortune and a seat in tmsr?
douchebag: But yeah, I just wanted to let you guys know that I'm not a useless piece of shit. I've just been focusing on my personal projects, I've also gotten in a few more Hall of Fame's for some vulnerabilities I discovered.
ben_vulpes: the whole responsible disclosure threads went clear over your head
ben_vulpes: douchebag: link to any of these famous halls?
douchebag: ben_vulpes: I understand we disagree on that, however I'm trying to make money - I don't see how hosting rockchips that are overpriced is going to generate revenue in the long term.
douchebag: I'm in AT&T Hall of Fame
douchebag: Yahoo
ben_vulpes: heh hall of fame is what they give out to make the 750 bucks not sting so bad, huh?
mircea_popescu is looking at ben_vulpes talking to himself, shakes head.
mod6: :D
douchebag: Well, it wasn't neccesarily a critical vulnerability - it was just rather unique. The hall of Fame's just help for my resume
douchebag: Also the security firm I'm working on is expected to pull at least a half million dollars by december
ben_vulpes: i seee deaaaad people!
mircea_popescu: fellow has ~infinite energy to expend, but strictly towards the wrong goals. provide him with some self-defeating goals, he'll stay up nights.
mircea_popescu: just like the weev morons, writing "advertising" irc bots to advertise inept usg alt-agenda to me. because yea, totally, THAT'll work, and is the way to spend a youth.
douchebag: I just have not been enlightened on why my goals are "the wrong goals", the goals I'm working towards are going to help me feed my family someday and at the end of the day that is what matters to me.
mircea_popescu: they'll "leave their mark", or w/e they call it now. a giant pink L in the foam of the sea.
ben_vulpes: 2 unclosed tags on altavista.com/bugbounty
douchebag: The SSL cert is also invalid
douchebag: My main problem with the Pizarro business model is that I could essentially get the same service by purchasing a fiber internet connection and hooking it up to a rockchip and then SSHing into it
douchebag: In addition to that, most people are just going to go with a cheaper & higher performance alternative
danielpbarron: !!up Birdman
deedbot: Birdman voiced for 30 minutes.
Birdman: !!up
Birdman: !!up 18215F1C3C90EC2FBF9B28E1189CB9342AD082E277211AC40299CD6C306CD4BD
deedbot: 18215F1C3C90EC2FBF9B28E1189CB9342AD082E277211AC40299CD6C306CD4BD voiced for 30 minutes.
danielpbarron: it's !!v
Birdman: !!v
Birdman: 18215F1C3C90EC2FBF9B28E1189CB9342AD082E277211AC40299CD6C306CD4BD
Birdman: !!v 18215F1C3C90EC2FBF9B28E1189CB9342AD082E277211AC40299CD6C306CD4BD
deedbot: You are now voiced in #trilema
mod6: there ya go
Birdman: !!withdraw .038 15PsTEo8SaQ36U8RFH9LCrqzs4xZvo42wf
Birdman: !!v E582943234CC8B7211C8E8C204F81E853E220977E73A75EB9A075E22BAA61C08
← 2018-07-30 | 2018-08-01 →