Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PM
Posts
4
Comments
511
Joined
2 yr. ago

  • Fedora/Redhat is a good example. It could be argued that the Linux distro scene was different 23 years ago, making it harder to be seen today.

    The thing I'm pondering is what the openSUSE community actually is. Does it exist as a group, or is it separate projects, each doing their own thing... for who? What is the overlap between people in the various distros, overlap in technology used in packaging and QA etc? Is it meaningful to talk about openSUSE as a distinct community separate from SUSE?

  • blahaj

    Jump
  • Unicode in filenames can be a bad idea, since there are more than one way to achieve what looks like the same character. So matching patterns could fail if you think it's one way, but it's actually another representation in unicode.

  • When I hear openSUSE, I think of german engineering and resources from SUSE, with a history of innovating great infrastructure.
    With a new name, distanced from the SUSE part, I'll probably feel more like if this is yet another random derivative created by a small group who might soon lose interest.

  • Badness 10000 usually indicates that something is very wrong. Usually overfull hboxes. If the text is spaced out to the point where it immediately looks bad, that could still be like badness 5000. What I have seen mostly is macros not playing well with other macros, and in LaTeX there's a lot of macros under the hood, so it's very hard to troubleshoot.

  • The reason is that you're reading TeX, not LaTeX. The latter has abstracted away the fundamental building blocks so few people know how an hbox is set anymore. So, an hbox is a box where the content is in horizontal mode. Between the things is glue. Glue can stretch and shrink. Depending on how you have set your tolerance and penalties, there's a maximum percentage of stretch allowed. If the glue stretches more, it becomes bad, this is called badness and can effectively be up to 10000 bad. So why not just put more things into the box? Well, (La)TeX probably tried to do that, but came up with worse badness. TeX always chooses the least bad option on a paragraph level. In practice, the usual suspect is often that you have something else that can't fit the last part of a line, like a really long word. If you can look at it and manually hyphenate it, things might be better.

  • The "x just means y" argument has its merits, but there are many words that "just mean" something, but after being used in a bad way now are considered offensive. "Retarded" just means "slowed down", and "negro" just means "black". So then the question becomes, who gets to decide if a word is offensive? People with dictionaries, or people who feel offended? Either way, I think society should be consistent.

  • What started as openSUSE Micro Desktop is now openSUSE Aeon. It's still RC2, and RC3 will probably be easier to do a clean install since it will add full disk encryption, but if you want to check it out now it's reliable and works well.

  • Yes, I think it's basically the same. With Aeon you get a lot of it automated and already set up, which is good if you want the kind of system that Aeon is. It's opinionated, so if you want to tinker or want something else I think Tumbleweed is better.