this post was submitted on 27 Jul 2026
767 points (97.4% liked)

linuxmemes

32650 readers
25 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 3 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] ICastFist@programming.dev 29 points 1 month ago (2 children)

    Richard P. Gabriel, in his essay “The Rise of Worse-is-Better,” expounds on this theme (see Appendix A). His thesis is that the Unix design philosophy requires that all design decisions err on the side of implementation simplicity, and not on the side of correctness, consistency, or completeness. He calls this the “Worse Is Better” philosophy and shows how it yields programs that are technically inferior to programs designed where correctness and consistency are paramount, but that are evolutionarily superior because they port more easily. Just like a virus.

    The highest achievement of the Unix-aesthetic is to have a command that does precisely one function, and does it well (...) This philosophy, in the hands of amateurs, leads to inexplicably mind-numbing botches like the existence of two programs, “head” and “tail,” which print the first part or the last part of a file, depending. Even though their operations are duals of one another, “head” and “tail” are different programs, written by different authors, and take different options!

    From The Unix Hater's Handbook

    (I like Linux, but it's not all sunshine and rainbows)

    [–] LodeMike@lemmy.today 2 points 1 month ago* (last edited 1 month ago) (2 children)

    "This program sucks because it doesn't come with the world's most confusing GUI and doesn't do a trillion things"

    If you ask this person what "technically inferior" actually means you'd probably get a different answer every day.

    [–] Viceversa@lemmy.world 4 points 1 month ago* (last edited 1 month ago) (1 children)
    [–] LodeMike@lemmy.today 2 points 1 month ago

    Yes and so do simple CLI tools that work. Head and Tail are about the worst examples because they work very well and also do very different things.

    [–] ICastFist@programming.dev 2 points 1 month ago (1 children)

    But that's not what either of the guys complained about

    [–] qqq@lemmy.world 1 points 1 month ago

    Yea what a hot take that was, critiquing words that were never there and then calling the person an idiot.

    [–] LodeMike@lemmy.today 2 points 1 month ago (1 children)

    The head and tail programs also do completely different things. What differences in options do they have?

    [–] Viceversa@lemmy.world 4 points 1 month ago* (last edited 1 month ago) (1 children)

    Really completely different? Do they not print first / last lines of text from a file into the terminal?

    [–] LodeMike@lemmy.today -1 points 1 month ago* (last edited 1 month ago) (1 children)

    The way they do it is fundamentally different. Head just reads until number of newlines is the target number. Tail has to first read the entire file and keep a buffer of the file and/or offsets for each line ending to determine what the last 10 (or so) lines are.

    This idiot (Gabriel) probably thinks exclusively in the real world paper line analog.

    I also just looked at each program's command line options and they're identical. Less things only Tail can do (because they're fundamentally different operations)

    [–] qqq@lemmy.world 7 points 1 month ago* (last edited 1 month ago) (1 children)

    This idiot (Gabriel) probably thinks exclusively in the real world paper line analog.

    Typical of Internet discourse to just immediately brand someone you disagree with an idiot... That "idiot" is one of the designers of common lisp, among other things. You're allowed to disagree with a smart person too you know

    [–] LodeMike@lemmy.today -3 points 1 month ago* (last edited 1 month ago) (1 children)

    OK. Designers of programming languages can be idiots.

    Lisp is a bad language IMO. Way too mathy. Nobody programs like that anymore for a reason.

    [–] Viceversa@lemmy.world 2 points 1 month ago* (last edited 1 month ago)

    Programming language is a tool. Do you think there're no more tasks left where "mathy" programming language would be preferable?