503
Windows vs Linux (i.imgflip.com)
submitted 10 months ago* (last edited 10 months ago) by RobotDaniel@lemm.ee to c/memes@lemmy.ml
top 48 comments
sorted by: hot top controversial new old
[-] NegativeLookBehind@kbin.social 56 points 10 months 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@lemmy.world 7 points 10 months ago

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

Weird how that works.

[-] MNByChoice@midwest.social 2 points 10 months ago

FYI, Windows 3.11 let one fuck around in this way.

[-] azimir@lemmy.ml 45 points 10 months 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.

[-] hydration9806@lemmy.ml 35 points 10 months ago

Bad time for a typo. Can't*

[-] RobotDaniel@lemm.ee 2 points 10 months ago

Thank you corrected it

[-] June@lemm.ee 32 points 10 months 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

[-] starman@programming.dev 10 points 10 months 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.

[-] Kiosade@lemmy.ca 9 points 10 months 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.

[-] menemen@lemmy.world 3 points 10 months ago

Never visited r/linuxmemes?

[-] June@lemm.ee 4 points 10 months 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.

[-] Contend6248@feddit.de 3 points 10 months ago

I was on LinuxMasterRace, i'm not done yet.

[-] unsaid0415@szmer.info 1 points 10 months ago

look at mr "I never deleted the bootloader" here

[-] azimir@lemmy.ml 25 points 10 months ago* (last edited 10 months 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@lemmy.world 7 points 10 months ago* (last edited 10 months 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

[-] Alterecho@midwest.social 4 points 10 months 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@lemmy.world 3 points 10 months ago

His Demon review is even better:

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

[-] Alterecho@midwest.social 1 points 10 months ago
[-] 5redie8@sh.itjust.works 1 points 10 months ago

I knew what channel that was gonna be before I even clicked the link lol

[-] dingus@lemmy.ml 23 points 10 months ago* (last edited 10 months 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.

[-] argv_minus_one@beehaw.org 21 points 10 months ago

I just tried this in an MS-DOS + Windows 3.1 virtual machine that I have, and no, that doesn't happen. del *.dl does exactly what you'd expect.

  • del *.dl does not delete DLL files. Your friend probably accidentally pressed the L key twice.
  • del *.dl does not delete anything in any folder other than the current one. Your friend probably stored his porn in the C:\WINDOWS\SYSTEM folder or something.
  • I don't think there even is a built-in way in MS-DOS to delete files matching a pattern across multiple folders. You can delete files in a single folder matching a pattern (del), or you can delete a folder and all of its contents (deltree), but neither of those does what you're talking about.
  • Deleting DLLs stops Windows from starting, but doesn't stop MS-DOS from booting. MS-DOS doesn't have any DLLs to delete.
  • MS-DOS isn't even capable of loading DLLs at all. If you were writing an MS-DOS program and you wanted to link code dynamically, you had to bring your own dynamic linker to do it with. Fun times.

You're right that it doesn't stop you from deleting system files, though, which is kind of odd as MS-DOS does have a mechanism for stopping you from doing that: the “system” attribute. This is used to protect the MS-DOS kernel files, IO.SYS and MSDOS.SYS. For whatever reason, though, the Windows installer doesn't give the Windows system files this attribute, so you can still see them and delete them at will.

[-] dingus@lemmy.ml 5 points 10 months ago* (last edited 10 months ago)

Your friend probably accidentally pressed the L key twice

That's probably what he did and I don't know why he would store his porn in the system folder, but it did genuinely bork the computer and his dad was pretty pissed, because his dad was a banker and all his work was on it.

I never tested it myself partially because I didn't want to kill my system and well, my parents had a Mac.

[-] argv_minus_one@beehaw.org 4 points 10 months ago* (last edited 10 months ago)

Well, that's the nice thing about virtual machines! 😁 You can copy them and bork them freely.

In case you feel like experimenting, WinWorld has installation disk images for most of Apple's and Microsoft's vintage operating systems.

[-] atlasraven31@lemm.ee 11 points 10 months ago

Task failed successfully

[-] AnonTwo@kbin.social 19 points 10 months ago* (last edited 10 months 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.

[-] secret301@sh.itjust.works 3 points 10 months ago

Sadly that still happens from time to time on both windows and Linux. Minecraft dungeons was the last I remember

[-] sp00nix@lemmy.ml 2 points 10 months ago

"Deltree C:\ . /Y" I think it was.

[-] Longpork_afficianado@lemmy.nz 0 points 10 months ago

The solution should be restricting such actions to root/admin, not preventing them entirely though.

[-] corporateHippie@lemmy.ml 16 points 10 months 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...

[-] Octopus1348@thelemmy.club 4 points 10 months 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".

[-] ArbitraryValue@sh.itjust.works 12 points 10 months ago

dd stands for disk destroyer.

[-] azimir@lemmy.ml 5 points 10 months ago* (last edited 10 months 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@reddthat.com 11 points 10 months ago

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

rm -fr /

[-] WonderingThinker@lemmings.world 11 points 10 months ago

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

[-] Zerush@lemmy.ml 7 points 10 months ago

Nothing like disabling the screen in the BIOS/UEFI. Guaranteed adrenaline

[-] ch00f@lemmy.world 7 points 10 months 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@lemmy.world 4 points 10 months ago

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

[-] eric5949@lemmy.cloudaf.site 6 points 10 months ago

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

[-] Tylerdurdon@lemmy.world 4 points 10 months ago

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

[-] Fixbeat@lemmy.ml 6 points 10 months ago

You can do all sorts of dumb stuff to Windows, but you have to know what you are doing. I don't think that is a feature to make fun of.

[-] sirico@feddit.uk 4 points 10 months ago

All fun and games until immutable systems are the future of Linux

[-] AnonTwo@kbin.social 3 points 10 months ago

Just wondering, but is there anything regarding packages or flatpaks (and variants of them) that would make immutable systems a requirement in order to use your applications, or would it still be possible to use a regular distro?

I'm sure there wouldn't really be any complaints regarding 90% of linux users using immutable systems, as long as applications weren't "locked in" to using those exclusively.

[-] Ubermeisters@lemmy.zip 1 points 10 months ago

Microsoft and Android have entered the chat

did you say immutable fun and games? We're in!

[-] CookieJarObserver@sh.itjust.works 4 points 10 months ago

And then there is that one Distro your "hacker" friend uses that turns your disk in to a industrial shredder...

[-] DmMacniel@feddit.de 3 points 10 months ago

Immutable Distro says noooooo~

[-] Ubermeisters@lemmy.zip 3 points 10 months ago* (last edited 10 months ago)

Don't make a motherfucker...

Diskpart

Now yall did it

[-] ballogh@lemm.ee 1 points 10 months ago

It's going to happen several times a year, regardless you remove or not

[-] Batman@lemmy.ca 1 points 10 months ago
this post was submitted on 18 Aug 2023
503 points (90.2% liked)

Memes

44080 readers
1816 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS