44300+ entries in 0.461s

a111: Logged on 2016-08-18 15:45 mircea
_popescu: Framedragger so invite him over.
mircea_popescu: ben
_vulpes> it is the *perfect* make-work machine. << seems an exact description.
mircea_popescu: ben
_vulpes quite exactly. a sort of "when soviet army provisions jets, it provisions tupolevs!" what the fuck difference does this make to wage slave trying to get from point a to point b ?
a111: Logged on 2016-08-19 01:08 mircea
_popescu: basically the "problem" idiots like paul whatshisface are imagining docker solves is entirely a business construct : idiots gave their neck away to "cloud" companies because "it will be cheaper", exactly on the model that produced "export jobs to china"
a111: Logged on 2016-07-21 22:29 asciilifeform: mircea
_popescu's 32k zip unpacks great
a111: Logged on 2016-07-21 22:30 asciilifeform: and has NOTHING in common with the jpegs or html in mircea
_popescu's 32k zip
phf: since ben
_vulpes can do that
phf: mircea
_popescu: having hard time finding relevant bits, since thread diverged many times. a long standing criticism of dpaste was "all these pastes are going to make log not as useful", when ben
_vulpes released his wotpaste there was discussion about expiration and how to mitigate it. fwiw i don't remember where it went from there
phf: mircea
_popescu: oh? that must've changed since last time we had conversation about it
phf: ben
_vulpes: i remember there was functionality to not expire wotpastes if they are in the log. what do you need me to provide you with in order to get that operational again?
BingoBoingo: <mircea
_popescu> BingoBoingo send the man a congratulatory email ? since it turns out you linked him first. << Gotta catch up on log to figure out who I am congratulating on what.
a111: Logged on 2014-08-27 01:00 asciilifeform: 'pardon my cynical twist, but what are you doing with that 20,000×20,000 double-precision floating point matrix you say you need to invert
_today
_? If you answer "nutt'n, I jus kinda wondered what it'd be like, you know", you should be very happy that I am most likely more than 3000 miles away from you, or I would come over and slap you hard.'
a111: Logged on 2016-08-18 12:32 mircea
_popescu: asciilifeform since we're on this btw, the way i want tmsr-rsa key generation to work is as follows : a contains a number of entropy bytes specified by user in tmsr-rsa.conf read whenever tmsr-rsa.conf specifies (such as urandom); b contains a base-tmsr string specified by user. c = base-tmsr(a).b ; p = nextprime(cut(sha512(c),257)) ; process is repeated for q = nextprime (cut(sha512(c'),258));
a111: Logged on 2015-12-09 22:16 ascii
_field: j. strong's 'methods of experimental physics' covers the basics; the whole b00k is somewhere w4r3z3d in the logz.
thestringpuller: mircea
_popescu: you probably would have better luck deprogramming the disney princesses. I haven't seen it personally done tho.
a111: Logged on 2016-08-18 13:46 mircea
_popescu: sadly stopped a year or so ago it seems ?
thestringpuller: mircea
_popescu: the other one almost ended up in scenario where a girl burned down his condo, when she went unstable cause "My needs aren't being met".
thestringpuller: mircea
_popescu: harem's are much harder to manage in USG. The pets are higher maintenance.
shinohai: We will see what September brings mircea
_popescu thx!
Framedragger: mircea
_popescu: hmm maybe but i don't think so - i think he lived / spent some time there in the past
a111: Logged on 2016-08-17 17:20 Framedragger: mircea
_popescu: just to me, any dreams of "global anarchist revolt" *are* lost on me (i'm terribly naive but not *that* naive). personal responsibility and individualism (vague word, i know) are necessary conditions. and.. yeah, i don't have much hope for humanity, given that...
Framedragger: mircea
_popescu: yeah, i'm actually felling a bit of that constructive mp-rage towards gnupg. by god it should be kicked and replaced as soon as possible
Framedragger: `log
_hexdump` was being used incorrectly? (i'm only catching up, hey)
a111: Logged on 2016-08-18 03:55 mircea
_popescu: btw folks - wotpaste wipes shit daily. make sure you save what you want.
Framedragger: fucking hell. nice public elucidation articles, asciilifeform and mircea
_popescu
mircea_popescu: yes yes, but what log
_hexdump does is, it dumps from memory starting at address going for count. pretty straightforward.
mircea_popescu: so basically, log
_hexdump just reads off the stack, and it mostly reads garbage ?
mircea_popescu: log
_hexdump("\n\nFurther lulz:",prime,nbits/8); log
_hexdump("\nYielding:",ptest,nbits/8); << relevant lines.
a111: Logged on 2016-08-18 04:03 asciilifeform: p = generate
_secret
_prime( nbits / 2 );
mircea_popescu: <asciilifeform> ought to be log
_hexdump("\nYieldPrime: \n", ptest, nbits/8.); <<
mircea_popescu: <asciilifeform> log
_hexdump("\nYieldPrime: \n", ptest, nbits);
mircea_popescu: you mean log
_hexdump("\nYieldPrime: \n", prime, nbits/8.); ?