Please do not perceive me.

  • 0 Posts
  • 2 Comments
Joined 3 years ago
cake
Cake day: June 8th, 2023

help-circle

  • skulblaka@sh.itjust.workstolinuxmemes@lemmy.worldCool... I guess.
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    10 days ago

    RetroArch has the old-school Linux problem of “all the functionality you need, plus all the functionality anyone might ever need, plus all the functionality that no-one needs, all arranged seemingly at random in dozens of menus”

    This definitely does happen sometimes, especially these days, but this is explicitly opposite to old-school Linux design principles. A program should do one thing, it should do it well, and it should be able to be plugged in to other processes in order to accomplish whatever this single-purpose program accomplishes. If you want it to do something else, go get/write a different package to do something different. This is actually explicitly stated in the “Unix Philosophy” papers by Ken Thompson, Dennis Ritchie, et al.