a111: Logged on 2017-09-15 23:51 BingoBoingo: So this "Sally Hemmings And The Widower" Fanfic/novel, I'm not finding anyway to work crabapple metaphor into unifying narrative
a111: Logged on 2017-09-16 15:35 asciilifeform: ( for comparison, a NONmodular exponentiation of same width on same box with same ffa takes 0.26s. )
a111: Logged on 2017-09-16 15:31 asciilifeform: in other olds ( i dun think i posted this measurement ) the NAIVE modular exponentiator takes 51.3 seconds per 4096b a*b mod m , on the 'standard' test box
a111: Logged on 2017-09-12 21:32 mircea_popescu: and this is potentially recursive, in that if you have a 500 bit number with 300 ones in it, you do the mod for 500 terms which are all a power of 2, throw 200 away, keep the other 300 and add them.
☟︎ mircea_popescu: (pro tip : since the modulus is 4096 bits, all powers of two up to 2^4095 are unchanged by modding.)
☟︎ mircea_popescu: what this means in practice being that "the 4096 bit modulus of a 4096 bit number is obtained through at most one substraction op".
☟︎ a111: Logged on 2017-09-12 23:52 asciilifeform:
http://btcbase.org/log/2017-09-12#1713184 << in ffaworld, a < or > or == comparison is not only a subtraction (O(N)) but another O(N) test for nullity (xor all the words together)
a111: Logged on 2017-09-13 01:18 mircea_popescu: ok, quick summary : tech pre-injectors was carburators. engines "optimized for racing" got slowly more complex over time. then injection became feasible, and they simplified. now they've recomplexified again.
mircea_popescu: also arguably some of the ugliest tits ever to meet lens.
a111: Logged on 2017-09-13 19:36 asciilifeform: lathe driven moar by musketry than by fine art tho
a111: Logged on 2017-09-12 23:10 mircea_popescu: 1. if you actually want metal kbd, your choice of steel is probably ill advised. i'd try silver instead. heuristicallyt there's a reason gunsmiths and silversmiths were ~the same people i nthe early modern period ; moreover silver has better properties in the range sough.
mircea_popescu: the whole fucking POINT of french revolution was "we can make things -- soldiers, arms for those soldiers, culture for their fathers and wives, CHEAPER and MORE ABUNDANT if we chinese it." "but will it be as good ?" "i can't hear you over the kanzure of my superficiality"
☟︎ mircea_popescu: obviously, it won't be as good, in the obvious sense that you don't need frenchmen to do it, can have it done in yugoslavia cheaper. and by yugoslavia i mean poland which is to say china.
mircea_popescu: which is why it's always poor immigrants, and "3rd world" shitholes. cuz if you approximate a non-closed form solution by the number five, you get a certain set of perked ears, and they're going to always be in the back of the class.
mircea_popescu: in this sense, the perpetual "we don't deal with problems, we try to inflate them away" is a forced mistake of the socialist mind, brought about by its deffective tech stack. what the fuck else are they going to do, the only people to which "french culture" in its jimbo diderot reformulation appeals to are first generation in shoes functional illiterate tards.
☟︎ mircea_popescu: "it's ok, science will progress so fast nobody will ever wear shoes again!!!". yeah, i'm sure. and then it'll "progress" even faster than that huh.
a111: Logged on 2017-09-17 11:10 mircea_popescu: (pro tip : since the modulus is 4096 bits, all powers of two up to 2^4095 are unchanged by modding.)
a111: Logged on 2017-09-17 11:13 mircea_popescu: what this means in practice being that "the 4096 bit modulus of a 4096 bit number is obtained through at most one substraction op".
a111: Logged on 2017-09-17 11:08 a111: Logged on 2017-09-12 21:32 mircea_popescu: and this is potentially recursive, in that if you have a 500 bit number with 300 ones in it, you do the mod for 500 terms which are all a power of 2, throw 200 away, keep the other 300 and add them.
a111: Logged on 2017-09-15 23:51 BingoBoingo: So this "Sally Hemmings And The Widower" Fanfic/novel, I'm not finding anyway to work crabapple metaphor into unifying narrative
jhvh1: BingoBoingo: Bitstamp BTCUSD last: 3571.51, vol: 15063.33228601 | Bitfinex BTCUSD last: 3574.9, vol: 50793.00602987 | BTCChina BTCUSD last: 3189.34, vol: 892.99610000 | Kraken BTCUSD last: 3613.9, vol: 5644.4904433 | Volume-weighted last average: 3572.47944623
a111: Logged on 2017-09-17 11:34 mircea_popescu: the whole fucking POINT of french revolution was "we can make things -- soldiers, arms for those soldiers, culture for their fathers and wives, CHEAPER and MORE ABUNDANT if we chinese it." "but will it be as good ?" "i can't hear you over the kanzure of my superficiality"
a111: Logged on 2017-02-03 05:29 phf: my mom had one of those "papa escaped the purges by burning all paperwork but life got tough when they took our governess" piano teachers, who would lament about being forced to teach peasants and brown folk, not on racial grounds as much as "you have to have a bidet in your house for 3 generations, before you can touch a piano"
a111: Logged on 2017-09-17 11:38 mircea_popescu: in this sense, the perpetual "we don't deal with problems, we try to inflate them away" is a forced mistake of the socialist mind, brought about by its deffective tech stack. what the fuck else are they going to do, the only people to which "french culture" in its jimbo diderot reformulation appeals to are first generation in shoes functional illiterate tards.
jhvh1: asciilifeform: The operation succeeded.
a111: Logged on 2017-09-17 12:25 asciilifeform: mod exp for 4096bit operands aint 1 mod, but 8192 of'em, and they're on 8192bit ints
mircea_popescu: asciilifeform so to try and extract actual reality from this : a ^ b mod m takes 0.26 seconds in koch writing ; same a^b mod m takes 51.3 on your box, notwithstanding a ^ b without any modding takes 1s ?
mircea_popescu: is it or is it not true a modular exponentiation in current gpg takes, on your chosen machine, 0.26 seconds.
mircea_popescu: so, calculating a ^ b is 0.26s ; calculating a ^ b mod m is 51.3s.
mircea_popescu: sooo.... calculating a ^ b is 0.26s ; calculating a ^ b mod m is 51.3s.
mircea_popescu: soooOOOOooooOOOO.... calculating a ^ b is 0.26s ; calculating a ^ b mod m is 51.3s.
mircea_popescu: you will refuse to be useful how many times in a row ?
mircea_popescu: i dunno what you think the behaviour preserves, but i can assure you it doesn't.
mircea_popescu: cuz your production does not fit the requisite form. produce item in requisite form, will gladly use that.
mircea_popescu: so then! calculating a ^ b mod 2^4096 is 0.26s ; calculating a ^ b mod m is 51.3s. that it ?
mircea_popescu: fine. and the reason your mod does not reduce to "At most one substraction op" is "because i believe the product of two prime numbers 2kb each can in fact be less than 2^4095". that it ?
mircea_popescu: yes, but as long as you do rsa, a ^ b mod m = either a ^ b or else, a ^ b - m. that's the complete story, there are no other cases. there's specifically no k * m parameter to be explored there.
mircea_popescu: but no, this dead branch has been fully explored, nothing here.
mircea_popescu: precalculating 4k mods of 4 to 8kb single-bit items is a pain in teh arse even in simple space terms, what, ima have 16MB worth of ram/disk dedicated to just this PER mod ?
mircea_popescu: tbh i liked my "all items are 4096 bit" world way better and wtf is this "multiplication doubles width" bs anyway!
a111: Logged on 2017-07-10 19:33 asciilifeform: sooo a 4096b rsa key takes about a dozen modexp's, on avg, on gpg 1.4.10
a111: Logged on 2017-07-10 19:48 asciilifeform: ok actual answer is about 100.
mircea_popescu: but no, i don't think the item as described is useless. if you need a new key in less than a week / if your message lag is mostly this you've other problems to attend to.
a111: Logged on 2017-09-17 15:01 asciilifeform:
http://btcbase.org/log/2017-09-17#1715307 << didja sleep though the century when '1st gen in shoes' folx handed 'cultured' europe its arse on a platter, and then flew into space etc
mircea_popescu: broken lightbulb temporarily sits on shelf next to working lightbulb, "oh, did you miss the time i burned so very bright it was like 1`000 lightbulbs ?!?!?" suppose i did miss it. what came of it ?
mircea_popescu: much like the russkis, what these other marginal orcs have to show for "their great empire" is a barely functional bezzle scheme. i don't even mean the financial part, intellectually speaking the whole us can be comfortably sat down in two lines' worth of "don't say nigger and state-god will provide", which is what, somehow different from "quote marx and wait for moscow" ?
shinohai: "Quote logz and get off yer ass and do shit"
mircea_popescu: i'm not proposing the euroidiots aren't ; but this simple fact dun make non-euros anything else.
mircea_popescu: europe has been an industrial civ for ~3 centuries now.
mircea_popescu: heck, the swedes are so advanced in germansystem they don't even need money anymore!
mircea_popescu: (the measure for "industrial civ" here used is, the type of answer to the problem of "i need three times the force". if it's "hire three times the coolies/horses/etc then pre-ind civ ; if it's "build bigger machine" it's industrial civ ; if the question not even conceptualized as such then it's not a civ, like say africa/polynesia/other subhumans)
mircea_popescu:
http://btcbase.org/log/2017-09-17#1715336 << this is very much not so, in that presence of euro buildings is still the standard by which you distinguish urban from rural agglomeration ; whereas "going to space" has managed to become the standard of nothing whatsoever.
☝︎ a111: Logged on 2017-09-17 15:02 asciilifeform: ( and then yes rotted and vanished like every previous fat an' comfortable set )
mircea_popescu: and that's a minor example. consider rothbard's utter failure to mean or matter, as sadly chronicled on trilema. yes, he's intellectually negligible, but the chief problem that renders him moot is the extreme poverty and ineptitude of his references! which is not his problem, but the 1st gen in shoes folks' problem, and the deep reason us can't and hasn't spoken in the forum of human thought.
mircea_popescu: they can't say anything that's worth remembering for the obvious reason that they can't read anything that's already there.
mircea_popescu: a whole cacophopnic symphony of little john smiths. what am i to do with this large collection of hardy country folk running around with their ummims and thurims ? EVEN IF THEY DO FLY TO SPACE!
mircea_popescu: and the recourse to inflation is rather plainly obvious, "we call it Joe's Principle because nobody could have possibly read Kant".
mircea_popescu: this could have similarly been said of any of the other examples of history (the selgiuk turks, and the manchuko, readily come to mind)
mircea_popescu: note that for all their "handed everyone their ass, flew to space" accomplishments, neither tribe is remembered today for anything.
mircea_popescu: moreover, the issue is purely cultural, which is why the 1st gen in shoes keeps cropping up. trinque manifestly COULD meaningfully learn human lang once separated from his culture, as the logs bear testimony, and this is 1/1 ie 100%.
mircea_popescu: but, as teh old article says, "but then again nothing in the world harder & more obdurate than the limits a brain sets for itself"
mircea_popescu: separation seems to work splendidly on own power, just as soon as alternative is perceived.
mircea_popescu: but yes, the situation is not symmetrical -- western orcs produced mcmansion where eastern orcs produced very respectable math and literature, which is truly 2nd generation in shoes fare
mircea_popescu: or as ballas put it, "jobs other than science and medicine seem unreal to you"
mircea_popescu: well because 3rd gen is so overwhelmingly easy to fuck up.
deedbot: walter_ voiced for 30 minutes.
walter_: Greetings! Looking for user AlexNT01. Anybody knows him?
a111: I haven't seen AlexNT01
walter_: I remember I saw him on one of couple crypto channels I used
walter_: maybe it was #decred or something else. Sorry for bothering
mats: my favorite thing about mr. funk was his saying a couple javascript thingies were his reference wallet
shinohai: Some people lack patience for the real reference wallet I suppose.