ossabot: Logged on 2020-01-06 21:50:34 lobbes:
http://logs.ericbenevides.com/log/trilema/2020-01-06#1956654 << this week I've commited to getting a Gales install and report complete, however next week I was indeed going to work on the final setup and testing for the mp-wp logger. If all goes well I should be free to give it another shot on around the 20th of this month
ericbot: Logged on 2020-01-06 22:05:12 mircea_popescu: incidentally lobbes , now that i'm back @travelbase or how shall i put this, shall we get back to the logger thing ?
ossabot: (eulora) 2020-01-22 lobbes: mircea_popescu: this was a bit of regression after rewriting bot from lobbesbot to auctionbot; I neglected to re-code in the "check if spoken previously before announcing" piece. I will put this on my list to fix
mircea_popescu: i've muted it for now. get back to me asap, once it's fucking fixed, and what the fuck bright idea was this to replace a working "bad" bot with a "better" one that a) dun fucking work and b) isn't even maintained.
ossabot: Logged on 2020-01-26 09:19:51 mircea_popescu: hanbot_abroad, you should talk more, bitch.
hanbot_abroad: yeah, i was talking to nicoleci about her "etymology" series, and didn't notice i was typing into #trilema rather'n #trilema-hanbot until she higlighted me there. it was...a confusing second and a half, lol
lobbes:
http://logs.ossasepia.com/log/trilema/2020-01-26#1957332 << long story short I went to do a 'dry run' install of everything on the shinjiru server and uncovered a host of snags that I'm currently ironing out (such as ports being blocked, them 'suspending' the service in error for a day, and my general derpage with basic sysadmin)
lobbes: I will keep you updated as the ironing continues
ossabot: Logged on 2020-01-24 23:49:03 mircea_popescu: the fundamental problems are that cli-iliteracy is a serious, life-changing disability. in terms of severity, blindness compares, deafness does not. obviously the afflicted are scarcely aware, but this doesn't mean they're not afflicted.
jfw:
http://logs.ossasepia.com/log/trilema/2020-01-24#1957253 - I was due for a re-read on ye olde crime of being an american, huh. Reflecting on when the article first found me, probably 2015ish, my reaction was to continue the path of distancing myself from the mob, but also to keep a distance from this perceived cthulhu pointing the gun at me for the happenstance of birth. The hospital analogy makes
jfw: sense, thanks. No sense in avoiding healthful activity just because cancer is possible.
ossabot: Logged on 2019-12-24 12:59:24 diana_coman: jfw: Keksum's 3rd genesis
is now signed and mirrored; as you've gathered already the previous comments on your article directly, I linked that and there's no need that I see for an additional article; also, you messed up something with your Keksum's article title now.
billymg: mircea_popescu: do you see any use for UI-set and DB-stored "options" in the footnotes plugin? the version in mp-wp has most of that commented out but it's still storing/referencing them which is causing weird behavior (and makes it so the only way you can override the options is to manually edit the db)
trinque: I can almost certainly steal someone's session cookie with a comment if they do what dpb suggests.
trinque looks into apply_filters, brb
billymg: the footnotes.php plugin has an object with 'default_options', if the options are not present in the db (e.g. on first run), they are set in the db based on the 'default_options'
billymg: once set, the plugin loads these options from the db into 'current_options' which is used throughout the plugin
billymg: my preference would be for replacing 'default_options' and 'current_option' with a single 'option' object in the plugin, no longer storing these in db, and letting users edit that 'options' variable in the php file instead of having to manually edit the db
billymg: most of the time was spent looking up php functions