feedbot: http://mvdstandard.net/2020/06/breaking-north-korea-moves-into-area-demilitarized-in-2018-pact/ << The Montevideo Standard -- Breaking: North Korea Moves Into Area Demilitarized In 2018 Pact
billymg: http://logs.nosuchlabs.com/log/asciilifeform/2020-06-15#1014751 << correct, the js select mechanism was axed last year in favor of http://trilema.com/2019/proper-html-linking-the-crisis-the-solution-the-resolution-conclusion/?b=II.%20The&e=solution.#select
snsabot: Logged on 2020-06-15 21:35:09 thimbronion: billymg: I recently set up an mp-wp using all the patches available as of Sat. and noticed that js selection is no longer supported. Is that correct?
billymg: thimbronion: jfw published the patch for finally removing the old js selector from the trunk of mp-wp, and then i followed that up with adding the server-side select mechanism to
billymg: what is now the "parse and format my posts" plugin (formerly footnotes only)
billymg: thimbronion: if you're running mp-wp off of version 631542 then server-side select should work out of the box. maybe double check the root .htaccess file to make sure this line is present?
billymg: that's my best guess, if it's still not working let me know and i can look closer
thimbronion: billymg: thanks I will investigate and see what's going on with the .htaccess file.
asciilifeform: !w poll
watchglass: Polling 11 nodes...
watchglass: 205.134.172.6:8333 : (172-6.core.ai.net) Alive: (0.082s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=635022
watchglass: 213.109.238.156:8333 : Could not connect!
watchglass: 205.134.172.4:8333 : (172-4.core.ai.net) Alive: (0.083s) V=70001 (/therealbitcoin.org:0.7.0.1/) Jumpers=0x1 (TRB-Compat.) Blocks=635022
watchglass: 108.31.170.3:8333 : (pool-108-31-170-3.washdc.fios.verizon.net) Alive: (0.098s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=635022 (Operator: asciilifeform)
watchglass: 205.134.172.26:8333 : Alive: (0.142s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=635022
watchglass: 205.134.172.27:8333 : Alive: (0.145s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=635022 (Operator: asciilifeform)
watchglass: 192.151.158.26:8333 : Alive: (0.193s) V=70001 (/therealbitcoin.org:0.7.0.1/) Jumpers=0x1 (TRB-Compat.) Blocks=635022
watchglass: 143.202.160.10:8333 : Alive: (0.202s) V=70001 (/therealbitcoin.org:0.7.0.1/) Jumpers=0x1 (TRB-Compat.) Blocks=635022
watchglass: 208.94.240.42:8333 : Alive: (0.177s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=635022
watchglass: 188.121.168.69:8333 : (rev-188-121-168-69.radiolan.sk) Alive: (0.503s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=635022
watchglass: 103.36.92.112:8333 : (terebe.ns01.net) Alive: (0.563s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=635022
asciilifeform: http://logs.nosuchlabs.com/log/asciilifeform/2020-06-15#1014748 << outta curiosity, what do the remaining 3+MB consist of ? imho thing is peculiarly heavy for what it does
snsabot: Logged on 2020-06-15 18:49:30 billymg: if anyone is interested in a fresh version of mp-wp weighing half the size of the original genesis i just published a patch for it here http://billymg.com/2020/06/the-mp-wp-weightloss-program-removing-javascript/
asciilifeform: ( for comparison : trb src weighs ~700kB, consisting of ~22k loc . )
snsabot: (trilema) 2018-11-29 asciilifeform: ( for comparison: e.g. http://btcbase.org/log/2017-07-08#1680705 ; or, current trb is ~22k loc, ~not~ incl. the dep balls )
asciilifeform: http://logs.nosuchlabs.com/log/asciilifeform/2020-06-14#1014732 << pretty busy w/ meat chores recently
snsabot: Logged on 2020-06-14 18:32:39 verisimilitude: How goes your work?
billymg: asciilifeform: i wish i could say for sure but have not yet looked closely enough at what remains
billymg: i'm confident *much* more can be cut though, yes
asciilifeform has nfi; even possible that php is sufficiently cobolesque that it in fact takes 3MB of it to make a blogotron..
billymg: asciilifeform: 220kB in empty directories, at least the way `du -h` counts it on my machine
billymg: 96kB for a text diffing engine, and 188kB for images (smilies and such)
asciilifeform: ugh
billymg: those look like easy candidates for a future slimming patch
billymg: i was also going to take a stab at writing a static analysis script to identify methods that are defined but never called
billymg: (if anyone has one handy, plz let me know)
billymg: i'm sure there are a fe
billymg: few*
asciilifeform: billymg: any idea where the diff engine gets used ?
asciilifeform: i dun recall any such thing on the user knobs end in wp
billymg: asciilifeform: can't say for sure, possibly with the "upgrade my version of wordpress" feature
billymg: (which i have listed in my head for removal)
asciilifeform naively pictured that kinda thing would've been ~first~ on chopping block when mp orig. cut it
billymg: asciilifeform: regarding empty directories not deleted by V, has this been discussed before?
asciilifeform: billymg: it was discussed, phf even promised a fix back in... '18
asciilifeform: along w/ proper handling of file rename
billymg: asciilifeform: there are also a lot of comments for auto-gen'd documentation. i haven't counted up to see how much of the weight comes from comments specifically yet but could add up to 10-20% maybe
billymg: which seems like it's fine to leave in
asciilifeform: specifically autogenned comments ?
asciilifeform: what good do these possibly do ?
billymg: i mean the method annotatoin type comments, used for autogenerating documentation
billymg: annotation*