Show Idle (>14 d.) Chans


← 2016-01-17 | 2016-01-19 →
ben_vulpes: lol breitbart
BingoBoingo: !up soypirate
punkman: "the official exchange rate is 6.3 bolivars to the dollar. n the streets, a money changer will be happy to buy your dollars for 700 bolivars a piece." nice ratio
assbot: [MPEX] [S.MPOE] 10800 @ 0.00052313 = 5.6498 BTC [-] {3}
assbot: [MPEX] [S.MPOE] 7250 @ 0.00052314 = 3.7928 BTC [+]
assbot: [MPEX] [S.MPOE] 10700 @ 0.00052094 = 5.5741 BTC [-] {2}
assbot: [MPEX] [S.MPOE] 8050 @ 0.00052257 = 4.2067 BTC [+] {2}
jurov: ;;bc,stats
gribble: Current Blocks: 393859 | Current Difficulty: 1.1335429980147113E11 | Next Difficulty At Block: 395135 | Next Difficulty In: 1276 blocks | Next Difficulty In About: 1 week, 0 days, 3 hours, 5 minutes, and 1 second | Next Difficulty Estimate: None | Estimated Percent Change: None
jurov: ;;hashrate
gribble: Error: "hashrate" is not a valid command.
assbot: Bitcoin Hash Rate ... ( http://bit.ly/239PjLL )
jurov: ;;nethash
gribble: 861582177.733
assbot: Bitcoin Hash Rate ... ( http://bit.ly/239PjLL )
assbot: Crashing Your Browser ... ( http://bit.ly/239PLcZ )
jurov: (the site won't crash it but describes a simpel way how)
jurov: "It's really amazing that Chrome and Safari don't have a sanity check for the size of a favicon. When I load the root of this website on safari, the favicon automatically gets fetched...fetched..."
assbot: AMAZING COMPANY!
assbot: [MPEX] [S.MPOE] 7100 @ 0.00052257 = 3.7102 BTC [+]
deedbot-: [BitBet Bets Bets] 1.90000000 BTC on 'Yes' - Donald Trump gets Republican Nomination - http://bitbet.us/bet/1206/donald-trump-gets-republican-nomination/#b76
assbot: [MPEX] [S.MPOE] 8702 @ 0.00051779 = 4.5058 BTC [-] {4}
shinohai: ;;later tell BingoBoingo I emailed f2pool, asked for their key and an invite to #b-a. May the fates be with you.
gribble: The operation succeeded.
mircea_popescu: jurov lots of holes with the favicon thing.
mircea_popescu: there's a simple privacy breaking thing where a site feeding you a bunch of favicons can figure out where you've been by looking at which you load.
mircea_popescu: that very weird moment when woman you fucked long ago berates your okcupid profile for impersonating you.
mircea_popescu: since i'm doing the documentation for an ample piece, here's random unrelated lulz : http://log.bitcoin-assets.com/?date=05-05-2013#16124
assbot: Logged on 05-05-2013 09:52:31; mircea_popescu: perhaps gavin, but only on the condition that he keeps quiet a lot on most issues.
assbot: [MPEX] [S.MPOE] 6846 @ 0.00050936 = 3.4871 BTC [-] {2}
thestringpuller: LOL Chaang-Noi
thestringpuller: ;;seen Chaang-Noi
gribble: Chaang-Noi was last seen in #bitcoin-assets 1 year, 48 weeks, 6 days, 8 hours, 16 minutes, and 27 seconds ago: <Chaang-Noi> might have to sue em
thestringpuller: 1 scammer dies, 5 scammers are born.
assbot: Chris's Wiki :: blog/programming/ReadingSensitiveFilesLessons ... ( http://bit.ly/1S0aP0h )
jurov: or gossipd will
mod6: Attention TRB Testers: If you want to help test, please take the time to build trb via trinque's makefiles here; http://therealbitcoin.org/ml/btc-dev/2016-January/000190.html (Should be basically getting & verifing the tar ball; plus setting up a ~/.wot dir with keys for V to use) -- then a `make` in the directory. Please report your findings. Thanks.
assbot: [BTC-dev] Experimental makefiles for bitcoind ... ( http://bit.ly/1S0cMtv )
shinohai: I'm gonna give those a go today on the server, it's idle since I got latest patched.
jurov: oh when i see it: trinque and everyone, pls send detached signatures as <name>.sig
trinque: jurov: k
jurov: ml currently passes all attachments regardless when there is valid clearsigned text but it may not always the case
mod6: <+jurov> oh when i see it: trinque and everyone, pls send detached signatures as <name>.sig << for V to work properly the sigfiles (seals) need to be named the same as the vpatch filename with a .sig on the end. is that what you're saying?
jurov: not it is not related to v
jurov: it is how ml prosesses attachments
jurov: *processes
mod6: i.e.: asciilifeform-kills-integer-retardation.vpatch && asciilifeform-kills-integer-retardation.vpatch.asciilifeform.sig
mod6: that's how they need to be
jurov: why the second .asciilifeform ?
jurov: one is .anything , the other one .anything.sig
mod6: so i was wrong above, not just .sig, but <vpatch_name>.vpatch.<wot_id>.sig
jurov: or V requires author's name in the suffix?
assbot: Index of /v/seals ... ( http://bit.ly/1V1TpQn )
jurov: oh my, who designed this?
mod6: that's how they need to be.
mod6: alf
mod6: which, i think is fine because then i can sign that patch and call it: asciilifeform-kills-integer-retardation.vpatch.mod6.sig
mod6: and then v can differentiate them easily
mod6: !up ascii_butugychag
jurov: so imma have a regex like ([^_]+)_.*?\.vpatch\.(.*?)\.sig to find out something to feed to v?
ascii_butugychag: jurov, mod6: i designed the naming convention this way deliberately
ascii_butugychag: the first name (not used by v for anything) is the ~author~
ascii_butugychag: the second - used by the sig checker - is WHO SIGNED
jurov: but it requires PARSING
ascii_butugychag: these, ideally, will NOT always be the same, i keep trying to encourage folks to read and sign MY patches (and that of others)
ascii_butugychag: jurov: theoretically you can avoid using the name prior to .sig, but then you have to check ALL seals agains ALL patches ALWAYS and this is O(N^2)
ascii_butugychag: so go ahead, don't parse, but then enjoy waiting
ascii_butugychag: during every single op.
jurov: is it too late to use some better delimiter to extract the parts?
ascii_butugychag: like what ?
ascii_butugychag: what os are you on that is happy with : in paths ? vms ?
ascii_butugychag: what the hell is wrong with . ?
jurov: authorname:patchname:signername.vpatch.sig
jurov: then use dot after authorname, too
ascii_butugychag: but... why??
jurov: it is relevant for ml
ascii_butugychag: why not FIX THE ML
ascii_butugychag: instead of breaking v.
jurov: also, what if someone has a nick with _ ?
jurov: like mircea_popescu
ascii_butugychag: that makes no difference
ascii_butugychag: the author name is for human eyes only
ascii_butugychag: only the signer-name is machine-parsed
jurov: yes? how do i extract author and patchname?
ascii_butugychag: why do you need to ?
ascii_butugychag: recall how mircea_popescu argued that it makes no sense to mechanically distinguish between author and signers?
jurov: you say noone will ever need to?
ascii_butugychag: the correct way to do this is for the first seal to be deedbotted to produce the attribution of the author.
ascii_butugychag: rather than magicks in the filenamez.
ascii_butugychag: protocol vs promise (tm) (r)
mircea_popescu: if i want to represent alf's signature as "asciilifeform", "ascii_butugychag" or more or just a subset, it should be up to me.
jurov: and how does ml match signarute to vpatch?
mircea_popescu: same fingerprint no ?
ascii_butugychag: using the .name.sig convention
jurov: someonse sends 3 patches with 3 sigs, I either have to get the match with gnarly regext above
mircea_popescu: didn't you just contradict yourself ?
ascii_butugychag: and realize that we can set all the filenames to 'fuckyou' and v will still work
jurov: or try to match each vs. each
ascii_butugychag: correctly
ascii_butugychag: just, slowly
jurov: why v can't require strict naming?
ascii_butugychag: why must it ?
ascii_butugychag: why tie to filesystem oddities that may go away when we get a sane os ?
jurov: to not need O(N^2) sig verificaiton
jurov: how will sane os solve this?
ascii_butugychag: jurov: it doesn't need even now. what is your problem with patchname.signer.sig ?
ascii_butugychag: i could even see the argument that 'signer' oughta be a gpg fp
jurov: because i need to match it to patchname.vpatch
ascii_butugychag: it matches trivially!
jurov: no it maps to patchname.vpatch.<unknown>.sig
ascii_butugychag: patchname in 'patchname.vpatch' must equal patchname in patchname.signer.sig
ascii_butugychag: jurov: holy shit, why ??
jurov: how?
ascii_butugychag: v - works.
ascii_butugychag: mine works, mod6's works, possibly ben_vulpes's also works.
jurov: v works because it has prearranged files, wot keys
ascii_butugychag: and now jurov has something that does not ? so fix ~it~ plox ?
ascii_butugychag: prearranged, aha. what's wrong with that ?
jurov: i just have some random bunch of name.vpatvh and somethingother.sig someone sends by email
ascii_butugychag: if you want the filenames to be garbage, you will have O(N^2) evaluation.
ascii_butugychag: there is no way around this.
ascii_butugychag: and i don't see why permit garbage.
jurov: i want filename.vpatch that i can just take and slap .sig in the end of it to find a signature
ascii_butugychag: because it will end up trying to overwrite every OTHER sig
jurov: but this is Not Possible, now I have to parse the patchname out, and use that to look for sigs
ascii_butugychag: more than one person signs a patch
ascii_butugychag: i wrote v the way i did so that ALL patches and ALL seals can coexist on my disk and it be HUMAN-obvious which belong to whom and what.
jurov: ok, why can't the .vpatch and author fields swap?
ascii_butugychag: give example of the result ?
ascii_butugychag: let's start with 'asciilifeform_tx-orphanage_amputation.vpatch.mod6.sig'
jurov: bitcoin-asciilifeform.1.mod6.vpatch.sig
ascii_butugychag: what will this be under new convention ?
jurov: also, what the 1 left over after splitting by '.' does there?
jurov: it would be 'asciilifeform_tx-orphanage_amputation.mod6.vpatch.sig'
ascii_butugychag: how does this help anything ?
ascii_butugychag: that .mod6. does not belong in the vpatch name
ascii_butugychag: it relates ONLY to the seal
jurov: so?
ascii_butugychag: so i don't see what the point is of this change
ascii_butugychag: it breaks everybody's 'v'
ascii_butugychag: to what end ?
jurov: instead of *.vpatch.*.sig you have *.vpatch.sig filenames which are a bit easier to work with
ascii_butugychag: the .asciilifeform.sig IMMEDIATELY tells you that asciilifeform signed the thing before the .
ascii_butugychag: what the fuck is the point of garbling it ?
ascii_butugychag: easier for WHAT ?
jurov: eh nm
PeterL: should have patch.vpatch and patch.vpatch.SIGNER1.sig and patch.vpatch.SIGNER2.sig ?
ascii_butugychag: PeterL: this is the EXISTING convention, yes
ascii_butugychag: which happens to be sane.
PeterL: ok, makes sense to me, why change it?
ascii_butugychag: PeterL: idk, but jurov had some reason, which i still don't fully grasp
jurov: nevermind, i said, i did not though to be som paramount
jurov: only the question what is the '1' in bitcoin-asciilifeform.1.mod6.vpatch.sig doing there
ascii_butugychag: actually in that case i've no idea, iirc mod6 put it there
mod6: a long time ago. we had a different convention.
mod6: and now its written in stone.
ascii_butugychag: the fortunate thing is that it is NOT
ascii_butugychag: v will run if you rename the patch to 'fuckyou' and the sig to 'fuckapig'
ascii_butugychag: (or rather, a slightly improved 'v' will run, existing one requires patch name to remain same)
ascii_butugychag: but then you get O(N^2), yes.
jurov: so if there is a RFC someday you're against specifying filename convention?
ascii_butugychag: let me say why.
ascii_butugychag: the O(N^2) instrinsic runtime of unknown-patch-bag+unknown-sig-bag is something i realized from the start
ascii_butugychag: and i don't see it as a serious boojum
ascii_butugychag: because i don't believe that any project has any business cancerously growing patches until this turns into a serious boojum.
ascii_butugychag: after a certain point, there oughta be a new genesis.
mod6: any way the real sig name is currently "bitcoin-asciilifeform.1.vpatch.mod6.sig" not <+jurov> only the question what is the '1' in bitcoin-asciilifeform.1.mod6.vpatch.sig doing there
ascii_butugychag: nothing lives forever.
ascii_butugychag: the other thing i oughta mention is that imho a core principle of v-ism is that it is impermissible for trust to be implicitly delegated.
ascii_butugychag: this means that at no point do ~i~ get to do less verification ~because of something the mirror host does~ - e.g., verify mailed in patches
ascii_butugychag: i have to do THE SAME amount of verification work.
ascii_butugychag: or we're using shithub, not v.
ascii_butugychag: this means that if jurov's box has to verify my patch against every known sig every single time it presses to post to www, SO SHOULD MINE
ascii_butugychag: does this make sense ?
ascii_butugychag: no implicit delegations.
ascii_butugychag: in EXACTLY same way as my trb node does THE SAME amount of number crunching whether it hears a block from gavin's node or from mircea_popescu's.
jurov: what??? i said nothing bout delegations
ascii_butugychag: jurov: this is separate, mostly
ascii_butugychag: but you also gotta consider what your box will do if it gets an inappropriately (for whatever reason) named patch.
ascii_butugychag: what i say is that REGARDLESS of the names, if THE CRYPTO is valid, it is a VALID patch/seal tuple.
ascii_butugychag: for all time.
jurov: it will publish and otherwise ignore it, I will tell everyone to add it to their v repository by hand.
jurov: (if anyone asks)
assbot: [MPEX] [S.MPOE] 2554 @ 0.00050896 = 1.2999 BTC [-]
jurov: i don't see ml as any authoritative source, nor it can't be
jurov: that does not mean it can't be tidy
mod6: so what are we trying to achieve here?
mod6: its a good start to just not mangle the filenames -- thats all set now right?
mod6: !up ascii_butugychag
jurov: mod6 if it can validate a signature (by name, NOT by scanning all files), it will add to its v mirror
jurov: that's all
mod6: jurov: oh ok, you were gonna have the ML dump the vpatch & seal out to a second mirror?
ascii_butugychag: incidentally
ascii_butugychag: since folks are contemplating 'ideal v'
jurov: what does "seal out" mean?
ascii_butugychag: has anyone a position on whether patches oughta be broken into atoms ?
ascii_butugychag: that is, individual 'patchons' ?
mircea_popescu: jurov dump (the vpatch & seal) out to
jurov: oh that, yes
ascii_butugychag: (the objects where ---whatever, HASH +++whatever, HASH)
mircea_popescu: we'll end up with bitcoin-lispassets.
mod6: ascii_butugychag: you mean, atoms in the sense of vpatches only for individual source files touched?
ascii_butugychag: well if you think about it, the way we have it now is actually more complicated
ascii_butugychag: in that things that have no business being glued together, ARE
ascii_butugychag: from sheer historical accident
ascii_butugychag: mod6: correct
mod6: we could do it that way, it /may/ make things easier in the sense of V -- we've been doing it the way we are to keep the patch count low iirc.
ascii_butugychag: mod6: correct. and to save wear on our trigger fingers
ascii_butugychag: but it may lead us to tears later.
jurov: and why?
ascii_butugychag: i will leave the 'why' as an exercise. largely because this is not a pressing issue.
jurov: i see it as going back to RCS , no idea otherwise
jurov: iirc it tracked changes per one file only
assbot: RCS - GNU Project - Free Software Foundation ... ( http://bit.ly/1PBtuuC )
ascii_butugychag: btw i hope everybody understands that life with 'v' is always going to resemble dark age blood sports like cvs, etc. far more than modern greased poles (e.g., 'git')
assbot: [MPEX] [S.MPOE] 5800 @ 0.00052044 = 3.0186 BTC [+] {2}
mircea_popescu: should i break down and try to rfc this ?
ascii_butugychag: because it is not built for comfort. just as t-34 tank was not.
ascii_butugychag: or how kalash buttstock is not built to be a dildo.
ascii_butugychag: mircea_popescu: sounds splendid
mircea_popescu: http://log.bitcoin-assets.com/?date=18-01-2016#1375228 << what's your idea of that certain point ? 1k ? 10k ? 1mn ?
assbot: Logged on 18-01-2016 15:59:27; ascii_butugychag: after a certain point, there oughta be a new genesis.
ascii_butugychag: mircea_popescu: 'when epoch ends'
ascii_butugychag: it isn't a numeric thing
mircea_popescu: seems on some very rudimentary testing and evaluation that the compile would still take longer than the gathering of patches with ~1mn ish of them around
ascii_butugychag: and it parallelizes.
mircea_popescu: but this is not a matter to be handwaved.
jurov: i did not say anything about comfort, either. how do you propose bundling the patch spanning several files where hunks don't make sense individually?
mircea_popescu: for the following reason : v adoption will induce a major shift in how software is treated,
mircea_popescu: and your guess depends on how people software as a much lower node on that tree.
mircea_popescu: people will NOT WANT to genesis an old and famous tree.
ascii_butugychag: why not ?
punkman: ascii_butugychag: that is, individual 'patchons' ? << darcs does some of that automatically
mircea_popescu: for the same reason louis xvth pretended he comes from the fucking sun
ascii_butugychag: one would think that an old and famous tree woudl end up perma-pressed at some point
mircea_popescu: by whom ?
ascii_butugychag: just like every kid who wants to doodle in the margins of newton's principia starts with ~the same~ edition thereof
mircea_popescu: need i remind you the lulz of x.org recently lost ?
ascii_butugychag: rather than a randomly selected one of 100 newton-era drafts
ascii_butugychag: mircea_popescu: wai wut??
mircea_popescu: you can't get those people in a room together to sign a new genesis.
mircea_popescu: ascii_butugychag x lost its only asset because people couldn't agree to sit down and extend it.
mircea_popescu: don't laugh, it's a necessary consequence.
deedbot-: [Trilema] USG in BTC, a history of constant failure - http://trilema.com/2016/usg-in-btc-a-history-of-constant-failure/
ascii_butugychag: of what? lead in the water ?
mircea_popescu: consider this scenario : bitcoin in 2020. mod6 has meanwhile gone hunting seals on the artic circle. you live in a remote mining colony up on the fucking moon.
mircea_popescu: how the fuck do we "re-genesis" the bitcoin ?
ascii_butugychag: that's the job of whoever thinks it needs another million patches, no?
mircea_popescu: this is not reason.
mircea_popescu: the only saving grace i see here is that it doesn't HAVE to be n^2
mircea_popescu: it can also be n, if you just use the right fucking names.
ascii_butugychag: as i wrote it, aha.
mircea_popescu: but let us be considerate to the progeny.
ascii_butugychag: i very clearly spelled this out, when first published it.
mircea_popescu: i think we've seen enough of the pitfals of disconsidering progeny in satoshi's work.
mod6: amen
mircea_popescu: "The basic formatting conventions for RFCs were established in the 1970s by the original RFC Editor, Jon Postel."
mircea_popescu: da fuck. am i going to call it a rfc ? if not, why not, if yes am i going to follow the "guidelines" ? which ? the most recent ? who the fuck is "Internet Architecture Board (IAB)" that i should care, nevber heard of 'em. the original ? seriously, postel ?
mircea_popescu: fucking shit before you do anything you gotta dry some land first.
mircea_popescu: o look at that, importing cmos.
mircea_popescu: "The RFC Editor generally follows these accepted rules as defined by the Chicago Manual of Style (CMOS) [CMOS], with a few important exceptions to avoid ambiguity in complex technical prose and to handle mixtures of text and computer languages, or to preserve historical formatting rules." << kids, this is how not to code.
PeterL: we need our own RFC format?
mircea_popescu: tel lyou what, i'ma make it a v instead, fuck this stupid shit.
ascii_butugychag: this is kinda why i stopped
mircea_popescu: i'm not importing rfc.
ascii_butugychag: i tried, on the train, and nearly barfed.
assbot: wdiff draft-iab-styleguide rfc7322.txt ... ( http://bit.ly/1ZHmvLy )
mircea_popescu: the work that went into all this stupidity.
ascii_butugychag: (though i recently bought a strange widget that puts electric current through your wrist and keeps you from barfing, nfi how, but wurks, so we can see again!)
mircea_popescu: how did that quote go
mircea_popescu: "This devastating outcome for stakeholders indicates what can happen when much brainpower and energy are applied to a faulty premise."
ascii_butugychag: ^ whole history of kompoyoooting as-a-field, aha.
jurov: !up ascii_butugychag
ascii_butugychag: http://log.bitcoin-assets.com/?date=18-01-2016#1375311 << so i read this, and one thing continues to perplex me,
assbot: Logged on 18-01-2016 16:21:29; deedbot-: [Trilema] USG in BTC, a history of constant failure - http://trilema.com/2016/usg-in-btc-a-history-of-constant-failure/
ascii_butugychag: why does usg keep returning to idiot humint claptrap (e.g., 'consensus-building' etc) when it could leverage its only real strength, money and captive engineers ?
ascii_butugychag: build yottahash plant, etc.
mircea_popescu: that it has no money and no engineers.
mircea_popescu: why does it keep losing in the east when it could have "leveraged" it's "best army in the world" bahamas has in rthe books ?
ascii_butugychag: it has plenty of each, but they are not on 'gs' civil service ladder.
mircea_popescu: for that matter, why didn't soviet russia mobilize all those book-only assets ?
mircea_popescu: why didn't 1910 china mobilize the infinity army it had and beat the english ?
ascii_butugychag: because they wanted american pants.
mircea_popescu: you recall the story of the palace fire when that castrato ascended ?
ascii_butugychag: there is not a meta-america whose pants these engineers want to put on.
ascii_butugychag: that is sorta the whole of it.
ascii_butugychag: mircea_popescu: pu yi ? aha
mircea_popescu: not even close. it's just what you want to believe so as not to wake screaming from your sleep.
ascii_butugychag: hey i already wake up screaming
ascii_butugychag: so i would readily believe it if i had any reason to think it true
ascii_butugychag: what, i'll scream twice ?
mircea_popescu: anyway, what i'm going to do here is : write a trilema article titled The V Manual Genesis or something, which will discuss but also contain a genesis for something called v-manual
mircea_popescu: is that a good name for it ? kinda confusing as fuck
mircea_popescu: i guess in time the convention that x-manual holds the manual will resolve this.
ascii_butugychag: i called my draft simply 'v-genesis'
mircea_popescu: that's already taken
assbot: [BTC-dev] V-genesis signed, with comment ... ( http://bit.ly/1I0DysO )
ascii_butugychag: ah hm then manual wurks
mircea_popescu: and the idea being, that one can read whatever fucking manual he wants, signed by whatever subset of sigs he likes.
ascii_butugychag: incidentally
ascii_butugychag: i see no reason why mailing lists ought not be vtronic
mircea_popescu: but ima put it first as an article so we don't end up needing a ton of small fixes signed
ascii_butugychag: the ultimate historic annals.
mircea_popescu: ascii_butugychag this is going towards "animated programs", where instead of looking at a program as a[n ultimately] bitmap you instead look at it as a gif, with layers coming on top of each other.
mircea_popescu: makes your "fits on page" thing much more of an issue. "all programs must fit within so and so viewport"
ascii_butugychag: mircea_popescu: machine only runs a flattened (pressed) item anyway
ascii_butugychag: that is the part that 'oughta fit'
mircea_popescu: anyway, a large part of trying to make a manual is that fuck me, we barely even understand what we're doing.
mircea_popescu: ascii_butugychag yes, but reading code is reading code.
ascii_butugychag: reading history - is an art
ascii_butugychag: at any rate, the large part of what i see as needing a manual, is the ~why~ of v
ascii_butugychag: rather than the 'how', which is bound up in a particular implementation and probably best learned from ~reading its src~
punkman: uppercase verbs for #b-a RFC: MUST, MUST NOT, FUCK YOU
ascii_butugychag: and said document, at least in my attempt, was to describe some of the cockroaches that have been running around in human mind for millenia, that it tries to chlorophos.
mircea_popescu is pacing around the room, will bbl with something.
shinohai: ;;later tell mod6 re: http://log.bitcoin-assets.com/?date=18-01-2016#1375090 <<< works flawlessly on Deb/Ubuntu had to `export PERL_MM_OPT=` again tho.
assbot: Logged on 18-01-2016 15:15:10; mod6: Attention TRB Testers: If you want to help test, please take the time to build trb via trinque's makefiles here; http://therealbitcoin.org/ml/btc-dev/2016-January/000190.html (Should be basically getting & verifing the tar ball; plus setting up a ~/.wot dir with keys for V to use) -- then a `make` in the directory. Please report your findings. Thanks.
gribble: The operation succeeded.
BingoBoingo: ;;nethash
gribble: 897064840.267
mod6: thanks shinohai!
shinohai: !Up ascii_butugychag
mircea_popescu: ascii_butugychag mk, i've got it, and it is scandalous.
mod6: :]
assbot: USG in BTC, a history of constant failure : Bitcoin ... ( http://bit.ly/1PBCpw5 )
BingoBoingo: ;;ticker --market all
gribble: Bitstamp BTCUSD last: 386.11, vol: 7807.32328620 | BTC-E BTCUSD last: 386.311, vol: 8222.6742 | Bitfinex BTCUSD last: 387.36, vol: 21758.83407143 | CampBX BTCUSD last: 370.0, vol: 2.753 | BTCChina BTCUSD last: 388.968, vol: 51982.29760000 | Kraken BTCUSD last: 387.434, vol: 276.91714162 | Bitcoin-Central BTCUSD last: 389.35325, vol: 80.28751916 | Volume-weighted last average: (1 more message)
BingoBoingo: ;;more
gribble: 388.084894489
ascii_butugychag: mircea_popescu: wai wut
BingoBoingo: Falkvinge gone USG, Comoonity Oranizing https://archive.is/fvhaZ
assbot: Some advice for everybody at this point in time : Bitcoin ... ( http://bit.ly/23aqbED )
BingoBoingo: *Orapizing
BingoBoingo: ;;google orap
gribble: Orap (Pimozide) Drug Information: Description, User Reviews, Drug ...: <http://www.rxlist.com/orap-drug.htm>; Orap oral : Uses, Side Effects, Interactions, Pictures, Warnings ...: <http://www.webmd.com/drugs/2/drug-11120/orap-oral/details>; PIMOZIDE - ORAL (Orap) side effects, medical uses, and drug ...: <http://www.medicinenet.com/pimozide-oral/article.htm>
ascii_butugychag: congrats PeterL !
PeterL: surprisingly hard, but that's mostly my fault
ascii_butugychag: mircea_popescu: my original attempt at v manifesto was largely about how... it is a weapon.
ascii_butugychag: against the people called 'adhesivists' in the 'shall be delivered' tale
shinohai: gg PeterL
mircea_popescu: bear with me, it's done, need just write it out. one hour.
ascii_butugychag: (that is, vermin who base their entire lives on strategic deception and multilevel chumpatronics)
punkman: lol Falkvinge, "If there's no profit to be made in using bitcoin as a drop-in replacement for credit card payments, bitcoin will not be deployed at scale. Deployment and outcompeting legacy systems depend entirely on merchant financial gains from rollout."
BingoBoingo: punkman: Falkvinge comes from a very peculair form of socialism I like to refer to Consumermunism
BingoBoingo: !up ascii_butugychag
ascii_butugychag: BingoBoingo: l0lwut ?
BingoBoingo: ascii_butugychag: You know the sort of socialism that's primarily focused around what Walmart and the Record labels are doing
ascii_butugychag: actually no ?
BingoBoingo: You ever seen the anti-Walmart union protests or at least heard about them?
ascii_butugychag: for some reason i thought those folks were forbidden to unionize
BingoBoingo: They are, but the remaining unions protest against walmart because of it.
BingoBoingo: And there's a big long history with that.
BingoBoingo: I wrap that and the "piracy because poor" together with some other idiocies into the Consumermunism label.
ascii_butugychag: what's 'piracy because poor' ?
ascii_butugychag: is it mechanically distinguishable from 'piracy because fuckyou and it's my computer and fuckyou again' ?
BingoBoingo: ascii_butugychag: The crowd whose taste in music sucks so they pirate that and lament getting caught. Different from piracy because Fuck You in that pircy because Fuck you gets moral agency.
BingoBoingo: piracy because poor is shoplifting
BingoBoingo: piracy because Fuck You is an actual cause
BingoBoingo: Mens Rae or the inability to have it is a driving force in Consumermunism
ascii_butugychag: BingoBoingo: you are thinking of... purpose, rather than cause
assbot: The V Manual Genesis on Trilema - A blog by Mircea Popescu. ... ( http://bit.ly/1NgC7ZS )
mircea_popescu: please shoot me.
BingoBoingo: ascii_butugychag: Maybe Havent had my coffee yet
ascii_butugychag: i would argue that an illiterate kid who sees nothing wrong with copying bits is every bit as sane in this regard as RMS
mircea_popescu: mod6 you wanna write the [implementation] part and i bitch at you ? seems a better approach than the reverse.
BingoBoingo: loller "Hi Mike. ... If I was a handler for an organization that wanted to insert an asset into the bitcoin community, someone like you would be the ideal candidate. Someone that young people, new to the community, naturally respect and will listen to. Strange how you've spent so much time cultivating your standing with people like that, while your reputation plummeted among the people that understood the network (and had far more
BingoBoingo: skin in the game than you did, because if I remember correctly you never foresaw the spectacular growth of the bitcoin network, never thought it would work, and therefore did not really have that many coins yourself)."
ascii_butugychag: mircea_popescu: notbad
assbot: Hi Mike. I met you at San Jose conference in 2013. I remember very clearly- you ... | Hacker News ... ( http://bit.ly/1S0u3D8 )
mircea_popescu: ascii_butugychag i'm creaming my pants at the notion that footnote 2 is actually provable, mathematically.
ascii_butugychag: BingoBoingo: that comment will likely hit /dev/null shortly..
assbot: Hi Mike. I met you at San Jose conference in 2013. I remember very clearly- you ... | Hacker News ... ( http://bit.ly/1S0ucGy )
assbot: No. It took a sharp fall in the BTC price. This narrative that Gavin and I were... | Hacker News ... ( http://bit.ly/1NgCDHi )
ascii_butugychag: mircea_popescu: what would such a proof look like, do you suppose ?
ascii_butugychag: something godel-flavoured ?
mircea_popescu: quite so.
mircea_popescu: one just has to correctly make the statement of their incorectness in a proper formed T.
mircea_popescu: which is a huge pile of work, sadly.
ascii_butugychag: and the result is virtually guaranteed to be indigestible.
mircea_popescu for the first time in lyf regrets he's not been paying much attention to the whole pile of proofola.
mircea_popescu: (properly formed above mostly means "minimal")
ascii_butugychag: mircea_popescu: there is unlikely to be anything you ~really want~ at the bottom of that pile.
BingoBoingo: So I go to check my rss feed and get a link to https://archive.is/u0mZU
BingoBoingo: *reader, rss reader
ascii_butugychag: but not entirely unrelatedly, acl2 is a pretty spiffy thing
mircea_popescu: thinking atm something along the lines of "enough set theory to be able to define an algebra"
mircea_popescu: ascii_butugychag perhaps not.
ascii_butugychag: my first and probably last encounter with a mechanical proofatron that isn't immediately barfalicious in any way
mircea_popescu: i dunno how i'd use it.
ascii_butugychag: i intend to use it to demonstrate that, e.g., all 'p' programs terminate.
ascii_butugychag: modest goal is key.
mircea_popescu: heh. ok.
mircea_popescu: 0x01 talks about fucking identity.
mircea_popescu: there's a gap here.
assbot: Proof Pad: Home ... ( http://bit.ly/1NgD3NK )
mircea_popescu: "all p programs correctly evaluate whether they terminate"
mircea_popescu: > user:darwins_pitbull created:3 hours ago karma:8
mircea_popescu: >I have a long history of having a keenly skeptical eye, I have solid critical thinking skills, and I bat away wacky theories all day long. I have NEVER, in any forum, posted any comment of any type in regards to bitcoin, this is my first one- I believe in speaking humbly, thinking deeply and acting bravely.
mircea_popescu: wtf is this bs lol.
ascii_butugychag: gotta define what means 'correctly evaluate'
mircea_popescu: ascii_butugychag that's the bitch, innit.
ascii_butugychag: mircea_popescu: it will have to invoke... rings, fields, yes
ascii_butugychag: incidentally, i'm on a bit of a group theory kick
ascii_butugychag: on account of that schmuck at shmoocon who was peddling a group-theoretical crypto algo, quasi-proprietary and patentalicious, that was more or less stolen verbatim from maslennikov's book...
mircea_popescu: bwhaahah
mircea_popescu: did you point out ?
ascii_butugychag: nah but some other ru kid stood up and said 'your algo was broken no fewer than 3 times, do i invest now or wait for 4th' or approx. this
ascii_butugychag: and everybody l0led in their pants
mircea_popescu: shoulda bought the kid drinks.
mircea_popescu: you gotta have moar sex with strangers alfie!
assbot: Last 5 lines bashed and pending review. ( http://dpaste.com/2JKW9GD.txt )
ascii_butugychag: i will note that the few actual women attending were creatures straight out of mircea_popescu's okc articles
ascii_butugychag: apparently! they are not kept in some specially designated zoo
BingoBoingo: Gotta fix that
mircea_popescu: nicely done PeterL
mircea_popescu: "When such an enormous amount of crucial data (on the need to raise the blocksize limit) is ignored, that is done at the peril of the project." dude what is with all the derps ffs.
mircea_popescu: what crucial data ? who who either holds any significant bitcoin, or runs any significant ~bitcoin~ business said ever anything about increasing block size ?
mircea_popescu: it hasn't happened yet! there's a pile of data about how people UNINVOLVED in bitcoin in ANY capacity want to "improve" it, preferabvly in such a manner that their continued uninvolvement is less to their own detriment.
mircea_popescu: big fucking whoop.
mircea_popescu: here's an idea : there's an enormous amount of crucial data coming from all arab speakers that muricans should sit on a fucking pike from now on. because satan and such reasons.
mircea_popescu: what's the progress on this deeply uncontroversial technical solution ? hm ?
BingoBoingo: Seriously. I don't get the drive to adopt solutions pushed by ventures who broke doing things like http://qntra.net/2014/12/bitcoin-bowl-recap-nc-state-wins-34-27/
assbot: Bitcoin Bowl Recap: NC State Wins (34-27) | Qntra ... ( http://bit.ly/1PbIaGw )
mircea_popescu: is random redditard even the same guy ?
BingoBoingo: No idea
BingoBoingo: Likely though considering it harmonizes with his twatter's noise
mircea_popescu: https://falkvinge.net/contact/ << derp "has experience" in stuff, no pgp sig.
assbot: Contact - Falkvinge on Infopolicy ... ( http://bit.ly/1PbIncU )
mircea_popescu: ah here it is.
mircea_popescu: !rate 8FF6B4382C3FE0C9700C7FD3DD2C5E65A090A6CE -1 less opining more reading.
assbot: 8FF6B4382C3FE0C9700C7FD3DD2C5E65A090A6CE is not registered in WoT.
punkman: might be nice if assbot let us rate arbitrary gpg keys
mircea_popescu: nah, enough to have the sort of crud in the logs, no need to put it in active db
mircea_popescu: should any tim swanson want to show up later, it's rather trivial to !s anyway\
mircea_popescu: http://log.bitcoin-assets.com/?date=18-01-2016#1375237 << yes this makes sense, yes it's there fundamentally.
assbot: Logged on 18-01-2016 16:01:42; ascii_butugychag: no implicit delegations.
mircea_popescu: http://log.bitcoin-assets.com/?date=18-01-2016#1375252 << technically the ml is a soft fork on v chain ? :D
assbot: Logged on 18-01-2016 16:08:48; jurov: mod6 if it can validate a signature (by name, NOT by scanning all files), it will add to its v mirror
mod6: <+mircea_popescu> mod6 you wanna write the [implementation] part and i bitch at you ? seems a better approach than the reverse. << haha, ok. i probably wont get a start on this until later tonight tho. hope that's alright.
mircea_popescu: no rush.
BingoBoingo: <mircea_popescu> ... << technically the ml is a soft fork on v chain ? :D << I think of it as more a concordance for the v chain
BingoBoingo: No reason to adapt PowerDerp language when there's already words for handling canon and accompanying accessories
BingoBoingo: later tell danielpbarron Given your proclivities... perhaps you can do a draft manifesto for using language to describe relations between v-ified software and the things that surround it.
BingoBoingo: ;;later tell danielpbarron Given your proclivities... perhaps you can do a draft manifesto for using language to describe relations between v-ified software and the things that surround it.
gribble: The operation succeeded.
danielpbarron: do what now?
mircea_popescu: #b-a can always be trusted to ferrer out crushingly impossible tasks for people more or less alligned with their interests.
mircea_popescu: i am starting to think it's part of the appeal.
BingoBoingo: danielpbarron: If v is used to handle a canon, what sort of language accompanies things that surround a canon
BingoBoingo: !up ascii_butugychag
ascii_butugychag: ty BingoBoingo. and i'm a little surprised that nobody (not even pete_dushenski) mentioned talmud yet
ascii_butugychag: which was really the original stone age vtron.
BingoBoingo: ascii_butugychag: Going talmud instead of western church doesn't shit on luke
BingoBoingo: Or eastern church
BingoBoingo: Or whatevs
ascii_butugychag: i assume that everybody here has at least seen a page of talmud ?
ascii_butugychag: just the visuals
danielpbarron: i don't get it; you want me to write a bible or something?
BingoBoingo: danielpbarron: A guide to bilical/religious terms useful for understanding software
BingoBoingo: ascii_butugychag: Never seen talmud in the flesh but pulled my chumash off shelf jsut now to make sure still here
danielpbarron: what like "so and so patch begag such and such patch" ?
BingoBoingo: danielpbarron: But consider v or a piece of v software like Bitcoind as a bible analogue. What language describes things that go around a bible.
danielpbarron: begat even
danielpbarron: greek hebrew aramaic?
BingoBoingo: Like mailing list as concordance to v chain
BingoBoingo: what are logs
danielpbarron: i don't dig concordance
danielpbarron: i'm kinda a scripture-onlyist
BingoBoingo: Useful for finding and digging, even if not itself dug
BingoBoingo: Scripture only is useful for the already attuned, but for people seeking attunement, accessory texts offer introduction guidance, and hopefully attunement with the canon.
ascii_butugychag: BingoBoingo: danielpbarron's thing got perma-pressed and regenesised !!
assbot: Logged on 18-01-2016 15:59:27; ascii_butugychag: after a certain point, there oughta be a new genesis.
BingoBoingo: ascii_butugychag: lol
danielpbarron: i would say that people seeking attunement should read the source and not the notes scribbled in the margins
danielpbarron: the closest thing to notes that i recommend are those atruechurch articles and his writing is mostly just comparing what false teachers say to what the Bible says, complete with many references
BingoBoingo: Mebbe this really is more of a jew project for pete_dushenski or another member of the tribe
BingoBoingo: <danielpbarron> the closest thing to notes that i recommend are those atruechurch articles and his writing is mostly just comparing what false teachers say to what the Bible says, complete with many references << AHA, but what is this?
ascii_butugychag: the 'talmudic' view (of which my summary is by no means an expert one) is that the margin notes are like a map of a mine field
ascii_butugychag: yes, the only CONCLUSIVE guide to the mine field is... the ~blam~
ascii_butugychag: but you would ideally like to have another, 'unauthoritative' guide.
ascii_butugychag: before you walk in.
ascii_butugychag: and yes, the ultimate city fire code is your own, screaming, flaming half-corpse
ascii_butugychag: but most people... etc, etc.
BingoBoingo: <ascii_butugychag> but you would ideally like to have another, 'unauthoritative' guide. << Model repeated mostly successfully with other texts. i.e. relationship between the Big Book and 12&12
ascii_butugychag: i have no idea what these are
danielpbarron: if you want to talk about V like you would talk about the Bible, you need hooks to point to (like chapter verse). so in V terms is this signed patch and line number or something?
ascii_butugychag: danielpbarron: this is a mega-point, and my original was to have a wwwtronic thing where you could point to an individual place in timespace
ascii_butugychag: (line l of file f of pressing p)
ascii_butugychag: we still do not, afaik, have this
BingoBoingo: <ascii_butugychag> i have no idea what these are << Texts from my new cult teaching me sobriety.
ascii_butugychag: but it is not difficult to understand what it must look like
ascii_butugychag: BingoBoingo: for some reason i thought it was built on generic evangelical something-or-other
ascii_butugychag: at least on paper
danielpbarron: yes, and when you say l:f:p and I look it up, me must be looking at exactly the same code
ascii_butugychag: danielpbarron: aha!
ascii_butugychag: this is not negotiable.
jurov: just use three word codes. that would be defo talmudic
danielpbarron: heh that means V could grow to the size of planet earth
BingoBoingo: ascii_butugychag: It's build on a generic thing forked and genericized from evangelical group refugees. Influenced heavily by William James. WHo would have though studying "Classic American Philosophy" would have been useful for understanding anything.
assbot: Logged on 18-01-2016 16:10:17; ascii_butugychag: has anyone a position on whether patches oughta be broken into atoms ?
ben_vulpes: (also 'dark age blood sports' lol)
BingoBoingo: "Classic American Philosophy" consists of Peirce who was cotemporaneous with James and did some interesting logic stuff. James who wrote the best American rebuttal to Hegel. Dewey who ruined everyhting with socialism.
assbot: Socially-conscious investing gets a boost from the DOL fiduciary rule ... ( http://bit.ly/1RPFWgU )
BingoBoingo: Then there's the black American philosophers who were largely discarded by socialists and comoonity organizers.
mircea_popescu: ironically enough, nobody is such an enemy of black achievement as the political party using color as a lever on the public treasury.
BingoBoingo: Seriously lots of great stuff from Black American philosphers until About 1890
BingoBoingo: America's chance of having a philosophical tradition though died between 1910 and 1920 when James died, Dewey was lionized, and everyone treated James as fringe religious thinker and not rebuttal of the Hegelian.
mircea_popescu: dewey of all people.
BingoBoingo: Not Melvil the library Dewey, John the Original Obama Dewey
BingoBoingo: Also distinct from the Dewey defeated by Truman
mircea_popescu: yes yes.
PeterL: Was that the original "called the election too early", or was there one before taht?
BingoBoingo: me has recently started rereading school he drank and pissed out of brain with fresh eye to discarding the retarded stuff.
BingoBoingo: Peter_L yes, in Union Station
PeterL: <danielpbarron> yes, and when you say l:f:p and I look it up, me must be looking at exactly the same code << shouldn't chapter/verse be pressing:file:line ?
PeterL: but bible sufferes from not having v, so who knows who added which parts
mod6: !up ascii_butugychag
danielpbarron: PeterL, God said He'd preserve His word and I believe Him
jurov: PeterL: never late to v-ify
PeterL: did he pgp sign that statement?
danielpbarron: what good is a pgp from God? He can phuctor all keys
PeterL: lol
deedbot-: accepted: 1
mircea_popescu: #b-a, where history's written.
BingoBoingo: For people who have time, William James on Hegel http://www.uky.edu/~eushe2/Pajares/jnitrous.html
ben_vulpes: what is this patch to disable asics?
ben_vulpes: ahaha and mircea_popescu is finally dating missives with block heights
ben_vulpes: imho, should really read "block height 6666666"
ben_vulpes: but your screeds, your dating notation boss
mircea_popescu: waiot wut
ben_vulpes: s/Bitcoin blockchain/Bitcoin blockheight/
ben_vulpes: or even just block
ben_vulpes: semantics
ben_vulpes: disregard
mircea_popescu: i suppose blockheight with no almohadilla is a better notation
BingoBoingo: Getting high never changes: "My conclusion is that the togetherness of things in a common world, the law of sharing, of which I have said so much, may, when perceived, engender a very powerful emotion; that Hegel was so unusually susceptible to this emotion throughout his life that its gratification became his supreme end, and made him tolerably unscrupulous as to means he employed; that indifferentism is the true outcome of every
BingoBoingo: view of the world which make infinity and continuity to be its sessence, and that pessimistic or optimistic attitudes pertain to the mere accidental subjectivity of the moment; finally, that the identification of contradictories, so far from being the self-developing process which Hegel supposes, is really a self-consuming process, passing from the less to the more abstract, and terminating either in a laugh at the ultimate nothi
BingoBoingo: ngness, or in a mood of vertiginous amazement at a meaningless infinity."
mod6: January the 18th 2014
BingoBoingo: ;;ticker
gribble: Bitfinex BTCUSD ticker | Best bid: 387.0, Best ask: 387.2, Bid-ask spread: 0.20000, Last trade: 387.24, 24 hour volume: 21043.0427483, 24 hour low: 375.01, 24 hour high: 390.0, 24 hour vwap: None
mircea_popescu: fun fact : # comes from a quick scribble of lb, which comes from libra pondo
mod6: mircea_popescu: see prev. comment
assbot: The Art of Lawrence Supino-Zaporozhian Cossacks of Ukraine Writing a Mocking Letter in Reply to the Sultan of Turkey ... ( http://bit.ly/1PBQ4Dn )
ascii_butugychag: or hm, that's some lamer's copy
assbot: File:Repin Cossacks.jpg - Wikipedia, the free encyclopedia ... ( http://bit.ly/1PBQ9qF )
ascii_butugychag: ^ the original
mircea_popescu: !s cossacks
assbot: 6 results for 'cossacks' : http://s.b-a.link/?q=cossacks
mircea_popescu: there they be.
mircea_popescu: jurov you know what they mean by textuality, intertextuality and all that jazz ?
mircea_popescu: (not in the sense that the post-structuralist blabla is even indicative, nor that the original structuralist view dispositive. but even in a much more restrained, conservative view, the concept carries water.)
mod6: <+mircea_popescu> hm ? <+mircea_popescu> deedbot- http://dpaste.com/0AEEMJB.txt <+mod6> January the 18th 2014
mircea_popescu: (indicative and dispositive are used here, ftr, as classical legal concepts. something's indicative if it contains or procures a means to evaluate the truth of a claim. something's dispositive if it is the means to resolve a claim.)
mircea_popescu: ahahaha i signed it as 2014 ?
mod6: :D
mircea_popescu: lol i guess this shows just how unreliable the non-blockchgain timestamp is
mod6: time doesn't matter anyway, only the block height matters
mircea_popescu: either that or i had the thing lying around on my hdd for two years to the day now
mod6: haha, ya
ascii_butugychag: lucky mircea_popescu isn't a sapper !
mircea_popescu: if i were a sapper i'd have long ago moved on to relaxing by the maker's pool.
jurov: mircea_popescu: no
mircea_popescu: jurov well if you're bored you can read up on literary theory. if not, your question can't really be answered.
mircea_popescu: the saussure - derrirda debate prolly a good starting point.
mircea_popescu: for your sins you'll have to brush almost as much crud off all that stuff as anyone trying to use linux today.
mircea_popescu just realised we're actually in danger of falling into a unified theory of everything with all this, and nobody'll even understand it.
jurov: "true cuz God said so"
jurov: it will end up like ^
mircea_popescu: nah it'll end up like "true because there in principle can't exist a system in which you could formulate a contradiction".
deedbot-: accepted: 1
BingoBoingo: !up ascii_butugychag
mircea_popescu: people love to view the field of expression as unfinite. then again, they loved to see the west the same way.
mircea_popescu: BingoBoingo fuck you, hegel would totally kick your boy's butt.
BingoBoingo: mircea_popescu: Perhaps historical hegel would. Hegel as used by derps that spz popular socialist conception of hegel can eat a dick.
mircea_popescu: oh that. no contest.
mircea_popescu: poor guy would have an aneurism.
mircea_popescu: most likely go ask for an audience with hitler to complain.
BingoBoingo: For all practical purposes actual historical Hegel is irrelevant to discussions of popular hegelianism
mircea_popescu: "was a great man"
mircea_popescu: "fought the devils"
mircea_popescu: there's a delicious mockery of this, century+old. sadly, in romanian,
BingoBoingo: mircea_popescu: In the United States "Hegelianism" was for time a derpy populist movement among the class that would birth Clitler. These are the people who would latch on to John Dewey.
BingoBoingo: deeding was a response to https://archive.is/70Zz9
assbot: 2016 Could Be Bitcoin's Year If We Help It - Bitcoin News ... ( http://bit.ly/1JRsjL0 )
BingoBoingo: Hegelianism though refers to a specific Anglophone phenomenon unrelated to actual Hegel
BingoBoingo might have to fire up the not-Qntra blogotron this week to go over this
mircea_popescu: fancy that one!
mircea_popescu: anyway, i'd read.
ascii_butugychag: in other nyooz, HOLY SHIT is 'flycheck' (the supposed replacement, pushed everywhere one meets shithub types, for 'flymake') a piece of shit !!
BingoBoingo: It's a clear candidate for not Qntra as writing it would be for my personal development rather than reporting of Bitcoin news. Because deep intellectual failings presented by other outlets is not news in itself
ascii_butugychag: emacs 24 on mac BREAKS flymake
ascii_butugychag: which is THE standard compile-and-markup-your-window-with-errors-and-warnings widget for emacs
assbot: Logged on 18-01-2016 19:22:47; danielpbarron: i would say that people seeking attunement should read the source and not the notes scribbled in the margins
ascii_butugychag: flymake was very simple, it just ran your makefile, which was required to have a check-syntax line in it (see, e.g., my block extractor program for example)
ascii_butugychag: as such it did not care what cpu you built for, etc
ascii_butugychag: cray, nintendo, etc
ascii_butugychag: so long as you had gnumake
ascii_butugychag: whereas 'flycheck' IGNORES makefiles
BingoBoingo: First notable change in the wake of Silbert/Selkis Coindesk takeover: "currently only two nascent bitcoin platforms worth watching in 2016: Coinbase and 21 Inc" https://archive.is/MWlK3
assbot: 5 Big Questions for Bitcoin in 2016 - CoinDesk ... ( http://bit.ly/1PBSTVf )
BingoBoingo: !up drnet
mircea_popescu: !up drnet
ascii_butugychag: and so you have to set custom environment variables to set include paths, or gcc flags, etc
ascii_butugychag: and SATAN HELP YOU if you have clang on your machine
ascii_butugychag: it will INSIST on using it.
mircea_popescu: BingoBoingo i recall the "currently only bitcoinica and blabla" expert opinions of years past. anyone old enough to remember shtylman, the genius-boy-expert with a funny hat of 2013 ?
mircea_popescu: the one that was going to save us through his boyish good looks and vctron smarts ?
BingoBoingo: mircea_popescu: I think that was maye 2012
mircea_popescu: was it ?
mircea_popescu: perhaps it was huh.
BingoBoingo: yeah, 2013 I would have seen it
mircea_popescu: epic interview, i think the last one too, on the tv show of that guy with the camera in demo mode
mircea_popescu: bruce fagwith or what was his name.
ascii_butugychag: i am only speaking of this here because it turns out to be a PERFECT example of poetteringization
ascii_butugychag: encountered by surprise in something i rely on every day
mircea_popescu: ascii_butugychag and i only don't say anything because i'm rahter unsurprised.
assbot: Allow arbitrary commandline arguments for the clang checker · Issue #207 · flycheck/flycheck · GitHub ... ( http://bit.ly/1PBT96p )
ascii_butugychag: '@sethfowler I won't allow arbitrary command lines for syntax checkers. ... Tell me, which concrete flags you need, and I'll add corresponding options.'
ascii_butugychag: and i go to the site, and guess what i see,
assbot: Flycheck Code of Conduct — Flycheck ... ( http://bit.ly/1PBTbv9 )
ascii_butugychag: bubonic derplague in full bloom !!
mircea_popescu: ascii_butugychag guy seems willing to accomodate tho
BingoBoingo: ascii_butugychag: Interested in doing a rant for Qntra on the "code of conduct" phenomenon and poetteringization?
ascii_butugychag: mircea_popescu: aha, he will put in my individual custom include paths, sure thing
mircea_popescu: seems there's a -std= added for instance
ascii_butugychag: THIS IS TO BE READ FROM THE MOTHERFUCKING MAKEFILE
mircea_popescu: and they end up adding -include ?
mircea_popescu: yeah well.
ascii_butugychag: i develop for 5 different cpus.
assbot: Last 6 lines bashed and pending review. ( http://dpaste.com/1MC33E6.txt )
mircea_popescu: Adapted from the Rust Code of Conduct.
mircea_popescu: Copyright (c) 2015 Sebastian Wiesner and Flycheck contributors
mircea_popescu: Copyright (c) 2014 The Rust Project Developers
mircea_popescu: what's rust again ?
ascii_butugychag: mircea_popescu: you know this fella?
BingoBoingo: Rust is Mozilla's "systems programming" language
mircea_popescu: "And if someone takes issue with something you said or did, resist the urge to be defensive. Just stop doing what it was they complained about and apologize. Even if you feel you were misinterpreted or unfairly accused, chances are good there was something you could have communicated better — remember that it’s your responsibility to make your fellow Flycheck people comfortable."
mircea_popescu: ahahahaha holy shit.
ascii_butugychag: what i want to know is how this became a standard
mircea_popescu: flycheck is hereby banned from anywhere
mircea_popescu: don't fucking include it, i will negrate you.
ascii_butugychag: and emacs was allowed to decay to the point where the tool that ACTUALLY FUCKING WORKS AND IS 100 LINES AND NEVER EVER BREAKS is now broken
ascii_butugychag: i spent all day trying to get this piece of not-even-qualified-to-be-shit to run
ascii_butugychag: then realized that it is ~intrinsically~ unusable for any serious project
mircea_popescu: foofoos an feefees are the responsibility of the foofoo-feefeer and his alone what the fuck already.
ascii_butugychag: then realized that the motherfucker prolly gets away with this because.. makefiles are 'out of fashion' !
ascii_butugychag: one is, i suspect, supposed to use some proprietary build system, such as crapple's
ascii_butugychag: unless you're a terrorist.
mircea_popescu: i wish to know what other definition for immaturity can be had, than a subjective expectations of others to accommodate your feelings.
ascii_butugychag: https://github.com/flycheck/flycheck/blob/master/flycheck.el#L5807 << BEHOLD, all of the things that are supposed to be gcc flags, ENUMERATED
assbot: flycheck/flycheck.el at master · flycheck/flycheck · GitHub ... ( http://bit.ly/1JdoW0R )
mircea_popescu: if you feel hurt in any way to any degree by anything you read - the problem is you. fix yourself.
ascii_butugychag: imagine if your car came with a list of all possible streets it can make left turns into
ascii_butugychag: and if your street is not on this list, shuddup and die.
mircea_popescu: ascii_butugychag i fully expect this is where us car production is headed.
mircea_popescu: "you don't buy a car - you merely acquire the right to transport yourself according to the tos etc".
ascii_butugychag: mircea_popescu: aha. this is only not yet achieved for purely technical reasons.
mircea_popescu: gotta give itinerary at dealership
ascii_butugychag: ;;later tell ben_vulpes any idea why 'flymake' on mac never finds makefiles ?
gribble: The operation succeeded.
ascii_butugychag: oh and i suppose for completeness of this thread i oughta mention one other thing
assbot: Flycheck: Installation ... ( http://bit.ly/1Jdpbt4 )
mircea_popescu: o look, script finally terminated. now here's 6gb worth of okcupid profiles including as best as i can discern all females to sift through.
ascii_butugychag: it wants to load from the net !!
ascii_butugychag: with fashionable ! dependencies !
assbot: magnars/dash.el: A modern list library for ... - GitHub ... ( http://bit.ly/1PBU1rJ )
ascii_butugychag: 'A modern list library for Emacs'
mircea_popescu: schmucks.
assbot: NicolasPetton/seq.el - Emacs Lisp - GitHub ... ( http://bit.ly/1PBU3A1 )
ascii_butugychag: and these all, at least if you use the recommended installer (no other instructions are provided), loaded from the net straight
ascii_butugychag: without anything like pgp sigs, etc
assbot: Logged on 18-01-2016 19:29:51; ascii_butugychag: (line l of file f of pressing p)
ascii_butugychag: i was going to write an actual blog post about the flycheck thing
ascii_butugychag: but could not do it
ascii_butugychag: just made me ill.
assbot: Logged on 18-01-2016 19:30:58; jurov: just use three word codes. that would be defo talmudic
mircea_popescu: can they be capitalized so we're as cool as NSA and early LISP ? MECHANICGIRAFFESORBET
mircea_popescu: TERTIARYMINTGLASS
ascii_butugychag: iirc somebody wrote a very spiffy generator for these.
mircea_popescu: SQUIRRELPREPUCEDELUGE
mircea_popescu: shut up and swim like a man!
mircea_popescu: lol he drowned.
mircea_popescu: !up ascii_butugychag
ascii_butugychag: been swimming in precisely it, all day, even...
mircea_popescu: you know the "break's over, head down" joke ?
jurov: http://log.bitcoin-assets.com/?date=18-01-2016#1375677 << and how is this different from "undecidable statement"?
assbot: Logged on 18-01-2016 20:15:48; mircea_popescu: nah it'll end up like "true because there in principle can't exist a system in which you could formulate a contradiction".
mircea_popescu: jurov an undecidable statement is one for which it is not known if an invalidating case exists.
mircea_popescu: if it is known an invalidating case can't exist this implies truth.
jurov: no
ascii_butugychag: mircea_popescu: everybody knows it i think
ascii_butugychag: with the programmer in hell.
jurov: undecidable statement is proven to not have discoverable answer
mircea_popescu: jurov this is still not the same.
mircea_popescu: http://log.bitcoin-assets.com/?date=18-01-2016#1375595 << i think it's bad also. not merely the sports thing, but, it offends the will of the author.
assbot: Logged on 18-01-2016 19:32:56; ben_vulpes: http://log.bitcoin-assets.com/?date=18-01-2016#1375260 << i do not want this
mircea_popescu: if he wanted to make two patches, he would have. if you wish to invalidate his call, make the two fucking patches and sign them. goes right back to the "implicit trust" machinery thing.
ascii_butugychag: i'm persuaded.
jurov: mircea_popescu: still, then it would be the first successful ever of non-axiomatic proof of nonexistence
ascii_butugychag: sorta why i didn't cut'em up to begin with
mircea_popescu: jurov yes.
mircea_popescu: i did say it's scandalous. this is no small part of why.
ben_vulpes: ascii_butugychag: it's haskell, who knows or cares
ben_vulpes: it's your gulagbox, who knows or cares
ascii_butugychag: ben_vulpes: holy shit wat??!
ben_vulpes: flycheck?
ascii_butugychag: ben_vulpes: i was asking about ~flymake~
ascii_butugychag: y'know, the thing that people actually use
ascii_butugychag: and is built into emacs
ascii_butugychag: not the heathen 'alternative'
ben_vulpes: no idear
ascii_butugychag: how the fuq do you even program
mircea_popescu: ascii_butugychag if you ask it, flymake also built into emacs 25.
mircea_popescu: uh i mean flycheck
ascii_butugychag: but it appears to be broken on crapple os 10.10 and above.
ascii_butugychag: flycheck is built into nothing.
ascii_butugychag: rms did not accept it into emacs tree.
assbot: EmacsWiki: Flycheck ... ( http://bit.ly/1JdrHQ1 )
ascii_butugychag: victim^H^H^H^H^user has to install.
assbot: Syntax checking for GNU Emacs — Flycheck ... ( http://bit.ly/1JdrKLJ )
ascii_butugychag: perpetrator's site.
ben_vulpes: lol mircea_popescu is using a box with ready access to emacs 25?!
ascii_butugychag: ~flymake~ comes with emacs.
ben_vulpes: <mircea_popescu> uh i mean flycheck
ascii_butugychag: flycheck does not come with emacs and probably will not until rms dies.
ascii_butugychag: (at which point it will likely be renamed poetteringmacs and ~will~ ship with flycheck.)
ben_vulpes: i'm not arguing that
mircea_popescu: "Since this library is in Emacs 25, contributors must have signed the Emacs Copyright assignment." << had remanence from seq-el.
mircea_popescu: a sequella so to speak
ascii_butugychag: MODERN lists !
ascii_butugychag: sequences !
ascii_butugychag: when do we get MODERN!!1111111 arithmetic!?
mircea_popescu: from DoL soon enough.
ben_vulpes: department of lolz
ascii_butugychag: wanna know the funny part ?
mircea_popescu: department of lolz and your increased 50g pbj rations.
ascii_butugychag: i ASKED FOR this machine.
ascii_butugychag: because the alternative, the only alternative, was... well, the last machine
mircea_popescu: alf should star in a modern married with children, "i work on computers for a living"
ascii_butugychag: where it took me months to sort-of set things up, and wrangle gentoo, and still ended up with not-quite-working video etc
ascii_butugychag: and no suspend mode
mircea_popescu: "and it's not as bad as you think"
ascii_butugychag: mircea_popescu: unfortunately i don't get the reference
mircea_popescu: there's this sitcom about a guy with an idle wife.
ben_vulpes: ascii_butugychag: this is what you get for trying to do s33r1ous wurk! on a portable
ascii_butugychag: ben_vulpes: there is no escape from portable.
ben_vulpes: dirigible!
mircea_popescu: really strong friend ?
ben_vulpes: and i suppose broomstick.
ascii_butugychag: only broomstick.
ascii_butugychag: or nagant, i suppose.
ben_vulpes: no but why must you have the computing device with you?
mircea_popescu: my bitchez can benchpress me! get some to carry your desktop!!1
ascii_butugychag: ben_vulpes: to ever get to work remotely ?
ben_vulpes: is this for the /chance/ to do so or the /promise/ to do so?
mircea_popescu: ascii_butugychag can't you just mount a proper computer somehwere and...uhh... ssh into it ? or i guess telnet lol.
ben_vulpes: if chance, it's a poor gamble. if it's a promise, why can't they buy a box for your haus?
ascii_butugychag: mircea_popescu: doesn't work so great with multiple gigantic displays
mircea_popescu: ascii_butugychag yes, it does. let me do some math for you.
ascii_butugychag: ben_vulpes: korporate kulture
mircea_popescu: one hour of employee time, admitting you get paid $100, costs your employer ~250 or so.
mircea_popescu: the choice between whipping up ten desktops in fixed positions and having you spend a week dicking around with shittops should be obvious,
mircea_popescu: to the accountants if no one else.
ben_vulpes: ascii_butugychag: did not answer the question.
assbot: Logged on 18-01-2016 16:47:45; punkman: uppercase verbs for #b-a RFC: MUST, MUST NOT, FUCK YOU
ascii_butugychag: mircea_popescu: here on my planet, none of this has anything to do with people getting things actually done
ascii_butugychag: and everything to do with ceremony
mircea_popescu: your planet sucks.
ascii_butugychag: nyooz at 11!11111
ascii_butugychag: every slave gets ONE plough^H^H^H^H^Hcomputer.
ben_vulpes: i do not understand this hair shirt buying into of corporate culture
ascii_butugychag: ben_vulpes: what is the alternative ?
ascii_butugychag: shoot yourself in the head every morning until you wake up as a mircea_popescu ?
ben_vulpes: not doing dumb shit!
ben_vulpes: actually talking to managers
mircea_popescu: "doc, it hurts if i do this!"
ben_vulpes: dude programmers in america are the most spoiled group in terms of bennies and tolerance of absurd work behavior and yet you insist that you must conf0rm!
ascii_butugychag: ben_vulpes: i'm not a programmer.
mircea_popescu: not even whores.
ben_vulpes: what pray tell are you in your bosses eyes
BingoBoingo: !up ascii_butugychag
ben_vulpes: not your real true self
mircea_popescu: this is where we find out alf has been working as party organizer all these years.
mod6: <+ben_vulpes> dude programmers in america are the most spoiled group in terms of bennies and tolerance of absurd work behavior and yet you insist that you must conf0rm! << for sure.
ascii_butugychag: ben_vulpes: no, i meant literally, i work as something somewhat else
ben_vulpes: i am asking what precisely that is in your bosses eyes
ben_vulpes: because if you put it to writing it is going to read as "programmer"
mod6: "unprogrammer"
ascii_butugychag: ben_vulpes: boss thinks i'm a... mathematician
mircea_popescu: he works for something that requires computers but is not a computerist thing! alf is that fabulous creature from ro folklore, "half man riding half a limp rabbit"
ascii_butugychag: tax declaration reads 'sr research engineer' (what this means, nobody knows)
trinque: and "fuck you I wont work on this shit" passes for a guy moving rectangles around in a web browser.
mircea_popescu: only gets one half at a time of all things. depending on context, the one or the other half.
trinque: and he gets 700 bucks to put his ass on too
ascii_butugychag: and now i'm perplexed
mircea_popescu: https://archive.is/x8JjF#selection-175.451-175.501 << sauce. afaik this is actually original
assbot: Aleodor împărat - Wikisource ... ( http://bit.ly/1KnBEFq )
ascii_butugychag: mircea_popescu: the funny part is that technically it does not require computer. i am free to attempt the project with a pencil.
ascii_butugychag: and just might, soon enough, at this rate.
mircea_popescu: a sitting pencil or a writing pencil ?
ascii_butugychag: a breaking in frustration pencil.
BingoBoingo: trinque: Is http://deedbot.org/ behind or are deeds not being blockchained?
trinque: it is indeed behind
trinque: bout 10 blox
mod6: deedbot running trb?
trinque: not yet; I have one syncing that is at roughly 350k
mod6: tits man
BingoBoingo: !s deedbot:
BingoBoingo: !s deedbot
assbot: 2575 results for 'deedbot' : http://s.b-a.link/?q=deedbot
BingoBoingo: apparently doesn't like colon
trinque: he's got a dash, deedbot-
trinque: though I have snagged "deedbot" too; new version will join under that before long
ben_vulpes: guy really insists on his particular brand of suffering
ben_vulpes: wb to the states, mthreat :D
ascii_butugychag: ben_vulpes: i think he always connected from a bounce box in usa
ascii_butugychag: (no idea why, ask him)
mircea_popescu: ascii_butugychag he couldn't afford a laptop.
ascii_butugychag: wai wasn't mthreat a political prisoner in usa ?
ascii_butugychag: why would he come back
ascii_butugychag: possibly i have names mixed up, nm
mircea_popescu: i was just poking fun at your "must have laptop to remotely" thing
BingoBoingo: !up ascii_butugychag
mircea_popescu: all that's left is for me to hope that one day i might be as cool as myself.
assbot: Logged on 18-01-2016 21:51:14; mircea_popescu: in other lulz, http://trilema.com/wp-content/uploads/2016/01/identity-crisis-is-me.png
ascii_butugychag: mircea_popescu: recall the thread (i am having trouble digging it up) where i explained why just about nobody in usaschwitz gets to be 100% remote ?
ascii_butugychag: (it is, really, to keep people from 'infidelity', collecting multiple salaries)
ascii_butugychag: also to keep'em from taking their bezzle and turning it into turkeys in paraguay
ascii_butugychag: we did this thread. where is it?!
mircea_popescu: doesn't matter, ima keep pushing!
ascii_butugychag: incidentally, your local mains power company will also shit bricks if you have serious inductive loads in your house (shifts phase, interferes with their metering)
ascii_butugychag: sort of similar phenomenon
mircea_popescu: they couldn't care less / have nfi what anything is.
mircea_popescu: i suppose i should take a pic of the meters for your amusement. they look like they were exported from the su, cca 1930.
ascii_butugychag: at any rate it will look INDISTINGUISHABLE from a bypassed meter and in most countries this leads to 'problemz'
ascii_butugychag: but i can't speak for mircea_popescu's orcs, aha.
mircea_popescu: yes, but in argentina public notary feels not one bit threatened by bypassing vat.
ascii_butugychag: i suspect it's a 'quod licet jovi..' situation
mircea_popescu: moreover, i paid 200 peso (~15 bucks) for 375 KWh burned.
mircea_popescu: this is less than half what it costs even in romania (major exporter)
mircea_popescu: at that price i doubt it's worth their time to even find out.
ascii_butugychag: anyway it was example.
mircea_popescu: yeah, just, happened to be the lulzy.
ascii_butugychag: and holy shit does emacs debugger suck balls.
mircea_popescu: shoulda gone with nano.
mod6: yeah, i used to be basically 100% remote. and it was awesome.
mircea_popescu: way of the future, imo.
mod6: totally. there is absolutely no reason for me to be sitting where i am right now.
mod6: these fuckin lollipops are bouncing up and down on exercise balls.
mircea_popescu: wait. wait what ?!
mod6: how do they expect men in three-piece suits to entertain the idea of bouncing on a fucking ball all day long.
mod6: instead of chairs they give you the option of sitting on a ball. i thought these balls were just for bending girls over on.
BingoBoingo: trinque: Are you sure deedbot- is only ~10 blocks behind? I'm not seeing any of today's deeds on the www
mod6: but apparently not. people sit on these things, and they bounce all day while they "work".
mircea_popescu: also why the fuck do people keep spelling impostor with an e. no latin where they live ?
mircea_popescu: mod6 oh! i thought you had a buncha lolis at your office doing ball yoga stuff.
mod6: yeah, these guys are lollies
mod6: imagine a room full of early 20something guys on balls, and then ole mod6 in a suit with a look of disdain.
mod6: someday... shit is gonna be different.
trinque: BingoBoingo: I'm working on it; it was about 10 behind a while ago, getting worse
trinque: I'm having it connect= to dulap to see if that helps the limp
mircea_popescu: this is pretty lol.
mircea_popescu: ;;bc,stats
gribble: Current Blocks: 393926 | Current Difficulty: 1.1335429980147113E11 | Next Difficulty At Block: 395135 | Next Difficulty In: 1209 blocks | Next Difficulty In About: 6 days, 20 hours, 51 minutes, and 49 seconds | Next Difficulty Estimate: None | Estimated Percent Change: None
BingoBoingo: ;;nethash
gribble: 881949490.199
ascii_butugychag: the ball thing is supposed to keep you constantly writhing
ascii_butugychag: as in the old english torture of 'the room of little ease'
ascii_butugychag: we have something like that here, a few blokes sitting on what looks like upturned trash cans
mircea_popescu: isn't it supposed to be good for your back or something ?
ascii_butugychag: there's one in my office, using it as a footrest sometimes
ascii_butugychag: mircea_popescu: somethinglikethat
BingoBoingo: It's good for developing back and core strength, but probably not so good to be used full time as chair substitute.
jurov: i have one too, good to occassionally exchange for chair. can't imagine whole day
jurov: lying on it with head hanging down causes exceptional relaxation useful for certain purposes
ascii_butugychag: soooo it turns out that "locate-dominating-file" is broken under emacs24 + recent crapple
mircea_popescu: girls love it for workout/yoga stuff
ascii_butugychag: am i LITERALLY THE ONLY ONE who noticed ??/
BingoBoingo has actually be considering getting one
jurov: i am currently trying emacs with evilmode and it goes in on my nerves, these layers upon layers
jurov: !up ascii_butugychag
shinohai: mod6 I need an ominous name for my node
jurov: ominous.b-a.link
mircea_popescu: scareaoshi ?
BingoBoingo: shinohai: What interests do you have outside Bitcoin
mircea_popescu: Коще́й.b-a.link
shinohai: Reading. I still like old-fashioned books so I spend a lot of time in Library.
ascii_butugychag: l0l so easy to tell that mircea_popescu cut'n'pasted from pediwik
ascii_butugychag: see in ru we don't take shits on top of letterz.
BingoBoingo: shinohai: Most dreaded thing in library is MARC and assorted cataloguing nonsense
shinohai: I still like Newspapers too, so you can read NY Times without the paywall and adware nonsense.
mircea_popescu: ascii_butugychag i dun keep a non-sane kbd around so the only way to get stuff like the gullemets or kyrilix or such is to google.
ascii_butugychag: mircea_popescu: i have never in my entire life touched a non-latin kbd
ascii_butugychag: (with possible exception of one odd jp kbd i have lying around)
ascii_butugychag: i use translit entry.
mircea_popescu: whassat ?
assbot: Транслит по-русски ... ( http://bit.ly/1nfZSwI )
ascii_butugychag: (needs js)
mircea_popescu: lolkthx.
ascii_butugychag: for those on lynx etc: it is a phonetic thing
ascii_butugychag: with a couple of exceptions, letters entirely missing, like ь
ascii_butugychag: these get mapped onto keys like q and [] etc
ascii_butugychag: in other nyoooz,
ascii_butugychag: 'flymake' (not flycheck!!11) ~will~ work if you use the copy that came with emacs 24.
ascii_butugychag: rather than a decade-old .el.
ascii_butugychag: for the possibly 3 other people on the planet who give half a fuck ^^^^
mircea_popescu: let's hope they're mostly womenz.
ascii_butugychag: well 1 i know is
ascii_butugychag: (i keep it as a pet)
mircea_popescu: good cuz otherwise what if it was a recessiv e gene!
ascii_butugychag: sorta lulzy, how if i didn't have a decade-old turd sitting in ~/emacs/site-lisp, i would never have gone off the reservation and learned about the flycheck crud
ascii_butugychag: would have happily carried on not knowing about systemd also, if had not..... etc
mircea_popescu: "but my son and my daughter
mircea_popescu: came out of the water
mircea_popescu: said papa, you've promised you'd play...
ascii_butugychag: where was this
mircea_popescu: and the night comes on
mircea_popescu: it's very cold...
BingoBoingo: !up ascii_butugychag
BingoBoingo waits for trinque and deedbot- to catch up so I can publish the news of the day
assbot: Leonard Cohen - Night Comes On (live 1985) - YouTube ... ( http://bit.ly/1ng3LBB )
mircea_popescu: amusingly the best american poetry is by a canadian dude.
pete_dushenski: so after dying overnight (logs if anyone cares: http://dpaste.com/2NNQG6Y.txt), tevye was treated to his first proper blackholing today (logs if anyone cares: http://dpaste.com/0ENVMK9.txt). a steady 20-40 blocks behind for the past 7 hours or so until i finally said fuck it and re-started. he's now happily chomping away and should be back up to full height shortly.
assbot: Not Found ... ( http://bit.ly/1OBZLSE )
assbot: Not Found ... ( http://bit.ly/1OBZM8W )
pete_dushenski: looked like bucephalus was stuck at one point earlier as well. and zoolag is consistently trailing too. (at least according to bitnodes)
pete_dushenski: tough day on the ol' relay network.
trinque: BingoBoingo: I shall ping ya.
assbot: The actual state of the Bitcoin network on Trilema - A blog by Mircea Popescu. ... ( http://bit.ly/1OC0KC7 )
assbot: [MPEX] [S.MPOE] 62100 @ 0.00053099 = 32.9745 BTC [+] {2}
pete_dushenski: OMFGTGWKU << could anyone else not parse this ?
BingoBoingo: trinque: ty
BingoBoingo will have to change mentions of "today" to "yesterday"
pete_dushenski: http://log.bitcoin-assets.com/?date=18-01-2016#1375896 << damn. can they deadlift 1.x bodyweight too ?
assbot: Logged on 18-01-2016 21:09:20; mircea_popescu: my bitchez can benchpress me! get some to carry your desktop!!1
pete_dushenski 's pb deadlift updated from 1.4x to 1.7x bw
pete_dushenski: because pantagruel. (what else ?)
mircea_popescu: so i just butchered the world's most idiotic computer case
mircea_popescu: you can not begin to comprehend this without pictures. the fucking power vent was actually UNDER the case.
pete_dushenski: lol who came up with that ? hp ?
mircea_popescu: kenji ro somesuch
pete_dushenski: mircea_popescu: cheers on the latest two articles. just when i was starting to think that the death of trilema credits had made you lazy... bam !
pete_dushenski: too many logs, too little time. off to fiat bank. bbl.
assbot: [MPEX] [S.MPOE] 139600 @ 0.00051905 = 72.4594 BTC [-] {2}
mod6: the high was 0 today. damn heater broke in veehicle
mircea_popescu: heh the weather here's outright balmy.
mod6 goes to club a seal
BingoBoingo: Winterstorm advisory beginning noon tomorrow here
shinohai: So long quiet, peaceful #b-a
deedbot-: [Trilema] The world's most contortedly idiotic computer case, in pictures. - http://trilema.com/2016/the-worlds-most-contortedly-idiotic-computer-case-in-pictures/
BingoBoingo: https://archive.is/sMCEx << Forbes saying a lot of nothing
assbot: Something Rotten In The State Of Bitcoin - Forbes ... ( http://bit.ly/1U8irNq )
mod6: haha, the PS is on the bottom
assbot: [MPEX] [S.MPOE] 86700 @ 0.00052215 = 45.2704 BTC [+]
mod6: "hearn said this, hearn said that, hearn said bitcoin is dead..." snore. no one cares, go back to sleep.
mircea_popescu: "Hearn’s concerns for Bitcoin’s prospects are both technical and political." and they can be summarized thusly "things that don't inflate can't exist because they'd make my masters look bad"
mircea_popescu: kinda fucking late for that shit, innit.
mircea_popescu: http://intellyx.com/ << for lulz. "Bring Jason Bloomberg into your organization to speak to large audiences or small. He'll help you navigate the turbulent waters of digital transformation."
assbot: Intellyx ... ( http://bit.ly/23baqxo )
BingoBoingo: But yes, the Bloomberg fuck is the joke
mircea_popescu: dude looks like an ex-pick up artist or something
BingoBoingo: Prolly is
BingoBoingo: Or ex fatminist
BingoBoingo: ;;ticker --market all --currency deedbot-
gribble: Error: 'deedbot-' is not a valid currency code.
mod6: My build of trinque's makefiles worked (again) -- have tested two seperate gentoo machines.
mircea_popescu: i'm having a few more machines brought up this week.
mircea_popescu: with the latest patches and all.
mod6: shinohai: <<< works flawlessly on Deb/Ubuntu had to `export PERL_MM_OPT=` again tho. << i didn't see this issue. will see if run into it on Deb/Ubuntu when I get to it.
mod6: mircea_popescu: nice.
shinohai: I'm loving the new patches
mod6: whats awesome to me, is that all of this tooling is finally starting to really come together.
mircea_popescu: yup. it's likle you know, when you get a classic car in bad shape
mircea_popescu: and you toil with it for a long fucking time for nothing,
mircea_popescu: until one day itr actually starts purring
mod6: indeed, Sir. our very own Max Wedge Hemi project.
mod6: anyway, yeah, good stuff.
trinque: BingoBoingo: chain's caught up; deed shall be farted shortly
trinque: I'll link ya.
trinque: mod6 │ My build of trinque's makefiles worked (again) -- have tested two seperate gentoo machines. << sweet.
mod6: it really is sweet man. thanks a ton for working on that.
trinque: my pleasure
mircea_popescu: !s alana massey
assbot: 1 results for 'alana massey' : http://s.b-a.link/?q=alana+massey
asciilifeform finally home. and apparently the vomitron really worx, i was able to group theory on the train even
asciilifeform: mircea_popescu: i think that box wanted a 5 inch rail adapter for 2.5 hdd
asciilifeform: they don't have those in un-minimo-respoto-babwe ?
asciilifeform: *respeto
danielpbarron: context makes the picture even better; that's apparently her new year's eve gettup
BingoBoingo: trinque: ty
asciilifeform: loads of spurious blocks incoming...
asciilifeform: pretty much all of the nodes under a torrential shitflood.
asciilifeform: ye olde blackhole also back
trinque: I can't relay a txn at the moment either.
trinque: ah, soon as I said it, finally propagated
asciilifeform: need moar boxen
asciilifeform: the current situation is pretty much 'fish in a barrel' for usgtronics
mircea_popescu: asciilifeform fuck that.
mircea_popescu: adaptors now ?!
asciilifeform: and i bet somebody still makes 5 in. hdd
asciilifeform: anybody remember 'quantum bigfoot' ?
mircea_popescu: danielpbarron not bad for her age.
asciilifeform: but here's a seekrit: that case is prolly for folks using ssd. which are often attached with ordinary stickytape, to whatever surface
asciilifeform: they weigh what, 50 gram, and don't vibrate
mircea_popescu: fuck that.
mircea_popescu: you keep to the fucking standard. buncha inept farmhands.
asciilifeform: in all srs i have no idea where that came from
asciilifeform: and why.
asciilifeform: what prevented the ps from being in the normal human place ?
mircea_popescu: why. cuz we had to pretend like every inept colony is populated by like humans and shit.
asciilifeform: who even makes a pc case locally
asciilifeform: i don't think i have ever seen one that was not chinese to the hilt
asciilifeform: with the possible exception of my pa-risc and sgi boxen
mircea_popescu: these schmucks.
mircea_popescu: there's no fucking way the azns would have made this thing.
asciilifeform: (the cases of which were solid steel, with tempest mesh - copper, gilded fingers! on all contact interfaces, pure golden toilet)
mircea_popescu: they're not stupidly creative enough.
asciilifeform: i'm surprised your vendor did not also roll his own ps, out of an old soviet shaver or something
mircea_popescu: i did not investigate the matter closely. it's not even impossible.
asciilifeform: (... have you ~looked~ inside the ps!)
asciilifeform: at any rate i will buy a pc made in argentina some time after i buy a ru car.
mircea_popescu: ru cars weren't that bad.
mircea_popescu: and note that i only bought the case
mircea_popescu: i don't buy fucking "pcs".
asciilifeform: that fella who used zaporozhets chassis and toyota engine also 'only bought case'
mircea_popescu kinda liked the old volgas.
asciilifeform: (can you even 'buy pc' any more ?)
mircea_popescu: mostly because crashed one as a 9yo and... nothing happened.
asciilifeform: i'm pretty sure i have the last steel pc chassis here (not counting rackmounts, i do not like them in residential quarters because of the fans)
asciilifeform: will prolly keep using it until dead
asciilifeform: (until ~i'm~ dead, that is. chassis cannot die)
mircea_popescu: this was made of the worst zamac.
mircea_popescu: im not even sure what it is, zinc and cowshit most likely.
BingoBoingo: trinque: spotted em already
trinque: cool.
asciilifeform: mircea_popescu: take it to the shooting field and shoot it.
mircea_popescu: anyway, do you know whether the gaz was actually copied off the checker ?
asciilifeform: mircea_popescu: originally, ford
ben_vulpes: hohoho i just discovered that starbucks will cash out gift cards
ben_vulpes: evening all
mircea_popescu: you're like... two weeks from "bitcoin business".
asciilifeform: and three weeks from cellmate shrem
ben_vulpes: hey man someone sent me a gift card for some inscrutable reason
ben_vulpes: babe at the counter offered to cash the remaining two dollars out, triggering all sorts of my exclamations
ben_vulpes: ultimately, "no no, now i want to drink whatever's being sold as pinot gris here"
asciilifeform: is starbux Officially licensed as 'money transmitter' ?!!!11111
ben_vulpes: "but yeah give me those two bucks"
mircea_popescu: "In other words, although the flood of ontologic emotion was Hegelian through and through, the ground for it was nothing but the world-old principle that things are the same only so far and not farther that they are the same, or partake of a common nature"
ben_vulpes: straight to tip jar
mircea_popescu: right, right, you gotta be stupid to follow stupid and if you aren't stupid naturally lsd might help you.
mircea_popescu: starbux sells pinot grigio via whyte foxen ?!
BingoBoingo: Hence the peculiar title of the rebuttle
mircea_popescu: rebuttal
ben_vulpes: rebuttle's way mo bettle
mircea_popescu: it is pretty cufken cute.
asciilifeform cannot think of 'buttle' without thinking of the film 'brazil'
ben_vulpes: starbucks is searching for profit the only way it can be had in america, by going upmarket
ben_vulpes: even brought me stale pumpkin seeds!
assbot: Brazil Interrogation Scene - YouTube ... ( http://bit.ly/1Je11yn )
mircea_popescu: don't you need license to sell alcohol / tit to the general public no mo ?
ben_vulpes: ahaha
ben_vulpes: wohohoho
ben_vulpes: hyuuuuuuuuu
ben_vulpes: gosh mircea_popescu you just don't understand how the world works do you
ben_vulpes: sell alcohol with no booze?
ben_vulpes: er license
ben_vulpes: and exhibit tits without booze?
ben_vulpes: i suppose /some/ of the bdsm clubs do that, simply to keep the olcc out of their hair
mircea_popescu: somebody clearly had some fun.
ben_vulpes: dood you gotta look into the nightmare that is the olcc
ben_vulpes: "oregon liquor control commission"
ben_vulpes: (hey, it's a bank holiday. half the staph even bothered to show up, and those left as soon as they fixed the fucked up builds they shipped on friday, leaving me and $bzprtnr alone with the tequila and org chart)
mircea_popescu: BingoBoingo for the record, i'd have said some rather stronger words than wj.
ben_vulpes: mircea_popescu: they now control marijuana in this derpy little province too
BingoBoingo: mircea_popescu: He wasn't in the position to smash all of the cockroaches surrounding himself
asciilifeform: http://log.bitcoin-assets.com/?date=19-01-2016#1376256 << so i discovered that the lift this morning only goes to nth floor and no higher ($firm is on n+1th)
assbot: Logged on 19-01-2016 02:06:58; ben_vulpes: (hey, it's a bank holiday. half the staph even bothered to show up, and those left as soon as they fixed the fucked up builds they shipped on friday, leaving me and $bzprtnr alone with the tequila and org chart)
asciilifeform: had to talk the guard into opening it
asciilifeform: because... holiday
ben_vulpes: and because you can't stairs?
asciilifeform: 'open it.' 'sir, this is a SEEEK0000R3 building!111' 'i work here.' 'you need a key!111' 'i can call the boss, want to make a new friend ?' ~grunt turns magic key in the lift~
asciilifeform: stairs locked.
mircea_popescu: is that even legal ?!
asciilifeform: (they only ever open from the inside)
asciilifeform: it is legal with the magic lock that only opens from inside.
assbot: [MPEX] [S.MPOE] 120050 @ 0.00052582 = 63.1247 BTC [+] {3}
asciilifeform: tower is mostly lawyers iirc.
mircea_popescu: everything's mostly lawyers.
asciilifeform: has the flavour of faux luxury that tends to go with it, too
ben_vulpes: thirty-second inch veneers
asciilifeform: (gilded doorknobs, etc)
mircea_popescu: lol alf has seen true luxury down by casa rosada, ain't buing into wash dc lawyer buildings!
asciilifeform: lulzies
trinque worked in a building with key cards everywhere once
trinque: seems entirely psychological
asciilifeform: trinque: this is one
asciilifeform: card AND pw
trinque: could wedge the magnetic doors open
ben_vulpes not engaging in wannabe red team wankery, this wine is over and am out
mircea_popescu used to force the derps working in the few ro ones to come the fuck out to meet him, as he wasn't going into that shit.
asciilifeform: interestingly the last few towers i slaved in had a peculiar tradition, male toilet would have a normal door, female - locked
mircea_popescu: really put a damp on the spread for many years.
mircea_popescu: i almost always use the girls room.
mod6: how people use public bathrooms: http://i.imgur.com/ePp83j9.jpg
asciilifeform: mod6: i think he works here !
asciilifeform: and everywhere !
mod6: haha
mircea_popescu: hahah what!
asciilifeform: relates somehow ?
mod6: nb
asciilifeform was expecting worse
mod6: same
mircea_popescu: !up referredbyqntra
mircea_popescu: !up X16a
X16a: hi
mod6: haha. mmm, pissy-hotdogs & beans.
trinque: poor guy makes a nice meal, and she pisses all over it. I don't blame him.
mircea_popescu: ello X16a
mircea_popescu: trinque odds are her sister made it.
trinque: maybe that's her place set to the right
assbot: [MPEX] [S.MPOE] 86500 @ 0.00053409 = 46.1988 BTC [+] {4}
assbot: [MPEX] [S.MPOE] 17500 @ 0.00053396 = 9.3443 BTC [-]
assbot: [MPEX] [S.MPOE] 120451 @ 0.00053395 = 64.3148 BTC [-] {2}
assbot: [MPEX] [S.MPOE] 51603 @ 0.00052684 = 27.1865 BTC [-]
pete_dushenski: http://log.bitcoin-assets.com/?date=18-01-2016#1375773 << this is exactly how ups/fedex truck routing works, which is to say : no left turns because right is more efficient and fuck you meatrobot you should be thankful you have a job at all.
assbot: Logged on 18-01-2016 20:38:15; ascii_butugychag: imagine if your car came with a list of all possible streets it can make left turns into
pete_dushenski: http://log.bitcoin-assets.com/?date=18-01-2016#1375776 << as previously discussed, the electric car is quite transparently this and almost entirely this. wanna travel more than 50mi ? o really ? and who are you visiting ? and what for ? and what time are they expecting you ? and do you have contact info for them ? etc.
assbot: Logged on 18-01-2016 20:38:45; mircea_popescu: "you don't buy a car - you merely acquire the right to transport yourself according to the tos etc".
pete_dushenski: like flying el-al everyday. great. can't wait.
assbot: [MPEX] [S.MPOE] 106100 @ 0.00053193 = 56.4378 BTC [+] {4}
assbot: [MPEX] [S.MPOE] 81300 @ 0.00052432 = 42.6272 BTC [-] {5}
assbot: [MPEX] [S.MPOE] 136876 @ 0.00051948 = 71.1043 BTC [-] {2}
ben_vulpes just reread flycheck thread
ben_vulpes: lol asciilifeform thinks he labors in little gulag of horrors
ben_vulpes: imagine the lifestyle that makes life with flycheck less miserable than life /without/ flycheck
assbot: [MPEX] [S.MPOE] 73852 @ 0.00052107 = 38.4821 BTC [+] {2}
phf: asciilifeform: you know they produced a whole series of those, f.el, dash.el, s.el. "modern"!
ben_vulpes: wasn't there some cl-in-elisp thinger?
ben_vulpes: s/was/is
assbot: Logged on 18-01-2016 19:57:05; mod6: January the 18th 2014
ben_vulpes: at least i can update my blog
phf: there "was", there was a standard package (require 'cl) that various parties were trying to kill. stefan monnier spent his emacs maintainer tenure deprecating, and i think succeeded. now you're supposed to use cl-lib, to the point that elisp goes out of the way to not highlight various cl forms
phf: first -> cl-first, defstruct -> cl-defstruct, etc. shitgnomery
ben_vulpes: but that's just because elisp completely lacks namespacing facilities, phf, there couldn't possibly be any sour-grapes malice at work!
phf: of course, what if things clash!! lets break 20 years of code, so that alice m. queerfem is not triggered by symbol clashes
assbot: [MPEX] [S.MPOE] 65484 @ 0.00052545 = 34.4086 BTC [+] {2}
phf: shitgnomes held an emacs conference, complete with code of conduct https://emacsconf.github.io/emacsconf2015/ , names on that page of projects and people are the usual suspects. organizers are sacha chua and john wiegley, who is the current emacs maintainer.
assbot: EmacsConf 2015 Planning Doc ... ( http://bit.ly/23bwPe0 )
phf: so in case anybody was under a false impression that emacs is going to remain a trusty engineer workhorse for much longer..
thestringpuller: phf: i've used VIM since I learned linux. #VIM4lyfe
mircea_popescu: basically, "let's get all the people who aren;'t involved in X and this bothers them in a room together and see if we can fuck up x" is the standard for "us cultyure" anyway
mircea_popescu: thestringpuller can't really program in it.
← 2016-01-17 | 2016-01-19 →