Honestly this sounds like they edited the prompt (see Ollama documentation),
especially with the waffling about.
Edit: Okay, I just tried it out locally and it gave me a similar response (to the one picture above)
Edit 2: I thought maybe the restrictions where installed by Alibaba, since deepseek-r1:14b is a distilled version of qwen2.5:14b, but qwen2.5:14b gives a relatively normal response to the question:
Why is there a * in front of DS_Store?
Seems like fastly made a small mistake find . -name '.DS_Store' -type f -print -delete would just match the exact file and is faster.
That doesn't work, DS_Store are files not directories ( you need to use -type f).
An equivalent find command would be: find "$HOME" -type f -name '.DS_Store' -delete -print find takes a while; fd is way, way faster, but find is preinstalled, so there is that.
FMHY is awesome, you can find links to pretty much anything there (torrent sites, DDL, guides, etc).
And unlike most other link collection sites, it is actively maintained.
Okay, and where is throwing the book aside and remembering the page, and when you inevitably forget where you were, just starting from the last place you vaguely remember?
I really like Alien: Covenant.
Micheal Fassbender is fantastic in that movie. \
Awesome cinematography, awesome vibe, awesome creatures and Aliens, and a fantastic ending.\
It’s my second favorite Alien movie. \
Okay, thanks to that statement the flamethrowers are gonna come out; let me explain:
Alien is a nigh untouchable masterpiece.
Alien: Covenant
Aliens is a good movie. I don’t quiet like it as much as an Alien-Movie and also am generally not that big of a fan as quite a lot of people seem to be.
Alien Romulus. Okay, nice movie I guess. The are some plot holes like: How do they know Ridley threw the Xenomorph out of the airlock? She is still in Cryosleep. But generally quite enjoyable. Jumping Facehuggers are a nice touch.
Prometheus. I also don’t dislike this one. Even though they got lost in the weeds on this one a bit.
There are many more iconic lines in the game, but this one sticks in my mind, probably because you meet so many Huntsman and this is one of their favourite lines.
This seems like a bit of a scam:
On your external drives you can prevent the creation of
.DS_Store
If you really want to continuously delete
DS_Store
from both your internal and external hard drives you can set up a cronjob: