I was watching "In Bruges" on TV, and couldn't understand the version of English they spoke, so I downloaded it with subtitles and watched that.
Asklemmy
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
Using a state of the art local LLM and an agent to ask it to find all files with a certain extension, because I always forget how to use the find command on linux and I can't be bothered to read it.
ls *.txt?
No that would be just in the current folder, I needed to search recursively
find -name "*.txt"
Iirc. Though it might want a regular expression instead of a wildcard.
That would work for a single directory.
Most file managers have a global search.
I did that kind of thing once, had Qwen-3.5-122B as a fancy find-and-replace because I couldn't be arsed to write a find and pipe it to sed
That's not too bad. Back in the days when Nintendo Switch came out, I heard that rich people bought digital version of games because they were too lazy to get up from the couch and walk to the docked console to switch cartridges.