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
501
Joined
2 yr. ago

  • That was an interesting read. I am even more confused about the community part. When Debian switched to systemd it was a very... lively public discussion with lots of people stating their opinions. It seems to me like the opensuse world is different.

  • "At this point, not enough information exist to answer that question. I have carefully investigated the material provided, and it appears like the necessary information has been deliberately redacted. Given this, the best course would be to avoid speculation."

  • I think the idea is that what we want to see more of is genuine discussions in good faith using sound arguments, even if we don't personally agree with the viewpoint.
    If I'm just tired of seeing certain types of posts I can block them without downvoting their posts.

  • I made a serious attempt at using ed(1) for a few weeks. Read the book by Michael Lucas and everything. In the end, I kind of do want to see the file I'm editing, etc. But, some features, or lack of features, stuck with me. Do I need a menu item to count words in the file? That's why we have wc -w after all. This can be said about a lot of functionality built into editors. It made me really appreciate the idea of programs that do one thing, and can be combined. But yes, in the end it was too much for me, mostly because I'm not good enough with coreutils.