• 0 Posts
  • 20 Comments
Joined 9 months ago
cake
Cake day: February 13th, 2025

help-circle
  • This thread is largely just basic computer skills advice that is necessary on Windows and Mac as well. (And that is great!)

    So I’ll add the ones we skipped that have nothing to do with OS at all, but are the usual issues for new PC users:

    • Give a quick overview of what the mouse is for.
    • Talk about or just disable the CAPSLOCK key.
    • Show them where to find and how to read the “do I have Internet?” icon (usually in the lower right, regardless of OS)
    • (If not a laptop) Teach them that the monitor and the PC have separate power buttons. Maybe leave a sign out that says “Push both buttons to turn on.”

    And as others have said:

    • Show them how to search for and add software using the software center, (rather than download from random websites)






  • pinball_wizard@lemmy.ziptoLinux@lemmy.mlWhy?
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    23 days ago

    I got a job writing software for Linux servers.

    After spending my workday on a mature stable operating system, going home to Windows or Mac became frustrating, to me.

    Various challenges required paid-but-still-kind-of-buggy software on Windows or Mac, that I had mature stable solutions for on Linux.

    I spent many years installing free software recompiled for Windows (in cases where it was available) so that I would have the same quality of tools at home as I had at work.

    Eventually Ubuntu and Linux Mint hit an ease of use that made me feel silly last time I went through the effort that comes with activating Windows.



  • Yes. This was what made me stop paying for streaming.

    Yes, I guess, as a Linux user I could probably steal their stuff more easily than some others. (?) Or maybe just because I know how my computer works.

    But - I have better things to do with my time.

    I have indicated this to the streaming providers, using money, which I paid them, each month.

    I believe that this is an easy way to tell me apart from pirates, who I understand did not pay for the streaming services each month.

    But since the streaming services stopped delivering quality working streams to my devices, I no longer pruchase their streaming services.

    Now I am enjoying my ancient DVD and VHS collection until streaming services stop sucking.





  • There is probably no way to opensource it without also making it easier to bypass.

    I want to highlight this in case OP missed it. Your point here is critical.

    Now I’m going to nerd out a bit about it:

    To expand on your points above (for OP), there’s an impasse here between the anti-cheat developer and the distro developers.

    The anti-cheat developer needs support from the distro developer to get their anti-cheat packages signed, to allow them to run in the kernel. Any package not signed by the distro developer that tries to run at kernel level will be treated by the OS as a virus. (Windows has this protection as well.)

    Getting the code signed is pretty easy. The only requirement is sharing the source code, so the distro developers can make sure there’s nothing nasty in it.

    But the anti-cheat developers feel that they need to never share their source code, to prevent cheating. In some cases, they have even have contracts that prevent them from legally sharing parts of their source code (if licensed from a third party).

    That’s also not a problem. All they have to do is sign a binding contract for secrecy with every contributor to the distro, and then privately share their source code, and get it signed.

    On Windows, that means signing a contract with Microsoft. On Mac, with Apple.

    But on Linux, is just means tracking down and making separate agreements with a few thousand independent individuals…

    So the technical solution is pretty simple: share code, get code signed, run in kernel.

    But the contrasting needs of everyone involved make it unlikely on Linux.

    Interestingly, an Anti-cheat developer who felt very confident that their code was unbeatable, could just publish it publicly, and get it signed and running quite quickly.

    But uh… Most anti-cheat is also pretty low quality code, according to most estimations.