• 3 Posts
  • 288 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle

  • ChromeOS does this well because it’s android, a walled garden that users aren’t allowed to break. You can buy it at Walmart, and it works well.

    Other big “consumer” distro projects (Debian, Ubuntu, fedora, rhel, etc) are similar, especially if you’re installing stable releases on hardware that is supported.

    The question for me is what do users want their OS to do? My guess is internet, office, print, scan, photos, games, updates, and get out of the way. Almost all big distros will give you that experience already, as long as you don’t expect to play Windows games or pick a specialized gaming distro.

    Users who want to step outside using supported repos are back to googling for a solution when things are broken, and should see themselves as part of the tech-savvy group that need to fend for themselves.




  • For me it’s I can make Linux do this when I see another system perform well, in contrast with they took my vertical taskbar in windows 11 and I have to gut the system to get it back

    I do have to remind myself that I’m still used to living in a world where Linux enjoyed immunity to most “consumer” malware just because it wasn’t a popular desktop. Ultimately Linux is not more secure than any other system unless someone put in the work to make it that way.



  • For possibly more information on why the core is dumping (lol) try running jellyfin from the cli (probably just typing the path to the jellyfin executable and pressing enter)

    If nothing interesting is printed, try adding strace before the jellyfin executable (Google strace, it intercepts all system calls and logs them) if that doesn’t work tell strace to follow forks.

    Other than that you could start using binary debugging tools to see what shared libraries jellyfin is looking for? Maybe run it in gdb…













  • mvirts@lemmy.worldtoTechnology@lemmy.worldWhy don't cell phones have BIOS?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    21 days ago

    Think of installing a custom ROM on a phone like installing a custom BIOS ROM on PC, both are actually not damaging to the device if they fail but require specialized equipment to recover.

    Also, some phones and motherboards support special low level recovery modes when a rom fails to boot, but it’s usually not easy or documented.