log☇︎
▁▁▁▁⏐︎▁▁▁▁▁ 5242
lobbes: in my trilema-lotto today; the (potential) $2 million couch loan. I worked with someone years ago who "lended" for the BTCjam thing... tried dissuade him and instead get him registered with a gpg key an' into the WOT but he just was too thick. Wonder if he's in a cardboard box these days
asciilifeform: meanwhile : phf's vintage log imports on testbed. however : certain uniturds decode strangely ( e.g. ru-style double-quote turns into accented A ) ; and link-dekakoizer will need db lookup to determine snsabot-correct date for given index # (else the links do not go where expected) .
asciilifeform: so this will take some days.
asciilifeform: uniturd decoder, note, is the one in lobbes's latest patch.
asciilifeform: atm i also suspect that a certain % of links imported from 'era 2' (phf's april 2016 -- aug. 2019) also do not go where expected, on acct of clock difference b/w the boxen. ☟︎
asciilifeform: ergo needs 'era 2' corrector similarly.
asciilifeform: ( in fact date in link should not matter at all, oughta resolve by index # )
asciilifeform: it is interesting that no one has noticed this effect of yet.
asciilifeform: easiest pill is prolly to '301' e.g. a ...../log/chan/idx/31337 into correct /log/chan/date#31337 , and transform the payloads of all displayed links into the former. BUT this would break with historical convention. so i'ma ask mircea_popescu how he wants this sewn.
asciilifeform: the obv. alternative is to actually do a db lookup when printing links, to get the appropriate local date. BUT this means a db lookup per link displayed, i.e. slowdown.
asciilifeform: ( the option 'hey just sync clock' dun do anyffin useful. for one thing, kako's clock was yet different. for another, both kako's and phf's drifted , just like mine... )
asciilifeform: summary : historic dates in links are detectably bogus .
asciilifeform would like to hear how phf dealt with this .
asciilifeform: relatedly, imho a future piz cargo oughta include a rubidium clock box.
asciilifeform: ( coupla hundy $ , if 2ndhand, but they're hefty )
asciilifeform bbl : meats.
asciilifeform: meanwhile in frustrations, for third day digging for a usable 1u-embeddable GB lan switch for piz , found none
snsabot: Logged on 2019-08-26 21:02:00 asciilifeform: BingoBoingo: currently hunting for an 1u-embeddable 16port GB switch
phf: http://btcbase.org/log/2019-08-27#1931379 << btcbase is a continuation of kako's log, so there's no timestamp divergence. one log stops at dragon, and the other one starts. never the less i don't rely on dates at all: the entirety of log is stored in an array, so kako entry 123 is (aref *log* 123), likewise current log entry 1931379 is at that particular index in array. ☝︎
a111: Logged on 2019-08-27 02:20 asciilifeform: atm i also suspect that a certain % of links imported from 'era 2' (phf's april 2016 -- aug. 2019) also do not go where expected, on acct of clock difference b/w the boxen.
phf: fixing an old style link is then cheap e.g. for http://log.bitcoin-assets.com/?date=16-07-2014#758070 i parse out 758070, (entryref 758070), then render the url (which is standard url rendering function) which uses whatever date that's stored in the message record, http://btcbase.org/log/2014-07-16#758070 in this particular case they happen to be the same, but the point is that this is not a regex transform. essentially i do a ☝︎
a111: Logged on 2014-07-16 17:44 mike_c: need zocchi dice
phf: "database" lookup by index
mircea_popescu: phf, wouldja take it to #asciilifeform or whatever already.
mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-08-26#1931343 << this is terrible ; but i don't see anything wrong with parsing url by id first, such that log/date#index goes to #index on whatever date it might be, and to /date otherwise.
snsabot: Logged on 2019-08-26 23:07:47 asciilifeform: the obv. alternative is to actually do a db lookup when printing links, to get the appropriate local date. BUT this means a db lookup per link displayed, i.e. slowdown.
mircea_popescu: i have no intention o fforcing anything like "time", because (as per ancient discussion i suspect meanwhole forgotten but which i still remember) fiat time is doomed non-republican construct.
mircea_popescu: blockheight is the republican timekeeping item, and in the case of logs that's self-evidently line counts.
mircea_popescu: ie, not only im never gonna mandate inca's "ntp", but i'm not even going to make anything like it.
mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-08-26#1931347 << it'll be a customs nightmare / attention grabber, doesn't seem worthwhile.
snsabot: Logged on 2019-08-26 23:11:36 asciilifeform: relatedly, imho a future piz cargo oughta include a rubidium clock box.
feedbot: http://trilema.com/2019/42nd-street/ << Trilema -- 42nd Street
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-08-27#1931356 << the main headache is that the segment of a url past the anchor (#) is never sent to server .
snsabot: Logged on 2019-08-27 07:09:42 mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-08-26#1931343 << this is terrible ; but i don't see anything wrong with parsing url by id first, such that log/date#index goes to #index on whatever date it might be, and to /date otherwise.
mircea_popescu: sure it is
asciilifeform: nope.
asciilifeform: rtfm plz.
mircea_popescu: noa hat.
asciilifeform: if it were , would be trivial
mircea_popescu: 179.43.*.* - - [27/Aug/2019:08:22:26 -0400] "POST /wp-comments-post.php HTTP/1.0" 500 963 "http://trilema.com/2012/adnotated-words-of-wisdom-on-the-topic-of-online-fraud/#comment-116893" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36"
mircea_popescu: 5 << direct quote from my server log.
asciilifeform: interesting. spec seems to say they ought not, so i suspect not erry browser sends
mircea_popescu: not every browser cca 1999 or some shit. by now, you can rely on it.
asciilifeform: or hrm that's a refer url mircea_popescu
asciilifeform: not a load url
asciilifeform: this dun do anyffin for us re problem
mircea_popescu: eh wtj
asciilifeform tried various browsers, all behave to spec, i.e. none send url-cum-anchor as part of get or post ( ff and chrome do put it in referrer, but it's quite useless for this job, i need a scheme where url entered by hand or otherwise no ref hdr , is valid )
mircea_popescu: asciilifeform, seems right you are, wtf.
mircea_popescu: i could've sworn....
asciilifeform: ikr. i also thought !
mircea_popescu: this becomes quite inconvenient then, end up with duplicate field or wtf.
asciilifeform: it'd have to by the ugly-as-arse /log/chan/index#index or sumsuch
asciilifeform: unless i;m missing sumthing
mircea_popescu: let this sit for a little we think more of it.
asciilifeform: hence wai i posed the q. maybe trinque or lobbes , serious wwwists, can crack this one.
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-08-27#1931361 << imho clock is a luxury and in foreseeable future i'ma only load essentials into the crates. but the good noose is, rubidium has halflife of ~5e10 yrs and aint setting off any alarms. while cesium clock uses the stable 133 . problem is rather that the buggers are heavy and can't be had , seems, in anyffin smaller than 2U .
snsabot: Logged on 2019-08-27 07:13:48 mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-08-26#1931347 << it'll be a customs nightmare / attention grabber, doesn't seem worthwhile.
asciilifeform: ( ftr -- clocks look exactly like servers, just with bnc jack and mains , no other plugs )
asciilifeform: oh hm apparently i was wrong re the cheaper rb -- chinese sell ~pocket-sized unit . but still headache, would have to interface it somehow.
asciilifeform: my contention 'clock is luxury' is based on thought similar to mircea_popescu's, i.e. it dun make sense to bother unless yer doing shortwave or similar application where the intervals gotta be utterly fixed or no go entirely
snsabot: Logged on 2019-08-27 07:12:48 mircea_popescu: ie, not only im never gonna mandate inca's "ntp", but i'm not even going to make anything like it.
asciilifeform: ( whereas 'ntpism' , i.e. networked clocks, make sense in 0 case, it's simply riotously dumb idea, packet delay aint deterministic . ntpism is pure inca scamola. )
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-08-27#1931353 << phf yer missing the point , i need so that http://btcbase.org/log/2014-07-16#758070 AND http://btcbase.org/log/1945-07-16#758070 go to same thing ! ☝︎
a111: Logged on 2014-07-16 17:44 mike_c: need zocchi dice
snsabot: Logged on 2019-08-27 04:13:06 phf: fixing an old style link is then cheap e.g. for http://log.bitcoin-assets.com/?date=16-07-2014#758070 i parse out 758070, (entryref 758070), then render the url (which is standard url rendering function) which uses whatever date that's stored in the message record, http://btcbase.org/log/2014-07-16#758070 in this particular case they happen to be the same, but the point is that this is not a regex transform. essentially i
asciilifeform: dates gotta be decorative and work correctly while being so, or oughta go entirely.
mircea_popescu: asciilifeform, more importantly, how do i searc for the string "don't have" ?
mircea_popescu: i specificalty recall describing this situation in munchen whereby i took cab driver all over bars, trying to find some with decent seating, didn't find any, at end dude was like "well, there's no more left on the list, you have to sit here" and i was like "bitch, i dun have to anything"
asciilifeform: mircea_popescu: quoted strings? indeed still gotta bake'em ( see in readme.txt, they're on the listof missing essentials , and errybody grumbles, i'ma do these next )
mircea_popescu: cool.
asciilifeform: pagination of srch output also
asciilifeform will use same scheme as in phuctor for the latter
asciilifeform: possibly lobbes et al will beat me to it, submit a patch.
asciilifeform was muchly hoping not to end up birthing whole logotron with solely own hands .
asciilifeform: most recent gripe re quotes
snsabot: Logged on 2019-08-26 14:28:11 shrysr_: thanks asciilifeform and BingoBoingo. also since 'pki' throws up stuff like 'napkin' - is there a way to narrow this down in the search?
asciilifeform: for thrd-completeness, also painfully missing are back/fwd linkages a la phf, but these need working date/era handling before i even dare to touch the q
feedbot: http://trilema.com/2019/thelastpsychiatristcom-catfish-the-real-danger-of-social-media-adnotated/ << Trilema -- thel....com - Catfish: The Real Danger Of Social Media. Adnotated.
asciilifeform: mircea_popescu: 4th link in note 1 is borked
mircea_popescu: yes, missing the actual link ;/
asciilifeform: 'masturbated to the same exact theme' in #2 has a 'b' but no terminator
mircea_popescu: deliberate. cuz it's the keyword, repeats throughot article
asciilifeform: dun seem to display the keyword on any of my browser tho
asciilifeform: ( is it meant to ? )
mircea_popescu: meanwhile in diana_coman roulette, http://ossasepia.com/2009/11/15/cine-sunt-eu/
mircea_popescu: asciilifeform, nah, it's not expected to work atm. trying to figure out what i want here.
asciilifeform: a.
asciilifeform: in #20 'Learn how to turn shit off, what' also borked.
mircea_popescu: also because missing the link.
mircea_popescu: do you recall it btw ?
asciilifeform: not afaik
asciilifeform: there's coupla moar of these, but i'ma leave off, evidently mircea_popescu still fillin'em in
mircea_popescu prays at the shrine of lost references
mircea_popescu: asciilifeform, if there's one of those <A href=[word description] broken links, the most useful thing is the link, if known
asciilifeform: sometimes i get notion that the hunted item is in mircea_popescu's www, but difficult to test given no search box .
mircea_popescu: fucking useless even with search box ;/
mircea_popescu: i dunno wtf i'm going to do here, but it's becoming a serious problem, i'm starting to bump against an objective limit in reality.
mircea_popescu: i spent 60% of the time with that article hunting for references.
mircea_popescu: i don't think i have the stomach for more ; which is why the publish-with-drescriptions-instead-of-links model, it's the choice of this or not fucking publish at all.
asciilifeform: yea makes sense
mircea_popescu: add to that the FUCKING INSANE tlp being annoying as fuck, i'm having a blogging crisis over here
asciilifeform read maybe 10%, max, of tlp corpus, for this reason. it's just barely digestible to asciilifeform's enzymes.
mircea_popescu: "i thought he was a great guy, right, so then i moved in with him, and OMFG HE IS INSUFFERABLE
asciilifeform: in iirc '09 when asciilifeform 1st encountered tlp , thought 'insufferable, but occasionally emits interesting point by sheer accident'
asciilifeform: i actually had tlp pegged in my head as a dour, aged, 'feminism'-flavoured chix
asciilifeform: mircea_popescu: speaking of 'starting to bump against an objective limit', it's starting to look like ethernet switch bulk is the limiting reactant for 'how many rk/similar can pack into box'
snsabot: Logged on 2019-08-26 23:58:39 asciilifeform: meanwhile in frustrations, for third day digging for a usable 1u-embeddable GB lan switch for piz , found none
mircea_popescu: 2u niot the end of the word is it ?
asciilifeform: well, half the density, i.e. double the transport cost.
mircea_popescu: huh ?
asciilifeform: largest normal-looking suitcase comfortably houses 2u of irons .
mircea_popescu: ah so you got 4u budget ?
asciilifeform: 1u chassis actually fits 16 rk with comfortable air flow. and their ps. but no GB switch seems to exist, of requisite size, that'd fit inside, even if stripped of own chassis.
asciilifeform: aha
asciilifeform: 4u is the most that can be reliably carried as 'konsoomer luggage' .
mircea_popescu: so it's like 1k/u transport costs as it is uhh
mircea_popescu: huh&
asciilifeform: moar like 500 / 1u (per last expedition)
mircea_popescu: ah, tickets not that expensive ?
asciilifeform: mircea_popescu: i used 'cattle car class', see.
mircea_popescu: aha
asciilifeform: transport costs from 1st exped. , for thrd-completeness.
snsabot: Logged on 2018-05-01 20:40:40 asciilifeform: !!deed http://www.loper-os.org/pub/piz_apr_parts.txt
asciilifeform: ^ 560.5 $ per 1u . keep in mind that asciilifeform for 'belt and suspenders' made a lengthier than strictly necessary expedition . ( in fact used all but 1 of the padding days, walking with BingoBoingo to hunt for missing small parts, tuning boxen , etc )
mircea_popescu: how much is the material cost per u ?
asciilifeform: material ? depends what's in the 1u in question, neh
mircea_popescu: the ones you;re taking
asciilifeform: mircea_popescu: the ones for mircea_popescu , are looking to cost 1-1.5 k ($) ea. (still hunting for the exact machines we use, the old seller seems to have vanished) . rk plant will cost ~1k , not counting drives (and switch, which, grrr, not found yet!) for a plant of 16 subunits. the remaining 1u is to be apu1 (4x) , not drawn yet so i daren't say exactly what costs, expect also in vicinity of 1k (sans disk).
mircea_popescu: might be worth it to put a coupla us in a box, test whether can be taken through ?
mircea_popescu: at 4u/trip you fill a cabinet each decade
asciilifeform: mircea_popescu: it's a calculable function. 4 'heavy' (32cpu opterons) added up to just 5kg short of the max permitted 'overweight'. anything lighter (e.g. rk plant) poses no pain from mass pov. but the suitcases i (specifically) bought for expeditions, are in fact of max permitted phys. dimensions. (w/ 2 u in ea. + paddings and fixators.)
mircea_popescu: asciilifeform, you can actually ship an oversized box can't you ? or do usg airlines not sell this ?
asciilifeform: last time i rtfm'd , 'copa' (the 1 usable co.) permitted over-mass XOR over-dimension .
mircea_popescu: imo you should ask when you buy tickets
mircea_popescu: "hey, i also have this one box, can you carry it ?"
asciilifeform: funnily enuff i did. ( in fact was uncertain until last moment that the actual 2 crates would fly, the co's www is retarded)
mircea_popescu: i don't mean, your luggage.
asciilifeform: well i was 5kg short of the max load, so 3rd box would've had to be <5, even supposing they'd take another 300 and eat it
mircea_popescu: i dunno what this max load is.
asciilifeform: 100kg.
asciilifeform: ( i.e. ~with~ the surcharge , is what one gets from this vendor )
asciilifeform: anyffing bigger, gets 'cargo' treatment, and full customs orchestra.
asciilifeform: BingoBoingostani customs is a circus one could almost write book about. they for instance didn't give a rat's arse re the 1us. but demanded to know why 6x 'high tech!111 omfg'-looking rk's in the carry-on. ( rk pilot plant was assembled on-site, in hotel... )
asciilifeform: ben_vulpes , if recall, somehow botched , so that even his 1us ended up weighed and taxed like silver bricks.
asciilifeform: mircea_popescu: 'take decade to fill rack' is less of a problem than seems -- if could fully tenant e.g. 32 rk's or equiv, already pays for entire dc bill.
BingoBoingo: asciilifeform: The failure in that run was at the US check in counter. There's a max weight on any piece designated "luggage" rather than "cargo", hard limit enforced by baggage handler's work rules
asciilifeform: BingoBoingo: indeed it was. there was a grunt with a scale, weighed and tape-measured each trunk.
mircea_popescu: ic
mircea_popescu: well, imo getting a lot of gear there asap would be very much beneficial for everyone.
BingoBoingo: The problems at Customes rose out of impromptu third bag getting left in Brasil, arriving to Uruguay on a different plane than Herr Vulpes
asciilifeform: mircea_popescu: i intend to pack the crates 'to the waterline' , just like last go.
asciilifeform: BingoBoingo: rright, and ended up ~doubling his cost.
mircea_popescu: asciilifeform, fwiw the story you're telling does not convince me.
asciilifeform: mircea_popescu: hm ?
mircea_popescu: specifically, have you asked copa if they will carry a box for you. this is not an euphemism for a piece of luggage, it is a straight name for a cardboard fucking box. it is also not related to bv's misadventure with sleeping and routing and w/e.
mircea_popescu: IF indeed the box is carried, and IF indeed customs want money, you can just abandon it, fo ra fixed cost of whatever you put in it.
mircea_popescu: this may be a very good deal, seeing how pizarro is eating your bone marrow, at a fixed monthly cost, and you do two trips a year, worth a few u each.
asciilifeform: mircea_popescu: ben ended up with customs pawing ~all~ of his boxes on acct of the excess.
mircea_popescu: risking a few k to not have to waste another 6 months dithering about how "oh, i guess we should talk to people o hurr durr we have not what to sell" is a genius move,
mircea_popescu: at least compared to what idiocy passes for business as usual over there.
asciilifeform: if it were just a q of 'hey i'ma bring a 3rd and see if they eat it' would happily bring 3rd. but there was in fact a d00d with a scale there, and calculator, adding up box0...boxN and if >100kg then 'nope'
asciilifeform: several folx got sent away with 'nope' in the queue.
mircea_popescu: there where ?
asciilifeform: in the usa end, where one goes an' gets the ticket punched.
mircea_popescu: ask coppa if they will carry.
mircea_popescu: i have had them carry in excess of a quarter ton for me. ASIDE from luggage.
mircea_popescu: if they carry, the dude with ruler is welcome to stuff it, you bought ticket from your airline not from him/
asciilifeform: mircea_popescu: what did it cost ?
mircea_popescu: ~60% of what fedex'd have been
mircea_popescu: otherwise, would have fedex'd.
asciilifeform: when i bought ticket, the annoying fucks wouldn't even take prepay of the surcharge when selling ticket, proclaimed 'you pay it at airport'
mircea_popescu: so buy ticket at airport ?
asciilifeform: and pay 2x.
asciilifeform: i bought month in advance.
mircea_popescu: possibly dealing with typically ustardian faux thing, where the corner grocery store misrepresents itself as "bank". except "oh, we can't do wires"
mircea_popescu: ah, already bought ?
mircea_popescu: then none of the foregoingd applies.
asciilifeform: not bought yet, can't buy until all irons pass test
asciilifeform: otherwise risk ending up sucking own elbow
mircea_popescu: in that case, ask them/.
BingoBoingo: Important part of cardboard box exercise is likely to mean finding airport with COPA desk asciilifeform checks in at rather than United or whoever doing a codeshare on the to panama link
asciilifeform: i'ma defo ask, and play the 'phone tag', like last time. but expect similar result.
mircea_popescu: BingoBoingo, has it.
mircea_popescu: gotta deal with copa specifically, not with ustardistani interface
BingoBoingo: May mean reaching out to lobbes or Mocky and setting up a bit of a road trip
asciilifeform: btw it dun matter of what the box is made, or that it resembles suitcase (other than possibly for orc customs). the dimensions thing is applied by monkey on the usa end.
asciilifeform: btw if e.g. rk plant gets eaten, lose considerably moar than ~1k, there's a great bit of hand-craft involved in making these.
mircea_popescu: business is all about identifying these things, writing the correct numbers down, and then comparing sums.
asciilifeform: well yes.
asciilifeform: there's also ' asciilifeform's vacation days ' non-renewable resource involved .
asciilifeform: ( the hero to move boxen instead of asciilifeform , has not yet stood up. )
asciilifeform: where incidentally is Mocky ?
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-08-27#1931500 << incidentally i priced 'fexed', their cost is actually comparable to ' asciilifeform-ex ' . problem is that all fedex'd crates end up getting the full orc treatment.
snsabot: Logged on 2019-08-27 15:15:47 mircea_popescu: ~60% of what fedex'd have been
asciilifeform: *fedex
mircea_popescu: aha
asciilifeform: re mircea_popescu's quarter tonne -- per last yr's specs , they were formally willing to move up to 150kg -- from anywhere other than usa.
mircea_popescu: heh
asciilifeform: 'copa' is... interesting co. for instance, return flight got stuck in panama for extra 20min on acct of some fuckwit who couldn't fit his ~box of cakes~ into overhead compartment.
asciilifeform: ( in usa bouncers would come and beat such fella black and blue and throw out of gate. but orcs. )
asciilifeform: the folx i told in meatspace about this, no one believed. 'yer fucking with me'
asciilifeform: also oblg. apropos of ye olde http://trilema.com/2014/a-practical-exercise-for-people-who-cant-afford-airfare/ >> all 4 planes were ~half full .
asciilifeform did not complain, got to sleep horizontally...
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-08-27#1931506 << us-tardation , if it were ~deterministic~ , would be considerably less headache . but it , sadly, aint. ( for instance asciilifeform never had problem with wire. but that's 0..n, no one knows re n+1... )
snsabot: Logged on 2019-08-27 15:16:40 mircea_popescu: possibly dealing with typically ustardian faux thing, where the corner grocery store misrepresents itself as "bank". except "oh, we can't do wires"
asciilifeform: BingoBoingo: btw occurs to me , you have a 'copa' counter in BingoBoingostan somewhere. consider inquiring what costs round trip ~from~ BingoBoingostan. it isn't impossible that it'd be cheaper for BingoBoingo to ~pick up~ crates.
mircea_popescu: not a bad idea at that. you can by round trip from us in uy for that matter
mircea_popescu does this occasionally,
asciilifeform: even if costs ~same, conceivably could work around asciilifeform's major handicap, i.e. that he can only go 1 (w/ 'afterburners' , maybe 2x) / yr on acct of http://logs.nosuchlabs.com/log/trilema/2019-08-27#1931521
snsabot: Logged on 2019-08-27 15:22:15 asciilifeform: there's also ' asciilifeform's vacation days ' non-renewable resource involved .
asciilifeform: BingoBoingo would not have to get hotel, either, could sleep in hammock in asciilifeform's 'nazi sub'
asciilifeform: supposing there aint orc-generated bureaucratic problem in re BingoBoingo going into usa for day or 2, may be workable.
asciilifeform: (the 1 headache is that BingoBoingo's station would end up unmanned for the interval.)
BingoBoingo: Well, second headache is that coming into UY they tend to care more about payloads moved by UY living folks
asciilifeform: BingoBoingo: i dun recall the orcs asking me where i lived. you give'em the usa passport and is all.
asciilifeform: BingoBoingo: iirc you haven't burned yours yet. so oughta work
lobbes: http://logs.nosuchlabs.com/log/trilema/2019-08-27#1931516 << ftr, I do have a free room in apartment; lordship always welcome as long as I know enough in advance. Though I did some research and it is doubtful if CLT has a copa counter (I could always check on foot to confirm). Loox like closest one may be in Florida
snsabot: Logged on 2019-08-27 15:18:17 BingoBoingo: May mean reaching out to lobbes or Mocky and setting up a bit of a road trip
asciilifeform: lobbes: you are where ?
lobbes: Charlotte, NC (about half hour from airport; and halfway from D.C to FL it seems)
asciilifeform: afaik the only 'full scale' office of theirs is in fl
asciilifeform: 'miami mecca'(tm)
lobbes: yeah, looks like miami and LA >> https://www.copaair.com/en/web/gs/copa-courier-offices
lobbes: hmm, but wtf, now this says there is an office in the Washington Dulles Airport >> https://www.copacargo.com/html/user/default.aspx?PageId=5&lang=en
lobbes has no idea
asciilifeform: lobbes: there was 'office' in the bmore airport from which i went. but it was the kind where no one to haggle with, 'here is machine, wouldja like to buy new ticket for 3x what you paid month ago?' 'here we measure the trunks' etc
asciilifeform: for all i know, is exactly what is in fl and la also.
lobbes: yea, hard to ascertain over the interwebz
lobbes: call em' maybe
lobbes: in any case, my pad is open if road-trip stop is needed at any point
asciilifeform: i'ma have to call'em (and specifically that city's, vs the 'national' one)
asciilifeform: other potential headache is that they'll happily offer to carry e.g. +100kg aaand it'll end up 'cargo' and get ben_vulpes'd.
asciilifeform: so far all i got is 2 experimental data points re expeditions, ben's and mine.
BingoBoingo: As long as everything has invoices you can present, customs doesn't *have* to be multi-day ordeal
asciilifeform: BingoBoingo: dun matter how many day ordeal, cost will still be 2+x of otherwise.
asciilifeform: it'd end up same as if fedex'd.
BingoBoingo unenthused about returning to US without warships and "viking hanglider"
asciilifeform: BingoBoingo: hey , i work as full-time canary in that coal mine...
BingoBoingo: It's not simply existential gasenwagen risk. Its that going to the US involves dealing with all sorts of uniformed monkees on arrival. Every single uniform monkey encountered in the US is an unpleasant experience.
BingoBoingo: Down here, no one hates me for the color of my skin. One of my last memories of the US was the TSA monkeys and the contempt that bled through everything the agent that handled me did.
BingoBoingo: His skin hate radiated.
asciilifeform: BingoBoingo: i won't dispute that it's quite unpleasant. but will remind, i sit there year-round
asciilifeform: fwiw the inspector monkeys in usa , such that i saw in washingtonistan, were harmless, sat and played tetrisen on pnojes
BingoBoingo: I have trouble understanding how you manage to after having traveled outside the zone.
asciilifeform: mostly sad white d00dz , in their 20s, there was no slot at patent office for'em, evidently
asciilifeform: BingoBoingo: i manage to so that to conjure up with what to power asciilifeform's little orchestra, which includes e.g. the expedition and its payload.
asciilifeform: if i knew how to do this in antarctica -- would do it there. would prefer the company of the penguins to ameri-muppets, verily.
BingoBoingo: STL Lambert Intl was all ghetto kangz and queenz pissed whitey would dare take a flight in the morning and justifying the TSA being at the Airport at that hour.
asciilifeform: interesting. one might naively imagine that bmore port would consist of these -- but it didn't.
asciilifeform: i suppose they're all manning lafond's shop
BingoBoingo: Meanwhile in local news, the absolute worst thing done by same demographic, different destination: https://archive.is/7ovs0 "Eso, después de un paseo por Malvin hoy, en varias plazas ví macumbas con pollos decapitados, frutas por doquier y velas, alguien sabe quién las hace, por qué y si es legal? Dejan todo tirado y a mí me parece sumamente asqueroso"
asciilifeform: pollos decapitados ? lol -- vooddists ?
BingoBoingo: Yeah, old black women littering
asciilifeform: oh hey loox like i have my notes mixed up -- bmore is from where went to argentina. to BingoBoingo went from dulles (greater washingtonistan)
asciilifeform goes, always , from where cheapest , to the penny
asciilifeform wonders if the folx at http://logs.nosuchlabs.com/log/trilema/2019-08-27#1931579 are moar 'uppity' on acct of distance from the payola trough mecca
snsabot: Logged on 2019-08-27 17:09:15 BingoBoingo: STL Lambert Intl was all ghetto kangz and queenz pissed whitey would dare take a flight in the morning and justifying the TSA being at the Airport at that hour.
asciilifeform: i've stood in multi-kilometre queues in ameri-airports. but never yet encountered any of the famous abuses.
asciilifeform: the only times had to even haggle, was with orcs in orcistans.
asciilifeform: 'esteemed sir inspector, wouldja like to see how this machine worx?' 'get outta my sight'
BingoBoingo: I don't know where a multi-kilometer line isn't an abuse in itself
asciilifeform: as i understand, you get those always, unless you've yer own airplane.
asciilifeform: after 1st trip ( mircea_popescu's ro ) , asciilifeform bought that subscription for 'get back in usa w/out line', was worth erry penny
asciilifeform: still line to come ~out~ tho.
asciilifeform previously to mircea_popescu's party in timis, asciilifeform spent 20y not even having occasion to go in airplane anywhere.
asciilifeform: ( why? from combination of 'to where to go?' and 'when?' )
snsabot: Logged on 2019-08-25 18:53:47 asciilifeform: diana_coman: to add a few brush strokes to the picture of usa -- and perhaps already you knew -- 1) most folx get ~0 'vacation'. they nominally get '2 wks' but is reserved in practice for illness ; 2) are paid just enuff to stay alive (and locate themselves within vicinity of the mines) , 2-3 missed weeks of pay means destitution .
asciilifeform: BingoBoingo re http://logs.nosuchlabs.com/log/trilema/2019-08-27#1931572 << i suspect exaggerated. even when i went to heart of lafondistan, 'darkest africa', when attempted to buy dilapidated building -- went into where the orcs were, their 'food depot' even, and no one put knife in, no one even spat in asciilifeform's face or even could be aroused to utter insult
snsabot: Logged on 2019-08-27 16:57:51 BingoBoingo: His skin hate radiated.
snsabot: Logged on 2016-07-03 14:15:17 asciilifeform: if you can call 'food depot' etc. living.
asciilifeform: the poor zeks gave much moar impression of being ~tired~ of life, rather than belligerent .
asciilifeform: iirc mircea_popescu had even moar picturesque story, where not only not insulted but had excellent rapport w/ entire bus fulla these , and they all asked for him to become their che guevara
BingoBoingo: asciilifeform: up through mid-Obama I dealing even with the uniformed sort could be very pleasant.
asciilifeform: BingoBoingo: i dunno how many of these folx at any given time even know who is on the iron throne.
asciilifeform: they live in entirely parallel universe, the 1 described in mircea_popescu's 'the tide dollar' piece.