Forum logs for 09 Sep 2019

Monday, 16 March, Year 12 d.Tr. | Author:
mircea_popescu: BingoBoingo, http://trilema.com/2010/dupa-dave-winer-citire/ << ito. [00:01]
mircea_popescu: cnet meanwhile fucked the link i gave them. of fucking course [00:03]
mircea_popescu: morons [00:03]
BingoBoingo: mircea_popescu: ty, link added [00:03]
lobbes: looks like ericbot didn't survive netsplit. Had to manually re-cycle it [00:03]
lobbes: holy shit. it filled up nsabot.log too (2.4GB!!) [00:03]
lobbes: here's the snippit of the bot logs for these logs >> http://paste.deedbot.org/?id=CAX0 [00:04]
lobbes: very odd that just that bot had a netsplit and no one else [00:04]
mircea_popescu: lobbes, the reconnection code is buggy. should create new socket rather than try to reuse old one. [00:04]
mircea_popescu: afaik this can't be done. [00:04]
mircea_popescu: patch it so it releases the file descriptor and reconnects properly. [00:04]
lobbes: roger that. I'll take a dive into the code and see if I can figure out the socket related bits [00:08]
asciilifeform: wait mircea_popescu , why can't be done ? seems like simple fix ( tho in my simplistic 'run on lappy & yank nic cord' reconnect test, never saw the state that lobbes discovered, so never implemented 'make new socket' ) [01:21]
asciilifeform: seems like all you need is to move ' sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) ' into 'connect()' . [01:22]
* asciilifeform would try, but does not know how to reproduce lobbes's boojum [01:23]
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-09-08#1935080 << seems like finally lobbes photographed that legendary ufo, the 'socket alive, but wedged tcp' state. [01:24]
snsabot: Logged on 2019-09-08 20:39:51 lobbes: here's the snippit of the bot logs for these logs >> http://paste.deedbot.org/?id=CAX0 [01:24]
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-09-08#1935079 << prolly would not be bad idea to introduce log constrictor of some form (or using trinque's old method) [01:25]
snsabot: Logged on 2019-09-08 20:35:48 lobbes: holy shit. it filled up nsabot.log too (2.4GB!!) [01:25]
* asciilifeform thinks 'at last, somebody finally exposed the horrid fleanode edge cases' [01:26]
asciilifeform: oh lobbes , prolly oughta have set SO_REUSEADDR also. loox like i did not [01:27]
asciilifeform: ( then in principle dun gotta make new. but oughta test. nao q , how to reproduce wedged sockets, other than by playing fleanode lotto ? ) [01:28]
asciilifeform: lobbes et al : another item i neglected to add, but really oughta have, is to log the actual ip of where connects. so can actually get some ~useful data re individual fleanode endpoints. [01:30]
asciilifeform: !q uptime [01:30]
snsabot: asciilifeform: time since my last reconnect : 23d 11h 50m [01:30]
asciilifeform: 204.225.96.251 (via netstat) ftr . [01:30]
asciilifeform: ( #5, it seems , in fleanode's current rotator ) [01:32]
asciilifeform: for thread-completeness : nsabot.log of current run. [01:34]
feedbot: http://blog.lobbesblog.com/2019/09/the-mp-wp-bot-job-offer/ << lobbesblog -- The mp-wp bot job offer [02:39]
lobbes: ^^ mircea_popescu for your perusal [02:40]
lobbes: asciilifeform: yeah, I also have no idea how to properly test the thing.. except wait for the right fleanode weather to come by [02:41]
lobbes: I'll look into that socket stuff you mentioned though. Ty [02:42]
lobbes: !Xbid 1057 100mn [03:06]
auctionbot: Buy order # 1057: item as described in http://logs.nosuchlabs.com/log/trilema/2019-09-07#1934605 and following. Heard: 100mn from lobbes. Ending: 2019-09-12 20:26:41.479316 UTC (101 hours 9 mins) [03:06]
snsabot: Logged on 2019-09-07 04:57:27 mircea_popescu: so : who would like to do a spot of work for hire for me ? the ideea is to write and publish as a vpatch a stan logbot extension which a) processes search, through talking to a [presumably present] mysql server, and spitting out the results (formatted as in http://trilema.com/2019/ [03:06]
diana_coman: lobbes: there's something weird with your loggger's treatment of ctcp lines, compare http://logs.ericbenevides.com/log/trilema/2019-09-07#1934613 with http://logs.ossasepia.com/log/trilema/2019-09-07#1934613 and http://logs.nosuchlabs.com/log/trilema/2019-09-07#1934613 [07:13]
ericbot: Logged on 2019-09-07 09:01:18 mircea_popescuthinks: asciilifeform should also get something though it's unclear how exactly to figure this out. but -- lacking a better idea, i guess he can have 10% of the winning bid in royalties and we see. [07:13]
ossabot: Logged on 2019-09-07 05:16:52 mircea_popescu: thinks asciilifeform should also get something though it's unclear how exactly to figure this out. but -- lacking a better idea, i guess he can have 10% of the winning bid in royalties and we see. [07:13]
snsabot: Logged on 2019-09-07 05:01:18 mircea_popescu: thinks asciilifeform should also get something though it's unclear how exactly to figure this out. but -- lacking a better idea, i guess he can have 10% of the winning bid in royalties and we see. [07:13]
* mircea_popescu shall peruse forthwith [07:13]
diana_coman: lobbes: kept meaning to ask - how do you pronounce your surname? [07:14]
mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-09-08#1935086 << because the descriptors are maintained by the kernel not the userspace. [07:26]
snsabot: Logged on 2019-09-08 22:04:14 asciilifeform: wait mircea_popescu , why can't be done ? seems like simple fix ( tho in my simplistic 'run on lappy & yank nic cord' reconnect test, never saw the state that lobbes discovered, so never implemented 'make new socket' ) [07:26]
mircea_popescu: and sure, you didn't implement. but you're ~supposed~ to implement. [07:33]
mircea_popescu: otherwise it's "in all my driving i never had to back up, so... never put a reverse setting for the gearbox in" [07:34]
mircea_popescu: though i grant, sock = socket.socket(socket. is such promising lingo as to utterly recommend python for african studies. [07:36]
mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-09-08#1935079 << the joys of python!!11 [07:43]
snsabot: Logged on 2019-09-08 20:35:48 lobbes: holy shit. it filled up nsabot.log too (2.4GB!!) [07:43]
mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-09-08#1935095 << log in as root, close the program's socket whileit's running. [07:45]
snsabot: Logged on 2019-09-08 22:11:25 asciilifeform: ( then in principle dun gotta make new. but oughta test. nao q , how to reproduce wedged sockets, other than by playing fleanode lotto ? ) [07:45]
mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-09-08#1935096 << yes. esp if were going to immediately turn around ask everyone to run one, this "my one and only tru sole solitary i mate for life" approach is unfit. [07:46]
snsabot: Logged on 2019-09-08 22:13:22 asciilifeform: lobbes et al : another item i neglected to add, but really oughta have, is to log the actual ip of where connects. so can actually get some ~useful data re individual fleanode endpoints. [07:46]
mircea_popescu: (and yes, depondopopotamosity is parasitosis on knightly dedication, this tendency to "pick ONE great ruler and follow HIM") [07:47]
mircea_popescu: dependopopotamosity* [07:51]
mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935112 << looks like stray regexp [08:12]
snsabot: Logged on 2019-09-09 03:56:22 ericbot: Logged on 2019-09-07 09:01:18 mircea_popescuthinks: asciilifeform should also get something though it's unclear how exactly to figure this out. but -- lacking a better idea, i guess he can have 10% of the winning bid in royalties and we see. [08:12]
* mircea_popescu is actually excited at how well things are progressing, once we got rid of the dead weight. [08:38]
mircea_popescu: imagine, all this flurry of exciting new development could have been occuring in 2017, if i had the sense to kick phf out on his rear in 2017, rather than let him sit his dumb ass on us for two years. [08:38]
mircea_popescu: tolerance ~never~ fucking pays. [08:38]
mircea_popescu: it seems like ti will. it never does. [08:38]
diana_coman: http://logs.ossasepia.com/log/trilema/2019-09-09#1935128 - yes and probably reader-side ie not bot itself. [08:41]
ossabot: Logged on 2019-09-09 05:11:01 mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935112 << looks like stray regexp [08:41]
snsabot: Logged on 2019-09-09 03:56:22 ericbot: Logged on 2019-09-07 09:01:18 mircea_popescuthinks: asciilifeform should also get something though it's unclear how exactly to figure this out. but -- lacking a better idea, i guess he can have 10% of the winning bid in royalties and we see. [08:41]
mircea_popescu: all sorta chuck moores, "famous" and apparently ever so good and useful, just WAITING for you to give them a chance to strangle you. [08:41]
diana_coman: hm, bimbo.club does not have the b&e selection mechanism set? I tried http://bimbo.club/2019/09/philosophical-transactions-for-the-months-of-april-may-and-june-1714-part-v/?b=Circassians&e=Asiaticks and it's not working [08:48]
mircea_popescu: yo nicole! [08:48]
diana_coman: this chapter of transactions reads like great fun anyway, what with "procuring smallpox" and asia-ticks [08:49]
mircea_popescu: o she did a new transcription ? [08:50]
mircea_popescu: look at that. cool. [08:50]
diana_coman: aha, very nice. [08:52]
diana_coman: oh hi nicoleci [09:52]
diana_coman: !!up nicoleci [09:55]
deedbot: nicoleci voiced for 30 minutes. [09:55]
nicoleci: helllo, diana_coman [09:58]
nicoleci: diana_coman, unfortunately i do not have selections set yet [10:01]
feedbot: http://ave1.org/2019/off-the-road-again/ << ave1 -- Off the road again [10:01]
nicoleci: glad you liked the article. the medical transcriptions are especially interesting/gross [10:02]
diana_coman: nicoleci: do you need help with setting the selections up? [10:02]
diana_coman: and yeah, this one has some gems in it I think my favourite is "Some more quicksighted, imagin'd these two children were, as useless shades sent to Charon by any means that could be made use of." [10:03]
nicoleci: diana_coman, yes i definitely can use some help [10:13]
nicoleci: lol great line [10:13]
diana_coman: nicoleci: where are you stuck with the steps in http://trilema.com/2019/proper-html-linking-the-crisis-the-solution-the-resolution-conclusion/ ? [10:15]
diana_coman: !!up nicoleci [10:18]
deedbot: nicoleci voiced for 30 minutes. [10:18]
nicoleci: diana_coman, currently im having issues accessing the shell. this may be a BingoBoingo question. i'll provide a better answer as to which step im stuck on when i get inside. [10:30]
diana_coman: nicoleci: ok, but he'll prolly need the concrete barf/how it fails to help you out anyway. [10:33]
diana_coman: nicoleci: alternatively for the functions.php iirc you should be able to edit it from the blog's dashboard too, there's and Edit option in there too. [10:36]
diana_coman: but you still need the shell for the .htaccess changes, yes. [10:36]
* diana_coman will bbl [10:37]
mircea_popescu: ahaha check out the bug : [11:44]
mircea_popescu: if you're !!up'd and then self-voice... deedbot will devoice you ? [11:44]
diana_coman: mircea_popescu: iirc this has been noted before/it's been around for quite a while, yes (though I thought it was fixed at some point) but I don't think she self-voiced at all. [11:58]
mircea_popescu: well there's a * deedbot gives voice to nicoleci you prolly msiread as "removes voice" ? [12:03]
diana_coman: mircea_popescu: ah, you are right yes, I misread it as -v [12:04]
diana_coman: pfff, didn't mean to trigger the bug on her, lol sorry, nicoleci [12:04]
mircea_popescu: :p [12:05]
lobbes: http://logs.ericbenevides.com/log/trilema/2019-09-09#1935114 << the "bene" is exactly how you'd think. The "vides" is actually "veedees". I usually tell people it 'rhymes with "diabetes"' [14:02]
ericbot: Logged on 2019-09-09 07:14:41 diana_coman: lobbes: kept meaning to ask - how do you pronounce your surname? [14:02]
lobbes: It is Portuguese, though (as Mocky can attest) if you look at me all you'll see is anglo [14:02]
lobbes: http://logs.ericbenevides.com/log/trilema/2019-09-09#1935134 << I'll take a gander into that weird. Ty for the heads up [14:02]
ericbot: Logged on 2019-09-09 08:41:36 diana_coman: http://logs.ossasepia.com/log/trilema/2019-09-09#1935128 - yes and probably reader-side ie not bot itself. [14:02]
ossabot: Logged on 2019-09-09 05:11:01 mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935112 << looks like stray regexp [14:02]
snsabot: Logged on 2019-09-09 03:56:22 ericbot: Logged on 2019-09-07 09:01:18 mircea_popescuthinks: asciilifeform should also get something though it's unclear how exactly to figure this out. but -- lacking a better idea, i guess he can have 10% of the winning bid in royalties and we see. [14:02]
lobbes: I'm off to mines, bbl [14:03]
diana_coman: http://logs.ossasepia.com/log/trilema/2019-09-09#1935170 - heh, so my reading of it was actually right (latin-based since I couldn't think of any valid English-based reading of it). [14:20]
ossabot: Logged on 2019-09-09 11:01:15 lobbes: http://logs.ericbenevides.com/log/trilema/2019-09-09#1935114 << the "bene" is exactly how you'd think. The "vides" is actually "veedees". I usually tell people it 'rhymes with "diabetes"' [14:20]
ericbot: Logged on 2019-09-09 07:14:41 diana_coman: lobbes: kept meaning to ask - how do you pronounce your surname? [14:20]
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935112 << lobbes what didja do to reader.py ? [14:45]
snsabot: Logged on 2019-09-09 03:56:22 ericbot: Logged on 2019-09-07 09:01:18 mircea_popescuthinks: asciilifeform should also get something though it's unclear how exactly to figure this out. but -- lacking a better idea, i guess he can have 10% of the winning bid in royalties and we see. [14:45]
asciilifeform: ( the 1 in lobbes's latest vpatch is proper ) [14:45]
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935115 << is why needs >> http://logs.nosuchlabs.com/log/trilema/2019-09-08#1935094 [14:46]
snsabot: Logged on 2019-09-09 04:09:21 mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-09-08#1935086 << because the descriptors are maintained by the kernel not the userspace. [14:46]
snsabot: Logged on 2019-09-08 22:10:50 asciilifeform: oh lobbes , prolly oughta have set SO_REUSEADDR also. loox like i did not [14:46]
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935119 << this is a deeper africanism than mircea_popescu suspects , and sadly not even limited to pythonisms. it comes from when hands grow out of arses, and folx write libs where the namespaces cannot be mixed, so yer stuck lib_a.foo lib_b.foo , cuz can't import a + b . seen it in adaisms , cl, elsewhere. [14:47]
snsabot: Logged on 2019-09-09 04:19:39 mircea_popescu: though i grant, sock = socket.socket(socket. is such promising lingo as to utterly recommend python for african studies. [14:47]
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935124 << dunno re the other folx , but mine is set to 'lotto' atm, it uses fleanode's rotator. which is arguably unseemly, but i dun have a 'list of working fleanodes' atm. would like to obtain one. hence 'let's log ip' [14:48]
snsabot: Logged on 2019-09-09 04:30:09 mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-09-08#1935096 << yes. esp if were going to immediately turn around ask everyone to run one, this "my one and only tru sole solitary i mate for life" approach is unfit. [14:48]
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935131 << for what in '17 ? for writing a working logger ? next, wat, will kick out trinque , so can have 'flurry of exciting, new development' of deedbot ?! [14:50]
snsabot: Logged on 2019-09-09 05:21:49 mircea_popescu: imagine, all this flurry of exciting new development could have been occuring in 2017, if i had the sense to kick phf out on his rear in 2017, rather than let him sit his dumb ass on us for two years. [14:50]
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935132 << this logic is appealing on surface, but recall that stalin ended up retrieving half-dead korolev, tupolev, et al, from gulag, when failed to find the imagined 'we dun have any irreplaceables here'(tm)(r) replacements . [14:54]
snsabot: Logged on 2019-09-09 05:22:02 mircea_popescu: tolerance ~never~ fucking pays. [14:54]
mircea_popescu: sure. [14:55]
asciilifeform: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935137 << i gotta ask, what did the old astronomer do to mircea_popescu , to become this example ? [14:55]
snsabot: Logged on 2019-09-09 05:25:00 mircea_popescu: all sorta chuck moores, "famous" and apparently ever so good and useful, just WAITING for you to give them a chance to strangle you. [14:55]
mircea_popescu: not in wot. [14:55]
asciilifeform: i'ma be quite surprised the day a 90yo d00d joins the wot [14:56]
asciilifeform: ( or is this a 'vina batranilor' thing ? ) [14:56]
mircea_popescu: hey. this is why it sucks being old. [14:56]
mircea_popescu: what, you thought it's an idle thing ? it isn't. being old means shit'll happen, you'll fail to follow and end up the example. [14:57]
asciilifeform: sorta what means 'old' neh [14:57]
mircea_popescu: quite, yes. [14:57]
diana_coman: what I can't quite get in all this is why is asciilifeform fighting mircea_popescu's leucocite-qualities so much and at every occasion? [14:57]
asciilifeform: diana_coman: if nuffing counterposes leukocyte -- get leucosys. [14:57]
mircea_popescu: right ? nobody welcomes cancer [14:58]
asciilifeform: diana_coman: 'ratchet must ratchet, so spring -- must spring'(tm)(r)(mp) [14:58]
diana_coman: asciilifeform: does it seem to you there's danger of "nothing counterposes leukocyte"? because uhm, I can't quite see it. [14:59]
asciilifeform: vintage illustration . [14:59]
* mircea_popescu deeply regrets having spent the earlier 2010s in a "oh, stallman, famous" [15:03]
mircea_popescu: just another dickpuppet, forget about it. [15:04]
mircea_popescu: problem aren't all the tupolevs in gulag [15:04]
asciilifeform: sometimes 'famous' like titanic. [15:04]
mircea_popescu: problem are all the escaped puppets running about. [15:04]
mircea_popescu: asciilifeform, titanic ACTUALLY sunk. didn't "write home tall tale of sunk" [15:04]
mircea_popescu: not even munchausen. he ACTUALLY lied. [15:04]
asciilifeform: stallmanism sank similarly [15:04]
mircea_popescu: he didn't lie about one day maybe lieing [15:04]
asciilifeform: ( long before lied ) [15:05]
asciilifeform: fwiw i'm not even convinced that the 'human mushroom' lied in the customary sense -- but instead, fungus, i.e. passed off what his bob becks gave him, as fact. [15:06]
mircea_popescu: utter anal child argumentation, this, "oh, ispent years doing nothing because ANY MINUTE now" [15:06]
mircea_popescu: can stretch that "any minuite" cheese into two fucking years, and whenever you put a limti o nit, "oh, you fucked them up, they were just about to" [15:07]
mircea_popescu: i hope to god they were just about to take a large bite out of a steel girder at high speed. [15:07]
mircea_popescu: needless to say, i am deeply unimpressed with "promising", "famous" and the whole rest of the fucking cohort of fiatardation. [15:08]
mircea_popescu: so -- yeah, hang all the promising adult-children by their guts wrapped around their ballsac, and see what you can do with the rest. [15:08]
mircea_popescu: stalin reference's not even wrong, afaik this was the historica conclusion of lenin-trotsky. [15:09]
asciilifeform: this algo does require a > 0 'the rest' tho. [15:09]
mircea_popescu: requires nothing. [15:09]
mircea_popescu: it'll solve all the world's problems regardless : either through zeroing, or else through solving. [15:09]
asciilifeform: paging minister poincare [15:09]
mircea_popescu: as i tell the slavegirls "when they most need my support", "do or fucking die and i don't particularly care which the fuck it is." [15:10]
asciilifeform: sometimes ends with 'das war ein befehl!!!1'(tm) [15:12]
mircea_popescu: eh, i had all the pies i wanted anyways. [15:12]
* asciilifeform would like another pie or 2 [15:12]
mircea_popescu: hop to! [15:12]
* asciilifeform relatedly, brb, tea/pie time [15:13]
mircea_popescu: get 'em while they're hot [15:14]
asciilifeform: meanwhile, in 'wildmen attempt to tmsr' strange : 'Tauthon is a backwards-compatible fork of the Python 2.7.16 interpreter with new syntax, builtins, and libraries backported from Python 3.x. Python code and C-extensions targeting Python 2.7 or below are expected to run unmodified on Tauthon and produce the same output.' [16:13]
mircea_popescu: heh [16:15]
asciilifeform: ( for what are needed these 'new syntax, ...' -- aside from 'embrace & extinguish'(tm) -- remains a mystery to asciilifeform ) [16:16]
asciilifeform: 'dun use python3, use our trotsky.python3!111' [16:16]
mircea_popescu: nfi. maybe ask them [16:17]
diana_coman: asciilifeform: they have a Why Python 2.8 post if you care. [16:20]
asciilifeform: diana_coman: was just aboutta link. [16:20]
asciilifeform: diana_coman: just nao read it, and lost what little appetite had [16:20]
diana_coman: eh, that's pretty much the ~only sort of pies actually available :p [16:21]
mircea_popescu: cowpie! [16:21]
asciilifeform: most pies on planet3 -- in fact out of cow. [16:21]
BingoBoingo: !Qlater tell nicoleci let me know what troubles you are having with your attempts to enter the shell. Also make sure you specify the right port. [17:24]
lobbesbot: BingoBoingo: The operation succeeded. [17:24]
BingoBoingo: Here they make these nice little hand pies from the cow. Gotta reserve the pies baked in cow to feed the fields. [17:34]
bvt: http://logs.nosuchlabs.com/log/trilema/2019-09-07#1934465 - from the point of view of achieving perfection - it definitely should be included. From the practical point of view -- noone would notice. [18:34]
snsabot: Logged on 2019-09-07 01:42:14 mircea_popescu: http://logs.nosuchlabs.com/log/trilema/2019-09-06#1934219 << ok, but that's still no reason not to include it, you know ? [18:34]
bvt: asciilifeform: the links to diana's sigs in your logotron post are wrong: http://paste.deedbot.org/?id=aYq7 [18:34]
asciilifeform: ty bvt , will fix [18:35]
mircea_popescu: tru [18:37]
asciilifeform: meanwhile asciilifeform attempts to teach a short vtronics lecture in diana_coman's school while diana_coman slept . [18:38]
snsabot: Logged on 2019-09-09 13:53:35 asciilifeform: shrysr: i wrote it, and am willing to answer whatever q re how it worx [18:38]
asciilifeform: ( whether succeeded -- do not know yet. ) [18:39]
asciilifeform: bvt: fixed!! and ty for the eagle eye. [18:59]
bvt: ty i wanted to download them via wget on remote machine, discovered bunch of .sig.1 files [19:01]
diana_coman: http://logs.ossasepia.com/log/trilema/2019-09-09#1935258 - thank you! not at all a bad thing to have happening while I'm away, lol. [19:10]
ossabot: Logged on 2019-09-09 15:37:48 asciilifeform: meanwhile asciilifeform attempts to teach a short vtronics lecture in diana_coman's school while diana_coman slept . [19:10]
snsabot: Logged on 2019-09-09 13:53:35 asciilifeform: shrysr: i wrote it, and am willing to answer whatever q re how it worx [19:10]
asciilifeform: diana_coman: i generally dun like to 'bring own vows to other's monastery' but wanted to try giving the fella sumthing to chew on. possibly is good idea . [19:11]
snsabot: Logged on 2019-09-09 15:15:46 shrysr: have to bbl >>> this is getting more interesting by min though. [19:11]
diana_coman: eh, he needs to start chewing, not like there isn't *what* but yes, I see what you mean. [19:14]
asciilifeform: diana_coman: i actually dun know when/how precisely the fella tuned in. but will hazard a guess that it was because he had spark of 'hmm, these folx have working gears'. so i suspect best result with him might be to pour some kerosene on that fire. 'motivation from interest' is 9000x bigger fire than 'motivation from needs-to'. [19:17]
diana_coman: eh [19:18]
asciilifeform: diana_coman: admittedly asciilifeform is not any kind of star pedagogue. but from own schooling, i found much moar memorable the lessons where 'and this is btw is also the tamper equation in hbomb!' than 'you Need To ... for exam!' [19:22]
diana_coman: asciilifeform: for one thing it depends *whose* exam for the other, the focus wasn't on "exam", no (doubt anyone would even "tune in" for... exam,lol) but anyway: another dose doesn't hurt, no. [19:25]
bvt: asciilifeform: re SO_REUSEADDR - i don't see how it is applicable: as i understand errno 106=EISCONN the kernel believes that the socket is still connected (perhaps socket.timeout case in send()?) so if you proceed to connect without closing it, you'd get double connect on the same socket and SO_REUSEADDR does not protect against this: http://paste.deedbot.org/?id=Zd3l [20:04]
asciilifeform: bvt: i still do not know whether socket 'was not closed, but wedged' somehow (in which case proggy oughta be made such as to find out, and close asap) or in fact closed but on acct of the idjit zombie-by-default thing, not reusable [20:05]
asciilifeform: bvt: how didja generate the item seen in the paste ? [20:06]
asciilifeform: as i currently understand, if one were to 1) SO_REUSEADDR + 2) force it closed before attempting any connect -- oughta cure [20:07]
asciilifeform: also wtf, 'double connect on same socket', why the everliving fuck is this even a thing. [20:12]
asciilifeform: what was the 'logic' inside the 'heads' that thought this to be permissible ? [20:13]
mircea_popescu: it's in php. [20:14]
asciilifeform: mircea_popescu: if the tcp stack per se is retarded in this way, i expect it is also in cobol , fortran, etc, how not. [20:14]
bvt: asciilifeform: i think closing would necessary (not done right now, as i can see) re proggy - nothing complicated http://paste.deedbot.org/?id=4XUj (merged two for convenience, so fd num will be different) [20:21]
asciilifeform: aa. [20:35]
asciilifeform: i still dun grasp why os's tcp stack doesn't liquidate a socket known to be stone dead. but this i suppose is a q for the original perpetrators , when they're connected to 220v [20:39]
mircea_popescu: prolly because they don't know how to do that without creating a race condition with the time-outs involved in knowing it's stone dead. [21:24]
asciilifeform: possib [21:27]
lobbes: ty for answering my Q's and I've responded [23:29]
lobbes: err, meant to prepend above line with a " mircea_popescu: " [23:30]
lobbes: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935178 << you are among the very few who pronounce it correctly then! Most assume it is Spanish and pronounce the end bit like the end of "Rodriguez" (actually, it was a good way to screen for telemarketers back when I answered unknown phone numbers) [23:30]
snsabot: Logged on 2019-09-09 11:03:33 diana_coman: http://logs.ossasepia.com/log/trilema/2019-09-09#1935170 - heh, so my reading of it was actually right (latin-based since I couldn't think of any valid English-based reading of it). [23:30]
ossabot: Logged on 2019-09-09 11:01:15 lobbes: http://logs.ericbenevides.com/log/trilema/2019-09-09#1935114 << the "bene" is exactly how you'd think. The "vides" is actually "veedees". I usually tell people it 'rhymes with "diabetes"' [23:30]
ericbot: Logged on 2019-09-09 07:14:41 diana_coman: lobbes: kept meaning to ask - how do you pronounce your surname? [23:30]
lobbes: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935183 << this gives me some piece of mind, at least. Gonna do some digging tonight after f00d intake. Odd mystery [23:30]
snsabot: Logged on 2019-09-09 11:29:03 asciilifeform: ( the 1 in lobbes's latest vpatch is proper ) [23:30]
lobbes: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935281 << bvt, would you be able to produce the vpatch? I would, but a) my knowledge of tcp stack / kernels / etc. is pretty much nil and b) I'm gearing up to focus 100% on mircea_popescu's latest mp-wp bot ask if I end up winning this auction. [23:31]
snsabot: Logged on 2019-09-09 17:05:07 bvt: asciilifeform: i think closing would necessary (not done right now, as i can see) re proggy - nothing complicated http://paste.deedbot.org/?id=4XUj (merged two for convenience, so fd num will be different) [23:31]
lobbes: http://logs.nosuchlabs.com/log/trilema/2019-09-09#1935283 << lmao. Another great addition to the queue imo [23:31]
snsabot: Logged on 2019-09-09 17:22:25 asciilifeform: i still dun grasp why os's tcp stack doesn't liquidate a socket known to be stone dead. but this i suppose is a q for the original perpetrators , when they're connected to 220v [23:31]
snsabot: Logged on 2019-09-06 22:43:49 trinque: heh, this place needs a cartoonist so bad [23:31]
Category: Logs
Comments feed : RSS 2.0. Leave your own comment below, or send a trackback.
Add your cents! »
    If this is your first comment, it will wait to be approved. This usually takes a few hours. Subsequent comments are not delayed.