Hide Idle (>14 d.) Chans


← 2017-06-09 | 2017-06-11 →
mircea_popescu: yes. which is not useful.
sina: ben_vulpes: if I
sina: - flip(b, ((i * M_pos) % len(b)))
sina: + flip(b, ((i+1 * M_pos) % len(b)))
sina: then I get the same issue as you
ben_vulpes: issue?
mircea_popescu: which is ?
sina: 64 1s and 32 1s result in hashes of all 0s
mircea_popescu: holy shit what
ben_vulpes: so let's see some hashes
mircea_popescu: counterintuitively counting must be from 0 ?!
ben_vulpes: it wasn't just 64s, there's another element to the pattern
mircea_popescu: ben_vulpes 32/32 64/64 even 4/4 displayed it
mircea_popescu: not 32/31 or 33 though
ben_vulpes: any equal length of message and hash?
ben_vulpes: !!up candi_lustt
mircea_popescu: candi_lustt: (mpfhf:mpfhf #*11111 5)
deedbot: candi_lustt voiced for 30 minutes.
candi_lustt: mircea_popescu: #*00100
mircea_popescu: nope. any 2**x equal
mircea_popescu: i have nfi
ben_vulpes: asciilifeform: !
ben_vulpes: well in the absence of ideas, shall we index from zero?
mircea_popescu: i guerss we must, yes
mircea_popescu: batshit insanew
sina: I dunno if this makes any difference
sina: but when you have a string of all 1s
sina: there is no rewind, right?
ben_vulpes: this is perfect example of "too complex for me to understand!" complaint of asciilifeform's re hash design
ben_vulpes: sina: aha
sina: so the step == M_pos
mircea_popescu: sina yes
sina: ok, so should I keep my screw implementation as is?
sina: or is this a spec bug
sina: or both :P
ben_vulpes: my next q is does the iteration run [0, count] or [0, count)
mircea_popescu: i'd expect the latter
sina: sorry I don't grok that syntax diff
sina: does it mean to the final of the array and n-1?
sina: right
ben_vulpes: eg 0, 1, 2, 3
sina: ben_vulpes: if you count from 0 do we get same hashy hash?
ben_vulpes: gimme a second, i'm handling two implementations here
ben_vulpes: and drinking tea
sina: lol...the 2048 bit hash for GPLv2 was taking a really long time so I killed it to add some print statements. Checked "wc -c LICENSE", it reports ~18,000 chars. I re-ran mpfhf with 32 bits, thinking it'd finish at M_pos ~18,000
sina: still going, currently at 20893
sina: wonder what it's doing
sina: oh right, its binary, stupid me
mircea_popescu: 20893 bits ?
mircea_popescu: right. so about 1/7 done
sina: this is definitely going to need a system language impl
sina: assuming it's a correct implementation of the spec anyway
mircea_popescu: that's what we're working on atm!
mircea_popescu: so far, it seems good
ben_vulpes: oh man how do i even pass your thing an array of zeros and ones
mircea_popescu: python, it wants strings
sina: ben_vulpes: M = [0] * 32
ben_vulpes: candi_lustt: (mpfhf:mpfhf #*1111 4)
candi_lustt: ben_vulpes: #*1010
ben_vulpes: sina: what do yer dice say
mircea_popescu: candi_lustt: (mpfhf:mpfhf #*11111111111111111111111111111111 64)
candi_lustt: mircea_popescu: #*0110100011001111010010001111100000000001110001111000001001000001
mircea_popescu: candi_lustt: (mpfhf:mpfhf #*1111111111111111111111111111111111111111111111111111111111111111 64)
candi_lustt: mircea_popescu: #*0010111010001000101011101000100000110011110111011111001001110010
mircea_popescu: candi_lustt: (mpfhf:mpfhf #*1111111111111111111111111111111111111111111111111111111111111111 128)
candi_lustt: mircea_popescu: #*01101000010111101000010110001100001011110000110000101110110101111010010101000000011011111010011011110001001100010111101010011100
mircea_popescu: candi_lustt: (mpfhf:mpfhf #*11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 256)
candi_lustt: mircea_popescu: #*1111111010101111011001101011011111101000101011111101011110010111010011100111000011000101000010111000111011110100100101010011011111010111001011011101010011011101011000100010001000111110000010010011001100011111100000100001010111101111010110000111010101011100
mircea_popescu: dude it's blazing fast.
candi_lustt: mircea_popescu: log: http://p.bvulpes.com/
sina: 1010
ben_vulpes: SUSPICIOUS
ben_vulpes: or is it...auspicious
sina: anyone tell you guys that' you're fucking crazy? :D
ben_vulpes: sina: what's so crazy?
sina: just, in general
ben_vulpes: i mean yes, all the time. but what in particular today?
mircea_popescu: lol i think he had fun
sina: watching this slow ass shit in python is making me want to start rewriting in C right now even though I have done nothing for the last ~24 except write this code, eat pizza and 8h of sleep
mircea_popescu: think about it, candi does it over a lisp!
ben_vulpes: that's on my local machine, not even particularly high powered
mircea_popescu: 59,893,200 bytes consed wowza
sina: ben_vulpes: how fast can you run it against the GPL in my repo?
ben_vulpes: sina: gosh i'd have to do real work, turn strings into binary
sina: as if that isn't one line of lisp?
ben_vulpes snorts
ben_vulpes: you missed the strings thread, didntcha
mircea_popescu: you don't understand how this works!!1
sina: I missed all the tings
ben_vulpes: sina: eeyyyyy that's the joke i'm making
sina: ok fuck this GPL hashing shit, let's just say, it's slow
mircea_popescu: lol let it go overnight what.
sina: 16mins to get through ~36000 bits
mircea_popescu: that's the next step once we got a coupla canonical impls, is to burn it down.
mircea_popescu: do 64k 64 bit items see how long, 32 birt see how long, 1024 bit see how long etc
mircea_popescu: do 1 2 4 8 16 etc kb all the way to a mb or so,
mircea_popescu: it's a decent blog post for someone.
sina: let's validate the canonicality of the impls first? :P
mircea_popescu: sina pick random strings, announce the results, then we do candi and se
ben_vulpes: augh more strings
mircea_popescu: bitfields!
sina: if I pick a string I'll include the bitfield for lazy ben_vulpes
sina: or, you know, you could just copy the one line of python required to convert
sina: ¯\_(ツ)_/¯
ben_vulpes: not lazy, busy
ben_vulpes: i put a tool out there for you to use, use it
ben_vulpes: or we could start with bitfields and you could reverse them?
sina: sure, it's ~1 line of python :P
ben_vulpes: I WANT TO DO THE GPL THING LEAVE ME LONE
mod6: ; heheh
sina: soz mate, do it, I'm curious
mircea_popescu: eh, fuck gpl, do some tmsr document.
mircea_popescu: deedbot contains. or thebitcoin.foundation also.
deedbot: http://phuctor.nosuchlabs.com/gpgkey/9F30C1806257EBF02EF6C099DB0C5C115DA1DB6AF6BAEB379F492838947F0581 << Recent Phuctorings. - Phuctored: 1408...1173 divides RSA Moduli belonging to '163.164.112.13 (ssh-rsa key from 163.164.112.13 (13-14 June 2016 extraction) for Phuctor import. Ask asciilifeform or framedragger on Freenode, or email fd at mkj dot lt) <ssh...lt>; ' (Unknown GB WLS BGE)
deedbot: http://phuctor.nosuchlabs.com/gpgkey/9F30C1806257EBF02EF6C099DB0C5C115DA1DB6AF6BAEB379F492838947F0581 << Recent Phuctorings. - Phuctored: 1508...4783 divides RSA Moduli belonging to '163.164.112.13 (ssh-rsa key from 163.164.112.13 (13-14 June 2016 extraction) for Phuctor import. Ask asciilifeform or framedragger on Freenode, or email fd at mkj dot lt) <ssh...lt>; ' (Unknown GB WLS BGE)
ben_vulpes: jeez, nov 8th 2014
ben_vulpes: that's when you fired the declaration of sovereignty
mircea_popescu: ah ah. soon 3yo huh
mircea_popescu: nov is a muchly republican month.
mod6: the tourny starts on the nov 2nd right?
mod6: sweet
ben_vulpes: > heap exhausted
mircea_popescu: how long ?
ben_vulpes: oh not
mircea_popescu: S = 1kb sorta thing ?
ben_vulpes: probably including tea-sipping and not watching the debugger
ben_vulpes: oh nonono
ben_vulpes: 44808
ben_vulpes: doc is 5601 chars long
ben_vulpes: consing like mad
ben_vulpes: oh man i get to break out the profiler!
ben_vulpes: myeah okay logging is expensive, good to know
ben_vulpes: mircea_popescu: all those consed bytes came from logging
mod6: io super exepensive / instrumentation is expensive
mod6: good for debugging though
ben_vulpes: some seven hundred odd seconds to hash the declaration
mircea_popescu: 13 page faults, rly ?
ben_vulpes: ya, wut?
mircea_popescu: is that normal ?
ben_vulpes: i only saw it one other time to night (6 of 'em), and i don't remember before
ben_vulpes off for a bit
sina: mircea_popescu: still around?
mircea_popescu: so there's a python, a golang and a cl version nao ?
mircea_popescu: do me a favour sina ; and ben_vulpes : post a copy of your code on the article. archival.
sina: "on the article" ?
sina: ah right yep
sina: doing so now
sina: mircea_popescu: is there any interest in a tmsr company offering stuff like git hosting etc?
mircea_popescu: no, because tmsr uses V.
mircea_popescu: you know about v ?
sina: no
mircea_popescu: ha. didja read the topic ?
sina: mircea_popescu: I pasted the python impl and it mangled my tabbing...I guess I wouldn't care normally but it's going ot be annoying for people to paste that and re-indent, any feature about preserving tabbing in your comment section?
sina: I'll repost with pre and you can delete the old one
mircea_popescu: or code was it ?
sina: nope
mircea_popescu: try both lol, ill keep one
sina: still mangled
sina: mircea_popescu: want me to link to github repos instead?
mircea_popescu: lessee here
sina: I tried to make a C one but then I remembered I haven't touched anything with pointers in about 15 years
mircea_popescu: heh all equally mangled. tsk tsk.
sina: golang is pretty fast these days
sina: and I'm not even on the latest ver
sina: so I settled for that
mircea_popescu: yeah came out way ahead of python huh
sina: it's pretty much native, and depending on how you write the program it doesn't really need GC
sina: fantastic, tell me how you did it and I'll do the golang one
mircea_popescu: <pre>. excewpt i think it strips them if you do it, asec
ben_vulpes: sina: with repro cases this time :D
ben_vulpes off again again
sina: yeah, I'm off too
sina: this was fun
sina: mircea_popescu: if you have more fun stuff to code pls let me know
sina: I'm not cool like asciilifeform but I can bang some stuff out
mircea_popescu is too lazy to add pre to user comments ; i'll jusrt fix by hand heh
mircea_popescu: sina : make sure you look into V eh.
mircea_popescu: !!rated sina
deedbot: mircea_popescu rated sina 1 at 2017/06/03 05:09:48 << missed on all the things!
mircea_popescu: !!rate sina 2 MPFHF canonical implementation.
mircea_popescu: !!v 98EEDC62094B6E4978458AFEF5836ADFE23C8D58302568110AF6CE2CA7873A9A
deedbot: mircea_popescu updated rating of sina from 1 to 2 << MPFHF canonical implementation.
a111: Logged on 2016-02-08 00:11 maqp: There is no way your system can defeat targeted SIGINT monitoring attack, where government drives within a few hundred meters and collects signals emitted by your keyboard cable.
mircea_popescu: http://btcbase.org/log/2017-06-10#1668368 <<< what, some dood struggling for shared basis / an understanding of the world around him. most of the time it involves some flailing about.
a111: Logged on 2017-06-10 12:00 sina: fuckin lol http://btcbase.org/log/2016-02-08#1399543
sina: http://btcbase.org/log/2017-06-10#1668370 <<< mircea_popescu I couldn't help but laugh at someone who is saying everyone should fork ricochet.im and work on it instead, or use OTR or whatever then blurt out that some just-barely-specified software isn't resistant to SIGINT attacks on your keyboard
a111: Logged on 2017-06-10 12:39 mircea_popescu: http://btcbase.org/log/2017-06-10#1668368 <<< what, some dood struggling for shared basis / an understanding of the world around him. most of the time it involves some flailing about.
sina: pretty sure https://github.com/maqp/tfc/wiki/Security-design this uses a keyboard...
mircea_popescu: use wireless keyboard, problem solved :D
mircea_popescu: SSL EVERYWHERE!!!1
sina: don't look at me man, I literally am using a 3072-bit DSA El-Gamal key for some reason
mircea_popescu: at least you didn't lose it, which is 100% more than what cvan be said for eulora players.
sina: thank the lord for gpg/rdiff/duplicity and cheap USB keys
mircea_popescu: including http://logs.minigame.bz/2017-05-22.log.html#t23:16:39 (tl;dr : dood got asked to not come back a year ago over being overexcitable asshat ; came back year later begged for forgiveness which was granted -- only to discover he had lost his key)
lobbesbot: Logged on 2017-05-22 23:16:39: <Zakorus123> but i really think i should be allowed to come back
sina: I just watched Dave Chappelle latest comedy thing, fucking hilarious
mircea_popescu: o, he still working ?
sina: first gig in 10y he makes jokes about it
sina: "The Age of Spin" it was called.
sina: how many active users does eulora have?
mircea_popescu: depends on your definition of active.
mircea_popescu: adds about 4-5k play hours per month
sina: are most players drawn from the general vicinity of this and related chans? or internet randoms too?
mircea_popescu: i mean obv being bitcoin pegged it attracts lots of bitcoin/altcoin folks
sina: interesting
sina: I also had some fun this evening reading teh logs
mircea_popescu: there you mean ?
sina: no here. gossipd, libsodium/nacl, trump...a few other things I searched
sina: hilarity all round
mircea_popescu: there was a younger, more naive time when we seriously wanted someone to condense the logs
mircea_popescu: it... died.
sina: define condense?
mircea_popescu: produce a summary of each day so that no lulz are missed
sina: that sounds like a pretty difficult task
sina: short of hiring a "reporter"
mircea_popescu: its rather impossible.
mircea_popescu: for one thing, diffrent lulz for different poeople
sina: greek man who invented hawaiian pizza in canada, dead
mircea_popescu: wasn't he very old ?
sina: he was 83
mircea_popescu: i recall them trotting him out periodically, "rich man! made by ourdemocracy! you could be next!!1" sorta bs.
a111: Logged on 2017-06-09 08:46 sina: do you know if the src for phuctor is avail?
sina: asciilifeform greatest pet hate: people embracing and extinguishing things
a111: Logged on 2017-06-09 15:11 asciilifeform: http://btcbase.org/log/2017-06-09#1667584 << it is not, and ain't going to be, i'm not especially interested in helping folx to 'embrace and extinguish' it. as far as i'm concerned, 100% of the output is verifiable with the bignum calculator of your choice (e.g. 'bc') and it is no concern of anybody's how it was obtained.
mircea_popescu: possibly one of ~.
mircea_popescu: well, in the particular case of phuctor, he has a solid point.
mircea_popescu: there's this cloud of "academia" retards who have been pointedly ignoring / not citing it while publishing useless crap on the general topic.
mircea_popescu: the empire's desire to eat it up is palpable.
sina: it's a very interesting topic
sina: I just went down the rabbit hole of links from that one
mircea_popescu: mirrors neatly how all sorts of dorks have been trying to create exactly the same, "just as good as bitcoin with just a bit of censorship" sort of bs.
mircea_popescu: which, for the people who were here for the original pgp wars, sounds like the empire never goes to school.
sina: something I have been looking into as well, kind of related in the testing-for-weakness-to-validate-sanity sense, is this program "cbmc"
sina: its a bounded model checker for C, you can use it to verify the correctness of whole programs but since it is a bit slow/brute force approach, normally you only can use it to test critical functions
mircea_popescu: afaik there';s a bunch of these
deedbot: http://phuctor.nosuchlabs.com/gpgkey/7E067D0421219659A91640D63AEA02CE62DBA55E41E751CD2DB2EDF941EDAFCC << Recent Phuctorings. - Phuctored: 1661...3409 divides RSA Moduli belonging to '37.218.255.162 (ssh-rsa key from 37.218.255.162 (13-14 June 2016 extraction) for Phuctor import. Ask asciilifeform or framedragger on Freenode, or email fd at mkj dot lt) <ssh...lt>; ' (server01.platzer-werbung.de. DE)
deedbot: http://phuctor.nosuchlabs.com/gpgkey/7E067D0421219659A91640D63AEA02CE62DBA55E41E751CD2DB2EDF941EDAFCC << Recent Phuctorings. - Phuctored: 1450...0303 divides RSA Moduli belonging to '37.218.255.162 (ssh-rsa key from 37.218.255.162 (13-14 June 2016 extraction) for Phuctor import. Ask asciilifeform or framedragger on Freenode, or email fd at mkj dot lt) <ssh...lt>; ' (server01.platzer-werbung.de. DE)
sina: yes I believe so. it'd be interesting to run them against, for example, important gpg functions or similar
mircea_popescu: gpg is slated for a rewrite, actually, since it became obvious koch's a dedicated saboteur.
sina notes to search the logs for koch tomorrow
sina: for now, bedtime, getting late here
sina: good evening
BingoBoingo: England has no "Great Again"
mircea_popescu: what'd it need it for.
BingoBoingo: Making life better for Reverse-Indians
BingoBoingo: Those Anglos living under Indian colonial domination
mircea_popescu: fuck them.
mircea_popescu: well yes, ashkenazi = us jews = nigger jews.
mircea_popescu: the euro jews = proper jews = ded.
BingoBoingo: But still the irony.
mircea_popescu: what ? that they spent a few centuries passing for white while white ruled the world but now that white got some indescript malaise they'll pass for "something else" ie "of color" ?
BingoBoingo: I don't think they'll pass. Not to Tyrone and Petrus/
BingoBoingo: ^ In other hates
mircea_popescu: it's still not altogether clear tyrone & petrus actually matter in this complex social game.
mircea_popescu: my money's on "notrly", but hey, mebbe im biased.
BingoBoingo: Well, matter in the sense of being environmental hazards.
mircea_popescu: on the level of mooks.
BingoBoingo: ah, well the amount of danger a mook creates depends on what the locals trust em to do
mircea_popescu: there ios that
BingoBoingo: You put Jew that passed for white last year on PetrusofColor radar, and Petrus is going to remember because it's what Petrus does instead of being the dogman
mircea_popescu: ya think ?
BingoBoingo: tends to be a more targeted hazard than "mook was allowed to operate heavy machinery"
deedbot: http://qntra.net/2017/06/opiate-overdoses-now-leading-cause-of-pre-geriatric-mortality-in-us/ << Qntra - Opiate Overdoses Now Leading Cause Of Pre-Geriatric Mortality In US
mircea_popescu: a while back they started trying to prosecute all overdose deaths as manslaughter-by-dealer. getting desperate, obviously.
BingoBoingo: Here in Illinois they inestigate to prosecute as murder by dealer, much progress
BingoBoingo: *investigate
BingoBoingo: likely within 5 years dope selling on street will be prosecuted as "attempted murder" with zero CIA traffickers hung
mircea_popescu: and it still wont do anything
mircea_popescu: fuck 'em, let the beautiful ratpeople choke in their own vomit, the sooner the empire ends the better.
BingoBoingo: Still, I would like to see the ranking if "complications of being a fat fuck" were consolidated and entered on list. Overdose would likely still win under 25 list, but age where "fat fuck" begins to beat overdose inspires curiosity.
BingoBoingo: Probably between 28 and 36
mircea_popescu: interesting q indeed
BingoBoingo: Investigation likely impossible because fat fuck doctors would lie "healthy 600 pound 23 year old" when heart attack, etc
BingoBoingo: Kinda like how US jooz will become people of color when Petrus gets resentful and father's their daughter's children
BingoBoingo: *too many apostrophe
deedbot: http://trilema.com/2017/the-strange-case-of-the-red-stapler-and-other-related-stories/ << Trilema - The Strange Case of The Red Stapler and Other Related Stories
deedbot: http://phuctor.nosuchlabs.com/gpgkey/95AD068E858895A7C47AC724798C00D1F803610BB9D9D8F1E5E0335997752505 << Recent Phuctorings. - Phuctored: 1410...7279 divides RSA Moduli belonging to '124.146.165.141 (ssh-rsa key from 124.146.165.141 (13-14 June 2016 extraction) for Phuctor import. Ask asciilifeform or framedragger on Freenode, or email fd at mkj dot lt) <ssh...lt>; ' (st0045.nas981.kobe.nttpc.ne.jp. JP 13)
deedbot: http://phuctor.nosuchlabs.com/gpgkey/95AD068E858895A7C47AC724798C00D1F803610BB9D9D8F1E5E0335997752505 << Recent Phuctorings. - Phuctored: 1775...6453 divides RSA Moduli belonging to '124.146.165.141 (ssh-rsa key from 124.146.165.141 (13-14 June 2016 extraction) for Phuctor import. Ask asciilifeform or framedragger on Freenode, or email fd at mkj dot lt) <ssh...lt>; ' (st0045.nas981.kobe.nttpc.ne.jp. JP 13)
ben_vulpes: !!up eplogos
deedbot: eplogos voiced for 30 minutes.
ben_vulpes: > Con una mentalidad Socialista en progreso << ahaha sina is this yours?
ben_vulpes: ah, no, wrong sinner apparently
asciilifeform picked cherries all day
BingoBoingo: OMG elitist! What about all the not cherry fruits like nectarines and peaches!
asciilifeform: BingoBoingo: only other one we have is figs
BingoBoingo: Oh, there are no figs here.
jhvh1: shinohai: The operation succeeded.
BingoBoingo: shinohai: Are you sure this is new? Sounds familiar
shinohai: Maybe so ... I am quite sure the EFF lawsuit mentioned within is recent. The date seems to agree.
shinohai shrugs
mod6: cherries sounds good. is there an abundance of fruit yielding cherry trees near you?
mircea_popescu: lol alf finallyt found alt-programmer non-office job
mircea_popescu: temporary farm work!1
asciilifeform: mod6: relatives'
asciilifeform: mircea_popescu: not for market, for pie, lol
BingoBoingo: Still woark
mircea_popescu: in other ghettos, gang of porto ricans down the street is throwing a PARTAY!!!!
mircea_popescu: you've not seen something like this, 100% 20something dudes in shorts and tshirts looking like bitches in heat won'\t fuck them.
mircea_popescu: and portorican music is apparently made by an ashkenazi gang of elevator music composers gone rogue.
BingoBoingo: Fucking ashkeNAZIS
mircea_popescu: cuz they dominate muzak amirite ? lord's of tin alley ?
mircea_popescu: !!up alex__c
deedbot: alex__c voiced for 30 minutes.
mircea_popescu: !!up photoelectric
deedbot: photoelectric voiced for 30 minutes.
deedbot: http://cascadianhacker.com/the-best-thing-you-can-do-for-your-career-is-to-take-a-stay-at-home-wife << CH - The best thing you can do for your career is to take a stay-at-home wife
sina: that was a fun read this morning
sina: a ukranian lady and her husband are minor celebs for fighting against the russians in donetsk or wherever, Ukranian press loves em
sina: Chechen assassin poses as Le Monde reporter to try and kill them
mircea_popescu: and putin is related to this because russian hackers ?
sina: the lady is a badass and has a gun/blod clotting agent, shoots the assassin 4 times after he shoots her husband
sina: its NYT so Putin will be mentioned in everything, but Ukranian intel says they have no firm evidence it was the Ruskis (in the article)...of course it probably was but that's not the bit of the story that's interesting
mircea_popescu: ya nb story.
sina: this is my fav bit:
sina: As they drove, Mr. Denisultanov-Kurmakayev asked the pair to stop the car for an interview and to sit in the back to receive the gift, which he carried in a festive red cardboard box.
sina: As the couple sat in the back seat of the car, Mr. Denisultanov-Kurmakayev said, “‘Now, here is your gift,’” Ms. Okuyeva said. He opened the box, pulled out a gun and opened fire on Mr. Osmayev.
sina: massive lul, hide the gun in a red box
mircea_popescu: much tv.
sina: mircea_popescu: do you ever sleep?
mircea_popescu: depends what you mean by sleep.
mircea_popescu: sometimes, i wait.
sina: I just mean you're always online
sina: or seem to be
mircea_popescu: it's a joke!
shinohai imagines mircea_popescu sleeps like parakeet, with one eye open ....
mircea_popescu: i thought that's like a rabbit
mircea_popescu: speaking of which, do you know why rabbits sleep with their eyes open ?
sina: y
shinohai: To keep eye on predators?
mircea_popescu: only got so much skin. if they try to close their eyes their foreskin retracts.
sina: lmao
sina: I demand a reference
mircea_popescu: i read it in the new york times.
sina falls off chair
shinohai: ./thread
deedbot: http://phuctor.nosuchlabs.com/gpgkey/4176ED024FBF368E4C0C44AFD616CB2E7C5DD5A4762091F044381E1170551F40 << Recent Phuctorings. - Phuctored: 1669...1007 divides RSA Moduli belonging to '81.235.230.56 (ssh-rsa key from 81.235.230.56 (13-14 June 2016 extraction) for Phuctor import. Ask asciilifeform or framedragger on Freenode, or email fd at mkj dot lt) <ssh...lt>; ' (81-235-230-56-no78.tbcn.telia.com. SE O)
deedbot: http://phuctor.nosuchlabs.com/gpgkey/4176ED024FBF368E4C0C44AFD616CB2E7C5DD5A4762091F044381E1170551F40 << Recent Phuctorings. - Phuctored: 1658...3833 divides RSA Moduli belonging to '81.235.230.56 (ssh-rsa key from 81.235.230.56 (13-14 June 2016 extraction) for Phuctor import. Ask asciilifeform or framedragger on Freenode, or email fd at mkj dot lt) <ssh...lt>; ' (81-235-230-56-no78.tbcn.telia.com. SE O)
BingoBoingo: !~ticker --market all
jhvh1: BingoBoingo: Bitstamp BTCUSD last: 2870.97, vol: 9927.44067247 | BTC-E BTCUSD last: 2825.0, vol: 6003.22659 | Bitfinex BTCUSD last: 2813.7, vol: 17696.59304434 | BTCChina BTCUSD last: 2993.643868, vol: 12572.11720000 | Kraken BTCUSD last: 2800.098, vol: 6575.92969603 | Volume-weighted last average: 2866.92963975
trinque: aw shit, I just put all my life savings into ethereum.
trinque: pls halp.
← 2017-06-09 | 2017-06-11 →