this post was submitted on 04 Sep 2024
354 points (99.2% liked)

Linux

47300 readers
505 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

SUSE just open-sourced a typeface :)

you are viewing a single comment's thread
view the rest of the comments
[–] Botzo@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (8 children)

The "fi" combination also seems problematic since they seem to intersect.

[–] cygnus@lemmy.ca 24 points 1 week ago (7 children)

That's a ligature, it's deliberate.

[–] Botzo@lemmy.world 7 points 1 week ago (6 children)

To me, that's even worse. Ligatures that have 0 separation where it's expected short circuit my reading comprehension.

[–] haerrii@feddit.org 7 points 1 week ago (1 children)

You can turn them off with every font. But you'll be surprised by how much they can improve readability, because they remove optical irritation as shown here.

[–] Botzo@lemmy.world 1 points 1 week ago (1 children)

So what I see there is that badly designed fonts require ligatures to correct interactions.

Like, I get that there are some neat ones, e.g. I have them turned on when writing code for symbols, but they seem wholly unnecessary and distracting in alphabetical characters.

But I'm also the kind of weirdo that thinks the world needs more monospace fonts.

/shrug

[–] toastal@lemmy.ml 4 points 1 week ago* (last edited 1 week ago)

It is the exact opposite. Ligatures were created to help deal with the lack of clarity when symbols overlap. fi, ff, fl, ffi, have historically (like print press historical) been common ligatures where others are stylistic, where others are downright questionable & make things harder to read. The first category should almost always be supported, & the others can usually be disabled if not commonly off by default where you opt in for some design, not for general body copy.

What you are referring to about ‘programming ligatures’ is an outright abuse of open type features full of false positives, ambiguities, & lack of clarity for outsiders to understand what your code means. What you want is Unicode supported in your language so you can precisely what you mean than using ASCII abominations—like meaning but typing ->, dash + greater, than which isn’t at all what you mean which is a rightward arrow. (with a non-exhaustive languages with decent Unicode support: Raku, Julia, Agda, PureScript, Haskell with Unicode pragma, & all APL dialects).

load more comments (4 replies)
load more comments (4 replies)
load more comments (4 replies)