• Lost_My_Mind@lemmy.world
    link
    fedilink
    English
    arrow-up
    80
    arrow-down
    21
    ·
    2 months ago

    Build a pc.

    Install linux.

    Get confused by linux.

    What the fuck does linux want from me???

    Rip hair out.

    Be bald.

    People confuse you for skinhead.

    Wear wig.

    Wig blows off on sunny windy day.

    Lose wig.

    Be sad.

          • Valencia@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            2 months ago

            That’d be cool if that was true… But I installed nobara on my brand new PC and kingdom come crashed when I fast traveled, Hades 2 ran at like 20 fps, and dragons dogma just wouldn’t launch. I get Linux is cool and all but I don’t have time to troubleshoot every game I install anymore…

            • JustAnotherKay@lemmy.world
              link
              fedilink
              English
              arrow-up
              5
              arrow-down
              1
              ·
              2 months ago

              Not quite “just works” but I’d be willing to bet that your computer defaulted to the iGPU instead of your dGPU because you didn’t specify as such in your launch options

          • Iapar@feddit.org
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 months ago

            It doesn’t for everybody. What is so hard to grasp about the fact that your experience isn’t a general truth?

      • yeehaw@lemmy.ca
        link
        fedilink
        English
        arrow-up
        7
        ·
        2 months ago

        To be fair, it’s just because windows is the most used and common desktop operating system and the two OSs are different. People would be confused about windows too if the tables were turned.

          • Dkarma@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            1
            ·
            2 months ago

            This is true to a large extent. No one goes out of their way to make Linux easy.

            Don’t get me started on GitHub.

        • Tony N@lemmy.ml
          link
          fedilink
          English
          arrow-up
          15
          arrow-down
          4
          ·
          2 months ago

          Consoles are easy, and I love my PS5 for chilling and playing games, and I love my Linux PC for its power and freedom from corporate bullshit.

          • m-p{3}@lemmy.ca
            link
            fedilink
            English
            arrow-up
            11
            arrow-down
            1
            ·
            2 months ago

            That you don’t have admin access to. Good for not fucking it up, bad for freedom.

            • ArchAengelus@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 months ago

              It’s remarkably difficult to really fuck up freebsd. On Linux, getting boots to fail is easy. FreeBSD is quite a bit more robust in that regard, as the base image isn’t updated piecemeal.

            • Lost_My_Mind@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 months ago

              I’d easily make the trade of linux standard being impossible to fuck up without rooting it, if it meant it became as easy to run as a commercial OS.

            • Aniki 🌱🌿@discuss.tchncs.de
              link
              fedilink
              English
              arrow-up
              2
              arrow-down
              13
              ·
              2 months ago

              I’m talking about an operating system, not a toy. Playstation is a toy, like a tonka truck, or a tricycle. Your rebuttal is bad.

              • Cypher@lemmy.world
                link
                fedilink
                English
                arrow-up
                8
                arrow-down
                1
                ·
                2 months ago

                Sometimes people want to play with a toy and not scream at their OS because of… millions of possible reasons.

              • essteeyou@lemmy.world
                link
                fedilink
                English
                arrow-up
                6
                arrow-down
                1
                ·
                2 months ago

                Cool, but you’re in a gaming community in a post about the Playstation, so I’m not really sure why you’re talking about operating systems and behaving like this when someone talks about the console the post is about.

      • cRazi_man@lemm.ee
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        4
        ·
        2 months ago

        I love Linux. I’ve moved both my PC and laptop to Linux this year and gotten rid of Windows completely and I’m loving it. OpenSUSE Tumbleweed doesn’t get enough love.

        That being said… Linux is not easy guys. This guy is full of shit. But I would still recommend trying it if you’re an enthusiast with this sort of inclination.

        • ampersandrew@lemmy.world
          link
          fedilink
          English
          arrow-up
          8
          arrow-down
          1
          ·
          2 months ago

          If I had to read documentation first, I wouldn’t be using Linux. We write software so we can automate things, so we should be able to automate away most of the troublesome parts until we’re just left with a useful device that does its job.

    • wonderfulvoltaire@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      6
      ·
      2 months ago

      Bazzite is the answer you search for. Learn the terminal & eventually get a grasp on why atomic distros are cool and you’ll be okay. I was on windows for years & when I learned the terminal for that it was like I was giving God powers.

      • Lost_My_Mind@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        3
        ·
        2 months ago

        The only thing I’m trying to install linux on is my Raspberry Pi. Upon googling Bazzite, it doesn’t seem to support Raspberry Pi.

        Also, I’ve been trying to learn terminal off and on for 15ish years, with no luck. I’ve been trying to get the fan to work, unsucsessfully on my raspberry pi, for 4 years now. Apperently I have to compile some code…I don’t know what that means…

        • Iapar@feddit.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          2 months ago

          Compiling means that you take code then run that code trough a program that checks if the code works like intended. After that it will put out a binary/exe/whatever that you can work with further.

          From wiki:

          In computing, a compiler is a computer program that translates computer code written in one programming language into another language. The name “compiler” is primarily used for programs that translate source code from a high-level programming language to a low-level programming language to create an executable program. There are many different types of compilers which produce output in different useful forms.

          • Lost_My_Mind@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            2 months ago

            And I have no idea what that means.

            How do you reboot? You click start>power>reboot.

            I know what that means.

            Ask me to compile a script? Uhhhhh…

            • Iapar@feddit.org
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 months ago

              Open terminal > cd (command to change directory) into the directory where the code is that you want to compile > then run the compiler

              In rust I would CD into the directory that I have written my code in. Let’s say user/rust/projects/example1 with the command:

              cd user/rust/projects/example1

              Now every command I type will be executed on that directory. The tool I use is called “cargo” the command to compile is “build”.

              So with that information I type:

              cargo build

              While being in user/rust/projects/example1 and when I did everything right my Programm will compile and the result of that can be found in a folder in that project. Something like:

              user/rust/projects/example1/build/prod

              Hope that helps to give a overview of how the process is supposed to go when everything works without a problem.

        • wonderfulvoltaire@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          2 months ago

          Worst case scenario you can take it apart & put it back together to maybe find a defective part. Terminal is tricky because of the language barrier. It’s all just coding with extra steps which isn’t meant to dumb it down.

        • Aniki 🌱🌿@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          11
          ·
          edit-2
          2 months ago

          What the fuck are you on about? I just build a Raspberry Pi based console running RetroPie with a custom cooler, fan, and power button with LED indicator. Check out my recent posts to 3D printing.

          I compiled nothing but RetroPie since the Pi 5 isn’t officially supported but it was dirt simple to do. Install Raspbian, clone RetroPie repo, run install script, press enter on the first option, wait a few hours.

          Once again, you just suck at computing. Especially if after 15 years you still can’t Bash. In 15 years I built a career as a senior linux engineer.

          The Super Notendo – https://discuss.tchncs.de/post/22628904

          I just taught myself parametric CAD including both solid body and surface modeling in 3 months.

          • Lost_My_Mind@lemmy.world
            link
            fedilink
            English
            arrow-up
            10
            arrow-down
            1
            ·
            2 months ago

            So you’re stating on this post that you understand coding, and know how to compile. You’re trying to “insult” me by saying I suck at computing.

            Except I’m not insulted. You know who else sucks at it? EVERYBODY. It’s like an auto mechanic trying to insult you for knowing how to change a muffler, and how it’s so easy.

            I don’t know how to change a muffler. I just want to drive the car. Just like everybody else.

            I just want to push a button, have my fan work, and play retro games. I don’t want to have to bash in terminal. I don’t want to compile a program. I just want to play video games.

            And you know who else just wants it to work with no programming knowledge needed? EVERYBODY.

            THAT is the reason that after 30+ years linux is at an all time high user base with less than 5% of the market, despite Apple being expensive as hell in a tough ecconomy, and Windows being universally agreed on as being dog shit. People STILL don’t want to switch to linjx because NOBODY understands it or wants to deal with it.

            They’d rather deal with Windows 11 spying on your screen, or paying an assload for a mac than deal with linux.