Show Idle (>14 d.) Chans


← 2018-08-24 | 2018-08-26 →
00:37 mircea_popescu meanwhile in middle earth drilling, https://78.media.tumblr.com/tumblr_m9op2npnrc1qcil1ko1_1280.jpg
~ 9 hours 46 minutes ~
10:23 deedbot http://trilema.com/2018/and-today-in-fetlife-updates-sad-news/ << Trilema - And today in Fetlife updates, sad news.
~ 2 hours 50 minutes ~
13:14 deedbot http://qntra.net/2018/08/san-francisco-to-pay-six-figure-usd-compensation-to-members-of-seperate-feces-and-needle-clean-up-teams/ << Qntra - San Francisco To Pay Six Figure USD Compensation To Members Of Seperate Feces And Needle Clean Up Teams
13:26 Mocky http://btcbase.org/log/2018-08-24#1844275 >> why would you need initial guess for final 2 piles when you can compute them directly from given input?
13:26 a111 Logged on 2018-08-24 17:49 asciilifeform: all you gotta do is to take { floor(sum(mass) / sum(qty)) - 1 , floor(sum(mass) / sum(qty)) } as the initial guess for the split of qualities of the final 2 piles
13:31 Mocky well, maybe my maffs is wrong and someone can correct my work
13:36 Mocky http://btcbase.org/log/2018-08-24#1844275 >> let A = sum(mass) / sum(qty), final pile qualities will floor(A) and ceil(A)
13:36 a111 Logged on 2018-08-24 17:49 asciilifeform: all you gotta do is to take { floor(sum(mass) / sum(qty)) - 1 , floor(sum(mass) / sum(qty)) } as the initial guess for the split of qualities of the final 2 piles
13:37 trinque BingoBoingo: *separate
13:39 BingoBoingo trinque: ty fxd
13:40 Mocky size of piles are computed by solving the two equations for x and y 1) floor(A)*x + ceil(A)*y = sum(mass) 2) x + y = sum(qty)
13:41 mircea_popescu Mocky alf's mysterious disappearance promises he saw the problem with his idea :p
13:41 Mocky other than not needing the guess the final state, I'm still trying to find a problem with it
13:43 Mocky i think that it can work, i don't see how it would work better than A* if heuristic was found, but I don't see how worse either
13:45 mircea_popescu not deterministic as claimed, the ~only problem.
13:45 mircea_popescu otherwise sure works.
13:45 Mocky I'm not clear on how you can backtrack piles directly though, as if they were from isolated branches, when possibly final 2 piles from mixed descent and not from isolated mixing
13:46 mircea_popescu that's the problem!
13:46 Mocky ok, lol
13:47 mircea_popescu the addressable quanta here is the single unit, of a specified quality. these are presented in groups (of the same q), and you're asked to reform the "minimal groups", ie, 2 qualities. whether any individual strand belongs in final-group-A or final-groub-B is however ambiguous until you've made the last move (recursive pov, the last move is tha first move, recursion flows backwardsd, like dream states).
13:48 mircea_popescu hence my http://btcbase.org/log/2018-08-24#1844303 question, it quashes the "deterministic" notion.
13:48 a111 Logged on 2018-08-24 18:19 mircea_popescu: specifically, how do i pick among alternatives 1. "all stacks with odd index, left, all stacks with even index, right" and 2. "all stacks under 75 or over 125 left, all stacks within 75 to 125, right" ?
14:01 asciilifeform http://btcbase.org/log/2018-08-25#1844413 << ha yea i sat down to write the proggy and realized
14:01 a111 Logged on 2018-08-25 17:41 mircea_popescu: Mocky alf's mysterious disappearance promises he saw the problem with his idea :p
14:02 asciilifeform it can be made to work ( stuff all the whole piles possib into the two lumps , then solve for linear combinations of the excluded q's) but dun win anyffing
14:03 asciilifeform http://btcbase.org/log/2018-08-25#1844412 << canhaz proof ? ( i can buy it, but suspect that can construct counter ex )
14:03 a111 Logged on 2018-08-25 17:40 Mocky: size of piles are computed by solving the two equations for x and y 1) floor(A)*x + ceil(A)*y = sum(mass) 2) x + y = sum(qty)
14:05 asciilifeform http://btcbase.org/log/2018-08-25#1844421 << i had it pictured in exactly these terms, looked for some cheat, but yet found none
14:05 a111 Logged on 2018-08-25 17:47 mircea_popescu: the addressable quanta here is the single unit, of a specified quality. these are presented in groups (of the same q), and you're asked to reform the "minimal groups", ie, 2 qualities. whether any individual strand belongs in final-group-A or final-groub-B is however ambiguous until you've made the last move (recursive pov, the last move is tha first move, recursion flows backwardsd, like dream states).
14:05 mircea_popescu asciilifeform what do you mean ? that's exactly how it goes, atomically. all mixed piles will be of size sum sizes and quality w-a qualities.
14:05 asciilifeform mircea_popescu: q-1 and q are not the only possible immiscible piles
14:06 mircea_popescu q of diff parities are ; but in ~practice~ it is ~almost always~ the case that a "large enough" starter set is presented to that q, q-1 occur.
14:06 asciilifeform there exist qa,qb that are only miscible in quantities that are not available on a given game board
14:07 mircea_popescu but you have a point, in that investigating the "large enough" condition might shed some lights.
14:07 asciilifeform i'ma post a proggy when i get home, currently in town
14:08 mircea_popescu they have a town where you live ?!
14:08 Mocky lolcat suggest some 'large enough' conditions, no?
14:08 asciilifeform lol sorta
14:09 mircea_popescu Mocky yes, kinda.
14:11 mircea_popescu also, it is imo a great mistake to limit the modelling in terms of 2 pile starter conditions. this is very rarely the case.
14:12 mircea_popescu anyway, let it be pointed out how lulzy and innerving the recurse-dream relation is. "can't make the first move till you made the last move" etc.
14:16 mircea_popescu (and, for the esthlos of the present and they of the future, the "lie-tician" was a reference to lie groups, which is a sort of we-wanna-galois-too but with more symmetry, less comprehensibility and possibly much powerful-er overall. i half-expected he's going to start throwing manifolds at me or who knows what nonsense, take me out of commission for the remainder of the season.)
~ 24 minutes ~
14:40 ave1 And to continue, It's possible to do this one in 20 steps: http://btcbase.org/log/2018-08-22#1843598, see http://p.bvulpes.com/pastes/o2Gzz/?raw=true
14:40 a111 Logged on 2018-08-22 16:49 a111: Logged on 2018-08-22 05:48 Mocky: http://btcbase.org/log/2016-08-20#1525884 ftr my algo does it in 40 steps preserving full value of 1,639,142: http://p.bvulpes.com/pastes/bvsMD/?raw=true
14:44 asciilifeform ave1: observe also that your final state is exactly example of http://btcbase.org/log/2018-08-25#1844434 ! and counter-ex to http://btcbase.org/log/2018-08-25#1844412
14:44 a111 Logged on 2018-08-25 18:06 asciilifeform: there exist qa,qb that are only miscible in quantities that are not available on a given game board
14:44 a111 Logged on 2018-08-25 17:40 Mocky: size of piles are computed by solving the two equations for x and y 1) floor(A)*x + ceil(A)*y = sum(mass) 2) x + y = sum(qty)
14:49 ave1 Yes, the whole thing is not guaranteed to finish (I used different sorting algorithms and even got cycles)
14:50 mircea_popescu lol!
14:50 mircea_popescu how the heck can you get a cycle ? "quality" here approximates enthalpy, it only moves one way
14:50 mircea_popescu (or rather : for something to be a move, quality-diversity in the universe decreases)
14:51 asciilifeform mircea_popescu: you move into an immiscibility zungzwang, that's how
14:51 mircea_popescu zungzwang, eh ?
14:52 mircea_popescu (it's zug-zwang, but honestly the onomatopoetic value justifies the grammar breach)
14:52 asciilifeform i prefer my grandfather's corrupted ver lol
14:55 mircea_popescu "oh, it's so difficult to make computer games -- you spend millions and months to generate content, and then the players consume it in minutes"
14:55 mircea_popescu fucktards. NOT ONLY do they do it wrong, but they ACTUALLY attempt to pass their failure for "how it is" and "move on".
14:57 ave1 lol
14:58 ave1 btw, retrying what I did and so far could not regenerate cycle, so for all could have been a bug
14:59 mircea_popescu i expect.
15:03 asciilifeform mircea_popescu, ave1 , Mocky , et al : http://p.bvulpes.com/pastes/JJtFX/?raw=true
15:03 asciilifeform ^ simple plaything for evaluating moves
15:05 asciilifeform ( does not solve the game, only displays possible next move from given state )
15:12 ave1 for the record, mine: http://p.bvulpes.com/pastes/5FTlj/?raw=true
15:16 Mocky asciilifeform, ave1's above is not in fact example of immiscible quantities: ave1's final state can be stacked down to q, q-1 by my algo in 2 moves
15:17 asciilifeform Mocky: plz post the moves ?
15:17 asciilifeform cuz my proggy dun see any moves from his final state
15:20 asciilifeform oh hm nm
15:20 Mocky http://p.bvulpes.com/pastes/0JK0r/?raw=true , elementarily, they are both odd qual...
15:20 asciilifeform i was working from old coad
15:20 asciilifeform (find-variants '((7846 . 173) (1592 . 177))) gets me (((0 . 1) ((1592 . 175) (4776 . 174)))) .
15:20 mircea_popescu !!key ave1
15:20 deedbot http://wot.deedbot.org/57EE94EA6F2049A47DAFA8568F4CE8F777BC59F9.asc
15:21 asciilifeform would still like a proof that 'in the end always 1 or 2 piles'
15:22 ave1 Aha, I refactored the code to end as soon as possible, turning that back I get the same answer too.
15:22 asciilifeform ave1: oughta end only when 0 valid moves remain
15:22 Mocky 3 piles must contain odd,odd or even, even pair therefore stackable
15:23 asciilifeform ok sold
15:24 ave1 It does not matter if the two piles are mixed in the end (the loss will always be the same). But I'll have to start playing to get to why you'll want to this specific end state.
15:24 ave1 btw, unrefactored version: http://p.bvulpes.com/pastes/K3iuw/?raw=true
15:24 asciilifeform ave1: contemplated puzzle asks for 0 loss
15:27 mircea_popescu ave1 eulora is very slim margin, losing as much as 1% could take you out entirely. think in terms of closed systems, such as "what is acceptable oxygen loss in space station" or i guess http://trilema.com/2016/what-lasts-forever/ etc discussions of prices and value
15:31 Mocky mircea_popescu, does ave1's example of stacking down to 7846x173q 1592x177q, actually violate any criteria, despite that it 'could' be stacked further, it could not be stacked down into fewer slots
15:32 mircea_popescu i don't see a problem with it, from a gameplay perspective.
15:32 mircea_popescu but it also is at variance with what was de-facto specified, though not seriously ever reviewed.
15:32 asciilifeform i dun know enuff about the game, but is it possible that player might prefer e.g. 173/177 to 174/175 etc
15:33 mircea_popescu i can't right off conjure a reason why he'd care.
15:33 Mocky the fewer server roundtrips would be preferable, assuming they can be had
15:34 mircea_popescu i mean, from the trader pov, debalanced count pairs are arguably slightly better (so 1 - 9999 perhaps better split than 5000-5000), as mocky points out ( http://trilema.com/2018/algorithmics-problem-seeking-experts/#comment-126524 , and as i say, this advantage is indeed very slught)
15:35 mircea_popescu then again, from the crafter pov, debalanced stacks not preferable, because of considerations of interplay between item q and bp q in the final product, it'll be more work to calc proper bp q for two stacks apart than for two stacks consecutive
15:35 mircea_popescu but this is also very slight indeed.
15:36 mircea_popescu so in short, i don't see a practical reason to say ave1 's 7846x173q 1592x177q is not a legitimate final state, even if it doesn't match what we've been saying final state should be.
15:40 Mocky from my pov, stacking down to *any* 2 stacks is the bulk of the value. but in my mining the stacks are going to converge to q q-1 eventually. and in fact large piles of q q-1 are sitting around waiting to eat incoming small stacks
15:42 mircea_popescu Mocky right, this is a recurrent problem with extremely meta-stable attractors, i don't expect in the end it makes ANY difference that in an isolated state it produced weird double-evens.
15:42 mircea_popescu or w/e, double-odds.
15:55 asciilifeform mircea_popescu: puzzler might have all sortsa interesting applications, possibly all the way to e.g. defraggings in a hypothetical trbi
15:55 mircea_popescu ikr
15:55 mircea_popescu ask honest questions, and the value of the answers will never cease to amaze.
16:01 mircea_popescu meanwhile in unremarkable pornography, https://78.media.tumblr.com/tumblr_ma73ph9IUo1qkbo3do4_1280.jpg
~ 16 minutes ~
16:17 asciilifeform mircea_popescu, Mocky , et al : can it be shown that in e.g. 173x+174y=S , x and y are unique ?
16:18 mircea_popescu yes.
16:18 mircea_popescu two consecutive numbers are always coprime!!1
16:18 asciilifeform ( observe that elementarily if gcd(a, b) != 1 and | S , they aint )
16:19 asciilifeform lol
16:20 mircea_popescu asciilifeform that's the criteria, that 173 and 174 share no factors. if they do -- then x * factor +y and x +y * factor both work.
16:20 mircea_popescu but the smallest possible factor being 2, two consecutive numbers are always coprime.
16:20 jurov should be fixed
16:20 lobbesbot jurov: Sent 17 hours and 27 minutes ago: <mod6> We're getting 504 & timeouts from the ML
16:22 asciilifeform jurov: still seems to hang
16:23 asciilifeform is the box under ddos or wat
16:25 jurov no
16:25 asciilifeform then odd, why would it hang
16:27 jurov mailman was stuck, after restart it went fine from here
16:27 asciilifeform it still dun load from my end
16:28 asciilifeform anybody able to load http://therealbitcoin.org/ml/btc-dev ?
16:29 trinque negative
16:33 mod6 just tried it 2x, each from a different spot. worked good for me.
16:33 mod6 lemme try a 3rd & forth
16:33 mod6 *fourth
16:34 asciilifeform mircea_popescu, Mocky , et al : here's a lol : given as there is finite range of Q (minq .. maxq from initial board) and finite range of quantities (1 .. totalcount) , it is possible to enumerate all possible mixes, in a space-for-time trade, to speed up exhaustive search
16:35 mod6 yeah, seems to be ok. let's keep an eye on it.
16:35 asciilifeform still dead from here.
16:39 mod6 ok weird.
16:40 mod6 now i've got one location where it's responding fine, and another that i'm getting 504.
16:42 jurov no idea, will wait and see. ml should be eventually moved to the foundation box
16:42 mod6 yeah, i want to move the website to one of the foundation boxes as well.
16:43 mod6 i just gotta get the time available to do it. with any luck the current configuration will hold up for another month or so to allow me to get freed up a bit.
16:44 jurov mod6 let me know when it's set up to serve static files, i'll at least copy the archive there
16:44 mod6 the website?
16:44 jurov the /ml/ archive
16:44 mod6 it can serve static files
16:45 mod6 i have bunch of tarballs and things on there now that one can just easily download or whatnot.
16:51 mircea_popescu asciilifeform that is true ; meet my friend mr ! and also http://btcbase.org/log/2018-07-22#1837153
16:51 a111 Logged on 2018-07-22 16:55 mircea_popescu: (something very similar was the original impetuus for mp asking ben_vulpes for candi [where is she btw ?] only to then discover after a whole day of basic-training-with-admirals that in fact the memory footprint for what i had in mind was ~infinite)
16:56 jurov I'll install/configure apache on the pizarro-colocated foundation box. Want to prepare for mp-wp, anyone has handy their notes pls?
16:58 mod6 Ah, thanks jurov!
16:58 mod6 Oh you're gonna do wp-mp on there too?
16:58 mod6 Lemme dig up the one script that I have from ben_vulpes, the rest of the notes I think BingoBoingo has.
17:02 asciilifeform mircea_popescu: store as '3d cube' of 1bit 'mix? yes/no'
17:02 asciilifeform well, 4d.
17:02 mod6 jurov: http://p.bvulpes.com/pastes/F6VYL/?raw=true
17:02 mod6 script ^
17:02 mircea_popescu 4d. think, just looking through my storage right now, i have a dozen or so SIX FIGURE stacks.
17:02 asciilifeform mircea_popescu: will be also interesting to represent problem geometrically, as paths in this space.
17:03 mircea_popescu and i have items with six figure qualities right now in my inventory.
17:03 mircea_popescu wut do.
17:03 asciilifeform store sparsely ( the mixability is periodic across qty axis )
17:03 mircea_popescu im not even the biggest, iirc danielpbarron got 100s of millions of whatever from his remarkable claim
17:03 * asciilifeform bbl,meat
17:04 mircea_popescu the question of HOW to store sparsely is a re-implementation of the original question asked, in haskell.
17:04 jurov mod6: thanks, and what apache/mysql versions are used?
17:09 mod6 on there? I don't even think he has either setup on there.
17:09 mod6 afaik it's just running trb
17:09 mod6 lemme see
17:10 mod6 http://p.bvulpes.com/pastes/Zk0dA/?raw=true
17:11 jurov i know, but which ones should I emerge.
17:11 mod6 oh, you don't mean which are on stormy, but which to use for wp-mp
17:11 mod6 i have no idea.
17:11 mod6 why do we need that anyway?
17:11 mod6 or is that what is needed for mailman stuff etc?
17:11 jurov We need at least apache.
17:12 mod6 Yeah, sounds good. apache2 should be fine.
17:12 mod6 BingoBoingo ben_vulpes trinque anyone else ^ ?
17:12 mircea_popescu jurov mysql 5.560 / apache 2.4.16 know to work.
17:12 jurov But i don't want to install newest one, it may pull gcc 6 and what not, does cuntoo has an apache version?
17:12 mircea_popescu !!key nicoleci
17:12 deedbot http://wot.deedbot.org/64D970E1975FDC002A0AE085E7099E0C61EE6ADB.asc
17:12 jurov mircea_popescu: aok
17:12 mircea_popescu !!rate nicoleci 1 i own her.
17:12 deedbot Get your OTP: http://p.bvulpes.com/pastes/UsH03/?raw=true
17:13 trinque mod6: what was the question?
17:14 mod6 curious as to what apache2 version is suitable for just normal website or one that would include wp-mp
17:14 mod6 and i think stormy, the foundation box was a gentoo setup by ben.
17:14 mod6 but I don't know if it's cuntoo-ish, or early cuntoo-ish.
17:15 mircea_popescu jurov this was gcc 4.4.7
17:15 trinque yep, I host with you, so whatever it is you provide worx.
17:15 mircea_popescu trinque i don't think they know what they provide :D
17:15 trinque lawdy
17:16 mod6 it's not the same box.
17:17 mod6 that's a different box, i'll check and see there on the shared environment. one sec.
17:18 jurov no rush
17:19 mod6 ok shared environment is:
17:19 mod6 Apache/2.4.29
17:20 mod6 mysqld Ver 5.5.59
17:24 jurov mod6 good. Please copy over /usr/portage from the shared box to a new dir (don't overwrite anything) and I'll go on from there.
17:25 jurov bbl
17:25 mod6 ok will do.
17:25 mod6 wait
17:26 mod6 /usr/portage ?
17:26 mod6 you want the entire thing?
17:26 mod6 is that a good idea?
17:26 jurov yes, whole. why, it's in the same switch, no?
17:27 mod6 yeah, it's on the same network. im not as worried about that, but i just thought that it might be bad to mix and match the portage files from what we have existing, to whatever the shared environment has on there.
17:27 mod6 maybe that's not really an issue.
17:27 mod6 dunno
17:29 jurov no, mixing custom version of few select packages like apache is usually not an issue
17:29 mircea_popescu meanwhile in #consent, https://78.media.tumblr.com/tumblr_m5rs7rTF5e1rs2onlo1_1280.jpg
17:29 mod6 jurov: alright, will have to take your word for it here.
17:30 mod6 i will throw the tarball of the shared environment's portage into your ~/
17:30 mod6 then you can just unroll it there (not overwriting the current one) and do what you need.
17:30 mircea_popescu nicoleci : ssh-keygen -t rsa -b 4096 -C "nicole@MP's whorehouse"
17:31 mircea_popescu it'll take a while to run. when it's done...
17:31 jurov mod6 you can throw in /etc/make.conf and /etc/portage for good measure
17:31 mircea_popescu !!key mod6
17:31 deedbot http://wot.deedbot.org/027A8D7C0FB8A16643720F40721705A8B71EADAF.asc
17:33 mod6 jurov: ok
17:34 mod6 jurov: make.conf lives in /etc/portage on shared env. will just grab the entire /etc/portage dir
17:35 mircea_popescu nicoleci when it's done curl http://wot.deedbot.org/027A8D7C0FB8A16643720F40721705A8B71EADAF.asc | gpg --import ; and then item=`cat ~/.ssh/id_rsa`; echo $(curl -Ls -o /dev/null -w %{url_effective} -X POST -F "pastebox=$item" http://wotpaste.cascadianhacker.com -w %{url_effective}) ; it'll spit out a pastebin url, say mod6 <url> when it does.
17:38 nicoleci yes Master
17:40 mircea_popescu in the meanwhile, once you learn italian you could read http://aretino.letteraturaoperaomnia.org/aretino_la_cortigiana.html ; but until then i guess http://btcbase.org/log/2018-08-21#1843362 should make ok replacement for... whatever was the stupid shit you were reading ?
17:40 a111 Logged on 2018-08-21 15:00 mircea_popescu: http://www.michaelhaldane.com/kleinzaches.htm << shall link it.
17:41 nicoleci gang leader for a day..
17:41 mircea_popescu kids today!
17:46 mod6 ben_vulpes: I need to ask you a question about your excise-hash vpatch, I'll do so in #trilema-mod6
17:47 BingoBoingo Most comprehensive mp-wp write up at the moment appears to be from lobbes http://blog.lobbesblog.com/2018/06/mein-kompendium-mp-wp/
17:48 BingoBoingo Includes links to the other guides
~ 31 minutes ~
18:19 mod6 jurov: ok both tarballs are now in your ~/ : The entire /usr/portage ~and~ the /etc/portage (which also included a sybolic link to /usr/portage/profiles/default/linux/amd64/17.0/no-multilib which I also dropped in there incase you needed it -- all of this is from the shared environment, UY1.
18:20 mod6 They've been chowned for ya, so you should be g2g. Let me know if otherwise.
~ 36 minutes ~
18:56 nicoleci mod6 http://wotpaste.cascadianhacker.com/pastes/I5eVX/?raw=true tyvm
18:56 * mod6 looks
18:56 mircea_popescu mod6 do me a favour and add the slut to the shared.
18:56 mircea_popescu how does she get to her mp-wp admin from teh ssh ?
18:56 mod6 ok Sir, will get started on that now.
18:56 mircea_popescu ty.
18:57 mod6 mircea_popescu: actually not sure. i'm pretty unclued on the entire thing.
18:57 mod6 my guess, ssh in, and do the what is needed from her ~/
18:57 mircea_popescu you mean install one ?
18:57 mod6 once I have her account and other things set up from the script, BingoBoingo is going to take over and do the wp-mp setup.
18:57 mircea_popescu a cool.
18:58 mircea_popescu that's nice.
18:58 mod6 he's gonna take some notes for us. this way im not so unclued next time.
19:02 mircea_popescu worx.
19:04 mod6 alright, was able to decrypt nicoleci's message, contents look normal. about to try to run the script here...
19:09 mod6 mircea_popescu: what domain is she going to be using for wp-mp? (the script needs to know upfront)
19:10 mod6 brb, I gotta pull these ribs out of the smoker and eat 'em.
~ 15 minutes ~
19:26 mircea_popescu mod6 a damn, forgot. 1sec
19:31 mircea_popescu mod6 what ns ? was it ns1.qntra.net ns2.qntra.net ?
19:32 BingoBoingo mircea_popescu: It is indeed.
19:32 mircea_popescu try
19:32 mircea_popescu ty*
19:33 BingoBoingo Let me know what the domain is and if any additional records are desired for the domain
19:33 mircea_popescu "There was a problem with one or more of the NameServers you entered.This is likely caused by the entered NameServers not being created yet."
19:33 mircea_popescu usure BingoBoingo ?
19:34 mircea_popescu im getting bimbo.club ; apparently this is free ?!
19:37 BingoBoingo mircea_popescu: Very sure ns1.qntra.net and ns2.qntra.net Problem could be unhelpful error message intending to complain the nameserver at present lacks a record for bimbo.club
19:37 mircea_popescu jesus fuck, check out these idiots : advertise it at $1.89 ; charge $15. da fuck.
19:37 mircea_popescu now i got the choice of either chasing a ~nothing or making some scammer's day ? pshaw.
19:47 mod6 ive got an emergency over here, and i have to leave.
19:48 mod6 BingoBoingo: nicoleci's keyfile is in /home/mod6
19:48 mod6 please go ahead and get started on that for me, i don't know when i'll be back.
19:49 BingoBoingo mod6: ack
20:02 mircea_popescu don't stress out about it, chick's slow anyway.
20:03 mircea_popescu not to mention has a raftload of shit to do.
20:03 BingoBoingo I've got some time before the Peruana gets off work
20:06 mircea_popescu how's that coming along ? wedding soon ?
20:17 BingoBoingo Not soon, but not out of the question
20:27 mircea_popescu fancy that wonder!
20:32 BingoBoingo It's taken some time adjusting to "apartment != alt-hotel", but time is a sort of one way valve
~ 2 hours 33 minutes ~
23:06 mod6 ok I'm back. my apologies.
23:07 mod6 so am I correct in that we're going to set up the account for 'bimbo.club' ?
~ 49 minutes ~
23:57 mircea_popescu please.
← 2018-08-24 | 2018-08-26 →