this post was submitted on 29 Apr 2025
1104 points (98.2% liked)

memes

14440 readers
4130 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] easily3667@lemmus.org 8 points 11 hours ago* (last edited 11 hours ago) (1 children)

I do wonder how many people only hate windows because their IT installed crapware that takes half the CPU scanning every file move.

I watched a fascinating rust video where this guy was talking about all of the things different OSs do differently just in the rust up install process. And how one of them (I assume windows but don't recall) was way worse but it was fixed by changing how they did IO. I don't work at that lower level so it's not a thing for me, but it was interesting. (I tried to find but failed)

[–] ayyy@sh.itjust.works 7 points 10 hours ago (1 children)

The file system Windows uses (NTFS) has a lot of neat features, but ends up being astronomically slow in unexpected ways for some file operations as a result.

[–] JordanZ@lemmy.world 5 points 8 hours ago (1 children)

I remember playing around with NTFS streams. They’re usually used to store random metadata about a file. The size of which doesn’t appear in the normal file size calculation/display in Windows. So you can have this 2kb text file that has an alternate stream with a zip file of the entire discography of a band stuffed into it. Longest file transfer of 2kb ever. Another gotcha, the second you copy that file to a file system that doesn’t support the alternate streams they just vanish. So all the sudden that long file transfer is super quick.

[–] DahGangalang@infosec.pub 1 points 44 minutes ago

See, so I've never seen the purpose of NTFS streams. In a cyber security course, I was warned to look out for Alternate Data Streams, but got an unsatisfactory answer when I prodded the instructor for more (it was apparent that didn't have anything beyond a surface level understanding of them).

Your link was informative in grasping what they are, but I still don't think I'm clear on how they're used in the "real world". Like, what (and how) would one use them for a legitimate purpose?