24900+ entries in 0.189s

mircea_popescu: "
i wonder how much science was fucked out of existence / significantly delayed by #metoo-isms and in general, spurious involvement of idiots"
mircea_popescu:
i heard same years ago from astrophysics simulator folks.
mircea_popescu: oh sorry, you labelled "related lulz/disinfo".
i had it in buffer, got around to it, and well...
a111: Logged on 2018-01-03 17:37 ben_vulpes: so
i dug this ti-89 platinum out of my closet last night to have something tactile to do arithmetic on and holy shit
i'd completely forgotten about the input lag
mircea_popescu: kinda why
i even took up the logline. it might be the worst #blackchickscode #womenarepeopletoo #slavesrightsnao #lxsdumbxs etc etc failure in history.
mircea_popescu: right. otherwise it becomes this arbitrary-point anachronism in the vein of "grandmother should have fucked better sailors on the basis of how retarded granson is, and
i can prove this by showing grandson was alive at an arbitrary point in time grandmother hadn't died yet."
mircea_popescu: rsa not born yet ; all our practice not yet practiced.
i can scarcely blame aurel vlaicu for using textile fixed wing.
mircea_popescu:
i am by now thoroughly allergic to this "downstream wants something upstream doesn't provide, so it's neither time to bring out the whips and chains upon the downstream nor to throw out the upstream and bake a new one, but instead let's hotwire the microwave ballast to the toaster."
mircea_popescu: asciilifeform the reason
i even called it ideological patch is because the pretense that shitropy-eaters have anyhthing to do with entropy, or us, must be shot in the head.
mircea_popescu: and none of the "but mp, if
i make it the size
i think it should be it crashes" bs.
mircea_popescu:
i dunno,
i kinda like playing heroes2 on lappies, >50% of their utility, whip it out while camping or w/e. but...
mod6:
i expected the "1" to work, however, maybe it's just a "smrt phone" thing
mircea_popescu: alf be like "hello ? oh, is this nicole ? JUST CALLED TO TELL YOU YOUR PHONE ANSWERING SUCKS!
i mean...
i was expecting it to improve but it turns out NOT"
mod6: btw... jurov and
I are working on relocating the bitcoin.foundation website to the foundation's server in Pizarro. We're gonna get it set up, and test before we announce a cut-over date. Smooth transition, ftw.
mod6:
I can do that -- the "1" in front didn't work for me tho!
a111: Logged on 2018-10-12 09:40 ave1: well mostly because
I see this more as reference code (this is how it can be done with division) and less so as production code (the table driven works very well for that)
mod6:
I agree, let's just visit this when we have the problem.
mircea_popescu: this might be useful, but
i'm not putting a 2nd slavegirl on this galley.
mircea_popescu: aite.
i was gonna pay myself, but see no problem with tbf picking it up either. all yours.
mod6:
I think it's fine that the Foundation pays for it's toll-free number, Sure. Objections?
mod6: Ok cool, it works.
I think my problem is that
i dialed a "1" in front of the entire number.
mircea_popescu: in other MCGA, yest spent lunch at table with three girls, at upscale italian place where there were three girls total. on the left, tableful of dudes. on the right, tableful of dudes. nobody said as much as zip, though
i was openly playing with tits over cacciucco.
ave1: the painfull part was at the start when
I did not know that crc used a reversed bit order and did not understand that the initial register has to be xored with the message (and not used as a kind of prepend)
ave1: btw
I had an implementation that did not do this appending, but then the whole body becomes more complex
ave1: ouch, but
I hate thinking
☟︎ ave1:
I did not remember the name "mux", but did remember the method, and
I was sure it would be needed in add, but then it was not there. Next in mul, again not there then in modexp...
ave1:
I know, it was more a description of how my memory was playing tricks on me
ave1: which
I did not remember
ave1: asciilifeform,
I was looking for mux just now in ffa just now and
I came by the add_gated which uses a different method,.
diana_coman: ave1, thank you,
I'll look through it in more detail a bit later today
ave1: diana_coman,
I'll add my test and fix the typo and regrind
ave1:
I'll make it a vpatch later today...
ave1: well mostly because
I see this more as reference code (this is how it can be done with division) and less so as production code (the table driven works very well for that)
☟︎ mircea_popescu:
i'm naively assuming it wouldn't, but in fairness haven't actually looked into the gnarl.
ave1: now,
I'll have to check
mircea_popescu:
i don't get it. you have one (kernel) reading from tty putting it into /dev/?random ; and however many apps reading from there as now.
a111: Logged on 2018-10-11 19:34 asciilifeform: phf, bvt :
i thought of a possible algo for sane tmp file creation that dun need rng or global counter. 1) pick a file name in tmp dir, if none exists, take empty string, as string S 2) produce S' = H(S) , H is hash (e.g. keccak) 3) stat(S') ; if already exists, take S'' = H(S') and repeat .
bvt:
i will have a look at what primitives
i need for the implementation today and tomorrow, and will come back here if
i get stuck on something.
phf: bvt: that doesn't contradict what
i said
phf: asciilifeform: oh yeah it is, hash a bunch of random stuff, check for collision. that's the pragmatic solution.
i'm talking about the take aways
phf: asciilifeform:
i believe that was the real conclusion of yesterday's conversation: you want easy access to a real rng from any republican process at any time, and that makes a lot of idiotic problems go away
bvt: and
i'm don't know yet if files created this way can be mv'ed to file system
bvt: there is a recent linux O_TMPFILE flag to open(2), but
i'm not sure we want to use that
bvt:
i will give it a try.
i'm still learning ada, will have to take a look at how strings and interfacing with C are done properly.
phf: bvt: you know you could take a stab at proper temp_file_name :> it'll have to be written anyway, to fix this bug.
i suspect by the time someone else runs into this issue, a replacement will already be available.
phf:
i've used a variety, including the two you mentioned. ave1's, adacore 2016 and 2018 on linux and mac
bvt: that was a wtf moment for me,
i'm not used to such service from the runtime
phf:
i like that ada will create a temp file for you and then clean it up on empty string, though that's a bit too magical (the interface, not the behavior)