Forum logs for 18 Sep 2016

Monday, 16 March, Year 12 d.Tr. | Author:
shinohai: !~laserkittens [00:00]
jhvh1: ,ุ ₍˄.͡˳̫.˄₎ ุ ┌━ ┄ ┄ ┄ ┄ ┄ ┄ *pew* [00:00]
shinohai: happy anniversary mod6 [00:00]
mod6: thanks shinohai :] [00:04]
BingoBoingo: http://oglaf.com/free-sporozoites/ [08:03]
deedbot: http://qntra.net/2016/09/bombs-explode-in-new-jersey-and-manhattan/ << Qntra - Bombs Explode In New Jersey And Manhattan [08:17]
asciilifeform: BingoBoingo: lulzy electoral massage [09:07]
mircea_popescu: how come everyone's got it in for jew york neyway [09:54]
deedbot: http://www.dianacoman.com/2016/09/18/happy-1st-anniversary-foxybot/ << Ossasepia - Happy 1st Anniversary, Foxybot! [09:55]
mircea_popescu: introducing the record holder in premature ejaculation : http://66.media.tumblr.com/32bd411ad3a4103855bf42bfdae04df6/tumblr_nly8xk8XxV1u96awpo1_400.gif [10:10]
asciilifeform: in other lulz, https://archive.is/shLJy >> oh noez, laundry !11111 [11:08]
asciilifeform: 'As preferred customers, they often took Chapo's drugs without putting any money down, then paid the cartel only after they sold the product. This might seem unlikely, given the pervasive distrust in the underworld, but the narcotics trade is based on a robust and surprisingly reliable system of credit. In a sense, a cartel like Sinaloa has no choice but to offer a financing option, because few wholesale buyers have the liquidity to [11:08]
asciilifeform: pay cash upfront for a ton of cocaine.' [11:08]
mircea_popescu: heh. [11:12]
mircea_popescu: no, in a sense of course they offer credit - they don't really want to be buried in bills. [11:12]
shinohai: I'll gladly pay you next Tuesday for a kilo of blow today! [11:29]
mircea_popescu: lol [11:32]
deedbot: http://trilema.com/2016/sztajnszrajber-and-things-no-seriously/ << Trilema - Sztajnszrajber and things. No, seriously. [11:35]
shinohai: !~ticker --market all [12:12]
jhvh1: shinohai: Bitstamp BTCUSD last: 609.02, vol: 1248.77787529 | BTC-E BTCUSD last: 609.815, vol: 3021.26362 | Bitfinex BTCUSD last: 612.2, vol: 1490.79478268 | BTCChina BTCUSD last: 608.667451, vol: 232851.21380000 | Kraken BTCUSD last: 612.039, vol: 321.26085504 | Volume-weighted last average: 608.710378274 [12:12]
shinohai: !~bcstats [12:12]
jhvh1: shinohai: Current Blocks: 430399 | Current Difficulty: 2.2583287217945956E11 | Next Difficulty At Block: 431423 | Next Difficulty In: 1024 blocks | Next Difficulty In About: 1 week, 0 days, 10 hours, 5 minutes, and 13 seconds | Next Difficulty Estimate: None | Estimated Percent Change: None [12:12]
phf: http://trilema.com/forum-logs-for-17-sep-2016#2171007 << i already had it implemented for xref, so just needed to comment out (not (annotation-back-link-mkj-p annotation)) in the right place [13:06]
a111: Logged on 2016-09-17 21:02 framedr_ghetto: phf: thanks for making a111 quote mkj log lines [13:06]
phf: http://btcbase.org/log/2016-09-17#1544485 << it was a knee jerk http://btcbase.org/log/2016-09-11#1539368 on my part. i was thinking why not write and use own high level assembly emitter, but thinking about it it would not have improved discoverability, because the task was all or nothing anyway [13:22]
a111: Logged on 2016-09-17 21:07 mircea_popescu: phf to answer the "why asm" thing : because if at issue is to obtain a correct f(lisp) so as it produces the same asm as gcc(c) then we'd better have a good example of target "same asm". his approach is judicious. [13:22]
a111: Logged on 2016-09-11 00:43 mircea_popescu: honestly, i think the people who abstract-and-code are idiots anyway. first, you do it by hand. then, you automate what you did. this way a) end up with something that actually works, and even without much design skill is well designed, by mother nature's help b) avoiud the trap of "i spent five engineer hours to save myself thirty three minutes of secretarial work over the course of ten years." [13:22]
phf: the advantage of something like a vop in general, is that you can emit part of the assembly that you're trying to get working in isolation first, can emit it and call in realtime (i.e. in a repl), can have multiple versions of until you get it right, etc. [13:24]
phf: (an example is https://gitlab.common-lisp.net/cmucl/cmucl/blob/master/src/compiler/x86/float-sse2.lisp#L1426 x87-set-floating-point-modes prelude with keywords says some handy things about what's being emitted to put it in context, but then (:generator 6 ...) is your regular asm, mov xor ...) [13:27]
phf: http://btcbase.org/log/2016-09-17#1544418 << i thought psychosis was pretty common with bipolar, during the manic or depressive phases. at least in usg they prescribe antipsychotics to bipolars, though i'm not sure if that's always the case. supposedly you can take them on their own, because they have mood stabilizing effects [13:51]
a111: Logged on 2016-09-17 19:51 mircea_popescu: http://log.mkj.lt/trilema/20160917/#562 << fwiw there's no psychotic ouverture of bipolar. 1st case mostly sounds as usgistan "let's call it something"/ [13:51]
phf: back when i knew the guy, i had a plan to stay in his house for a couple of weeks, wean him off his meds and depending on how that goes, give him acid to poke at his brain. he had some odd blindspots in his thinking that i wasn't sure if they were result of medication, or inherent. somehow multiple people were all up in arms against my plan, so i will never know.. [13:55]
asciilifeform: http://btcbase.org/log/2016-09-18#1544569 << i've been toying with the notion of 0 compiler [14:00]
a111: Logged on 2016-09-18 17:27 phf: (an example is https://gitlab.common-lisp.net/cmucl/cmucl/blob/master/src/compiler/x86/float-sse2.lisp#L1426 x87-set-floating-point-modes prelude with keywords says some handy things about what's being emitted to put it in context, but then (:generator 6 ...) is your regular asm, mov xor ...) [14:00]
asciilifeform: very tight interpreter strictly. [14:00]
asciilifeform: a la tinyscheme [14:01]
phf: no jit either? [14:01]
asciilifeform: nope. [14:01]
phf: i think main line lua is that way, very tight interpreter, and i guess it's fast enough for gaming (tm)(c) [14:02]
asciilifeform: jit он от лукавого [14:02]
asciilifeform: lock up all the x86-aware liquishit in a few 100kb of hand-asmed kernel and never touch again. [14:03]
asciilifeform: it lives in l0 and no jmp ever goes out of l0 . [14:05]
phf: since no jmps.. [14:05]
asciilifeform: betcha there is even a magic bit in amd docs that'll force no-inst-fetch-out-of-l0. [14:05]
asciilifeform: phf: jmp but strictly in the interp's state machine. [14:06]
phf: nx bit on any page that you touch [14:06]
asciilifeform: on all pages but kernel. [14:07]
phf: i guess the trickiest part then is the "x86-aware liquishit", which is enough assembly subset to make it useful, but not enough to construct an escape hatch [14:08]
phf: oh right, and i called it a year ago, asciilifeform has gone full chuck moore :p [14:09]
asciilifeform: dunno, i think i went 'full chuck moore' a decade ago? [14:10]
asciilifeform: and phf: i think you misunderstand - no 'subset but without escape hatch' or whatnot. just pure interpreter. [14:10]
asciilifeform: 0 new x86ola emission at runtime. [14:11]
phf: oh so disk controller is part of interpreter? [14:11]
asciilifeform: yes. [14:11]
phf: aaah [14:11]
phf: hmm [14:11]
asciilifeform: disk+nic, nothing else. [14:11]
asciilifeform: ever. [14:11]
phf: hmm [14:11]
* phf bb [14:12]
asciilifeform: i actually considered all of this in '07 but rejected because 'idiots will patch it to do jit and bring back all of the evils' [14:14]
asciilifeform: but now we have wot. [14:14]
asciilifeform: it is at least theoretically possible to resist. [14:14]
asciilifeform: and if we can get performance on par with, e.g., my 4mhz bolix 3620 - it's a win. of sorts. [14:19]
asciilifeform: phf (and any other interested folk) if you have a bit of spare change, buy yourself a 'pcengines api2', either 2 or 4gb model, it's this comp that comes with schematics. then we can play. [14:22]
asciilifeform: apu2 [14:22]
asciilifeform: ^ [14:22]
asciilifeform: amd g-series with , iirc, gpl schematics. [14:23]
asciilifeform: it is cheap because 0 video and 0 place to put. [14:23]
deedbot: http://www.contravex.com/2016/09/18/check-your-hope/ << » Contravex: A blog by Pete Dushenski - Check your hope. [14:24]
BingoBoingo: !~step4 [17:22]
jhvh1: 4. Made a searching and fearless moral inventory of ourselves. [17:22]
mircea_popescu: i kinda like these because they're so ambiguous. [17:23]
BingoBoingo: Kinda the point. Their meanings can be reinterpreted over a lifetime for those sick folk who need it, because capable of only unhealthy relations with booze et al. [17:26]
mircea_popescu: http://log.mkj.lt/trilema/20160918/#39 << sure. but obviously having both ends helps debug subtle corners and improves your control over the whole matter. [17:26]
a111: Logged on 2016-09-18 17:24 phf: the advantage of something like a vop in general, is that you can emit part of the assembly that you're trying to get working in isolation first, can emit it and call in realtime (i.e. in a repl), can have multiple versions of until you get it right, etc. [17:26]
scriba: Logged on 2016-09-18: [17:24:27] <phf> the advantage of something like a vop in general, is that you can emit part of the assembly that you're trying to get working in isolation first, can emit it and call in realtime (i.e. in a repl), can have multiple versions of until you get it right, etc. [17:26]
mircea_popescu: BingoBoingo yeah, and they're not directly wrong, which is both rarte and helpful for this purpose. [17:26]
mircea_popescu: http://log.mkj.lt/trilema/20160918/#42 << the us clinical practice is literally insane. they also diagnose psychosis and prescribe medication in prepubescent individuals. psychosis in such is a strict biological impossibility. [17:29]
a111: Logged on 2016-09-18 17:51 phf: http://btcbase.org/log/2016-09-17#1544418 << i thought psychosis was pretty common with bipolar, during the manic or depressive phases. at least in usg they prescribe antipsychotics to bipolars, though i'm not sure if that's always the case. supposedly you can take them on their own, because they have mood stabilizing effects [17:29]
scriba: Logged on 2016-09-18: [17:51:09] <phf> http://btcbase.org/log/2016-09-17#1544418 << i thought psychosis was pretty common with bipolar, during the manic or depressive phases. at least in usg they prescribe antipsychotics to bipolars, though i'm not sure if that's always the case. supposedly you can take them on their own, because they have mood stabilizing effects [17:29]
BingoBoingo: !!up yr [17:29]
deedbot: yr voiced for 30 minutes. [17:29]
BingoBoingo: Hello yr [17:29]
yr: hallo [17:29]
mircea_popescu: i don't trust an us educated psychiatrist anymore than i'd trust a shaman orthopedist. [17:29]
yr: I'm sorry BingoBoingo, I pm'd you [17:30]
BingoBoingo: Anyways on the bipolar they swing from anti-convulsants to antipsychotic depending on what's trendy that year. [17:30]
BingoBoingo: yr: I don't know you well enough to PM, so now you have voice! [17:30]
mircea_popescu: sad fucking nonsense, they hung mengele for much less. [17:30]
yr: was just expressing my appreciation for your collective work, and would like to provide a small donation for hitting the site up once in a while for my informations [17:32]
yr: is there an address for that? [17:32]
BingoBoingo: yr: WHich one of the sites? [17:32]
mircea_popescu: well there's the income tax address of teh republic... [17:32]
yr: I wasn't aware there was more than one [17:33]
BingoBoingo: 1FundZy7m7b8begbh9haCguKJcAdFopRJ9 << Supports the work of the real bitcoin foundation. But yes many sites. [17:33]
yr: where can I read about the real bitcoin foundation? [17:34]
mircea_popescu: http://thebitcoin.foundation [17:35]
ben_vulpes: http://thebitcoin.foundation and http://therealbitcoin.org/ml/btc-dev/ [17:35]
phf: (i turned off a111 for mkj) [17:36]
mircea_popescu: BingoBoingo lol, guy tries to do a nice thing, discovers the size of the republic, ton of birkcs. [17:36]
mircea_popescu: phf ty! [17:36]
BingoBoingo: mircea_popescu: It happens [17:37]
mircea_popescu: http://log.mkj.lt/trilema/20160918/#44 << ftr, you know relatives/friends are universally "up in arms" against girly's plan to "move to $distantlands to live as sexual slave of this guy". doesn't usually seem to do anything. [17:38]
scriba: Logged on 2016-09-18: [17:55:52] <phf> back when i knew the guy, i had a plan to stay in his house for a couple of weeks, wean him off his meds and depending on how that goes, give him acid to poke at his brain. he had some odd blindspots in his thinking that i wasn't sure if they were result of medication, or inherent. somehow multiple people were all up in arms against my plan, so i will never [17:38]
scriba: know.. [17:38]
BingoBoingo: yr: Don't worry much. You aren't the first to be shock by just how much is going on here, but so far you are the most polite. [17:38]
mircea_popescu: http://log.mkj.lt/trilema/20160918/#45 << now THIS is certainly a nice idea that the shitty hardware utterly precludes. [17:39]
scriba: Logged on 2016-09-18: [18:00:04] <asciilifeform> http://btcbase.org/log/2016-09-18#1544569 << i've been toying with the notion of 0 compiler [17:39]
mircea_popescu: iirc in the early days of c-as-replacement-for-straight-asm it's exactly how compiler became a thing. "dude... fuck hardware." [17:40]
mircea_popescu: http://log.mkj.lt/trilema/20160918/#51 << no it's not. it ~can~ be, which is a whole different thing. [17:41]
scriba: Logged on 2016-09-18: [18:02:22] <phf> i think main line lua is that way, very tight interpreter, and i guess it's fast enough for gaming (tm)(c) [17:41]
phf: you mean because there's luajit and no wot? [17:44]
mircea_popescu: i mean because "don't do this, don't use it there, don't do this way". in any game there are parts you could do in fucking xml. that you write those in lua, or lisp, or anything does not make the anytihng "fast enough for gaming", much like the 14yo doing the parts of "slut" that don't include fucking doesn't make the 14yo "old enough for sex" [17:45]
mircea_popescu: http://log.mkj.lt/trilema/20160918/#73 << there's a fine steel hatch to lock that down with now so you can transition to not doing it because x86 sux. [17:49]
scriba: Logged on 2016-09-18: [18:14:14] <asciilifeform> i actually considered all of this in '07 but rejected because 'idiots will patch it to do jit and bring back all of the evils' [17:49]
mircea_popescu: http://log.mkj.lt/trilema/20160918/#77 << with the time, being the main qualifier. if you have the time and willing to promise commitment thereof but can't afford, whine and someone will surely gift you it. [17:51]
scriba: Logged on 2016-09-18: [18:22:30] <asciilifeform> phf (and any other interested folk) if you have a bit of spare change, buy yourself a 'pcengines api2', either 2 or 4gb model, it's this comp that comes with schematics. then we can play. [17:51]
phf: oh i thought they use lua for mainloops, but actually i'm not sure. it might just be all scripting. one "fast" lua project that i know, which is luke gorrie's "snabb switch", uses luajit though [18:04]
BingoBoingo: !!up yr [18:40]
deedbot: yr voiced for 30 minutes. [18:40]
shinohai: welcome yr [18:41]
yr: hello [18:41]
BingoBoingo: Keep coming back, it works when you work it. [18:42]
phf: that was not the right command.. [18:47]
phf: hmm, good thing that guard was there.. [18:48]
ben_vulpes: still with the http://btcbase.org/log/2016-04-01#1443973 ? [18:52]
a111: Logged on 2016-04-01 20:37 phf: trinque: rsync, tmux, asdf, really nothing smarter than that [18:52]
BingoBoingo: In other broken sold under the name of the working http://www.rcgroups.com/forums/showthread.php?t=1544180 [18:53]
phf: yes, scp, screen, asdf. i had a v based deployment but i wasn't happy with it, so i'm trying to rethink it [18:53]
asciilifeform: http://btcbase.org/log/2016-09-18#1544650 << consider reading thread again [18:53]
a111: Logged on 2016-09-18 21:40 mircea_popescu: iirc in the early days of c-as-replacement-for-straight-asm it's exactly how compiler became a thing. "dude... fuck hardware." [18:53]
asciilifeform: it wasn't re 'let's program in x86 asm' , lol [18:54]
asciilifeform: it was re 'let's keep tinyscheme-like thing in l0 and no other x86 progs anywhere' [18:55]
phf: ben_vulpes: actually right now i'm heathen-ing it, by using quicklisp too. problem is btcbase depends on 35 different projects (like hunchentoot pulls 8 deps, cl-irc 2, etc.) so cmucl version i had all 35 hand patched to various degrees. the right way seems to be giving all those project the v treatment: pull them in, strip them of fluff, genesis, etc. [18:57]
phf: but that's a hell of a lot more work [18:58]
ben_vulpes: you don't say [18:59]
phf: so my v based deployment had a hack, vpatch by diff artifact has a prelude section, that you can put whatever in. it's basically space before the first --- line [19:01]
phf: err, before the first ^diff ... [19:02]
mircea_popescu: phf maybe im just behind the times. for all i know they use javascript internally all over blizzard now, whatevs. [19:02]
phf: so i use it to put a patch description, but if the section has ^L\n( or ^L\n then i just execute everything between ^L and diff ... after the patch has been applied [19:03]
mircea_popescu: asciilifeform no, i understand the dream. just pointing out that it didn't work once before. [19:04]
phf: so the vpatch becomes something like "getting baz to work^L(load "foo") (load "bar") diff ... foo.lisp ... +... -... etc diff bar.lisp ... +... -..." [19:05]
mircea_popescu: phf no point in being too ashamed of the early pubescence of the republic. if that's the best that can be done then that's the best that can be done, others may be able to improve on it which is welcome, but there's complete immunity from the very hollow somethingawful approach of "your tobacco uses pot lol". nobody cares, really, what something awful may say or think on any topic, chiefly because they're fundamentally idiots. [19:05]
phf: but obviously it doesn't have to be just load, can also be code that does a mutation on state or whatever [19:05]
mircea_popescu: so you know, there's no benefit to be acrued through hiding hacks from view. [19:06]
phf: anyway, i should probably write the first version up, while it's a lul between attempts [19:07]
BingoBoingo: Innovation http://www.jameslafond.com/article.php?id=5255 [19:07]
BingoBoingo: !!up yr [19:11]
deedbot: yr voiced for 30 minutes. [19:11]
yr: just noticed - that the real luke-jr? [19:12]
BingoBoingo: Lurks here, but he doesn't get lended voice anymore [19:13]
yr: interesting [19:13]
yr: well, I'm going to lurk for a while -- is there another way to flag you down besides pm? [19:14]
ben_vulpes: http://btcbase.org/log/2016-09-16#1542988 << joke was just for you bae [19:14]
a111: Logged on 2016-09-16 19:47 pete_dushenski: 'I was dead-set on finding a house with a garbage disposal, or "garburator" as our sorry ("Sorry!") neighbors to the North call them,' << l0l! love the souble dorry. also, i've never lived in a house or condo with a garburator and may never. [19:14]
BingoBoingo: http://www.local10.com/news/florida/miami-dade-county/armed-trio-arrested-in-miami-beach-walks-out-of-jail?utm_medium=social&utm_source=facebook_WPLG_Local_10_%2F_Local10.com [19:14]
BingoBoingo: yr: Register a key, flagg me down when you do, collect a rating, and learn to voice yourself? [19:15]
BingoBoingo: !!topic [19:16]
yr: okay [19:16]
BingoBoingo: !!help [19:16]
deedbot: http://deedbot.org/help.html [19:16]
BingoBoingo: ^ [19:16]
phf: also sop is to ask for a pm from anyone who's speaking (i.e. awake and at keyboard) at the moment [19:16]
phf: err, pm for up [19:17]
BingoBoingo: sop is also what you do with a mop to get water off the floor [19:18]
mircea_popescu: "the logic of steel" wtf is he about ? [19:19]
mircea_popescu: lafond never heard how caesar died or what. [19:19]
BingoBoingo: <mircea_popescu> "the logic of steel" wtf is he about ? << Early book of his. [19:27]
BingoBoingo: <mircea_popescu> lafond never heard how caesar died or what. << Historicaly common, but was uncommon among the fauna local to him historicaly. [19:28]
BingoBoingo: Rat is common plague is alf land. Uncommon in Bingo land. [19:28]
mircea_popescu: still, even thinking about it, both dagger and knife are insane weapons for the lone operator. unless with a group of friends, preferably sons of the people running the city as seein in italian renaissance for example, you're asking to be killed. [19:29]
mircea_popescu: armed enough to be murdered for it not armed enough to keep angry mob at bay. [19:30]
mircea_popescu: !!up makotako [19:30]
deedbot: makotako voiced for 30 minutes. [19:30]
BingoBoingo: But Sanity is uncommon in USia, and especially uncommon in Urban areas. [19:31]
mircea_popescu: the logic of parochisteel. [19:32]
shinohai: BingoBoingo while I'm in here this evening, you want a oglafbot added ? [19:33]
BingoBoingo: Nah, because tradition. However do add responses for !~tradition1, etc. Also add a reply for the seekrit 13th step. [19:34]
makotako: No thanks shinohai [19:34]
shinohai: kk bb [19:35]
shinohai: !!down makotako [19:35]
deedbot: shinohai may not !!down makotako. [19:35]
makotako: mahahahahahahahahahahaa [19:35]
makotako: :D [19:35]
mircea_popescu: makotako who are you again ? [19:35]
makotako: what do you mean, AGAIN? [19:35]
shinohai: Kryptoncoin troll [19:36]
shinohai: i dunno [19:36]
BingoBoingo: makotako: Please see [19:36]
BingoBoingo: !~step5 [19:36]
jhvh1: 5. Admitted to God, to ourselves, and to another human being the exact nature of our wrongs. [19:36]
mircea_popescu: i mean again as in you should have started with that and i'm giving you the benefit of the doubt pretending like you did and i didn't notice. [19:36]
BingoBoingo: brb [19:36]
makotako: Nope, I never introduced myself. [19:37]
mircea_popescu: that'll do then. [19:37]
mircea_popescu: !!down makotako [19:37]
shinohai: !~bcstas [19:37]
jhvh1: shinohai: Error: "bcstas" is not a valid command. [19:37]
shinohai: !~bcstats [19:37]
jhvh1: shinohai: Current Blocks: 430450 | Current Difficulty: 2.2583287217945956E11 | Next Difficulty At Block: 431423 | Next Difficulty In: 973 blocks | Next Difficulty In About: 6 days, 15 hours, 56 minutes, and 42 seconds | Next Difficulty Estimate: None | Estimated Percent Change: None [19:37]
mircea_popescu: and in other non-body-shaming fat-tolerant porn, http://67.media.tumblr.com/1122614d76711992a4c8c8d5d44f81ba/tumblr_nf6yb42fb51tmnngto1_500.gif [19:44]
shinohai: My eyes [19:44]
mircea_popescu: and in other musics, https://www.youtube.com/watch?v=YMdhWRO4-dQ [19:59]
ben_vulpes: how do they go, after the showwwww [20:07]
ben_vulpes: title song off that album is rather good. [20:07]
mod6: !!deed http://mod6.net/deeds/rotor-db-configure-fix.patch.asc [20:37]
deedbot: accepted: 1 [20:38]
mod6: !!deed http://mod6.net/deeds/rotor.tar.gz.asc [20:38]
deedbot: accepted: 1 [20:38]
ben_vulpes: http://btcbase.org/log/2016-09-18#1544713 << would be a concern were americans to get angry and mob ever, see: http://www.cnn.com/2016/09/18/us/minnesota-mall-stabbing/ [20:50]
a111: Logged on 2016-09-18 23:30 mircea_popescu: armed enough to be murdered for it not armed enough to keep angry mob at bay. [20:50]
mircea_popescu: myeah. [20:53]
mircea_popescu: but the bovine quality of the inhabitants of that land (btw, it's pretty clear by now north america destroys the soul : if you recall the spanish ran into the same useless pussies back cca 1500 as the marauding hordes would meet today. apparently it dun matter if redskin or allegedly paleskin - if you live in north america you turn into buffalo) has little to do with some sort of eternal logic of armsmastery. [20:55]
phf: there was a scifi story where a ship landed on a planet, lush, beautiful, with a cow like creatures inhabiting it. so they taste the cow meat, and they hang out, until, and i'll spoil it for you, they all turn, one by one, into same case [21:01]
phf: *same cows [21:01]
shinohai: !~later tell BingoBoingo http://ix.io/1oeh [21:03]
jhvh1: shinohai: The operation succeeded. [21:03]
deedbot: http://deedbot.org/bundle-430460.txt [21:15]
mircea_popescu: aha. [21:28]
shinohai: Zuck gets cucked again, this time by city council: http://archive.is/zkff9 [21:45]
ben_vulpes: http://www.wrightspeed.com/technology << perhaps not the dumbest thing i've seen! [22:05]
deedbot: http://cascadianhacker.com/the-hilarious-unprofitability-of-uber << CH - The Hilarious Unprofitability of Uber [22:33]
deedbot: http://danielpbarron.com/2016/much-more-sisters/ << Daniel P. Barron - Much more sisters [22:37]
mircea_popescu: check it out, danielpbarron somehow has a recent comments plugin that includes diana_coman 's blog ?! [23:14]
mircea_popescu: o nm, was a pingback. [23:14]
mircea_popescu: "What, as we say, dat? Could Uber be competing to own the vertical and horizontal in a space and failing to bite off an element of the business model that profitability is predicated on the ownership of?" << ben_vulpes can you say that again, but in a language, this time ? [23:19]
mircea_popescu: and in other news, a proper postmortem piece re "I attribute a large part of my abject failure to stuff cubicles with commodity labor and churn out software all day long to how willing" when ? [23:26]
mircea_popescu: oh and also, "especially if you're the hardworking-yet-broke, but-somehow-stupid-enough-to-be-family-having type like myself." is the story of a generation. write a blog for them, they will come. [23:31]
mircea_popescu: and in the same old news, http://66.media.tumblr.com/eebca2fe316a4dc7862f3103bcf0a52b/tumblr_nm36utql4G1tkuag2o1_1280.jpg [23:37]
BingoBoingo: ty shinohai [23:40]
deedbot: http://qntra.net/2016/09/another-crack-in-ether-handlers-fume-hood/ << Qntra - Another Crack In Ether Handler's Fume Hood [23:41]
Category: Logs
Comments feed : RSS 2.0. Leave your own comment below, or send a trackback.
Add your cents! »
    If this is your first comment, it will wait to be approved. This usually takes a few hours. Subsequent comments are not delayed.