I use arch btw

  • Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    Feels like one of those jokes that explicitly shouldn’t go into programmerhumor. A programmer that doesn’t interact with Linux, that’s something to tell the world about…

    • OpenStars@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      Ew emacs, yuck 🤢🤮. Try Vim and you’ll never go back.

      /s btw (I use Linux, please don’t kill me)

    • jaybone@lemmy.zip
      link
      fedilink
      English
      arrow-up
      10
      ·
      8 hours ago

      There needs to be a vegan distro. Surely someone has created one just so they can make this joke.

      • Agent641@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        2 hours ago

        A vegan, a crossfitter, and an arch user walk into a bar. She orders a gluten free beer.

  • TrackinDaKraken@lemmy.world
    link
    fedilink
    English
    arrow-up
    69
    ·
    12 hours ago

    I’ve never told anyone IRL that I use Linux.

    Nor have I actually spoken to anyone for more than a few words since I started using Linux.

    • Dave@lemmy.nz
      link
      fedilink
      arrow-up
      33
      ·
      11 hours ago

      I just generally try to avoid letting people know how technically savvy I am. I’d rather not do basic tech support for everyone I know.

        • Agent641@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          2 hours ago

          I’m unironically like that with apple things. The last time I used an apple things was 15 years ago. Im comfortable doing just about anything technical on windows, Linux and android, but hand me an iPhone or a MacBook and I instantly realise how those elderly technologically impaired people feel - completely lost.

    • ExLisper@lemmy.curiana.net
      link
      fedilink
      arrow-up
      25
      ·
      11 hours ago

      It’s never too late. Don’t wait! Go outside, stop the first person you’ll see, look them deeply in the eyes and say it. Say it loud and proud!

      • Agent641@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        This worked so well that I actually got a date! At the magistrates Court is a weird venue but whatever.

      • Ghostie@lemmy.zip
        link
        fedilink
        arrow-up
        21
        ·
        10 hours ago

        That’s too casual. You’re going to want to plan a distro reveal party first.

    • ramble81@lemmy.zip
      link
      fedilink
      arrow-up
      4
      ·
      9 hours ago

      Thank you, because on here people don’t shut the fuck up about it even if the thread doesn’t involve Linux. They’re as bad as Cross-Fitters and Vegans.

  • ozymandias@sh.itjust.works
    link
    fedilink
    arrow-up
    27
    ·
    10 hours ago

    this is the same corporate fueled viral joke as “vegans always telling everyone about being vegan”.
    maybe if windows wasn’t a vibe coded, microslop, death-by-1,000-papercuts, spycrosoft, torment nexus, then nobody would feel the need to tell people about linux?

    • MissesAutumnRains@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      19
      ·
      edit-2
      9 hours ago

      People walk around smashing themselves in the dick with a hammer, complain about the dick-smashing hammer, and lament the future dick-smashing hammer update, and the moment someone says, “Hey, have you tried these non-dick-smashing, hammer-free pants?” And they say, “Hahaha, do you also do CrossFit?”

      This joke is stolen valor, I only just swapped to Linux like two days ago and I haven’t had the opportunity to blurt it out to people yet.

    • nymnympseudonym@piefed.social
      link
      fedilink
      English
      arrow-up
      12
      ·
      9 hours ago

      One of my favorite jokes:

      Q: A Vegan, a crossfit enthusiast, and a Linux user walk into a bar. How do we know?

      A: They told every. Damn. Person. In the bar. Within 5 fucking minutes.

      • ozymandias@sh.itjust.works
        link
        fedilink
        arrow-up
        7
        ·
        7 hours ago

        except it’s an unearned stereotype pushed by the corporations that lose money from people quitting meat and windows

        i could tell you a lot of jokes based on stereotypes but i don’t want to spread fud.
        also, i’ve never heard a single person talk about crossfit ever, but if they do, it’s probably because they enjoy it and want to tell you about things they have benefited from because they want you to be healthy and happier… not to gloat or whatever

    • TheV2@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      9 hours ago

      Yesterday someone was murdering their dog in public. I almost intervened, but thankfully they told me just in time that they’ve already squared that decision with their conscience. Phew, haha, that was close. Wouldn’t that have been embarrassing, if I pushed my ideology onto somebody who has already squared that decision with their conscience?

    • calango@programming.devOP
      link
      fedilink
      arrow-up
      3
      ·
      10 hours ago

      this line of reasoning seems right to me. Well, if Windows didn’t have all these problems, there wouldn’t be as much need to migrate to another operating system

    • pelya@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      11 hours ago

      People are boasting about Arch, but my first open-source OS was FreeBSD 4.2, fitting on a single CD-ROM.
      It included a tiny base system and C compiler, and practically every other package had to be compiled from source, using the ports system, which was just a collection of makefiles, one for each package.
      And you had to be careful to use gmake instead of make, because the default Make was BSD-specific tool incompatible with most of open-source software, which targeted Linux. And you had to make sure to use GNU versions of grep, sed, and awk, and remove all bashisms from shell scripts, because /bin/sh was of course incompatible with bash.
      You had only about 50% chance that a given package would compile. Package manager? What package manager? Just run suand then make install.
      And my PC was AMD K6, and it had Turbo button, which did absolutely nothing. And I was very proud of my TEAC CD drive.

      • OwOarchist@pawb.social
        link
        fedilink
        English
        arrow-up
        14
        ·
        edit-2
        10 hours ago

        and it had Turbo button, which did absolutely nothing

        These old ‘turbo’ buttons actually did do something – they limited your CPU clock speed.

        Because some old games (and perhaps other software) relied on counting CPU cycles for timing the game. The faster your CPU, the faster the game would run, and the faster things in the game would happen. When CPUs got too fast for this, such games became unplayable because everything was happening in such fast-forward speed that the player could never hope to keep up. The counter-intuitively named ‘turbo’ button would bridge a jumper on the motherboard and change your CPU clock speed to a lower value, slowing it down so these old style games could still run at a reasonable, playable pace.

        Ironically enough, the ‘turbo’ button made your PC slower.

        (Personally, I think turbo buttons are due for a comeback, but as fan control options. Use a ‘turbo’ button to switch between fan control profiles – turbo off for quiet profile, turbo on for maximum performance profile.)

        • pelya@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          10 hours ago

          The PC case with Turbo button was originally 486-DX, but there was no place on the new K6 motherboard to plug it into.

    • goatinspace@feddit.org
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      6 hours ago

      Arch-based, the path you choose, btw? Good.
      Big endeavour it is.
      Closer to the Force, you’ll feel… the more you learn.

  • FrowingFostek@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    8 hours ago

    I tell everyone at my part time job that we need Linux on their systems. I know nothing about Linux servers. Lemmy has convinced me most institutions would benefit from the switch.