this post was submitted on 10 Jun 2024
1 points (100.0% liked)

Late Stage Capitalism

5615 readers
1 users here now

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 5 months ago (1 children)
  1. What's wrong with systemd?

  2. I like JS and wish that lynx browser would add support for it

[–] [email protected] 0 points 5 months ago (2 children)
  1. Systemd is the most egregious pile of shit poetteringware in linux, hands down. It's a gigantic, slow, bloated mess that runs as pid0 and keeps getting bigger as it consumes all other unix services. It violates every single unix and kiss principal. The attack surface is massive and, becuase it's pid0, has the highest level of privilege escalation attacks. The recent xz backdoor (absolutely state-sponsored btw) was made possible because of the integration of sshd (and xz) into systemd. It's been a cve nightmare forced onto us by redhat/ibm despite our protests. It may as well have been written by the cia. Systemd alternatives like runit are superior in every respect, particularly speed and security, while adhering to unix and kiss philosophy.

  2. Not all js is malicious, but it's objectively the most vulnerable and commonly expolited component by malicious actors in browsers (webassembly will be worse). It's also an objectively terrible and idiosyncratic language on its own. Good css can eliminate a lot of the most worthless uses of js, but in many cases it's still a necessary evil in frontend and web design. The best compromise we have is to only use trustworthy, foss 1st-party code and restrict 2nd/3rd party code. It's also always a good idea to run your browser in a sandbox (bsdjail, bwrap, firejail) with no access to user files or dbus.

[–] [email protected] 0 points 5 months ago (1 children)

also, i want my browser to have write access to my user files (ESPECIALLY on mobile)

[–] [email protected] 0 points 5 months ago* (last edited 5 months ago)

Well that's your choice, but it's a lot more rational to limit filesystem access by the browser, but allow a user unlimited access to the files downloaded by the browser (very easy to set that up asymmetrically with a symlink). Or at least restrict which directories a browser can or cannot access.

[–] [email protected] 0 points 5 months ago (1 children)

i actually like having a unified FOSS ecosystem.

[–] [email protected] 0 points 5 months ago (1 children)

At the cost of security, speed and efficiency?

[–] [email protected] 0 points 5 months ago (1 children)

Unified ecosystem actually increases speed and efficiency, and a unified ecosystem does not have to come at the expense of security.

[–] [email protected] 0 points 5 months ago

That's not even coherent. You know a lot less than you think you do.