Show Idle (>14 d.) Chans


← 2017-01-15 | 2017-01-17 →
phf: i knew i read that somewhere..
BingoBoingo: !~tslb
jhvh1: BingoBoingo: Time since last block: 12 minutes and 0 seconds
deedbot: http://phuctor.nosuchlabs.com/gpgkey/9F65ADB8AB92731776A305A4C57D79BD5DF2360946DF58E0CC5F3C8DB1D9CBA5 << Recent Phuctorings. - Phuctored: 1683...0103 divides RSA Moduli belonging to '217.7.232.168 (ssh-rsa key from 217.7.232.168 (13-14 June 2016 extraction) for Phuctor import. Ask asciilifeform or framedragger on Freenode, or email fd at mkj dot lt) <ssh...lt>; ' (pd907e8a8.dip0.t-ipconnect.de. DE)
deedbot: http://phuctor.nosuchlabs.com/gpgkey/9F65ADB8AB92731776A305A4C57D79BD5DF2360946DF58E0CC5F3C8DB1D9CBA5 << Recent Phuctorings. - Phuctored: 1779...5337 divides RSA Moduli belonging to '217.7.232.168 (ssh-rsa key from 217.7.232.168 (13-14 June 2016 extraction) for Phuctor import. Ask asciilifeform or framedragger on Freenode, or email fd at mkj dot lt) <ssh...lt>; ' (pd907e8a8.dip0.t-ipconnect.de. DE)
deedbot: http://www.contravex.com/2017/01/16/a-humble-auctioneer-and-his-record-setting-first-auction/ << » Contravex: A blog by Pete Dushenski - A humble auctioneer and his record-setting first auction.
mircea_popescu: ben_vulpes yeh much better nao
mircea_popescu: phf yeah, it's from last year. what HADNT come out until now is that the iranians got us naval cipher books.
mircea_popescu: in the best of lights it takes the us navy ONE YEAR to replace those.
mircea_popescu: ben_vulpes no, take that back, now comments are 5 words wide eugh.
mircea_popescu: http://qntra.net/2016/07/lastpass-sucks-always-sucked/#comment-84397 << this is how passwords for webshits should be done.
mircea_popescu: and btw notice the repeating bits : "gIC0K" ; "jYz" ; "ZT" "Nj" etc etc.
mircea_popescu: that last 2 letter combo recurs 4 times! considering it's base64, odds should be 1/4096 which makes 4 occurences in 177 a little rich.
davout: mircea_popescu: your base64'ing some hex
mircea_popescu: oh textual hex nm
mircea_popescu: echo "hillary2016trilema.com" | sha512sum -b | base64 << correct.
davout: still textual hex
mircea_popescu: whai doesn't binary switch switch!
davout: "echo "hillary2016qntra.net" | sha512sum | xxd -r -p | base64 --wrap=0"
davout: drops base64 newlines too
mircea_popescu: WHAT THE FUCK "read in binary" dude srsly ? who whore these things.
mircea_popescu: coreutils my left foot.
mircea_popescu: Written by Ulrich Drepper, Scott Miller, and David Madore.
davout: also "echo -n" will not append a newline at the end of the string to be hashed, which might be best, otherwise you could end up in a world of wtf trying to reproduce it with some other setup
mircea_popescu: now let's do a practical exercise : produce a google query which results in the source of drepper's sha512
mircea_popescu: and don't give me the "but mp, depends on implementation" bullshit, because EVIDENTLY IT DOESN'T.
mircea_popescu: everyone uses the same piece of shit written by the same piece of shit.
a111: Logged on 2016-12-12 15:38 asciilifeform: it is very easy to piss on google when you don't have to do anything technical with own hands.
mircea_popescu: http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=tree;f=src;h=6e6cdb2f890ae17d51ce5ad7ee265336832754ba;hb=HEAD << why exactly this includes md6sum but not sha sum anything is of course a discussion best left for another time, once MAGA.
jurov: some derpsites have litmitation on pw length, or used chars. Or they get rebranded or force you to change the pw or you want alt account, or...
mircea_popescu: jurov so "echo "hillary2016qntra.netaltaccount" | sha512sum | xxd -r -p | base64 --wrap=0"
jurov: It';s hopeless, no fixed salt+algo can account for everything
mircea_popescu: the output is base64 which i doubt they can narrow further, and if they want fewer you jsut truncate
mircea_popescu: it just did.
jurov: No you have to remember how did you name the alt
mircea_popescu: suppose you always name your alts altone alttwo etc ; or any other fixed scheme
jurov: And where did you truncate it
mircea_popescu: where the site asked.
mircea_popescu: see, it complains, and so you know.
jurov: Oh, you think websites helpfully say how long the want the pw to be? :)
mircea_popescu: (but really most wwwshits just silently truncate your pw ; unless of course you use their own www form for some reason)
jurov: and actually, some require non-alphanum characters
mircea_popescu: base64 does minus and underscore iirc
jurov: see your hillary example
mircea_popescu: $ echo -n "hillary2016qntra.net" | sha512sum | xxd -r -p | base64 --wrap=0
mircea_popescu: 42S5KotQ1F1d0eL7+xYfMDu4vmMzSzU3c343bgwlSNI4Ht7YfhhDdD2tTdIxAMmPtcOg1509EkhIsMRMLvbdaA==
mircea_popescu: now it looks proper, ty danielpbarron
mircea_popescu: davout *
jurov: i wish it was all contrived... but started getting these nasty flashbacks on various webshit pw requirements, yuck
davout: yeah, the issue is that some will *require* a fucking dollar sign, other ones will *prohibit* it
davout: also "can't have same password as your previous one" derpage
mircea_popescu: now i made a string of qntra comments lol
mircea_popescu: davout who requires a $ ?!
davout: (which obviously leads to $password$n, with $n increasing monotonically)
davout: "you must have speshul characters in your passwerd"
jurov: i'd rather have gpg key autogenerated from some salt instead, that is guaranteed to never run into webshit derpage
davout: right
mircea_popescu: hey, i'd rather the web went back to what it can do, and forgot all this "logins, because state over stateless, because PROGRESS MAKES IDIOCY POSSIBLE!!1"
mircea_popescu: in other words dude the sha512 in coreutils 8.26 is the lulz.
mircea_popescu: sorry about the paste, i'd like to reference like a civilised person, but gnu isn't quite there yet. perhaps in another century or two.
mircea_popescu: and i mean this literally, their web-accessible coreutils/lib/ is empty ; gotta fish it out off the ftp zips
mircea_popescu: and in other google lulz : https://archive.is/ykPaj
mircea_popescu: everything BUT the article. including every article that mentions it by name (such as through the latest articles list). but not IT!
mircea_popescu: and supposedly this is done without (bad) manual intervention, somehow.
davout: i get it as first result fwiw
davout: interdastingly, the archive link from ten minutes ago comes second
mircea_popescu: oh, because string matches but domain doesn't see.
deedbot: http://trilema.com/2017/google-ycombinates-also/ << Trilema - Google Ycombinates also!
mircea_popescu: pete_dushenski you can alt-enter for full screen
mircea_popescu: else there's a config file.
mircea_popescu: pete_dushenski listen ye historian of language : your footnotes are somehow broken so that xxiv is still displayed as xiv.
BingoBoingo: ben_vulpes: Why aren't links on you page "link" colored?
mircea_popescu: lmao obviously.
asciilifeform: (esr, mega-specialist in 'half-grasping' concepts, does not disappoint)
deedbot: http://trilema.com/2017/antique-retrocinations/ << Trilema - Antique Retrocinations
asciilifeform: lulzy comments, also, e.g., 'While I don’t think he’s a “white supremacist” as such “off-line” in his essays under the pseudonym Moldbug, the travails of Curtis Yarvin as a pure hacker are illuminating, to the point I’m pretty sure they’ve killed any chance his Urbit might have in the so called marketplace of ideas.'
pete_dushenski: mircea_popescu: footnotes padding was just askew. fixed now. and thx too for the full screen tip.
asciilifeform: 'The extent to which Linus’s and others’ foul mouths are tolerated on official community fora is still considered a problem'
asciilifeform: didjaknow.
mircea_popescu: "is considered" by who the fuck.
mircea_popescu: check it out, linus is "tolerated" nao ?
asciilifeform: clearly, the vox populi, etc.
asciilifeform: aha, tolerated!
mircea_popescu: oh, i get it, the "vox populi" as per the 200k wash dc niggers ?
asciilifeform: probably more of the 1M sv ones
mircea_popescu: funny how ready nobodies are to misrepresent themselves as teh owners of world.
asciilifeform: (dc apparatus proper is still busy with the 1990s-era rackets, e.g., funding of imaginary war machines, war on substances, etc)
asciilifeform: 'In June 2015, the hacker Elia Shito publicly tweeted skepticism about transgenderism in children. Although Elia tweeted from his own personal account, Ehmke tried to get Elia Shito ejected from the open source community he participated in.'
asciilifeform has never heard of any of the folx in this piece, save for c. yarvin aka mr mold
mircea_popescu: skepticism as in "it's fucking insane to not fuck children if you're going to pump them full of sex-drugs" ?
asciilifeform: the point, to the extent there is one, is not even to specifically mutilate the childrenz (it is only one of many dr.mengele projects in the works) but to shoot the dogs that cannot resist biting
asciilifeform: a great many of the seemingly purposeless atrocities of the left could make sense as 'dog-kicking'.
mircea_popescu doesn't feel particularily shot.
mircea_popescu: how do you get "ejected" from an open source community anyway ? they're not going to merge your fixes anymore ? they're going to merge them but pretend they got them from obama / whatever-fashionable-nigger instead ? they're going to not merge anythingf seeing how you don't do anything anyway but ... no longer hurr durr with you ?
mircea_popescu: it's not like the "open source communities" have much of a notion of identity anyway
asciilifeform: mircea_popescu: this is not mega-mystery. they... let in the vermin you've been keeping out. and project turns into, e.g., firefox.
asciilifeform: libreboot. etc.
mircea_popescu: and so ? you just continue what you were doing.
asciilifeform: what would that look like, in, say, linus's case ?
mircea_popescu: maybe we've all been "ejected from the open source community we participated in" aka prb ?
mircea_popescu: asciilifeform entirely indistinguishable from what's going on right now, neh ?
mircea_popescu: for all you know he's been ejected from ~5000 prlinuxen also.
mircea_popescu: one a minute in fact, why not ?
asciilifeform: linux is actually a direly centralized thing, because of the device racket
asciilifeform: (consider why, e.g., netbsd, has not displaced it, even for our applications)
trinque: in fact there's mention of a linux "fork" somewhere in or beyond those comments, can't be arsed to pull up again
mircea_popescu: so nvidia will "eject linus from the open source project he was working on" and not release their driver, and linus will tell them to get fucked.
mircea_popescu: this apparently already happened.
asciilifeform: btw anyone who has tried to port a linux device driver (from recent years) to an un-linuxlike os, will know what i am talking about: they are 'glued with broken glass', and it is not in any sense trivial.
asciilifeform: often ~more~ difficult than working from data sheet / leaked specs !
asciilifeform: (how?? -- they aren't self-contained, but relay on a titanic rat's nest of #include functionality, e.g., interrupt stack)
asciilifeform: situation quite reminiscent of gcc.
asciilifeform: it was never anything other than obvious that -- in practice, in the field -- the open sores folx don't think much of this 'free sharing' thing.
mircea_popescu: certainly not the esr and other usg tools.
asciilifeform: not rms, or linus, either.
asciilifeform: they are quite happy to glue with broken glass.
asciilifeform: and to deliberately centralize around own arse.
mircea_popescu: rms certainly had a large pile of that.
mircea_popescu: i suppose your argument that linus' toleration of "linux foundation", redhat & debian etc is tantamount to exactly same.
asciilifeform: 'but oh noez, if i make the acorns MOVABLE, little squirrels will come and take'em in all directions'
trinque: in the gcc thread, wasn't this considered to be gcc's only defense?
asciilifeform: mircea_popescu: not only the malodorous phoundations, but the very architecture of linux, with the massive #include interdependencies, and the lack of demand for HUMAN-READABLE specs when device drivers are submitted
trinque: "cannot be moved by sheer mass"
mircea_popescu: it was ; but in a very naive sort of way, ie, "if you think that's how yo udefend you already lost long ago"
asciilifeform: trinque: it is in fact its only defense.
mircea_popescu: see "apple" thread recently.
trinque: aha, just poking it for the benefit of logs. it's a sad state to be in.
a111: Logged on 2016-12-31 18:20 mircea_popescu: but not just llvm - the whole world exists, and it produces things such as "'Static linking of user binaries is not supported on Mac OS X. Tying user binaries to the internal implementation of Mac OS X libraries and interfaces would limit our ability to update and enhance Mac OS X. Instead, dynamic linking is supported (linking against crt1.o automatically instead of looking for crt0.o, for example). We strongly recommend tha
mircea_popescu: asciilifeform in honesty, i don't think anyone who came before had the intelligence / intellectual wherewithal to realise what the standards should be.
asciilifeform: possible
mircea_popescu: as shocking as that statement may be, it would appear true. everyone else was simply too dumb to understand you want to mandate shitting in toilet.
mircea_popescu: if it is true, then it can't be much of a criterion retrospectively.
mircea_popescu: oh that's what it is, "conferences" specifically. dude... i have nfi why anyone with any sort of qualification would actually appear at one of these. for one thing, they don't pay. for another thing, they are about on 1980s soviet level of amenties, fucking hell ima brownbag food because i don't eat burger king ?
mircea_popescu: who the fuck eats the us workman's buffet crap and also is a professional in any field ?
asciilifeform: to briefly revisit upstack, linux as we have it now is a direly and fatally centralized, in the worst possible sense, item: to the extent it runs on in-production iron at all, it is because some stingy but present support exists from the vendors, and from the megaconglomerates (rathead et al). if withdrawn, linux turns into openbsd overnight.
asciilifeform: the days when amateurs wrote linux device drvrs on weekends, are long gone.
mircea_popescu: tbh i kinda miss those devices. i'd much rather have 9 pin printer than the current malfunctioning atrocities.
asciilifeform: i not only miss'em, but act on the impulse and... install'em
asciilifeform: but this has down-sides.
asciilifeform: (chiefly in that they are a 'nonrenewable resource'.)
mircea_popescu: all artefacts are renewable.
asciilifeform: theoretically.
asciilifeform: (where do i get damascus steel??)
asciilifeform: and mircea_popescu's top hat !
asciilifeform recently dug around for the facts behind the hatter's plush thing, and found nothing but pediwikia-copies-of-copies-of-copies-x1000
mircea_popescu: the webternet is ~useless.
mircea_popescu: o hey, esr redefines nigger as "political carpetbagger". dork, to redefine word must use shorter variant. no longer alternative ever prevails in practice.
mircea_popescu: and lords are now "elders" in his ad-hoc "i've not read #trilema i just rewrite what comes to me from the spheres"
asciilifeform: the lulzy bit re esr is that he appointed himself 'elder' in 1980s! of an atlantis that had by that time long ago sunk deep beneath the sea (mit)
mircea_popescu: aaanyway. it's kind-of funny to read tmsr rewrites by john smiths.
asciilifeform: and there was -- apparently -- no one left to say 'eh..no, you weren't there, and did ~0'
mircea_popescu: "Second: show me your code. I want to see URLs to public repositories with your commits in them. (OpenHub statistics will do for a first cut.) Your credibility goes up with commit volume and number of different projects. and especially with the number of other people you have collaborated with."
mircea_popescu: aaahahaha ok.
mircea_popescu: see kiddies, this is why "rewriting in your own words and pretending you never read it here" doesn't work.
asciilifeform: sorta the fundamental problem with 'john smiths', bottle-shakers.
asciilifeform: 'oooh i found a Warm Iron Thing in the taiga, let's break it open and get the magic out'
asciilifeform: 'it glows so blue!'
mircea_popescu: anyway, i guess it's the best he can do, with what he has. which is sad but then again what can you expect. the goat - grazes.
asciilifeform: mircea_popescu: ever meet the d00d in person ?
asciilifeform: he's insufferable. in the 12yo 'i am NINJA!1111' sense.
mircea_popescu: how old is he, like 60something by now ?
asciilifeform: srsly he gave a talk, i fughet about what nao, at an sf b00k lovers thing, and spend 20min on His Great Achievements, and My Code Is Running On Your Cell Phone Guaranteed, etc.
mircea_popescu: i can only imagine what the next generation imbeciles, eich and andreessen and so forth will be like when they're 60.
asciilifeform: but yeah he's not a young fella, walks with a cane.
mircea_popescu: i don't even recall what this references
mircea_popescu: but the notion of having versions on a license... good god.
asciilifeform: it's moar about esr's approach to life than about gpl3.
mircea_popescu stopped paying attention re gpl sometime around "afero"
mircea_popescu: or w/e the client-server bullshit was
BingoBoingo: !~ticker --market all
jhvh1: BingoBoingo: Bitstamp BTCUSD last: 828.5, vol: 5371.02382600 | BTC-E BTCUSD last: 819.819, vol: 4067.02976 | Bitfinex BTCUSD last: 827.09, vol: 7289.43424066 | BTCChina BTCUSD last: 820.81503, vol: 506972.47910000 | Kraken BTCUSD last: 834.0, vol: 1190.23580128 | Volume-weighted last average: 821.002992125
mircea_popescu: and in lulzy ancient stuff : http://www.onlamp.com/pub/a/onlamp/2005/06/30/esr_interview.html interviewer (random nobody) contrasts sony using netbsd for the psp and people finding out because they put an unlinked text file on their website (as per license obligation) which was then found whereas they advertised the shit out of running linux for the ps3 in the terms of "WE THE PEOPLE made this be".
mircea_popescu: he literally imagines that the difference isn't for the obvious reason (usg decided to push x rather than y) but for some sort of self-aggrandizing "it's something we did which unwittingly made the cave walls move this way".
mircea_popescu: us president shouldn't be recognized by anyone as a matter of course anyway.
mircea_popescu: should be fun to see how the dc 200k turn ariund the whole "tax resistors are nutty" argument once it's a case of "president resistors are heros".
mircea_popescu: anyways, to round off the whole linux/bsd, esr/rms/etc angle : at any point the Moterhood (be it implemented in practice as "the USG" or "the public opinion" or "the church of England" or whatever the fuck - there will exist a conclave of the lazy, stupid and covetous, and it will be somewhat politically influential and appear VERY politically influential much like to the small children the mother appears truly awesome in her
mircea_popescu: endless powers) will perceive "those crazy kids" by degrees dangerous. as a practical imperative it will apply some of its resources towards coopting some ; and towards combatting some others.
mircea_popescu: in the history of computing it so happened that it picked to coopt linux. what the people involved did or didn't do has exactly nothing of interest to do with this ; and "studying history" in the sense of trying to divine what the favoured son did or didn't do so you too could share in the bounty is insanity exactly of the ilk the statement suggests.
mircea_popescu: nevermind why mommy didn't love you ; she wouldn't have fucked you anyway, and she'd have sucked at it if she had fucked you. forget all that, nobody cares, go find better behaved womenz an' make your own harem.
asciilifeform: mircea_popescu: afaik the ~only serious lever remaining is hardware.
mircea_popescu: and hence apple.
asciilifeform: well, nintendoization (crapple most certainly did not invent the practice, nor even pioneered it)
mircea_popescu: (note how "everyone" ~YOU HEAR ABOUT~ is trying to make "the next airbnb" ; not the next apple. there's a reason mother's lullaby goes the way it goes, and that reason mostly has to do with mommy's fear of rape)
mircea_popescu: asciilifeform the ~only reason john smith behaviour survives is that mommy never wants to pick the original, because think of the power imbalance.
mircea_popescu: so it'll always pick a tedious re-doer.
asciilifeform: esp. when original is a filthy and ill-predictable foreign devil.
mircea_popescu: or in proper terms, especially when the original is actually bigger than her.
asciilifeform: (notice that crapplebook-pro is not made by not only nintendo, but also not by sony)
mircea_popescu: most animals, including amoeba, have enough sense to not try and ingest larger items.
mircea_popescu: pity nobody picked up the idea from http://qntra.net/2015/11/president-hussein-bahamas-ends-national-security-speech-with-happy-thanksgiving/ and turned it into a weekly or something. i'm sure it'd have been huge.
mircea_popescu: but then again i'm sure there's ~no creative people out there, so.
mircea_popescu: "the best argument against open source is a five minute interaction with the average internet dog."
asciilifeform: 'the average dog' is not involved.
asciilifeform: it is a very small kennel of handful of dogs.
mircea_popescu: yeah, who's gonna write comics, the president of nbc ?
asciilifeform: btw there is one possibly interesting detail. there appears to be a large (how large, i have nfi) set of folks who publish ~actual~ work openly (recently i was on a kick of collecting 6502 and z80 design variations, adapted for present-day component availability for glue logic) and found a wealth of quality (as in, you lay it out on breadboard and it WORX) material. with multi-decade (yes) discussion.
asciilifeform: 'shadow' open sores, you could call it
asciilifeform: they do not get invited to turdmeister conferences.
asciilifeform: nor printed in shitcoin magazine.
asciilifeform: nor any phoundation funds.
asciilifeform: nor rathead employs.
mircea_popescu: you mean "they have been excluded from the open source communities they were contributing to" don't you ?
asciilifeform: somethinglikethat.
mircea_popescu: i'm sure they care.
asciilifeform: they've no reason to care, they have own wot.
asciilifeform: but point is that i needed a very long and sharp drill to penetrate earth's crust, to find that they existed.
mircea_popescu: certainly if your drill consists of google, as per ... today's amusements.
asciilifeform: and overall flavour is quite 'catv'
asciilifeform: folx who stew in own juices for years, tend to drift off into catvdom.
mircea_popescu: yes, the fact that competent engineers tend to be poorly socialised is the major weakness of engineering competence.
mircea_popescu: that tendency doesn't have to last, though, and it certainly needn't be nurtured.
asciilifeform: one fundamental imho problem is that engineering, in age of collapse, is fundamentally act of madness.
asciilifeform: sorta like being an architect in year 700.
mircea_popescu: i dun see it.
asciilifeform: i cannot speak for the folx mentioned above, but for me the appeal of, e.g., 6502, or of (pure 'sea of gates', a la FUCKGOATS) fpga work, is that there is 0 shit-in-the-dough
asciilifeform: no 'libraries', no jwz.
asciilifeform: but the amount of this kind of work ~anyone ever sees when working in industry, is ~0.
asciilifeform: so to go into the profession with this expectation, any of it, is madness.
asciilifeform: it is like becoming astrologer (today, not in 1500s) because you like to look through telescope.
asciilifeform: astrologer today does not look in any scopes.
asciilifeform: just runs msword script.
mircea_popescu: if someone became an astrologer today who did look through them, they'd have plenty of customers.
asciilifeform: eh lemonmarket.
mircea_popescu: there's always a sprout of veblen goods in every lemon markety
mircea_popescu: that's how manhattan island got sold.
asciilifeform: there is, but engineer's notion of how to make working veblenator is typically worth 0.
mircea_popescu: even among subhuman horde there's some taste for the refined.
mircea_popescu: in other news, this strip is actually a perfect primer for things nobody cares about these days, but were still "the issues" before osama pulled america's pants and fucked it into its present us shape.
mircea_popescu: anyone interested in getting computing, 1990s to 2005 or so is more than welcome to read it, follow the competently provided references, and there it is.
mircea_popescu: back when people still publsihed in magazines and ~nobody had a cellphone and so on.
mircea_popescu: pcmag, seriously ? im surprised the website is even up anymore.
mircea_popescu: (yes, .net started life as asp.net)\
deedbot: http://qntra.net/2017/01/president-reject-hillary-rodham-clinton-kills-22-jobs/ << Qntra - President Reject Hillary Rodham Clinton Kills 22 Jobs
asciilifeform: http://btcbase.org/log/2017-01-16#1603985 << pretty lulzy. recall when lessig made about-face, went off to 'fight corruption in washington, instead of tech wankery' ?
a111: Logged on 2017-01-16 19:18 mircea_popescu: http://www.pcmag.com/article2/0,2817,1838244,00.asp << asp. do you even know what asp is ?
asciilifeform: one of the reasons i still, despite everything, have > 0 respect for rms, is that of all of these figures, he never had 'about-face' moment.
asciilifeform: pretty much same d00d today as in 1985.
asciilifeform: (for better ~and~ worse)
asciilifeform: rms never went 'i'ma make exception because 9/11' or 'i'ma make exception because 100mil in rathead toiletpaper stock'
mircea_popescu: well... it IS pretty funny to watch 2016 ers talk about "political activists" or w/e.
mircea_popescu: what the fuck is he, or what, nobody can remember 1996 ?
mircea_popescu: from behind even!
mircea_popescu: http://perens.com/ << bruce perens apparently still blogs.
mircea_popescu: http://perens.com/blog/2016/12/04/vandenberg-viewing/ perhaps of interest to the rocketry enthusiasts
asciilifeform: 'Vandenberg is a high-security area. Nuclear missile bases, spy satellites, missile defense radars and other classified things are there, there’s also a Federal prison next door. Vandenberg is the one polar-orbit space launch site for the whole country, and thus must stay operational for the security and defense of our country.'
asciilifeform: http://www.terrastories.com/bearings/vandenberg-abandoned-missile << linked from site as a 'please don't do', is imho the only worthy link there.
asciilifeform: 'But getting inside the perimeter of Vandenberg North isn’t as easy as it seems. Though we had our alibi (we had developed a new-found interest in bird watching), we still didn’t have a way in. All the roads inside of the base (and thus to the front door of our underground missile sites) were completely sealed off by sentry stations and road blocks. Security forces regularly patrolled the roads. The sky was filled with Unmanned
asciilifeform: Aerial Vehicles (UAVs) equipped with infrared cameras. Admittedly, part of what appealed to me was the risk. Some of my recent successful forays had given me a brazen confidence. As part of the MacGyver Generation, I also reveled in the potential of being part of an elite few who had managed to infiltrate an active base undetected. Stupid, yes, but certainly alluring.'
asciilifeform: the really lulzy bit, imho, is that titan et al were built when 4th reich SPECIFICALLY knew that su had 0 working rockets. (from penkovsky, specifically.)
asciilifeform: but the sweet, sweet gravy train of american 'defense' industry that ww2 kicked off, would not be ending, oh noez.
jurov: !!s talos
asciilifeform: !#s talos
asciilifeform: jurov: didja ever get hold of one ?
asciilifeform: i can't say i'm burning with desire to buy an ibm-sole-sourced chip, what 30 years after their monopoly properly died
asciilifeform: but as a lulzware collector i could not resist getting at least 1.
asciilifeform: '$516,290 raised of $3,700,000 goal Funding Unsuccessful Jan 14 ended 14% funded 496 pledges'
asciilifeform: RIP, little lulztron.
asciilifeform: sad, short life.
asciilifeform: 'The world's first ATX-compatible, workstation-class mainboard for the new, free-software friendly IBM POWER8 processor. Includes one heatsink and 92 mm fan, one ATX-compatible I/O shield, and a live rescue DVD with factory reset utilities, source code for firmware and FPGA components, mainboard schematics, user manual, and Ubuntu installation media. CPU, RAM, power supply, storage drives, and chassis sold separately.'
asciilifeform: ubuntu?!
asciilifeform: or server variant: 'Talos™ Desktop Edition (TALP8D050) A complete Talos™ workstation with a CPU of your choice, 128 GB of DDR3 ECC RAM, an AMD Radeon RX 480 (8 GB VRAM) GPU, and two Western Digital WD40EFRX 4 TB SATA drives, all installed in a heavy-duty tower chassis. Comes pre-installed with Debian.'
asciilifeform: debian!!
asciilifeform: lulzy. and for $7k us!
asciilifeform: for this sum one could aaaaalmost get a chip made at that french fab.
asciilifeform: (the full-shebang machine apparently was... $ 17.6k !)
asciilifeform: ty jurov for reminding that this existed. i entirely forgot.
jurov: i was actually going to link that, then assumed you'll go all "we already discussed that, gtfo"
mircea_popescu: asciilifeform they planned the recon mission by email lel
asciilifeform: ftr the notion of making anything other than a large-as-possible fpga, for 'owner-controlled computing', is purest poppycock.
asciilifeform: 'unverified claims that the secret keys to the Intel® Management Engine are being traded underground in criminal circles' << anybody know of this ?
asciilifeform: 'This post has a lot of misunderstandings behind it. First off, the Intelligence Community does not need to force Intel to give up Manageability Engine keys (or AMD's PSP keys for that matter). Both the keys and the toolchain, as well as the source code are traded underground. I know that at least up to firmware version 8 is traded underground, and version 11 (the latest) is available without difficulty to people who know how to find
asciilifeform: it. I have access to version 8's signing keys myself, being in that scene, but all my computers use version 11 so I haven't cared to mess with it. It's certainly not common but it is absolutely something that FVEY and related contractors (Raytheon, Leidos, half the people you'll see at ISS, etc) will be able to get their hands on, if they haven't already.'
ben_vulpes: pete_dushenski: any opinions on "autosock" vs. traditional chains?
asciilifeform: at the risk of creating 'wall of text', i'ma spell out for the l0gz readerz: if you sell properly open cpu, folx then have a cpu. if you sell properly open fpga, they then have cpu, ram controller, video card, nic, etc, etc.
mircea_popescu: asciilifeform random redditard's spew about as worthy of consideration as something you saw on 4chan
asciilifeform: so anybody claiming to 'make OPEN!11!!!! workstation!' who is not planning to make 1M+gate fpga by the megatonne, is a) subverted b) stupid or c) both.
asciilifeform: mircea_popescu: aha.
asciilifeform: mircea_popescu: anybody who claims to have a privkey for $whatever needs to only do one thing!!!
asciilifeform: ..sign.
mircea_popescu: i'm not saying the contrary of whatever you might have inferred from reading random spew.
mircea_popescu: i am simply saying it's random spew.
asciilifeform: mircea_popescu: i was speaking of upstack link, the talos thing.
mircea_popescu: your last line ?
asciilifeform: in re the 'let's make an OPEN!11! workstation'.
asciilifeform: ah that was re the redditards.
asciilifeform: 'i have obummer's key!!'
mircea_popescu: again : it's not about thart.
asciilifeform: btw i'm not wholly convinced that it is properly speaking random spew. quite possibly hedging for the time when the keyz finally ~do~ leak.
asciilifeform: then they can say 'ah it was always on reddit'
mircea_popescu: it's on reddit, it's spew.
asciilifeform: spew comes in random and aimed.
mircea_popescu: for one thing, nobody reads it. it's there to write, not to read
mircea_popescu: quite exactly like sewage system
asciilifeform: worth also thinking why the talos folks linked to the sewer.
asciilifeform: the 1 interesting gibblet imho in the talos faq:
asciilifeform: '...hardware development has a sparse talent pool with widely varying skill levels, extremely high barriers to entry, very high iteration costs, slow time to market, and testing a new idea often requires a combination of both the barrier to entry and iteration costs to be paid up front. As a result, hardware development often falls back to a centrally planned model, with stronger individuals selecting what they think will be the corr
asciilifeform: ect, profitable branch, and the market is unable to converge on an optimal solution. We are already seeing this with RISC-V and some of its most puzzling design decisions and strangely missing features (e.g., the lack of an IOMMU and L3 cache in all current implementations...'
asciilifeform: entirely tru.
asciilifeform: which is why we're awash in ~identical arm clones.
mircea_popescu: i very much don';t think there is such a thing as "an optimal solution" in the field
mircea_popescu: in any case "the market" is not an actor.
asciilifeform: no moar in cpudom than in moon launches.
mircea_popescu: clothing is perhaps a more easy to grasp example. there isn't "an optimal solution" in clothes. there also isn't a "market".
asciilifeform: (possibly there was a market in 1988. not today.
mircea_popescu: (the relation between hardware and textile making are STRIKING, even if one's not studied early industrialization seriously. it's almost exactly the same thing.)
asciilifeform: gotta love the 'you OWN bitcoin! just not the privkey' thing.
mircea_popescu: asciilifeform how the fuck did those kids go into the missile vaults and not carry a gm counter ?
asciilifeform: mircea_popescu: there is very rarely anything radiating in these
asciilifeform: (the pu is in 4 layers of welded-shut hermetic capsule, srsly)
asciilifeform: poisons -- on the other hand, yes.
mircea_popescu: there are very few bad rsa moduli.
asciilifeform: and mold, and sharp edges.
asciilifeform: quite a few 'speleologists' drowned in these.
asciilifeform: (50+ metres of water is typical)
asciilifeform: the folks ~buying~ old american launchers, to convert to house, do look for (gaseous) radon. but that's more of chronic exposure hazard.
deedbot: http://qntra.net/2017/01/wife-of-orland-shooter-omar-mateen-arrested/ << Qntra - Wife Of Orland Shooter Omar Mateen Arrested
ben_vulpes: BingoBoingo: orlando?
BingoBoingo: ty fxd
ben_vulpes: anytime
asciilifeform actually read the entire talos turd, and the links, and as is quite typical the 'libreboot' idiot pitches 'use linux on chromebook c201' -- but if you actually read, then will learn that 'so long as you don't need wireless nic or video to work!'
asciilifeform: ' The LPC bus is a shared, bidirectional bus that often handles highly sensitive traffic such as TPM transaction cycles, password entry via PS/2 keyboard, and low level firmware read / write cycles. All existing systems using LPC for these functions share a single, fatal flaw. Since the LPC bus is shared, a malicious peripheral can be surreptitiously attached to the LPC interface without detection, then transmit interesting informati
asciilifeform: on read directly from LPC out of band to an attacker, e.g. over Bluetooth... In a nutshell, LPC Guard™ converts the traditional monolithic shared LPC bus topology into a pseudo-star topology, then masks sensitive data transmissions involving a single peripheral from all remaining peripherals on the bus. The bus control device central to this technology is securely connected to the LPC master onboard the CPU or southbridge device, w
asciilifeform: ith the associated PCB traces located in central layers of the system board.'
asciilifeform: (for n00bz: lpc is what replaced ye olde isa in early 2000s.)
asciilifeform: this degree of 'softwarization' of hardware, i have never before seen -- the ubuntized crockofshit approach to seekoority, finally applied down on the iron. yes, let's retrofit crossbar switching on ten layers of liquishit!
asciilifeform: astounding.
asciilifeform: interestingly the thing mentions 'open toolchain fpga' dozens of times but NOT ONCE says WHICH
asciilifeform: where do i buy this magical thing.
asciilifeform: (is it the lattice ice40? then why not SAY IT motherfucker)
asciilifeform: leaving entirely aside the question of whether ice40 can in fact be made to do anything useful with the 'open' toolchain discussed earlier, or whether a toolchain that required clang, llvm, and ten other poetteringesque abortions is 'open'
mircea_popescu: idiots have a serious issue naming things
mircea_popescu: almost as if their entire hope is indirection. "with infinite layers of indirection, all problems can wait!"
asciilifeform: if removing the liquishit is somehow 'off the table' -- what remains: parfumery
asciilifeform: (they ~do~ have a serious problem with the notion of removing things, because one of the things that most desperately needs removal is ~themselves~)
mircea_popescu: http://archive.is/C3p9q << funny, re the "off the table".
mircea_popescu: it is interesting to see exactly how deeply welded idiocy is inside western thought.
mircea_popescu: (perens, ftr, is the original author of busybox among other things)
asciilifeform: where is he now?
asciilifeform: (nm, found in the l0gz)
mircea_popescu: retired i imagine.
asciilifeform: 'As the frequency rises, saturation is less of a problem. So, modern power supplies use a high frequency (above 20 KHz, so you won’t hear it) instead of 60 Hz, which allows them to use a small toroid core transformer made of ferrite...' << entirely factual except for the 'won't hear it' part. it is maddening.
mircea_popescu: anyway, tried to get an alt-ubuntu debian package going at some point when the idea was that "linux has to be more user-friendly" early 2000s
mircea_popescu: stupid fucking idea. the web shouldn't have been more luser friendly ; and linux shouldn't have been more luser friendly. nothing should ever be luser friendly.
asciilifeform: not that it ever was.
mircea_popescu: let the luser crawl into a ghetto and die already.
asciilifeform: only because ~human-unfriendly~
asciilifeform: *became
asciilifeform: there is nothing 'friendly' about poetteringola.
mircea_popescu: it is the natural evolution of luser friendly.
mircea_popescu: it's friendly to the government, which is the fundamental luser in all places.
asciilifeform: 'Mr. Perens was founder of No-Code International, which helped to convince the International Telecommunications Union, FCC and the telecommunications regulators of many nations to drop the Morse code requirement for Amateur Radio licensing. With the possible exception of Russia, all nations have now dropped that requirement. ' << lel
asciilifeform: morse, incidentally, is a skill that the 4th reich would quite like to see die out entirely. ohnoez, can't have folx communicating with low-tech radios, flash-lamps, through prison toilets.
mircea_popescu: not hard to bring it back
asciilifeform: if you know morse, you can send 1000km message with the pieces of ruined truck.
asciilifeform: or with mirror, to airplane.
asciilifeform: mircea_popescu: as with many other 'not hards', it takes, mostly, knowing ~why you oughta~
mircea_popescu: what would the messages say, xoo xxxx xo oo ?
asciilifeform: depends, neh.
asciilifeform: on the scenario.
asciilifeform: this is in re earlier thread re cpu, also. and the luser-friendly world. they want 'radio' to mean 'box with 1000MHz cpu and 1G of ram and shituntu linux' and not 'spark gap'.
asciilifeform: universally.
mircea_popescu: dude you can make a spark gap thing over teh weekend
asciilifeform: you can also make z80 comp over weekend.
mircea_popescu: if you have the ics
asciilifeform: you can get them from most 1980s car.
asciilifeform: (and surprising other variety of konsoomer tech. vcr, for instance.)
asciilifeform: the reich works in this case not by denying the parts to would-be builders, but in pushing the notion that, e.g., 'workstation' HAS to be a 4GHz wintel thing
mircea_popescu: iirc you were last pushing that notion here. and it didn't go far.
asciilifeform: (there ~is~ a certain bottom floor to 'workstation', defined imho by ability to build&run trb. but it is lower than '4GHz')
asciilifeform: mircea_popescu disagrees with ^ ?
mircea_popescu: with which part ? i'm not really following
mircea_popescu: do you morse btw ?
asciilifeform: mircea_popescu: very badly!
asciilifeform: which part << 'a workstation is, minimally, something that can build trb and keep up with blocks'
mircea_popescu: aite. well i'm not terribly clear on what the idea is, but i also kind-of grew tired of clipping the junctures for sense, so i dunno.
asciilifeform: to possibly squeeze something useful from thread: as i understand, a lamport-based 'trb-i' ~could~ run on z80.
asciilifeform: so in the end mircea_popescu may well turn out to be right about 'we can ~literally~ use 1980s devices.'
mircea_popescu: and the minimal bar for desktop is something like http://btcbase.org/log/2017-01-06#1597436
a111: Logged on 2017-01-06 13:28 mircea_popescu: like what ? something like amd fx 9500 is, i bet, way ahead anything apple ever put in anything they made.
asciilifeform: ^ this is much spiffier than the box i typically sit in front of, ftr.
asciilifeform: but hm, possibly we had this thread.
asciilifeform: (i made a heathen box with massive 3d card, but so far have not used for ~anything.)
asciilifeform: in other, possibly moar interesting lulz, perens is ceo of 'legal engineering' co., which appears to have... no www site.
asciilifeform: at all.
asciilifeform: (did it ~ever~ have a www? is there some public record of said co existing, besides the d00d's say-so ?)
mircea_popescu: in other news thios coffee im having is fabulous
mircea_popescu: iirc the "legal engineering" thing was an abortive attempt to "build upon" the "genius" of the "viral" gpl.
mircea_popescu: this was a massive dork wank thing a decade+ ago, where the zeks figured they're like totally owning society and the legal system and whatnot.
mircea_popescu: then they got settled down a little.
mircea_popescu: joe stack happened etc.
asciilifeform: http://www.legalengineering.com << apparently still up. but invisible to google !!
asciilifeform: like mircea_popescu's hash.
asciilifeform: (search for it all you like! it never comes up!!)
asciilifeform: pretty lulzy, that we turn up 2 of these in 1 day.
asciilifeform: yandex fwiw finds it.
asciilifeform: 3rd hit.
ben_vulpes: 3rd hit for me querying for "we are the bridge between lawyers and engineering", but that's probably beyond the (s)cope(ing ability) of their filters
asciilifeform: ben_vulpes: i searched 'legal engineering' and 'perens'
ben_vulpes: yeah well i wanted to see how good the filter was, not how bad the search was.
asciilifeform: this one looks like simple domain ban (in google)
ben_vulpes: hey subject of perens, and then pixar, ritholtz' interview with lawrence levy is a romp
asciilifeform: might be interesting to set up a www catalogue of these 'holes'.
asciilifeform: (and take bets on how long until itself hand-banned from all known search engines)
asciilifeform: ben_vulpes: link?
ben_vulpes: no idea if transcripts exist
asciilifeform: 'We discuss how Steve Jobs was on the worst run of his life, with a series of hardware failures (Mac, Lisa, Next, Pixar) and had been recently thrown out of Apple (1994).' << next was 'hardware failure' ??
ben_vulpes: eh, what does barry know.
ben_vulpes: or the interns at bloomberg.
asciilifeform can't be arsed to listen to tape
asciilifeform: not, at any rate, this one.
ben_vulpes: pipe to youtube, curl transcription!
mircea_popescu: pixar wasn't that bad
mod6: evenin
ben_vulpes: heya mod6
mod6: warmed up, now its raining and freezing. slicker than a minnow's dick out there.
mircea_popescu: bad for driving at any rate
mod6: oh yah. lol, could hardly walk down the driveway.
pete_dushenski: ben_vulpes: afraid not. never had a problem with good ol' fashioned winter tires. or pick-up truck if need be. honestly not even sure what you'd use socks or chains for outside of the acreage.
ben_vulpes: eh i don't really fancy swapping tires every season, 'tis a 1-week twice-a-year sort of thing.
ben_vulpes: most of the city is iced in atm.
pete_dushenski: swapping tires isn't such a pain if you have them mounted on rims. but another whole big expense for that obv. the socks look neat. expensive ?
pete_dushenski: in other expenses, if you've ever wondered what a bitcoin atm in a major city (eg. mtl) clears, the answer is $1k - $5k cad / day. http://www.canlii.org/fr/qc/qccs/doc/2016/2016qccs5765/2016qccs5765.html?searchUrlHash=AAAAAQAHYml0Y29pbgAAAAAB&resultIndex=1
mircea_popescu: that's pretty bad innit.
pete_dushenski: given that the machines are $5-10k if you avoid the robocoin scamzors, and that commissions are ~8%, that's none too shabby if you can keep it up.
mircea_popescu: nah, iirc they threw the machines out if they dropped under 2-3k, and thgat was years ago
pete_dushenski: all you have to do is refill cash and coins for $5k/mo. have half a dozen machines around a city and you're doing well.
mircea_popescu: no, that's ot all you do.
mircea_popescu: all you do is watch insurance premiums soar ; and all sorts of little inconveniences of that nature.
mircea_popescu can't imagine anyone prices/treats these any differently from slot machines.
pete_dushenski: sorry who's the 'they' in threw out the machines ?
pete_dushenski: machine owners ? landlords with machines in their buildings ?
mircea_popescu: police departments with machine in their precinct, etcetera.
pete_dushenski: can't speak to insurance premiums, but one of the other quiet costs is dealing with noobtards wanting to buy/sell $20 of coin and can't figure out how to tie their shoelaces much less work slot machine
pete_dushenski: lotsa babysitting involved.
pete_dushenski: 'picking up pennies in front of the steamroller'
pete_dushenski: mircea_popescu: never heard of police taking pause with bitcoin atms around here
mircea_popescu: don't tell me canada is special and you don't have a police ransom racket somehow.
pete_dushenski: ok i'll keep it a secret!
pete_dushenski: depends where really
pete_dushenski: mtl, sure. winnipeg and westward, not so much.
mircea_popescu: well yes depends where. if you put the bitcoin thing in your shed in mississiauga nobody'll bother you. literally.
pete_dushenski: really, the prairies are bizarelly, truly insanely above boards.
pete_dushenski: cops think they're carrying on the rcmp legacy. might bang some hookers or move some drugs but not shaking down small businesses.
mircea_popescu: aite then, i guess there must be some nooks and crannies where the 1k machine makes sense.
pete_dushenski: ya, i just happen to be in that spot. skews perspective.
pete_dushenski: anyways, cops can't stay above board forever.
pete_dushenski: these 5% yoy prop tax increases will come to an end, and when they do the budgets will start getting trimmed from above and replaced from below.
BingoBoingo: From the Truefax department https://archive.is/tScCx
← 2017-01-15 | 2017-01-17 →