this post was submitted on 24 Nov 2025
238 points (92.8% liked)

memes

18123 readers
2779 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/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
all 37 comments
sorted by: hot top controversial new old
[–] massive_bereavement@fedia.io 40 points 2 days ago (1 children)

That's your problem, that ain't a file, boss, that's a folder.

[–] Mim@lemmy.zip 16 points 2 days ago (2 children)

Is this a joke I'm too much of a Linux user to understand? (I use Arch btw.)

[–] ulterno@programming.dev 2 points 1 day ago (1 children)

The difference between find -type f and find -type d

[–] Mim@lemmy.zip 1 points 1 day ago (1 children)

That still doesn't change the fact that a directory is a file. Even though it has some defined properties differentiating it from other files.

[–] ulterno@programming.dev 0 points 8 hours ago

But that is the reason their search tool is not working. It's probably configured for files, not directories.

[–] Blum0108@lemmy.world 5 points 2 days ago (2 children)

It's a folder icon not a file icon

[–] callouscomic@lemmy.zip 13 points 2 days ago (2 children)

Yes, but they use Arch. Hope you noticed.

[–] Mim@lemmy.zip 2 points 1 day ago

Couldn't help but put that joke in. ¯\_(ツ)_/¯

[–] Mim@lemmy.zip 1 points 1 day ago

But everything Is a file!

[–] Kolanaki@pawb.social 9 points 2 days ago (2 children)

I don't know why the file search on Windows sucks this much but, yeah... I can be looking at the fucking file I want, search for its exact name, and get zero results.

[–] MonkderVierte@lemmy.zip 3 points 1 day ago (1 children)

Is Everything still a thing?

Absolutely and it's my primary way to search for anything

[–] ReginaPhalange@lemmy.world 5 points 1 day ago

No problem - just do a quick overview of the search function code, find a bug, submit a PR fix, and then wake up and remember that we're talking about M$

[–] ivanafterall@lemmy.world 17 points 2 days ago (3 children)

On Windows, I've had good luck with the search tool Everything.

[–] Skyline969@lemmy.ca 12 points 2 days ago (3 children)
[–] MonkderVierte@lemmy.zip 1 points 1 day ago* (last edited 1 day ago)
$ time fd -t f locate /usr
/usr/bin/fallocate
/usr/include/clang/AST/ASTContextAllocate.h
/usr/include/qt6/QtQmlCompiler/6.10.0/QtQmlCompiler/private/qresourcerelocater_p.h
/usr/include/qt6/QtQml/6.10.0/QtQml/private/qlazilyallocated_p.h
/usr/share/doc/libdc1394/html/structfw__cdev__allocate.html
...
/usr/share/xml/docbook/xsl-stylesheets-1.79.2-nons/params/htmlhelp.button.locate.xml
/usr/lib/ruby/gems/3.4.0/doc/racc-1.8.1/ri/Racc/Grammar/compute_locate-i.ri
/usr/lib/ruby/gems/3.4.0/doc/racc-1.8.1/ri/Racc/Sym/locate-i.ri

real	0m0.209s
user	0m0.283s
sys	0m0.663s

Cut by me, because of qr size limit. fd is from here. Disk is NVME on PCIe3.

[–] BeigeAgenda@lemmy.ca 5 points 2 days ago* (last edited 2 days ago) (4 children)

Or like me obliviously spending cycles trawling through everything.

find dir/ -iname "*John*Cena*"

or

grep -rIi "John.*Cena" dir/
[–] MonkderVierte@lemmy.zip 1 points 1 day ago

obliviously spending cycles trawling through everything.

Once vs. every time the db gets updated. Database for faster file searching is a HDD relict, imo.

[–] marcos@lemmy.world 3 points 2 days ago

spending cycles trawling through everything

Beats spending cycles indexing everything and never search them.

[–] SlurpingPus@lemmy.world 1 points 1 day ago (1 children)

Use fd and ripgrep at least. It's not the stone age.

[–] BeigeAgenda@lemmy.ca 1 points 1 day ago (2 children)

I'm probably using them already if they are aliased to find and grep.

[–] SlurpingPus@lemmy.world 3 points 1 day ago

Btw, while I'm here: you might also want to look into eza, fzf, bat, and maybe delta (or icdiff for side-by-side comparison). I'm pretty conservative regarding replacement for classic utils, but these are worth it.

[–] SlurpingPus@lemmy.world 1 points 1 day ago

They use different arguments, so unlikely. Though idk if there are wrappers or anything like that.

They're both easier to use and faster, so it's worth making sure to switch.

[–] qjkxbmwvz@startrek.website 2 points 2 days ago

grep -rIi "John.*Cena" dir/

I have this sort of thing aliased, with some added --include flags to filter file type (e.g., only match source/script files). Super useful!

[–] Meron35@lemmy.world 1 points 2 days ago

plocate is much faster and requires less resources. macOS users should use mdfind instead

[–] iAmTheTot@sh.itjust.works 8 points 2 days ago (2 children)

Everything is a required tool for any Windows computer I interact with.

[–] ivanafterall@lemmy.world 3 points 2 days ago (1 children)

And Wiztree! I really do love that program.

[–] pulsewidth@lemmy.world 2 points 1 day ago

WinDirStat imo is a better alternative - same functionality, much older and open source.

Wiztree borrows a lot from WinDirStat's interface.

[–] essell@lemmy.world 1 points 2 days ago

Including like little Spanners to fix it and big spanners to hit it?

[–] Carvex@lemmy.world 3 points 2 days ago (1 children)

Thanks that was helpful at the right moment!

[–] ivanafterall@lemmy.world 4 points 2 days ago* (last edited 2 days ago)

Happy I could help. It's been everything Windows search is not.

Additional pro-tip if anyone is still using WinDirStat, Spacemonger, etc.: WizTree is game-changing.

[–] LuxSpark@lemmy.cafe 8 points 2 days ago (1 children)

Test.txt isn't descriptive enough?

[–] guynamedzero@piefed.zeromedia.vip 1 points 2 days ago* (last edited 2 days ago)

I literally have like 5 of these in my home directory…

[–] ArsonButCute@lemmy.dbzer0.com 3 points 2 days ago

$locate %filename%

[–] AceFuzzLord@lemmy.zip 2 points 2 days ago

This is why everything gets put into their own directory branch... and why I sometimes forget my pokemon fan games are for some reason in my Ankama folder for whatever reason.

I get it, because you See Nah