• 7 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle
  • so my question here would be: does this mean linux now is ready for the education sector?

    No, not for elementary/HS. You have to understand that schools aren’t regular users. They will have 2 top priorities:

    1. Hardware vender support. There isn’t any vendor that can/does support the volume and pricing that a school will do. While some major vendors are starting to offer Linux pre-installed, they aren’t apart of their educational vendor options.
    2. They need to have a “drag and drop” security suite. Schools don’t have large/well skilled IT department, so they rely on security suites that “tick off all the boxes”. This allows them an excuse is suddenly little Timmy has porn on their school computers. (This is one of those reasons ChromeOS is becoming so popular. They can issue a device, have the student only have a Google Workspace for Education account, and then walk away. Easy and simple. And yes, there are many websites that can tell you how to get around it, but then the school gets to turn around and claim the student “hacked” it and is in violation of rules X, Y, and Z to which the parent can also be held responsible.)

    Until these two issues are solved, Linux won’t be ready for the public education sector. (When the parent issues the device, all rules are gone since it’s up to the parent what limits to place, and all the school will say is that the device must be able to run programs X, Y, and Z.)



  • Vulkan has hacked in support, but not official support. It’s like saying that because I can hack in Flash on macOS, that must mean that it has tons of support. Two different things.

    And macOS is Unix certified, but that doesn’t make it Unix (I know, it’s complicated…) To help show this, EulerOS (from Huawei) is a Linux OS.

    EulerOS is a high-security, highly scalable, high-performance, open enterprise Linux operating system

    Its was also Unix 03 certified, just like macOS. Even though it’s Linux, not Unix.


  • I mis-phrased that, sorry. In the Android case, you can’t access a lot of networking functionality and other lower level access functions.

    Running ifconfig responses with:

    Warning: cannot open /proc/net/dev (Permission denied). Limited output.

    Even though it is based on Linux, and has access to the ifconfig app, it’s not really something you can do. There are other things to consider like that. While you could try to give yourself root access, it’s messy and not something that’s really easy or encouraged.

    In macOS’s case, it’s Unix to a point, but try installing NVIDIA cards in them (for CUDA cores). There are Unix drivers for Nvidia cards, for x86 and ARM, but even thought it’s Unix, it still won’t work.

    How about running native Vulcan? It’s a major API for 3D graphics. It has a Unix driver, but still can’t work on macOS. Best that can be done is workarounds, but that’s not native and has issues.

    There is Unix support for these, but macOS isn’t really Unix underneath.