• NegativeLookBehind
    link
    fedilink
    551 year ago

    Windows: “I’m trying really hard to be your friend, please love me”

    Linux: “Lol you wanna fuck around and find out? Go ahead dude IDGAF”

    • sebinspace
      link
      English
      71 year ago

      And in the process, I learned something about computers :D

      Weird how that works.

  • @[email protected]
    link
    fedilink
    381 year ago

    The fun part is that I’ve actually done the “delete the bootloader” on purpose. We did it for operating systems class and then manually did the disk partition calculations to directly write a new bootloader into place. Once you’ve done that a few times you start to really really understand how the superblock, bootloader, and partitions work.

  • @[email protected]
    link
    fedilink
    281 year ago

    One thing I miss from Reddit is that all this software/hardware supremacy bullshit died out years ago.

    I’m so fucking sick of these memes

    • @[email protected]
      link
      fedilink
      91 year ago

      I don’t know why, but there’s a LOT of Linux users on here. Feels like it’s half tech nerds/programmer types.

    • @[email protected]
      link
      fedilink
      English
      91 year ago

      As GNU/Linux user, I don’t like this meme too. I’ve seen this so many times that it’s not funny anymore. And if it was, it should be posted to c/linuxmemes, not here.

      • @[email protected]
        link
        fedilink
        41 year ago

        I have no beef with folks circle jerking in their own space, go for it. But having it constantly hammered in my feed is just annoying and toxic. May as well get in arguments about whose dad could beat up whose.

  • @[email protected]
    link
    fedilink
    23
    edit-2
    1 year ago

    This joke is explained with a story by Neal Stephenson in his “The Hole Hawg of Operating systems”. It’s a short, but great read: http://www.team.net/mjb/hawg.html

    To quote:

    “But I never blamed the Hole Hawg; I blamed myself. The Hole Hawg is dangerous because it does exactly what you tell it to. It is not bound by the physical limitations that are inherent in a cheap drill, and neither is it limited by safety interlocks that might be built into a homeowner’s product by a liability-conscious manufacturer. The danger lies not in the machine itself but in the user’s failure to envision the full consequences of the instructions he gives to it.”

    • sebinspace
      link
      English
      7
      edit-2
      1 year ago

      Like a review of the OG Dodge Viper:

      “Traction control? Air bags? Nope. You get ten cylinders, four wheels, and a steering wheel. Whatever happens next, it’s on you.”

      Edit: Here it is

      • @[email protected]
        link
        fedilink
        English
        41 year ago

        “this car accelerates like it hates the past” is maybe one of my favorite quotes of all time now. Thanks for sharing this gem

        • sebinspace
          link
          English
          31 year ago

          His Demon review is even better:

          “This car doesn’t accelerate, it escalates. Like a conversation born from the phrase ‘what’s wrong?’”

  • Hot Saucerman
    link
    fedilink
    English
    19
    edit-2
    1 year ago

    Story time: In 1994 my friends dad still had a PC running DOS/Windows 3.1

    My friend and I had been downloading pron clips from a local BBS that were all in a *.dl file format.

    My friend got anxious his father would find the porn and he would get in trouble, so in a command line for DOS, he typed:

    C:\> del *.dl

    Which the computer read as del *.dl* which meant within seconds it was deleting every Dynamic Link Library on the PC, and in short order it crashed and then would not boot.

    So yes, especially in older Windows systems, you could delete all kinds of shit to bork it.

  • AnonTwo
    link
    fedilink
    18
    edit-2
    1 year ago

    I mean, there’s a reason they don’t let you delete system32 anymore

    It’s like one of the earliest troubleshooting joke memes. It just so happens people actually did that, and not because they wanted to do that.

    But like on earlier versions of Windows you could absolutely delete any folder on the drive. I think there’s even a story about an uninstaller that accidentally deleted the entire root of the drive because it wasn’t written correctly.

  • @[email protected]
    link
    fedilink
    141 year ago

    Yep, this was me a few weeks ago. I was running widows and linux dualboot on separate hard drives. I decided to reformat the windows drive since I was never using it. Apparently I had installed the bootloader to the drive which windows was on…

    • Octopus
      link
      fedilink
      21 year ago

      Yes. Also happened to me. Linux distros also do this (if you didn’t specify a separate boot partition), so next time you need to erase an OS, go into that partition, and remove the folder corresponding to the OS like “Windows” or “Ubuntu”.

    • @[email protected]
      link
      fedilink
      5
      edit-2
      1 year ago

      It’s a true Unix tool: it does one thing really well and it’s up to the user to not fuck it up. Always double check the if= and of= before you hit enter on a dd! That’s how power works and I’d rather have power over my computer than have it be the other way around.

      Yes, I’ve fucked up a few dd commands over the years. Lessons learned.

  • deadcatbounce
    link
    fedilink
    111 year ago

    If you’re running Linux with the French language add-on installed, you can delete it:

    rm -fr /

  • @[email protected]
    link
    fedilink
    101 year ago

    I have done this a few days ago and im still struggling to set it back up but I like the freedom

  • @ch00f
    link
    71 year ago

    I had a dream the other night that I accidentally deleted the ls command and it broke a bunch of shit on my linux server.

    Yet it still booted, and my mdadm raid array was still intact. I had to boot from a live CD to copy the command over.

    As someone who knows enough about linux to run a ubuntu file server, but has never contributed to a meaningful open source project in his life, is this something that can actually happen?

    • @Falmarri
      link
      English
      41 year ago

      Sure. There’s a story around somewhere of someone deleting basically all of /bin and was able to recover the live system

  • @Tylerdurdon
    link
    51 year ago

    System32 is not the bootloader. You can delete it all day long once you change permissions and unhide it.

  • @[email protected]
    link
    fedilink
    English
    51 year ago

    When I first started using Arch Linux I swear I deleted my bootloader on accident like 4 times lol.