a111: Logged on 2018-11-29 17:23 asciilifeform: and (at least in asciilifeform's observation) the competent engineer types get to bottle ~sooner~ than the chair warmers.
a111: Logged on 2018-11-29 22:50 asciilifeform: ( observe -- sans agression, the moar reliable is your hosting, the ~more~ certain your noad is to get perma-wedged, as it'll never reboot and never satisfy shitoshi's 'catch up only on cold boot' idjit condition.. )
a111: Logged on 2018-11-29 19:21 diana_coman: asciilifeform, and the loc is not the whole story either; I'd much rather read *your* 1000 loc than Koch's 100 loc
zx2c4: one benign, one bothersome
zx2c4: the first is curosity
zx2c4: the second is wireguard needs funding for 2019 and thought this nation might help carry the weight
zx2c4: also i'm wondering what the usual trilema party line is on rust vs ada
a111: Logged on 2017-05-10 21:29 phf`: i'm rewriting everything that asciilifeform is releasing in Ada in Rust, because it's secure AND modern!
a111: Logged on 2017-03-30 14:13 asciilifeform: why would anybody even name a comp lang 'rust' ? how about a surgical antiseptic named 'putrescence' ?
zx2c4: you dont think the borrow checker eliminates large classes of problems in a performant and somewhat elegant way?
zx2c4: rust's ownership and borrow semantics
zx2c4: no i dont think so
zx2c4: presumably the premise is something along the lines of complexity making things impossible?
a111: Logged on 2018-05-04 17:23 asciilifeform: zx2c4: as a matter of fact, is IS a conclusion i can jump to trivially. because your supposed 'person' is actually a nameless cockroach beneath my feet. because he is not in the wot, and thereby not distinguishable from the 90000..+ faux 'humans' usg manufactures on daily basis to further its psyops.
zx2c4: _organized campaign of sabotage_
zx2c4: that's a much larger accusation
zx2c4: have you seen HACL*?
zx2c4: Kind of an interesting project
zx2c4: They write proofs in F* showing equivalence between some functional description and some imperative description
zx2c4: And then they're able to lower the F* down into C
zx2c4: Which is pretty readable
zx2c4: The proof, however, is gone from the C
zx2c4: Well of course everyone prefers simpler proofs that fit in the head
zx2c4: Simpler code that you can read in a sitting
zx2c4: But it turns out now all things are so easily provable as such
zx2c4: Not all math is as simple as Elements
zx2c4: Hasn't writing always been a tool to expand our knowledge / understanding / assurance beyond a single mind?
zx2c4: Write down thoughts from one day, use writings to your benefit the second day, and now you're two people in essence
zx2c4: Oh, I mean, if you're willing to allow for anybody's head (as i presume you mean by mentioning ~whose~ head), then you just posit an incredible genius
zx2c4: I'm not even quite sure what you mean by "fitting"
zx2c4: There are some things I could only prove if I had a paper
zx2c4: I more or less know the process involved but don't have all of the steps in my head. And as I wrote it down, I forget the details of previously written steps while working out current new steps. Yet I have faith in the process of writing it down systematically and having intermediate results from pages prior
zx2c4: > At this time we will walk through the mechanics of our Karatsuba multiplier, so as to cement in the reader’s head the correctness of the routine, and lay groundwork for the optimization which is introduced in Ch. 12B.
zx2c4: Certainly a good pedagogical practice
zx2c4: so this state of "being proven" for you -- it requires some kind of intuitive bullet shot from start to finish of all particulars of a certain logical progression? and any deference of that to outside tools (like paper, or intermediate results with forgotten details) ruin the intuition?
zx2c4: alright and you'd freely admit that when you write things down and solve intermediate lemmas, its often the case that by the time you get to the end, you don't have in the forefront of your brain the details of all intermediate steps anymore
zx2c4: so perhaps you prefer chalk and slate to paper then
zx2c4: a temporary buffer, rather than a rolling log
zx2c4: haha, was just curious. i presume you're ancient
☟︎☟︎☟︎ zx2c4: oh. then derive and macsyma surely are jokes
zx2c4: just install Coq for heavens sake
zx2c4: hey i like good ol rs232 too
zx2c4: I agree with you in spirit -- I think learning details of a proof enough that you have all of it in your head is a good pedagogical approach and gives you more mathematical agility as you progress forward. I just don't know about the ontological statement regarding the proof's validity
zx2c4: (coq is from the late 80s. its still in use, but i guess you could use the 2009 version...)
zx2c4: i can see that critique of haskellism. endless intellectual masturbation (hello trilema?) that doesn't actually drive at any essential truth. there's a particular benefit in demanding truths remain small rather than large
zx2c4: well, as it turns out, coq had some amazing fallacy in its core code a few years back resulting in the ability to prove any statement true...
zx2c4: more seriously, if you're mostly after small computer programs to help you out when exploring a field but eventually do the proof by hand, z3 and sage wind up being super practical as day to day work horses
zx2c4: (i learned algebra back in the day from a professor who wrote a haskell program to generate our textbook... presumably in your mind, my foundational education could not be more screwed up
https://en.wikipedia.org/wiki/Dave_Bayer )
zx2c4: z3 is nice for things like
zx2c4: that z3 script gives a little more assurance we didn't screw up the radix conversion here
zx2c4: no. they're mostly just tools
zx2c4: oh. yea, as i said, they're mostly just tools
zx2c4: an additional check against my feeble human reasoning
zx2c4: it also lets me try things super fast without thinking
zx2c4: and then think backwards in order to reason about its correctness later
zx2c4: more efficient paper
zx2c4: i think in crypto most people refer to it as "verification"
zx2c4: i save my z3 script so that
zx2c4: later if im changing the code
zx2c4: in addition to reasoning about it
zx2c4: i can quickly re-check my work
zx2c4: make sure i didnt so something immediately dumb
zx2c4: in the example above, its pretty easy to prove that by hand
zx2c4: it's not bad at all
zx2c4: its a radix conversion
zx2c4: highschool contest math
zx2c4: right. shows that the carrys work out without overflows given certain bounds on the input
zx2c4: "unsigned less than"
zx2c4: dennis probably wants those variables surrounded by ( )
zx2c4: with good comments? or some nice feature of ada? or easy arithmetic youre implementing? or what?
zx2c4: carrys/overflows are handled explicitly or something?
zx2c4: what you've described sounds good. im wondering if it's the result of comments, the result of just better organized code, or the result of some nice features of ada you're using
zx2c4: explicit carries everywhere, cool
zx2c4: or, rather, where can i see the implementation of W_Carry
zx2c4: Shift_Right((A and B) or ((A or B) and (not S)),
zx2c4: that would be very surprising
a111: Logged on 2018-11-30 03:31 asciilifeform: possibly was sumbodyelse
a111: Logged on 2018-11-30 03:22 asciilifeform: ... or that the #define ULT(a, b) ((a ^ ((a ^ b) | ((a - b) ^ b))) >> (sizeof(a) * 8 - 1)) macro dun turn to barf in the preprocessor on acct of some esoteric beard shaving from dennis richie ?
a111: Logged on 2018-11-30 02:36 zx2c4: nice post
mircea_popescu: next shit out of your dumb mouth fails to string match apologizing for being quite so fucking stupid, i'ma fix the negligence whereby you can still speak here.
☟︎ zx2c4: On my phone right now, woke up from a dream to see this, not sure if im still dreaming. Care to explain what's provoked your ire?
zx2c4: My "nice post" remark wasnt sarcastic, if thats what youre responding to
mircea_popescu: asciilifeform right, "lalala i can't hear you" until the very last moment, when the curtain drops. because why the fuck not, hurr.
☟︎ mircea_popescu: all this "self-confidence is the only education needed" nonsense reheheheally paid off.
a111: Logged on 2018-11-30 09:12 mircea_popescu: asciilifeform right, "lalala i can't hear you" until the very last moment, when the curtain drops. because why the fuck not, hurr.
a111: Logged on 2017-08-22 18:12 mircea_popescu: this place is for reading AND FOR CHANGING YOURSELF.
Mocky: is it just me or does that look like baltimore?
BingoBoingo: I am unsure, I missed them in the photo until you mentioned them
BingoBoingo: Anyways, Libertad is about a third of the way from Montevideo to Colonia
BingoBoingo: The Uruguayos don't tend to lockup people for very long. Year+ in prison seems to be an anomaly
a111: Logged on 2018-11-28 22:47 trinque: mircea_popescu: lulzy, but my coffers aren't stocked up for a supreme court fight just yet
a111: Logged on 2018-11-28 19:53 mircea_popescu: 0fb6460fcb88a0fbdc85d4f3b9505e69814ceacb3effd20b427d1b8d5689094e / 09c078a4040b1a044dc654e005bcc8b4c23523393d5244fd9c47408968555640 i see mempool txn right now.
mircea_popescu: though maybe BingoBoingo feels like updating the piece that started teh discussion with the corresponding mockery.
mircea_popescu: btw Mocky -- teh bot dies through the following : often it makes so much stuff in one click it overwhelms its weight carrying capacity. any chance you can implement a fragmenter-if-overweight ? it's often enough to be a pain in the ass by now.
☟︎ mircea_popescu: dude's mental processes are of a certain ilk, whadda ya want.
mircea_popescu: there's not this miracle in nature, "i know he doesn't wash, but he's a great guy!"
mircea_popescu: usual set of a) "you're special" cuntlet nonsense and b) "if its hard it means you don't have to do it" ustardation. they interplay the same way everywhere, it's a coherently broken philosophical system
mircea_popescu: in fact, pretty much every single pantsuit mental cockroach can be deduced from a+b above, ~including~ the strictly contradictory bits, and also including the psychotic nonsednse that allows them to maintain contradictory beliefs.
mircea_popescu: i'm sure curable. his problem is -- medicine is NOT INTERESTED.
mircea_popescu: just like all bois could in fact be reproduced, if there were somewhere a girl with sufficient patience. there isn't.
mircea_popescu: you're kinda famous for your generosity in this vein, actually.
☟︎ mircea_popescu: there's a certain level of permissible idiocy in the youth. they come out of eggs.
a111: Logged on 2018-11-30 02:58 zx2c4: haha, was just curious. i presume you're ancient
mircea_popescu: i suppose we're a priviledged set, had derive on ye olde 386, instead of "had stupid family, watched disney" or w/e.
mircea_popescu: right, cuz the part where "it fucking worked" is something "we've all moved past" rite.
mircea_popescu: lol. actually, i recently saw aladdin, at hanbot 's insistence. previously i think jungle book was last.
mircea_popescu: jungle book was honest, in this sense. pillaged their own anglo narratives.
mircea_popescu: but yes, alladin carries a pretty fucking strong scent of "oh, hi, we're ohioan squarejaws wearing bedsheets. totally legit rome sir. rome, ohio."
☟︎☟︎ mircea_popescu: yeah, i kinda got the same "oh, we're cluless, aren't we cute tho".
mircea_popescu: anyway, it's a pity san fernando valley was all morons in the 90s. could have bought disney, turn it into slut educational tool.
mircea_popescu: nothing but naked 9yo princesses aspiring to porn valley.
mircea_popescu: asciilifeform that's such a fucking perfect illustration.
mircea_popescu: for whatever, early xtianity comprehending "paganism", italian cinquecento "rescuing classical antiquity", what have you.
a111: Logged on 2018-11-28 15:44 asciilifeform: amberglint: that's the basic litmus test. if comes, gets in wot, then ~possibly~ serious
mircea_popescu: hm. i wonder if we can do ye olde cartoon thing i couldn't get done before.
deedbot: SeanRiddle voiced for 30 minutes.
trinque: asciilifeform: didn't you say you had spotted a bug?
SeanRiddle: I can decap it and get pics, and if it's simple enough I can remove the top metal layer and get more pics, but someone will need to vectorize it to RE it
trinque: deedbot's based upon that, usually reconnects, but it is looking like there's a case where it does not.
mircea_popescu: SeanRiddle you'll be able to self-voice once this expires. also, what do you use to peel layers ?
SeanRiddle: I'm using Whink to remove the passivation layer and top metal layer.
a111: Logged on 2018-11-28 15:50 asciilifeform:
http://www.seanriddle.com/sc1die.html << suggests that this is the case, the link to 'Here's a 17436x15128 pixel version (HD View on another server)' goes to some microshit site that doesn't actually load for me
mircea_popescu: SeanRiddle is it a case you have high resolution photos and lack hosting for them ?
SeanRiddle: Yep, Whink's an easy way to get weak HFl
SeanRiddle: A lot of the pics on wikimedia are 40Kx40K pixels
mircea_popescu: asciilifeform i'd have thought people just use royal water / hcl / something.
mircea_popescu: SeanRiddle what's your medium planning look like ? you wanna do more comicwork ? you wanna expand on your decapping ? what do you do for a living anyway ?
SeanRiddle: Just a programmer - no comic stuff. Decapping is just a weekend hobby.
mircea_popescu: asciilifeform didn't you say amberglint's fellow is the decapper / comic dude ?
mircea_popescu: SeanRiddle sorry lol, seems i got confused. sooo what do you program ?
SeanRiddle: Some embedded stuff for oilfield equipment, some apps for decision analysis
SeanRiddle: I leave it for someone with better equipment. I don't have any lapping equipment.
mircea_popescu: kinda fucking hard to peel off an unknown layer count.
mircea_popescu: still, 100 or so um per layer, should be doable without necessarily ion gun
mircea_popescu: стихи << does english even have "stih" ? certainly ro word, and afaik they have "diptych" and such later greek derivatives...
amberglint: it's from Howard Shrobe's "Exploring Artificial Intelligence. Survey Talks from the National Conferences on Artificial Intelligence"
amberglint: it says "CMOS - 2 Level metal", does that mean two layers?
mircea_popescu: all those delicious %20s, the unerring sign of computer iliteracy.
mircea_popescu: 2 level metal is trade name, a sort of metalization process
mircea_popescu: remember back when they had folks who went to school ? "elite" husband-and-wife team could bake a great z80 game over a summer, and so on.
amberglint: asciilifeform: I also have an article about NS somewhere, don't know if you have it yet
a111: Logged on 2015-06-25 07:05 mircea_popescu: "Our Solutions Leadership About Us Careers News Contact" who the fuck thought this is how you do it ? it's almost like the soviet butcher, "we're the advertising shop, we don't have publishers. fish is what they don't have in the shop down the street"
mircea_popescu: and people envied them for it and even considered defecting to it, and so on.
amberglint: found it, "CAD Programming in an Object Oriented Programming Environment" by J. Cherry, going to upload it now
a111: Logged on 2018-01-17 20:47 asciilifeform: to be fair the company was not really a honest commercial co, moar like one of those unofficial usg research institutes, they proliferated under reagan and died with him
amberglint: mircea_popescu: had it on my mind lately, probably going to do it at some point soon
mircea_popescu: it'd certainly saving on all this "here's rando domain i put stuff on"
amberglint: asciilifeform: I'll consider it, thank you for the offer
amberglint: I wish I could locate the actual docs for NS
mircea_popescu: amberglint best bet prolly hanging about when the dood what's his name croaks and buying the debris in his house.
mircea_popescu: eh, the red stapler guy, shit's always at his house. periodically they find a "traitor" fo this kind, had 9000 "secret" hard drives in basement.
amberglint: Tom Knight still has some schematics for AI Lab's modified PDP-10 and his graphical terminal
amberglint: he shared them with people who are working on PDP-10 emulation
amberglint: I know, just interesting that he keeps some old shit
BingoBoingo: Argentina claims to be exporting their whole soy crop to china. I guess they are trying to live off of whatever percent difference minus transport.
BingoBoingo: But yes, somehow they can afford reactor + crew from russia
Mocky: "Still, a total of 6-7 transactions had been sent to the addresses by time of writing, some with intriguing transaction details. For instance, this transaction has an embedded message:
Mocky: "The other address has one notable transaction which is sent from 1JEWSxAgGhSFuNPHUAr13zftNLjYt5wZaS and 1MoSSaDDSStrRo53YjPaGcXiABAXfYuvEL. A dust transaction, it was confirmed in block 551895."
a111: Logged on 2018-11-30 17:27 mircea_popescu: btw Mocky -- teh bot dies through the following : often it makes so much stuff in one click it overwhelms its weight carrying capacity. any chance you can implement a fragmenter-if-overweight ? it's often enough to be a pain in the ass by now.
amberglint: asciilifeform: I'll try to ask Howard Shrobe about the layers, maybe he still remembers if he deigns to answer
a111: Logged on 2013-12-01 15:21 ozbot: MIT graduates cannot power a light bulb with a battery. - YouTube
mircea_popescu: asciilifeform there's a small space in a tx to add some text.
mircea_popescu: your own "blockchain telegraphy" and a buncha "child porn in blockchain" antiqua are there
mircea_popescu: (by the way, since we're doing usg pretense & impotence : the bitcoin blockchain DOES factually contain child porn. exactly 0 anyone can do about this, which is why exactly 0 mention of this in pravda & co. much like exactly 0 mention on #metoo of all the "evil white men of patriarchy" that laughed @metootard all the way to the brothel.)
mircea_popescu: speaking of which, i guess, if there's any hero waiting in the wings to cut teeth on some code... it's not THAT intricate.
SeanRiddle: That's the lo-res pic. Wikimedia sometimes chokes on my big pics, and I have to upload smaller ones. Go down to the File History and there's a link to a 43Kx45K pixel pic.
☟︎ SeanRiddle: Yeah, that was something like 39x60 pics stitched
☟︎ amberglint: asciilifeform: can you cut the picture back with something like imagemagick?
SeanRiddle: I'm taking jpgs with the camera and then stitching those with fiji. It looks as good to me as using RAW, but a lot easier.
SeanRiddle: That one was a blowtorch decap, so some of the dirt is residue from the plastic encapsulation. I can clean that with HN03.
SeanRiddle: Heh - I was not told the value! Why not use a pro decapper? But you wouldn't torch that package.
amberglint: twenty of them were recently scrapped for gold...
mircea_popescu: re argentine lulz, it seems there's an unadvertised trade war going on, in the limited sense that the us produces some soy the chinese deem too shitty to buy. better living through chemistry results.
SeanRiddle: Looking at the package, I'm guessing the protrusion on the bottom would pop off, revealing the top of the die.
SeanRiddle: I can see traces on the pin side, making me think that the die bonds to them and the heatsink on top is the bottom of the die.
a111: Logged on 2018-11-30 19:58 SeanRiddle: Yeah, that was something like 39x60 pics stitched
a111: Logged on 2018-11-30 19:55 asciilifeform tries to find sumthing that'll display that thing without choking
mircea_popescu: i dunno, maybe i'm just not grasping something fundamental. but it seems to me that for reversing work, 2400 pics with margins beats a 600mb monstrosity.
mircea_popescu: in my mind people just sat with a patient needle and marked down 300k locations.
mircea_popescu: but i mean... you don't even have the spec against which to check this "works" ?
mircea_popescu: maybe you end up with bugbolix machine, accurate to the collection of userland software bugs.
mircea_popescu: (this so neatly mirrors ye trb/prb discussions it bleeds)
mircea_popescu: asciilifeform and for the puyrpose of fit in head, do you agree 2.4k pics with margins better than 600mb flatpile ?
mircea_popescu: i hereby dub one possible end result of this process "the bugbolix plague".
mircea_popescu: i agree it can. i also think it can result in some pretty lulzy "electrolytes that plants need".
a111: Logged on 2018-11-29 19:24 asciilifeform: on other front, phf : on occasion of the most recent bolix thread , i went and looked again at the
http://btcbase.org/log/2018-01-17#1771955 artifact ; it is interesting that they provided 128 iron types, incl. bignum, but not a 'bignum of fixed N words'. i guess in '80s ~nobody was thinking of crypto at all. ( and i was prolly unduly pessimistic to the orig finder of $item, it is prolly 95% of what's needed for cycle-accurate clone.
mircea_popescu: you know, if we had working svg thius would be such an eminent application for a svg scroll-through-er.
mircea_popescu: the more we tal;k about this, the more it's evident what's lacking isn't MERELY x or y. we're lacking a buncha pieces here.
mircea_popescu: asciilifeform is there any difference between the netlist and a binary tree of transistors ?
mircea_popescu: or w/e, the list of binary trees, admitting somehow there's unconnected islands
mircea_popescu: if you were to attempt to do ~more~ machined reversing than merely "build me netlist", wouldn't the correct approach be to a) build binary tree of transistors and b) sick tree massager on it ?
mircea_popescu: ie, while transistor is not natural language semantic unit, isn't it machine language semantic unit ?
mircea_popescu: (the "tree massager" in question being another major moving part we lack, obviously.)
mircea_popescu: yes -- nevertheless, it'd actually make fucking sense, as opposed to prayer-driven methodology.
mircea_popescu: i bet you what you want you'll find hand massage in bolix.
mircea_popescu: a horse that goes 90% of the way to paris still can't make any part of stagecoach to paris.
mircea_popescu: i will take my chances on these four deuces. "engineers", i know what this means.
mircea_popescu: problem being that massage will prolly inform future pic taking. but anyway.
mircea_popescu: we defo need a tree massager. this problem will reccur.
a111: Logged on 2018-11-28 19:28 mircea_popescu: you put in a violet source, take a pic. next you put in a green source, take a pic. next, yellow and red.
SeanRiddle: I haven't. Fiji can do focus stacking, but I haven't tried that yet. I've got an XY table and I rigged a stepper to the focus knob, so I could take n pics at different focus for each tile.
mircea_popescu: the idea being that there's an absolute limit to optical microscopy due to quantum phenomena (hence the heisenberg reference, his original work as critiqued by bohr dealt exactly with this). however, these limits also depend on frequency, and from comparing measurements in different lights one can get some error correction.
mircea_popescu: but the issue isn't focus ; it simply is the frequency of the photons involved.
a111: Logged on 2018-11-30 19:52 SeanRiddle: That's the lo-res pic. Wikimedia sometimes chokes on my big pics, and I have to upload smaller ones. Go down to the File History and there's a link to a 43Kx45K pixel pic.
mircea_popescu: SeanRiddle why the hell would you use this batshit insane process. what's wrong with linking things like sane people, off your own domain and all ?
SeanRiddle: When I starting posting pics I was hosting my domain at home and the big pics would kill my access. blogspot limits the max size, so I uploaded to wikimedia. Now I'm using a real web host, so I guess I could put everything there.
mircea_popescu: ideally both the pre-stitch and the post-stitch, and absolutely do not use jpg.
mircea_popescu: it may look the same to you, and to anyone else. but if it flipped over a pixel somewhere you're looking at a potential man-year to find where the fuck.
a111: Logged on 2018-11-30 20:20 mircea_popescu: ie "it works" ?
mircea_popescu: (this is not strictly about jpg. ~any~ image compressing/processing/fucking with the sensor data is dubious. even using such a thing as the camera's "soft" focus (as opposed to the lens-driven hard focus, some handhelds offer this internal processor-driven cvasi-focus) is a bad idea for this task. exact discussion of "whitening" and other such pattern-inserting nonsense from crypto)
a111: Logged on 2018-11-30 19:55 SeanRiddle: It's a Canon EOS 5D
a111: Logged on 2017-08-29 21:40 mircea_popescu: < kanzure> jrayhawk_: would you be willing to host a microscope? responsibilities would include keeping it plugged in and internet connected. also there would be an irc bot that controls where it looks. you'd also be pestered to load samples periodically. << did this 2014 idea ever get implemented ?
a111: Logged on 2017-08-29 22:19 asciilifeform: phf: 'Собрал царь зверей всех животных в лесу на поляне и говорит: - Cегодня мы будем трахать тех, у кого рот маленький. Правильно ежик? - Даааааа-Даааааа! - сказал ежик. - А завтра мы будем трахать тех, у кого рот большой. Правильно бегемот? -
mircea_popescu: speaking of which, hey ave1 , can has approved comment!!1
mircea_popescu: asciilifeform you odn't like uruguay for the purpose ?
mircea_popescu: and we're all awaiting with bated breath you settling on something.
BingoBoingo: <asciilifeform> prolly oughta add that surplus SEM in particular ( and similar irons ) 1) generally live in usa 2) dun exactly fit in smuggle-trunk under old shirts << If you can produce an invoice I can recieve it as a prepackaged good
BingoBoingo: Well, fill the other half of the container with rockchip plants
BingoBoingo: <asciilifeform> ( even supposing i devise a means of teleporting one to BingoBoingostan ) << Slow boat with your workshop
BingoBoingo: Well, Assange taught us Ecuador can't diplo-crate
BingoBoingo: Well, you know how Latino elections swing bigger
BingoBoingo: Sure, but they swing between "Make Miami in Ecuador" and "Make Ecuador Miami Again"
BingoBoingo: If you gotta feed the Argentards soy, why not feed them crap while China's buying the good stuff
BingoBoingo: Not all of them. Just the moms and older along with the steers
BingoBoingo: Anyways, if you are setting down something heavy for a while Uruguay's got great bedrock
a111: Logged on 2017-06-17 23:13 mircea_popescu: but if i buy coffee grinder for factory, it is to work at all times, and girls will change their schedule to keep it going, not it to accomodate them.
BingoBoingo: <asciilifeform> it's rather like a 'caterpillar'. how many folx do you know who have own 'caterpillar' and dun work it erry day for daily bread. << At least 3 come to mind
BingoBoingo: That part's harder to discern. Depends on how often the other tractors sink into the muck
BingoBoingo: Having a rebuilt caterpillar is usually a result of it being inconvenient to rent when it brings the most convenience
☟︎ a111: Logged on 2017-11-16 18:07 mircea_popescu: you can't do self-amputation.
BingoBoingo: In other news, the poor kiosk on the block was apparently a victim of walk in and walk out with something shoplifting for a second time this week
BingoBoingo wonders if Vzla or Brasil might have the right equipment otherwise employed