I just wish Mastodon instances were viewable without JavaScript. Opening the door to many types of browser exploit and fingerprinting shouldn't be required just for reading.
When you've been building networked systems for longer than JavaScript has existed, it no longer takes effort to spot design choices that put users at risk. When you've watched endless vulnerabilities be exploited over the years, it's not paranoia, but a real-world problem that impacts real people. At that point, the flaws are impossible to responsibly ignore.
Spreading awareness and showing people how to build safer systems does sometimes get tiring, but I think it's important.
The Polyfill incident is bad (that seems to be how the hackers got into the internet archive), and the OpenSSH one could have been really nasty, if it wasn't caught both early, and by chance (a performance engineer at a major software company noticed).
I actually gave up recently for my mental health of all things. Turns out accepting being tracked in just about everything I do but also getting all the benefits of living in the future, without the effort spent on mitigation, is a huge relief. Does Google know my daily routine? Yes. Did they when I had the tin foil hat on? Probably also yes.
I find the negatives detract from the benefits too much, usually. Like having your arm cut off and then receiving lovemaking: I am no longer in the mood.
It's not paranoid to complain about the unnecessity of javascript when all you want to do is read a public text post on a social media platform. I have javascript disabled on some browsers, and it's annoying to have to whitelist a site that really shouldn't need it.
Isn't it basically a fundamental underlying technology of the web I don't understand how you can have it disabled and still be able to access modern websites.
it isn't. that is html and css, some would argue it's html only.
javascript is not needed to load a website. It's useful for interaction, and needed to load content separately and dynamically. without it you get a mostly (but not totally) static document like in Office Word