1200+ entries in 0.526s
jhvh1: mircea_popescu: 24 * 60 = 1440
mircea_popescu: meanwhile 255 * 255 does not overflow ; you know this because 8 + 8 is not < 16.
mircea_popescu: if l1 of x1 added to the l2 of x2 exceeds N then it doesn't represent x1 * x2
mircea_popescu: 1x * 1y will never result in a 0y no matter what happens!
mircea_popescu: in other "Riastradh> Design of RNGs for crypto is on-topic, though physical phenomona that lead to them is at the edge of the topic of this channel -- not because it's irrelevant but because it lies outside the area of expertise in mathematical cryptography one expects to find here." : "* andytoshi (~apoelstra@unaffiliated/andytoshi) has joined ##crypto
mircea_popescu: * Topic for ##crypto set by hlieberman at Fri Jan 20 11:28:52 2017
mircea_popescu: o further gems : function generate_setup_password_salt() { $salt = time() . '*' . $_SERVER['REMOTE_ADDR'] . '*' . mt_rand(0,60000); $salt = md5($salt); return $salt; :D
scriba: Logged on 2017-04-27: [02:14:22] * mircea_popescu went to business school here today, spent five minutes listening in on what evidently was the graduation project of some 4th year kid. do you know what he had ?
pete_dushenski: "* The Sponsor intends to direct up to one-third of the Annual Fee, for the first three years of the Trust's operations, towards initiatives that support development, marketing, and community activities of the Ethereum Classic Network."
mod6: thought it might be inherited from Ada.* or whatever? or do i just need to implement my own?
a111: Logged on 2017-04-21 02:45 mircea_popescu: multiple servers!!!* (* terms and conditions apply. one wife for each soldier means everyone's fucking the same old rubber chicken)
mircea_popescu: multiple servers!!!* (* terms and conditions apply. one wife for each soldier means everyone's fucking the same old rubber chicken)
☟︎ mircea_popescu: do you not have the rest of the 3.* tree asciilifeform ?
mircea_popescu: "* A race condition flaw was found in the N_HLDC Linux kernel driver when accessing n_hdlc.tbuf list that can lead to double free. A local, unprivileged user able to set the HDLC line discipline on the tty device could use this flaw to increase their privileges on the system. (CVE-2017-2636, Important)"
BingoBoingo: * shinohai imagines Vitalik reading the logs an thing mircea_popescu meant `Asi` is a new groundbreaking algorithm ..... << Ass Sort Integrals, some very deep "Ito calculus"
BingoBoingo: * shinohai has only planted radishes and cucumbers, has shitty soil in new locale. << Protip: till a plot and sow densly with turnips/radishes. Do not harvest and burn down with glyphosate before first frost. Till vastly improved soil next year.
Framedragger: *how could they have not been included???* NOBODY ASKED US!!111 meanwhile dude in question is humble, says "well, doubt is essential to science", and smiles.
a111: Logged on 2017-03-29 06:33 mircea_popescu: "we represent the whole world*!!!" * as understood by whatever 3rd echelon bureaucrat in the us dept of our democracy that "handles" "canada".
phf: yeah, i was about to *, but i keep doing this, where i type equivalent sounding words all over the place
mircea_popescu: "we represent the whole world*!!!" * as understood by whatever 3rd echelon bureaucrat in the us dept of our democracy that "handles" "canada".
☟︎ mircea_popescu: consider eg a * b > a + b. this is basically cauchy pared down. that there's no direct path from one to the other is the only last nail of hope (but mp, just because we've not found yet why it's fundamental doesn't prove it isn't. sure.)
mod6: <+Framedragger> anyway not sure how useful but you might want to take a look at
http://thebitcoin.foundation/tickets/ doppler (at *_tickets.html), not sure how up to date. (...) << Yeah, it needs some updating. The new V is going to be out in the next few days. Then will put some time into that.
mircea_popescu: Jan 25 02:21:50 * novusordo (~wut@dns.mullvad.net) has joined #bitcoin-otc << that's feb 2012.
mircea_popescu: * marilyn has quit (Ping timeout: 258 seconds) << dude... why. srsly nao.
mod6: that's fine. could just reference something like: ../../../deps/*.asc or something
mircea_popescu: mv ~/trb2016-02-20/trbfoo/bitcoin/* ~/trb2016-02-20/trb54/bitcoin/* ?
a111: Logged on 2016-09-14 12:01 Framedragger: "rdtsc is not guaranteed to be available on every CPU, or to run at a constant rate, *or be consistent between different cores.*" (emphasis mine). `get_cycles()` is recommended, but from cursory look it seems that on some architectures it uses rdtsc internally? madness.
mircea_popescu: and i'll compute 2 * maxint/2 faster than you'll seek maxint/2
phf: [1] phf (+i) on #trilema (+cmnt) *
ben_vulpes: decent odds that cutting funding for abortion services abroad is just a prelude to cutting funding for * abroad.
BingoBoingo: * mircea_popescu also likes how the "black lives matter" court clerk is "a federal judge appointed by g w bush" depending where one looks. << Tradition is for the lower bowels of the court Pres takes Senator's suggestion in return for favors later
mircea_popescu: in other news * Your host is verne.freenode.net[185.30.166.37/8001], running version ircd-seven-1.1.4 is an utter piece of shit, disconnected me what, a dozen times past few days ?
Framedragger: (the siphnos datadrop (
http://siphnos.mkj.lt/datadrop/) gives the banners ("banners" folder) and keys (in various formats), including raw ssh-keyscan output (*_scan.tar.bz2), as e,N,IP CSVs (e-N-IP*), a.k.a. tmsr format, and converted openpgp (rfc4880) format.)
mircea_popescu: so you do 0x100000000 * 0x100000000 and get the carry set and you blew it.
a111: Logged on 2017-01-09 10:18 diana_coman: well, I don't really think someone can live a very unhappy life due to *others'* expectations; at most due to his/her own
diana_coman: well, I don't really think someone can live a very unhappy life due to *others'* expectations; at most due to his/her own
☟︎ gabriel_laddel_p: when creating my image, why must I copy using cp -dpR /somedir/* /someotherdir/ rather than the -a flag?