this post was submitted on 24 Jun 2025
67 points (98.6% liked)
Linux
55614 readers
539 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
yeah, it's pretty unoptimized for mobile. on my todo list.
where does firefox complain about that?
also i should change the license footer, you're right
Yeah, sorry, that came a bit harsh. I'm just a bit salty, because i dislike monospace and white-on-black for reading. But i'm working on something, that lets the user choose the reading settings. In the meantime, i just create a usercss (Stylus) for pages i see often.
But that's another reason i'm salty; please don't do
* {…}
CSS hacks. Just set the rule onbody
, because children inherit, if not set otherwise. And*
is the worst for performance, use the rightmost selector instead.no problem! i'm frequently described as "abrasive" so i guess what goes around comes around...
i do appreciate the CSS tip(s) -- that stylesheet is a few years old with many alterations over time, so there are bunch of weird hacks that i'm not even sure why they're there. off the top of my head, for some reason the header is a
div
-within-a-div
:#header
and#header_internal
. no idea why. :P