• 2 Posts
  • 201 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle












  • It needs to be faster and more stable. Crashes and slowness are killer issues. Slowness is single core issue. You can see one core working it’s ass off, but the other like 15, sitting doing nothing. Plus it freezes during that often because it’s not async/multi-threaded enough. Crashes, well that’s just bad, but in this case it’s normally when even 48GB RAM isn’t enough. Bloody curved geometry from external sources with massive messes. Needs more exchanging files methods that isn’t mesh based. But also mesh rationalization tools are need too.






  • jabjoe@feddit.uktolinuxmemes@lemmy.worldIT Department's Plan
    link
    fedilink
    English
    arrow-up
    25
    ·
    edit-2
    3 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.