log☇︎
86700+ entries in 0.555s
asciilifeform: mircea_popescu: for a long time he had a mips thing. which was pinched by an argentine and he, recall, publicly had nervous breakdown
mircea_popescu: anyway, sounds like cheap drama. and it can't be THAT seeing how rms used a laptop before 2013.
mircea_popescu: dude... who the fuck wants as much as a farthing's worth of pest control work from someone who regards their mentally deranged state as manifest in their subjective confusion re their sex as an integral part of the process ?
scriba: Logged on 2016-09-20: [15:59:38] <asciilifeform> 'Libreboot left the GNU project on 15 September 2016. The FSF revealed itself to be hostile towards trans people, so libreboot voluntarily decided to leave the GNU project, because the lead developer of libreboot is transgender herself. For those in the community who are unaware, a transgender person is someone whose internal gender identity (in
mircea_popescu: http://log.mkj.lt/trilema/20160920/#197 << lol i recall that particular alice. god we've seen a lot of these over the years have we.
mircea_popescu: http://log.mkj.lt/trilema/20160920/#169 << looks like a cheapo fingerprinting technique ? log didn't pick it up for instance.
mircea_popescu: http://log.mkj.lt/trilema/20160920/#156 << not exactly novel, they had a tor thing thoughout. but yes, tighter integration is to be expected across the empire.
mircea_popescu: incidentally, the penrose book is great ; and as woit aptly points out a very good basis for groking the current affairs re qm/st/etc.
pete_dushenski: ok, reflecting on a rather delicious romp last night, i can see the sexual == parenting angle.
mircea_popescu: depends. if you think yeast is a metaphysical process then it indeed needn't.
mircea_popescu: serfdom is first and foremost a sexual relationship.
mircea_popescu: (for the innocent : a factory is, originally, where the factors go. and a factor is someone who is empowered to handle money in relation to, eg, indian fur gatherers/traders)
mircea_popescu: anyway. funny how the adventure of "employment" played out, as a concept.
asciilifeform: all that changed since it was built is a couplea paint jobs.
asciilifeform: i was recently in a house built in 1620s. still has motherfucking original brick walls.
asciilifeform: 'renovations' is a chumpatron second only to the real estate scam, in usa
asciilifeform: the thing shows obvious, to naked eye, signs of self-disassembly after a decade or so
asciilifeform: ~none of this crapolade will be standing in a century, much less 10.
pete_dushenski: it's also a hell of a way to leave one's fingerprint on the world after he's gone.
pete_dushenski: just a curiousity, a fascination with architecture as a representation of culture
asciilifeform: is this a problem that pete_dushenski has, or as of yet only wants to have..?
a111: Logged on 2016-08-15 20:48 asciilifeform: pete_dushenski: i find the focus on the cosmetic when the functional elements are 'dangerous to self and to others' in 1,001 ways, to be also a typically american lunacy.
pete_dushenski: http://btcbase.org/log/2016-08-15#1522134 << not that i have a horse in the race, but this would seem to redeem our mysterious reaganite author : http://www.mcmansionhell.com/post/150597521816/mcmansions-101-revisited-aesthetics-aside-why ☝︎
asciilifeform: Framedragger: with the former, you're feeding crapola from strangers into a turing-complete latextron.
asciilifeform: and a gigantic coprolith of multi-meg ??????.
asciilifeform: latex comments are a dodgy thing imho. it's turing complete...
mircea_popescu: incidentally, if anyone wants to check how wordpress does latex formatting and roll a mp-wp plugin / v update for it that'd be grand. in typical faux open source style, they're remarkably unhelpful with it (see https://en.support.wordpress.com/latex/ )
mircea_popescu: puts a -d in there, once, when you set it up ; builds its own flalback.
mircea_popescu: asciilifeform it wouldn't need to alter it however. afaik mp-wp doesn't either ; handles redirects itself like a grown-up system ??
ben_vulpes: linter yelled at me and i did a bit of reading
a111: Logged on 2016-04-07 18:13 phf: of course, general purpose computer was always a device that high cast professional would sit in front in order to do computations, augmented by external systems or additional special purpose interchangeable boards. at least that was a pretty shared vision from engelbard to symbolics before the microcomputer
a111: Logged on 2016-04-07 18:10 phf: the person that i was a [big bank] vendor with is actually doing that right now. a trained apl-er and mathematician, having spent few years interacting with [big bank] decision makers now consults on a handshake basis for companies that need a problem solved, but don't care if it comes with a pretty windows gui
scriba: Logged on 2016-09-20: [16:40:25] <phf> well, i do posgresql for money, the appeal of tmsr work is that i can do whatever the fuck, and though that means sometimes suboptimal results, there's a lot of merit in trying odd solutions
phf: (i had to tweak a postgresql search lexing phase just few days ago, and fwiw it doesn't givey you "grep" out of the box. you have to do Traditional Text Search approach tokenize,lex,index by weights, etc.)
phf: well, i do posgresql for money, the appeal of tmsr work is that i can do whatever the fuck, and though that means sometimes suboptimal results, there's a lot of merit in trying odd solutions
PeterL: I wrote a script to submit links from logs to archive.is
Framedragger: yeah. a bit tricky
phf: kind of tricky to cache search, since it's very one off. most load on server comes from searching (i mean it's miniscule still, but...), but i looked at analytics and search queries are all over the place. you have n hits from mentions, which ~might~ be worthwhile to cache. (like ascii does !#s foo, and then there's a dozen of hits from random ips and browsers)
Framedragger: how about full text search? though i know that a combo of caching and grep-in-memory-map mode (on an ssd, say) may be viable
phf: i guess search too, but that's kind of lateral. you can write a bit of python code using xapian to do parsing and indexing for you, and i suspect it's going to be ballpark database speeds. postgresql's builtin search is .. special
phf: db is only worthwhile once you start writing analytics on logs. i've been doing the read directly from znc logs using regex approach for almost a year (actually scratch that i was querying kako's logs over web), and only decided to step it up once i realized i want xref
phf: but since i don't have to expose it to wild net, and rate of checks is low, i can just have a bottle file per task, just doing its own specific massaging
phf: well, for my own znc it has to do like a bunch of retarded timezone conversions, but at least i sat down and thought them through this time
asciilifeform: http://wotpaste.cascadianhacker.com/pastes/8oabs/?raw=true << in other noose, idiot has been working, at least partly BY HAND, for more than a DAY, banging on the door of dulap
phf: Framedragger: i'm basically using kako's log format as a universal exchange <id>;<unix timestamp>;<nick>;<message>, so there's a python bottle proxy sitting on a machine, that, very defensively, can serve a copy of your page in a kako format. it caches all pages that are not today, and it has like 10 second cache for today's queries, but otherwise i'm not mirroring your pages
asciilifeform: amd made its own debugger for its boards, i even have one here, but it has never been satisfactorily reverse-engineered, isn't gdb compatible. i have a brand-new one here, in its crate, waiting for its day.
asciilifeform: once in a while it pops up on ebay, etc.
trinque: asciilifeform: have a preferred distributor for the sage?
asciilifeform: 'Libreboot left the GNU project on 15 September 2016. The FSF revealed itself to be hostile towards trans people, so libreboot voluntarily decided to leave the GNU project, because the lead developer of libreboot is transgender herself. For those in the community who are unaware, a transgender person is someone whose internal gender identity (in their brain) does not match their anatomical sex or gender assigned at birth. Many who ar
Framedragger: right. see trinque, you don't see "lazy" in that context as having any descriptive context (what shinohai's pots); i do. a simple disagreement regarding the use. but i of course have to agree with your general sentiment...
trinque: and arguing from the context of a dead culture buys nothing. "oh this is what people say"
pete_dushenski: sounds like saying 'i'm lazy' in #trilema is like saying 'i'm a terrorist' on a plane
trinque: what it means is this limp dicked "I did a thing but don't judge me pls" that produced the mountain of filth in which we live
Framedragger: sure, but by that metric most of software should be discarded a priori. i agree it's not a good thing; this will get fixed when other, important stuff gets fixed.
trinque: http://btcbase.org/log/2016-09-20#1545626 << this is not a point of fucking pride ☝︎
BingoBoingo: So true "Imagine a rutabaga or an apple, a living harbinger of an adult plant like Christ in His manger presaging the deliverance of all mankind boiled, baked, fried, sauteed, steamed, sun-dried (poor raisins!), microwaved, or roasted to death. Imagine crunching into a fresh green pepper and listening to it scream as your molars do their dirty work. "
shinohai: pete_dushenski: bundle will still be coming to you soon, just waiting until it is fleshed out a bit
Framedragger: http://btcbase.org/log/2016-05-15#1466793 << do you have any automatic log sync set up now phf? just curious. (i'll prolly set up a different silent bot to be used as secondary log history source) ☝︎
pete_dushenski: in other reconfiguring news, fbook vs. cuba : "In Havana, my cousins were forced to listen to rambling speeches about maintaining core values inside a one-dimensional cult of personality. In Menlo Park, I was sitting in a tent full of people wearing identical uniforms of Facebook swag and doing the same. Back in Havana, my cousins were eyeing posters of Che and Fidel on crumbling buildings and the sides of
scriba: Logged on 2016-09-20: [14:26:03] <asciilifeform> http://log.mkj.lt/trilema/20160920/#37 << if this is fixable without breaking old urls, or reaching into the guts of a ~decade-old wp install, i'm all ears
asciilifeform: ^ this is a handy minimal gnat runtime for x86. saves buncha work for us, if we were to gnatulate.
BingoBoingo: <asciilifeform> http://log.mkj.lt/trilema/20160920/#37 << if this is fixable without breaking old urls, or reaching into the guts of a ~decade-old wp install, i'm all ears << Depending on your wordpress species usually if you set up a person readable url scheme the default numeric one continues working
asciilifeform: incidentally, trinque, phf, et al : http://www.mcmelectronics.com/product/83-16358 << this here's the OTHER 'schematics published, amd g-series, sage plug' board. and this one has vga. and apparently is going out of print, being sold for half price in a few places.
asciilifeform: http://log.mkj.lt/trilema/20160920/#52 << be aware that if you find a sage box, you will need to solder the connector (it is a simple job, but the header is a ~metric~ one, see the pcengines schematics)
asciilifeform: http://log.mkj.lt/trilema/20160920/#37 << if this is fixable without breaking old urls, or reaching into the guts of a ~decade-old wp install, i'm all ears
scriba: Restarting for a small update to make myself more verbose in case of trouble / exceptions / etc.
scriba: Logged on 2016-09-14: [21:23:49] <phf> log. so at some point we were in "log according to btcbase" situation. with the recent move to multiple bots and more importantly multiple logs, we now have "log according to ..." model, which we can still though attempt to reconcile. once we move to gossip there can't even be a talk of single log. it's always "log according to whoever heard and relayed it" by design.
scriba: Logged on 2016-09-14: [21:23:49] <phf> asciilifeform: we started with a single canonical log though, where kako's testimony was implicitly the word of tmsr. there was some anathem/"A Canticle for Leibowitz" jokes about it, the log files were deeded, etc. while working on btcbase i realized that there can be no canonical log without arbitration, i.e. because of netsplits, lost messages, out of order, clock skews you need a single author
mircea_popescu: heh. each-reads-his-own was intended as a mechanism to encourage people to select the better package.
mircea_popescu: well if anyone starts ddosing you, it'll be a matter of robustify :)
Framedragger: mircea_popescu: you mean join chan before cloak applied? yeah i know :/ will fix later. want to robustify things as a matter of priority
Framedragger: making things more robust, one shitty kiddo-python-line at a time
Framedragger: meanwhile have to do sector research on ICT. some people think it's a thing.
Framedragger: i am not sure if i should spend time chasing encoding rabbit holes, or start on rewriting things. the logging part is otherwise reliable, after all. but i guess znc can be kept as a source of redundancy, and another logger *which knows wtf utf-8 is* does the primary logging.
scriba: Logged on 2016-09-20: [07:55:50] <trinque> scriba I'm willing to bet is some other guy's python this kid bolted a thing to
framedr_stillghe: http://log.mkj.lt/trilema/20160920/#67 << yeah, i said as much before! it's sopel, and i maintain that sopel itself is a decent piece of work. (which i can daemonize, maintain etc more easily,
framedr_stillghe: if i can do the latter then the problem is sorted. except for, you know, still having a viewer without search.
trinque: scriba I'm willing to bet is some other guy's python this kid bolted a thing to
trinque: shame on the next person who implements any of this without consulting me first, given I handed you lot a full implementation of the logging part, and that I can't remember the last time I had to *touch* deedbot.
mircea_popescu: ben_vulpes (if you think about it, the first block breaks with the software-as-protocol because eg it doesn't reference a prior block. rather than bake a test into code forever, more reasonable to just make it by hand.)
trinque: http://log.mkj.lt/trilema/20160917/#1262 << there is *no* end to the networked fun we can have with a machine meeting these humble requirements
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.
mircea_popescu: eh! i guess now Framedragger gets to make scriba read btcbase for a little bit...
scriba: Logged on 2016-09-20: [02:17:12] <deedbot> http://www.loper-os.org/?p=1667 << Loper OS - A Complete Pill for the Sage SmartProbe.
asciilifeform: BingoBoingo: takes a while to clean these things for publication, and to come to some place where it is of any use.
deedbot: http://www.loper-os.org/?p=1667 << Loper OS - A Complete Pill for the Sage SmartProbe.
shinohai: Yeah I recall a thread on this.
jhvh1: BingoBoingo: Error: "b" is not a valid command.
ben_vulpes: now that you mention it, 'log in' entails a link in yr email.
ben_vulpes: today, i am electing to not implement a logout button.
BingoBoingo: * http://trilema.com/2013/wallmart-or-the-mall-a-debate/
scriba: Logged on 2016-09-19: [19:58:22] <asciilifeform> 'If the miners had half a clue they'd have told Idiot Co-op exactly where to stuff it, and here's the beauty of it: with the arrival of ASICs and their significant capital cost, the odds that the sort of feelgood ninnies currently involved in mining will still be around are nil. ' << if only this had been !
deedbot: http://qntra.net/2016/09/nj-hamplanet-chris-christies-own-lawyer-calls-him-a-liar/ << Qntra - NJ Hamplanet Chris Christie's Own Lawyer Calls Him A Liar
shinohai: I think the whole place is inhabited now by human shannonizers that make mindless posts for 50 cents in satoshi a day.
BingoBoingo: <shinohai> You're not missing much. << At one point a person would have missed many lolz by skipping out
ben_vulpes: http://cascadianhacker.com/21_a-tour-of-bitcoind-booting-to-its-first-thread << i should do another of these!
asciilifeform: 'What there's need for is people to sit down with a cup of coffee and a (preferably printed) copy of the code and just read it through. This can be done in bits as long as the bits aren't arbitrarily segmented (it's ok to summarize a procedure, it's not ok to summarize between lines 520 and 545). Once we have a few of these completed we're already very far down the road.' << mpoepr
asciilifeform: 'If the miners had half a clue they'd have told Idiot Co-op exactly where to stuff it, and here's the beauty of it: with the arrival of ASICs and their significant capital cost, the odds that the sort of feelgood ninnies currently involved in mining will still be around are nil. ' << if only this had been !
asciilifeform: n in fiascoes like this one. Specification is the way out of it, and most importantly specification is the way out of having you idiots create fiascoes like this one randomly, one at a time, for the unforeseeable future. ' -- mpoepr
asciilifeform: 'Do you grasp this? Bitcoin will never exist as a toy for five idiots. You will never get to matter inasmuch as what you want to do is have this little black box the world reveres that only you are allowed to peer inside. This is not how the world works, currently (and past about 1800 or so). This is not how the world should work, either. Specifying the code does not "result in fiascoes like this one". Your idiotic codebase results i