West Asia - Communist - international politics - anti-imperialism - software development - Math, science, chemistry, history, sociology, and a lot more.

  • 3 posts
  • 3 comments
Joined 5 years ago
Cake day: December 27th, 2021
  • Also, I am not convinced that the intenret’s ideal format is a markup language. I believe there is great value in scripting. The problem is that browsers gave too much power to the websites and their remote servers over the clients computer, way beyond what is reasonable for scripting of internet documents. We need browsers whose scripting capabilities are only relevant for internet documents, not entire arbitrary applications.

  • Unfortunately, while HTML is more capable than a non Html-seasoned developer assumes, it is still showing that it is not enough. A lot of rough edges, a lot of what feels like incomplete or one-off features, rather than something that feels well planned and complete.

    And I doubt this will change. Chrome is heavily invested in keeping a reliance on Javascript, and particularly a browser engine that is very difficult to implement.

  • Unpopular opinion: I don’t think this is worth the screen real estate it takes up, even if small. It’s just too specific of a feature that does not inherently need changing on the fly.

    You should configure your light / dark mode preferences in your OS and browser, and sites can just pick them up from there. Changing them on the fly is unnecessary.

    And for websites, you should probably just use those dark mode extensions anyways if that’s your preference. Even if a site doesn’t support it, you’ll get most of the way there.

I’ll start with mine. yes part of this was to brag about my somewhat but not too unusual setup. But I also wanna learn from your setups!

Anyways: I primarily use Gentoo Linux.

I have two headless servers: a Raspberry Pi 4B and a Oracle cloud VM (free tier). Both running OpenRC, and both were running mainline kernel with custom config (I recently switched the Pi to PiFoundation kernel due to some issues). The raspberry pi boots from SSD and has no sd card inserted.

Both servers were running musl libc instead of glibc for a while. This gave me a couple of random issues, but eventually I got tired and switched back to glibc.

I have a desktop running gentoo and a laptop running arch, but hoping to switch the laptop to gentoo soon.

Both are daily driving wayland (the desktop had nvidia card and used for gaming). The desktop is running a kernel with a minimal config that compiles in 2-3 minutes.

What’s your unusual setup like?