-
nsITobin
njsg: pronounced bot-ee or bot-eye
-
nsITobin
?
-
njsg
not sure how to translate to english pronunciation indications
-
njsg
I mean, it's bot-i, so bot-ee?
-
Harzilein
njsg: heh
-
Harzilein
nsITobin: /. even multiplied. when they tried to accelerate the ui stuff too fast to ensure ad placements work, soylentnews split off as a nonprofit operation.
-
tomman
ah, the #FuckBeta fiasco
-
tomman
furthermore, that's when I learned that the /. crowd really took it badly when the new management of that era (Dice?) referred to them as "the audience"
-
tomman
since then, Slashdot has been going in freefall
-
tomman
that, the ads, and the JavaScript disease didn't helped
-
tomman
And of course the trolls... the problem had become so badly that they ended temporarily disabling Anonymous Cowards and forcing everybody to register before posting
-
tomman
which kinda killed the Slashdot spirit, but brought a few weeks of much needed sanity
-
tomman
...until trolls figured out that registering in was a necessary evil for their "cause"
-
tomman
I dropped the site in 2020 as the signal to noise ratio had become unbearable again, and jumped ship to HN
-
tomman
...but HN has become more and more the same crap, just with SV dudebros and JS/Rust fanboys
-
njsg
if I may add something to the comments about js-backed custom UI elements: these sometimes aren't tested to handle lack of visibility, say, a drop-down box that's obscured because it grows below the visible area, while platform UI elements would probably handle this better
-
therube
When the final cockroach breathes her last breath, her dying act will be to scratch her date of death in a CSV file for posterity.
-
therube
-
jonadab
Honestly the last *big* improvement wasn't in Javascript, it was in CSS: inline-block support.
-
jonadab
The old web technology that I desperately want to reintroduce, is <a href="foo.pdf">Click here to open the thing you need to print.</a>
-
jonadab
I am *so* tired of helping users navigate Javascript-based in-page PDF viewers that don't interact correctly with printing.
-
jonadab
And both of the users who don't have any software installed that can open PDFs, don't have it on purpose for ideological reasons.
-
tomman
ha, 99% of them are hacked up forks of pdf.js
-
tomman
eh, I do not want external PDF readers if I can avoid them :P
-
tomman
Adobe touched me in a no-no place~
-
tomman
but yeah, site-specific PDF readers are dumb
-
tomman
and a waste of bandwidth and resources
-
tomman
my web browser already has a perfectly fine PDF reader, thanks, just serve me the stupid PDF and let's go on with life~
-
jonadab
I'm not surprised a lot of them are forks of one original thing. They tend to all have certain things in common.
-
tomman
a fork of which was originally a Mozilla product
-
jonadab
From the website's perspective, I don't see why it should matter whether the software the user has that opens PDFs, is the web browser or a third-party helper app or what.
-
jonadab
Everybody's got *something* that can do it.
-
jonadab
Heck, using pdf2ps and then sending the thing to a PostScript printer, is probably more common than downloading a PDF and then having no way to open it.
-
tomman
Agreed
-
njsg
maybe not everybody, but not forcing people to handle it in a specific way would be great
-
tomman
let the user be in control
-
jonadab
^
-
jonadab
Most users will just use whatever came pre-installed, but that's their problem. And it does still work.
-
njsg
a longer trend has been to hide the direct links and default to indirect in-browser or in-page viewing
-
njsg
pastebins, download sites...
-
njsg
at least dropbox allows changing the hostname to dl.[...] to download
-
njsg
that even survived the end of "public folders"
-
tomman
a extreme case is when websites abuse their own custom PDF readers as makeshift DRM
-
jonadab
Eww. I think that is less common. Fortunately.
-
tomman
for example: utm_source=bnn&utm_medium=main-nav
-
tomman
-
tomman
they used to sell PDFs, but not anymore
-
tomman
instead they claim you can only use their online viewer to read the files you've paid for
-
tomman
internally they're still PDFs
-
jonadab
Also, the user ultimately *can* print anything that can be displayed, even if they only way they know how to do it involves their phone's Photos app.
-
tomman
with some clever hax (i.e. lrn2devtools), you can download the PDFs you're not entitled to have despite paying a hefty subscription for that
-
njsg
the guardian picture thing *is* a button too, a trend I had seen somewhere else (was it at Yle?)
-
njsg
but in that case I think it wasn't a sibling (but maybe I'm misremembering)
-
njsg
andr01d: from a quick test, it might be worth testing adding '@-moz-document url-prefix("
theguardian.com") { .open-lightbox{display: none !important;}}' to userContent.css
-
njsg
what I don't know is whether that gets rid of something else that's actually useful, but it does hide the <A> and <BUTTON> in a way that you can get "View Image"
-
njsg
(didn't test directly in userContent.css yet, though, only with devtools inspector)