• 1 Post
  • 56 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • jabjoe@feddit.uktolinuxmemes@lemmy.worldThe best Unix
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    BSD and other permissively licenced code is used a load in games. PS4-PS5 are FreeBSD based I think. GCC is often the compiler used for these platforms. Though maybe Clang + LVM now. So loads of FOSS is used, but these is little community participation. That what non-copyleft allows. Maybe it’s better now. I left games over 12 years ago now and not really following.



  • jabjoe@feddit.uktolinuxmemes@lemmy.worldThe best Unix
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    Linux owns more than server/web space. It’s everywhere. A lot of IoT is Linux too. Also drones, router, switches, NASs, smart white goods, cars, etc, often have Linux in somewhere too. TVs were Linux, but are now Android, which is Linux but not GNU/Linux. Basically user facing Linux is often Android, though not the Steam Deck.



  • The problem is when Docker is used to gift wrap a mess. Then there are rotting dependencies in the containers. The nice thing about Debian packaged things is the maintainer is forced to do things properly. Even more so if they get it into the repos.

    My preference is Debian Stable in LXC or even KVM for services. I only go for Docker if that is the recommended option. There is stuff out there where the recommend way is their VM image which is full of their soup of Dockers.

    Docker is in my pile of technologies I don’t really like or approve of, but don’t have the energy to really fight.















  • jabjoe@feddit.uktolinuxmemes@lemmy.worldIT Department's Plan
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    9 months ago

    Few things, in rough order:

    • Smaller = less attack surface. You can strip a Linux OS down to only what is needed.

    • Open source, so it’s can be peered review. There are Unix distros like OpenBSD, that share lot of user space component options, where auditing is a big thing. The whole sunlight and oxygen stops things festering as much. As abosed to things locked in a box in another box down in a cellar.

    • Open source transparency forces corporates to be better. We can see what they are and aren’t doing.

    • Diversity. The is no “Linux”, it’s a ecosystem of Linux distros all built and configured differently, using different components. Think of Linux as just a type of base board in a sea of Unix Lego bits. There are plenty of big deployments on BSD bases that share a lot with some Linux deployments.

    • Unix security is simplier than Windows security, so easer to not mess up.