asciilifeform: ( the whole thing is quite compact, and misering on codesize loses massively moar than it wins here. (
asciilifeform: hence why everything that oughta be inlined, i empirically determined, and already is.
asciilifeform: ( and it ain't an instance of 'compiler too smart for own good', either, but perfectly legitimate refusal to try to fill up the universe with your mistake )
asciilifeform: but as it happens, my hypothesis re 'this will speed up mult' is wholly false; and the one where 'it will simplify program from reader pov' also, somewhat paradoxically, false.
asciilifeform: and to simplify reading.
asciilifeform: http://wotpaste.cascadianhacker.com/pastes/YoOl3/?raw=true << 'classical' versions of all 3 routines above, for comparison.
asciilifeform: so it turns out that imposing 'powers of 2' is NOT a win.
asciilifeform: so reducing temp space, does 0.
asciilifeform: despite 50% reduction in temp space used by karatsuba mult and square
asciilifeform: it is an implementation of http://btcbase.org/log/2017-08-14#1697730
asciilifeform: http://btcbase.org/log/2017-08-14#1697933 << pretty easily. asciilifeform had a bumper wreck in bmore once, passing cop declined to take report, demanded 'who was killed here? if nobody, i have no time for this, and no one else from station will come either'
asciilifeform: it would make the kind of miner monkey work currently fashionable, ~impossible
asciilifeform: buncha monkeys, sitting on remnants of massive imperial machinery made by men. and looking for any, any way to leverage'em into a few moar yrs of pushing back the inevitable
asciilifeform: but at any rate this is not open problem, it was solved in ~same way in all 3 major inca empires -- fighter goes to max altitude, launches slightly modified radar-seeker rocket, vertically.
asciilifeform: this in practice is harder than simple sat launch ( the latter is not trying to fly to a specific point in space )
asciilifeform: forcing 2^x = W, x in Z , also simplifies comba
asciilifeform: simply take a 6720-bit W.
asciilifeform: http://btcbase.org/log/2017-08-14#1697693 << and importantly, current ffa works with ( see factorial demo ) any multiple of 64, that fits in your machine memory.
asciilifeform: and by extension, with the temp buffers in same
asciilifeform: it would simplify many routines, in particular karatsuba
asciilifeform: ftr i considered imposing a 'ffa W is power of 2 or fuckyou'
asciilifeform: ( there WAS attempt to make 'comp of no fixed bitness' )
asciilifeform: when on 128-bit iron , which exists today, you simply gotta pad out your payload so it sits in a W multiple of 128 ( supposing you insist on squeezing every penny of horse out of the 128ness )
asciilifeform: each of which computes exactly same thing, correctly.
asciilifeform: let's work an example
asciilifeform: would be very clear that the 'must sit in whole number of machine words' is not any kind of constraint imposed by asciilifeform , but by the machine
asciilifeform: mircea_popescu: 'solution to math problem' existed in 1978. ffa goal is simplicity+correctness of implementation + adequateperformance.
asciilifeform: understand, it is not possible to use partial machinewords in the simplest possible (i.e. the one in ffa) arithmetic method.
asciilifeform: the important bit : if fails, make a ~new~ one, rather than n+1
asciilifeform: and 'to ada' also wrong word, (ultra fascist subset of) ada is simply what remained on the table after we went methodically through all reqs for a sane programming (for existing iron) system
asciilifeform: http://btcbase.org/log/2017-08-13#1697308 << simple pill : run no sbcl made post-2011...
asciilifeform: quite comprehensible
asciilifeform: and ultimately to cement in place the practice of imposing nonbitcointronic constraints on what is spendable.
asciilifeform: even pumped beam , or epic cosmic ray, still stops a few ~cm~ in au or pb tho
asciilifeform: claims ' Compute V <-- A^{-1} (mod M), in data-independent time.' in comments tho
asciilifeform: mircea_popescu: nobody knows , afaik, a sane algo. not 1 lib implements anything of the kind
asciilifeform: importantly, same roll MUST work for all possible m^d mod n params.
asciilifeform: and not simply 'reducing entropy', but introducing a relationship between all of them
asciilifeform: lzw is neither here nor there, you can't rely on payload being compressible
asciilifeform: aaactually chance of computing randomturd-cum-crc is no lower than 1/bitness-of-crc
asciilifeform: 'computer without if'
asciilifeform: makes the rest of ffa an exercise in complete pointlessness, to use anything of the kind.
asciilifeform: we cannot do this. because the simplicity of ffa comes from using strictly ordinary machineword arithmetic.
asciilifeform: it is loop- (and any other jump) - free
asciilifeform: for simplicity, tested the case that actually happens in practice: on a 64bit box, any ffa width over 512 bits gives a strictly 8-wide comba mult ocurrence
asciilifeform: mircea_popescu: mphf in a fixedtime fixedspace system is insane
asciilifeform: erlehmann: you seem to be fixated on a problem that simply doesn't exist in sane contexts
asciilifeform: at any rate it is just as easily implemented on pmachine as rsa.
asciilifeform: ''When RSA is the underlying primitive, something even more is known: that the ability to forge with resources R in an attack which does not exploit some structural characteristic of the MGF implies the ability to invert RSA on random strings using computational resources only slightly greater than R.''
asciilifeform: replete with magicnumbers, 'random oracle' assumptions, 'perfect hash', and other maculae
asciilifeform: mircea_popescu: i looked at the pss thing, seems like simply yet another obfuscatorily-complex nsaological artifact
asciilifeform: ( if anyone recalls my sageprobe crack ? that was as simple as it was because the thing used crc as hash... )
asciilifeform: empirically
asciilifeform: requirement for H is more or less the opposite of mircea_popescu's hash exercise -- it gotta compute in fixed time.
asciilifeform: ( importantly, the fact of said discard must not be discernible through timing side channel )
asciilifeform: but also didjaknow, 'but what they can do is, after a hardfork happens, they could buy all the coins that the MP and the rest of whales dump into the market to try to kill the fork, and not only that, but they could pump it even higher by simply printing more money and pumping the price of "gavincoin" above legacy chain. what then'
asciilifeform: also i thought mention of mp/trb/et al were a hangin' offense at tardstalk
asciilifeform: however it does not seem possible to do without it. but i have not proven this impossibility.
asciilifeform: mircea_popescu: even the simpler, the former
asciilifeform: http://btcbase.org/log/2017-08-08#1695463 << i realized that this might not be true : the (empirically found, but seems to hold on all of my iron) threshhold for karatsuba +ev is > 8 words :
asciilifeform: also running mpfhf on incoming packets is lulzy
asciilifeform: i was working under the possibly mistaken assumption that not all pretty criminals are subhuman ('for convenience, i'ma shit right here where i stand')
asciilifeform: '...the homeowners association has sued the couple and the city, seeking to block Cheng and Lam from selling the street to anyone while the city appeal is pending — a move residents fear could complicate their efforts to reclaim the land.'
asciilifeform: but screamingly noncompatible
asciilifeform: no different than , e.g., impregnations
asciilifeform: or possibly 80+y.o. simply dun harley nomoar
asciilifeform: ( i keep pretty much every intermediate step of just about every computation i ever do, because hell knows )
asciilifeform: dying empires all seem to go through a megalomaniacal-pyramidal construction phase
asciilifeform: ( which i thought was mircea_popescu's implication earlier )
asciilifeform: see, it may seem to mod6 that asciilifeform is simply being difficult, whereas what asciilifeform found was that WE NEVER ACTUALLY FIXED 168K
asciilifeform: http://nosuchlabs.com/pub/liquishit.txt << representative sample of the interesting part. (warning -- 20MB!)
asciilifeform: anyway phf mod6 BingoBoingo et al taking suggestions ( other than the beneath-contempt nonsense of 'reboot and jiggle the handle blindly until it works and forget about cement fleet ' )
asciilifeform: but fixed by mp's patch 2.5y ago. and apparently unfixd by bsd
asciilifeform: worth a comparison
asciilifeform: and been a while since i synced from empty
asciilifeform attempts a build of traditional stator trb inside netbsd ( as rotor is unnecessary there, there is no drepper glibc )
asciilifeform: if i had to pick b/w not having indoor shitter and not having tab completion, i'd pick the former.
asciilifeform: no shell with tabcompletion, even. pure agony to so much as work on the thing.
asciilifeform: meanwhile, in the cellars of the shitreich, https://archive.is/mpbcX >> '...ederal prosecutors also attempted to block Hutchins' request for bail on grounds he had shot firearms at a shooting range last week while in Vegas for the Black Hat and Defcon security gatherings'
asciilifeform: anyway above contemplation is a year+ of sweat and all you get at the end is a very expensive arm.
asciilifeform: which to date i have found impossible in human qties
asciilifeform: ah i thought implication was 'mod the board'
asciilifeform: mircea_popescu: netbsd attempt hangs that box at usb chip init.
asciilifeform: meanwhile, in music from less rotten worlds, http://joshuawise.com/vax/vaxstationii.mp3 .
asciilifeform: in other noose, asciilifeform took the chance made by the death of ssd in 'zoolag' to attempt netbsd. result : no boot. ( with or without 'no acpi' ) option, hangs at usb init.
asciilifeform: ( slightly less than double of what the comp i am sitting on now, eats )
asciilifeform: if we're speaking of 1980s, no comp maker then engineered 'for power draw and ecology', it was a nonstarter
asciilifeform: the interesting bit re the comp is the absence of anything corresponding to the actual medical profession
asciilifeform: ( and revisiting http://nosuchlabs.com/fg/cagetest/2.jpg , for completeness, one coax is dc 5v , other -- ttl output )
asciilifeform: this is a 20bux board that gives fullspeed usb , lamps, ir i/o (why -- idk ) and various else.
asciilifeform: it isn't the only compat. devboard , by any means. but probably the smallest and most self-contained.
asciilifeform: http://www.semiconductorstore.com/cart/pc/viewPrd.asp?idproduct=57375&utm_source=GoogleShopping&utm_medium=cpc&utm_content=Lattice%20Semiconductor&utm_campaign=ICE40HX1K-STICK-EVN&gclid=Cj0KCQjwtpDMBRC4ARIsADhz5O6lYGXDb4mfQa-6T-bZvt35DjOq1AJNVMLPxBN2i_K_lje_fekDtFoaAoUMEALw_wcB << 20.
asciilifeform: examples/icestick/example.v BUILDS and programs and runs... blinkenlichten blink in the specified order.
asciilifeform: i go there on bizbis sometimes. into a mostly empty soot-coloured skyscraper.
asciilifeform: or perhaps not : could simply lay out the thing by hand...
asciilifeform: 'This syntax was added to bison on bison 2.6+ so either install later bison / just delete those lines locally' 'What @OrDavidi said. Those two statements only improve the quality of parser error messaged. You can safely remove them.'
asciilifeform: and the compiler requires clang
asciilifeform: 'Hutchins’ employer, cybersecurity firm Kryptos Logic, had been working closely with the US authorities to help them investigate the WannaCry malware. Hutchins handed over information on the kill switch to the FBI the day after he discovered it, and the chief executive of the firm, Salim Neino, testified in from of the US House of Representatives Committee on Science, Space & Technology the following month.' << golden idjits
asciilifeform: compact, too. and - unlike tractor - paper sold everywhere.
asciilifeform: unrelatedly, asciilifeform has a crackpot twist theory re why 'shitcoin cash' tire fire : it's a ploy to make impatient folx glom their addrs ( for usg's 'taint db' farms ) when splitting&selling shitforkolade
asciilifeform: also to go with these -- option of running sans mempool
asciilifeform: also lol re the attempted theft of the name 'trb'/'the real bitcoin'
asciilifeform: 'Machismo and weaponry. “Machismo implies both disdain for women and intolerance and condemnation of nonstandard sexual habits, from chastity to homosexuality.”' didjaknow!
asciilifeform: ( and that was the EASIEST bit. the console protocol, for instance, is still undocumented; and last time asciilifeform gave a shit, he did not - and still does not - have test equipment fast enough to sample the 200+MHz analogue waveform accurately )
asciilifeform: on my planet , it is ~impossible to hire even ordinary winblowz reversing for anything like sane moneys.
asciilifeform: quite mistaken comparison. classical texts were copyable with bare hands.
asciilifeform: not a single 1 of these folx show any symptom whatsoever of having a microscopic part of the most elementary clue re what is involved.
asciilifeform: but not impossible in principle
asciilifeform: 9"0' : 'whatcha up to?' 'making some retinal implants...' 'didja solve the glue problem' 'yea we solved the glue problem..'
asciilifeform: betcha there ain't a single nonx86 comp ( or nonx86 brain!11 ) in that bldg right nao
asciilifeform: was 1st porta-comp that wasn't 'oscilloscope' shaped
asciilifeform: 'A break from my usual exotic, esoteric, rare and high-end vintage computers- I built a 486DX2 66mhz DOS shitbox for reliving my childhood.' ( from his twatter ) << lulzily, i did this recently..
asciilifeform: gridcompass was neato btw
asciilifeform: ( was a cheapened version of ibmpc, circa '84 iirc )
asciilifeform: possibly mircea_popescu had read my http://www.loper-os.org/?p=46 piece. but in re lisps, there are specific operations that are missing from extant hardware : gc/cons, and boundscheckedarrayaccess. these are clumsily implemented in software.
asciilifeform: ada is interesting because 1) all array accesses bounds checked. you CAN hardwarize this. but also 2) whole program is forced to conform to strict rules, said conformance can only be evaluated during compilation, and strictly when taken as whole
asciilifeform not aficionado of sparc specifically. it's a complexityhog.
asciilifeform: one other gotcha: complexity has a cost.
asciilifeform: ( it can lower thermal output, so still makes sense sometimes to have empty. )
asciilifeform: ditto for a die made with particular process -- empty space doesn't get your money back
asciilifeform: which i'm quite confident leaves : the empty set.
asciilifeform: leaving empty box.
asciilifeform: that was the contemplated item
asciilifeform: reporting today that result of this is still empty.
asciilifeform: ( dark ages proprietary pre-jtag debugger, it seems, implemented in on-board fpga )
asciilifeform: wo computer technicians, an independent counsel and a lawyer representing Bell, Rogers and Videotron.'
asciilifeform: complete with schneier in there.
asciilifeform: 'An activist group, which claims Coinbase's decision is akin to a brokerage withholding new shares from its investors, warns it will commence a class action suit after August 15 if the company doesn't release the Bitcoin Cash. Meanwhile, an attorney named Priyanka Ghosh-Murthy told Fortune she intends to file a complaint—invoking negligence, breach of fiduciary duty, and unjust enrichment—in Florida by the end of the week.' << lo
asciilifeform: poor buggers, stuck 'invent typesafe optimizing compiler' when ada already existed in 1982
asciilifeform: ( the question of whether it actually takes the mb -- will be settled when i get around to implementing )
asciilifeform: and i will note, if a cipher system REQUIRES a MB of source, it is not a cipher system but an overcomplicated practical joke
asciilifeform: ( this is definitionally so if thing is sufficiently complex + ill-specified. )
asciilifeform: interestingly there does not, by all indications, exist anywhere anything like a sane implementation of ecdsa
asciilifeform: it can be wedged apart with a relatively compact crowbar.
asciilifeform: mircea_popescu: but i get total ddosproofness ( tested empirically ) with five-nines uptime.
asciilifeform: trinque: i dun think comp is practical for any other level
asciilifeform: mircea_popescu: as you know, 80 (90?) % of swamp inhabitants, 'medicated'
asciilifeform: afaik most 'online pharma' whatevers, are simple blackholes for coin.
asciilifeform: imho the lesson thus far has been 'the only attainable thing that gives sufficients without attempting infinities, is the expectation-adjuster'
asciilifeform: for completeness, i will point out that the original is apparently STILL in production, goes for about 20bux usd in qty
asciilifeform: complete with the morally necessary pirate
asciilifeform: i suspect that the basic component ( the choice of curve ) is not actually ~understood~
asciilifeform: elsewhewre in sunny monkeystan, 'A suspected bank robber, in the buff, was captured on cellphone video making a run for it in Fort Lauderdale. ... Users on social media posted video of the naked man attempting to flee. One user said the suspect was throwing out $100 and $50 bills.'
asciilifeform: next time mircea_popescu complains re tx not being mined for no detectable reason, i'ma point him to this thread
asciilifeform: this is why i still hold that the high-S thing was a victory for the enemy. 'you can make your tx, but NOBODY will mine it, and to even find out why you now need to import prbism'
asciilifeform: lotsa empties
asciilifeform: http://btcbase.org/log/2017-07-28#1690484 << when in 80s volga germans were expelled from their spiffy and self-sufficient freeholds in kazahstan, the shitmonkey locals promptly removed the roofs (kindling!) set up yurts (houses are for sheep!) and shat everywhere (toilet is for sheep watering bowl)
asciilifeform: i'm a little surprised that northkr has not attempted cultivating reputation as tmsr-friendly
asciilifeform: have counterexample?
asciilifeform: 'Homeland Security Investigations is strongly committed to tracking down criminals who seek to strike at the foundations of global financial security through complex money laundering schemes' didjaknow.
asciilifeform: ( received , incidentally, much the same way as mpoe-pr was on tardstalk. )
asciilifeform: BingoBoingo: asciilifeform went to countryside house, attempting to finish 'p' 'schrodinger-style'
asciilifeform: BingoBoingo: i have no particular knowledge re usg's campaign of rape and pillage
asciilifeform: trinque: afaik goxes typically implode when the coins, such as there were, are long leaked out, and the tank - bone dry
asciilifeform goes back to comp with kbd
asciilifeform: but 'once respected' had implication of 'by people'
asciilifeform: 'could be ANYTHING, and you may NOT program with assumptions as to what it is'
asciilifeform: in other phunphakts, ada does NOT permit the use of bitwise ops ('and', 'xor', etc) on integer. ( only on booleans; and on 'modular types' - i.e. where the compiler is absolutely certain that subj is a machine integer and machine uses 2s-complement representation.)
asciilifeform: interestingly asciilifeform recently learned that the 'mutate high to low S and broadcast malleated tx but ONLY if a 'doublespend attempt' ( you retransmitting, say, with patched trb ) is detected ' thing is STILL running
asciilifeform: this here is separate item, where they lately try to get some of the 'collegiate' chumpatronic moolah
asciilifeform: 'I hope our competitors will hear our message and will close their services too. Very soon this kind of activity will be considered as illegal in most of countries.'
asciilifeform: lol actually found sumpthin
asciilifeform: or rotting redditfood in dumpster creates the fly.
asciilifeform: entirely and completely cremating whatever motherfucking point their worthless piece of shit had for a justification of existence to begin with
asciilifeform: well, before this last attempt
asciilifeform: i'm about to attempt openbsd gnat
asciilifeform: or certainly nobody both thought + implemented.
asciilifeform: a clever man might be able to think of something involving vectorized 'brush strokes' rather than raster. might be moar searchable. but inevitably moar complex also.
asciilifeform: it's a mighty mouthful to say 1 word 'whore', BUT it compresses ok -- even if all you use is runlength code.
asciilifeform: ( and keeps compressor where it belongs - simple and on the generic outside, rather than specific per monkeylang )
asciilifeform: incidentally, the 32byte thing will compress ok. just like earthling langs do.
asciilifeform: there is an 'olfactometer', instrument that pumps known volume of sampled air from the room into expert nose, for gas leaks etc but is NOT same thing as subj.
asciilifeform never found any record of such a thing being attempted
asciilifeform: where asciilifeform admitted that in preference to gc/ms or other usgairport-like fancy junk, it could very well be a simpler matter of concentrating odours from air and simply piping into own nose
asciilifeform: with mhc-compat detector.
asciilifeform: could be simply camera angle, or could be that there's actually somebody home in that head. i've nfi.
asciilifeform: i didn't imprint on the kabuki and find it repulsive, is all.
asciilifeform thinks back to the rather complicated philosophy of ru prison re when it is 'kosher' to cheat at cards, and with whom
asciilifeform: iirc ben_vulpes still herds 'human compilers' , knows
asciilifeform: 'get sample party of 8266 by next tues' etc
asciilifeform: alternatively we bake adhoc , simpler radio, from 25c microcontroller.
asciilifeform: the obvious pill is to not get into the position of where olympic skeet shooters are following you around the world..
asciilifeform: '“Fact-toxic” information pertains to actual truths which, the document complains, are “exposed in the absence of context”, and therefore poison “important political discourse.” Such information is seen as being most potent in triggering outbreaks of civil unrest , because it: “… fatally weakens foundational security at an international, regional, national, or personal level. Indeed, fact-toxic exposures are those lik
asciilifeform testing ave1's thing. it is an ultra-compact thing, in the style of my original 'stator'
asciilifeform: ave1: pretty compact, too
asciilifeform: fwiw classic hassids did not have this problem, didnt permit females within a cannon's shot of temple or talmudery
asciilifeform: the ancients did give impression of giving sea 'score' tho
asciilifeform: nope. it's simply how reality reimposes itself on the strutting ballsack.
asciilifeform: however, i gotta ask, what happened to http://btcbase.org/log/2017-07-17#1685436 ? usg beat and imprisoned the rabbis, at the end of the day. so how come it does not 'prove superiority' in mircea_popescu's lens ?
asciilifeform: or moar complicated
asciilifeform: http://btcbase.org/log/2017-07-21#1687972 << this is utterly and completely so, and is the reason i was never able to stomach most of p's worx. but a few of them i found entertaining for somewhat perverse thematic reason that i would not expect, elg
asciilifeform: mircea_popescu: sad thing is, these weren't the honestly, organically retarded, but the mendacious and complicit sort
asciilifeform: i thought we were contemplating something novel tho.
asciilifeform: makes drawing uranium from ocean look like great business in comparison
asciilifeform: hy it was worth exchanging an evil empire for an evil banana republic that imported its bananas from Finland.'
asciilifeform: to which fascism had led the nation, with the former Kom-mandant of Auschwitz heading the Commission for the Detention of Nazi Criminals, and SS generals explaining in clear and simple words the importance of liberal values, while the whole cabal was led by the newly enlightened Gauleiter of Eastern Prussia. Tatarsky, of course, hated most of the manifestations of Soviet power, but he still couldn't understand w
asciilifeform: 'The USSR, which they'd begun to renovate and improve at about the time when Tatarsky decided to change his profession, improved so much that it ceased to exist (if a state is capable of entering nirvana, that's what must have happened in this case)...'
asciilifeform: other thing is, even if you don't want for anything the 'milk' (cpu cycles etc) of pwned derp, and simply going for max materiel damage, formatting hdd is not necessarily the max
asciilifeform: ( it's a compendium of shorts. which one was phf thinking of ? )
asciilifeform: then herding, even temporarily -- is +ev
asciilifeform: (i.e., on what do you compute, such that only MOST mutations are lethal, rather than ALL )
asciilifeform: describe a model of computation that is 1) usefully complete -- can carry out actual work 2) is substantially non-brittle - i.e. flipping 20% of the bits results in something that is only, say, 20% away from, but still recognizable as the original performer, rather than liquishit
asciilifeform: because there is not yet any known way to compensate the possibility of deliberate misanswer in the calculation.
asciilifeform: which implies that user keeps the machine plugged in
asciilifeform: it is also subject to key compromise at any time.
asciilifeform: it's the 'insect' solution, gotta mention it for completeness.
asciilifeform: it doesn't provide monetary incentive, any more than today's expense of running a proper node magically transforms into compensation
asciilifeform: why to do this -- originally was simply to preserve british empire. later, to keep the fire burning, so that nothing fit to challenge the reich is born from the ash.
asciilifeform: pete_dushenski: the pharma thing is simply another way of funneling payola, is all
asciilifeform: complete with wasp
asciilifeform: re space wasps << mircea_popescu: ever see 'Les Maîtres du temps' (animated) ?
asciilifeform: i'd still rather not pump it into the space b/w (hollow, ustard-built) walls.
asciilifeform: mircea_popescu: may as well compare to stamping bug with boot
asciilifeform: mircea_popescu: it is mistake to compare to thin air and distilled water. compare to, e.g., mosquito's malaria, wasp stings.
asciilifeform: removal of ddt was one of the original triumphs of rampant envirowhinery.
asciilifeform: asciilifeform was at one time invited to... microshit campus, to give a talk ( about what? never specified )
asciilifeform: 1989 issue, p.25, ad: 'Cray on a chip. ... The computing power of a Cray supercomputer will be accessible to PC owners by the end of this year thanks to the Intel i860 Megaprocessor. ...'
asciilifeform: well, e.g., ffa, is 100% portable in the sense where it will build on ANY standards-compliant ada
asciilifeform: i was fully expecting to have to do the whole thing from empty space myself
asciilifeform: though, i will point out, not on crapple, where static linking is thoroughly impossible as of late
asciilifeform: mircea_popescu: so far it seems to be that adacore's gnat actually implements the standard; while fsf is a bit moth-eaten
asciilifeform: the effect of letting the chickens keep the beaks, is not 'chicken liberation', but simply damaged meat
asciilifeform: trinque: optimistic. the no-space 'civilized life' creates the bonsaikittens. whatever meds are simply to reduce thrashing.
asciilifeform: '..."We have no plans on releasing it to the public," the company executives said'
asciilifeform: e.g., trump, with his 'encrypted chat' on ipnoje that leaks every fart
asciilifeform: keybasetronic 'crypto' is interesting parallel to, e.g., prb. in both cases the muppetmasters get to rejoice over 'user count' but weep when realizing that nobody of any import is in this count, and the net loot sums to 0
asciilifeform: meanwhile, in gavinlandia, https://archive.is/KOhTm >> 'Resolution is to either guarantee there are non-bit1 signaling miners before enforcing (kind of incompatible with the definition of 80% activation), or manually guarantee the the graph of enforcing miners is connected.' << d00d realizes that the softshitfork thing won't work without cartel... proceeds to demand one
asciilifeform: whereas if you simply DON'T MOTHERFUCKING LEAK, it doesn't matter if 500, 5,000,000, whatever.
asciilifeform: this list is arbitrarily long and NECESSARILY incomplete
asciilifeform: the 1 constanttime implementation -- is mine
asciilifeform: whaack is quite likely thinking of the bulk of the b00k, which consists of blockcipher liquishit which is complicated for no reason at all other than the religion where 'it is confusing to ME, author, and therefore Must Be Hard To Break'
asciilifeform: mircea_popescu: the knowledge problem is not so simple as pictured here. husband may be at work but built camera into the floor long before he met the whore. phf may know re box but not care ( asciilifeform for instance regards contents of hdd of rental servers as sacrificial , esp after theft of the original dulap , etc )
asciilifeform: contemplated setting up a honeypot for them to see what is the payload, but ars longa
asciilifeform: phf: completereload (i.e. uininvited power cycle?) seems likely
asciilifeform: iirc prb already is written to reject blocks that attempt to 'illicitly' spend the perfectly legitimately anyonecanspendolade
asciilifeform: ( any other method, is impractically slow )
asciilifeform: ( and not the much larger, costlier comps )
asciilifeform: and sooo it turns out that the current champ horse, from among the x86 runners, is...
asciilifeform: live is too short to attempt to use eyeballs as diff.
asciilifeform set up mod6's benchmark on a few moar comps
asciilifeform: xxd dump of curling the paste back, http://wotpaste.cascadianhacker.com/pastes/WOzLL/?raw=true >> many many winblowzified line endings, but seemingly intact tabs
asciilifeform: the output lives now at http://nosuchlabs.com/pub/fact_out.txt , if someone knows what 65536! ought to equal -- compare and say.
asciilifeform: for anyone not tuned in : ^ computes factorial of 65536.
asciilifeform: mod6: if this does not build on your box, you gotta find out why, before attempting anything other adatronic experiments.
asciilifeform: !~later tell mod6 http://nosuchlabs.com/pub/fact.tar.gz << complete kit for above. sha512==26198604bff50d3411e343a30b97f4babe3a6b291fca267435cecd6a5438a08862b550198a49dd5549dda00c841d95afc1443f597587710b83c7fa65effa9c73
asciilifeform: also you gotta use all of my flags to have comparable result.
asciilifeform: classic mri is simply like a 3d xray that shows soft tissue
asciilifeform: it makes every single text-touching thing 9000x moar complicated and riddled with ???.
asciilifeform: even if you personally never intend to implement an os, a text renderer, build printer with own hands, etc
asciilifeform: redditidjits worry about marking nuke tombs to be comprehensible to monkeys. how about marking liberasty.