ctrl is more useful
Eager Eagle
- 1 Post
- 147 Comments
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•Dolphin: Files/folder priority order `Space`>`.`>`Number`>`Alphabets` and Numbers like `1 2 3 … 10` and not `1 10 11…2 3`English
1·1 month agoI don’t think you can have both
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world• Local AI Companion for Radarr: Uses Ollama to Understand Your Taste (Vibe, Atmosphere, Mood), Auto-Complete Sagas, Explore Filmographies, and Add Movies SeamlesslyEnglish
61·1 month agoyeah, I think the whole “water” argument really dilutes the case against data centers.
On a serious note, the argument works for areas that already struggle to supply enough water for consumers. Otherwise, we should be focusing more on the power stress to the grid, and the domino effect on supply chain of hardware cost increases that it’s happening across many industries. It started with GPUs, now it’s CPU, storage, networking equipment, and other components.
If these prices are too high for a couple of years, we’ll start seeing generalized price increases as companies need to pass along the costs to consumers.
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world• Local AI Companion for Radarr: Uses Ollama to Understand Your Taste (Vibe, Atmosphere, Mood), Auto-Complete Sagas, Explore Filmographies, and Add Movies SeamlesslyEnglish
14·1 month agoIt’s not, I read the code. It’s not merely asking the LLM for recommendations, it’s using embeddings to compute scores based on similarities.
It’s a lot closer to a more traditional natural language processing than to how my dad would use GPT to discuss philosophy.
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world• Local AI Companion for Radarr: Uses Ollama to Understand Your Taste (Vibe, Atmosphere, Mood), Auto-Complete Sagas, Explore Filmographies, and Add Movies SeamlesslyEnglish
8·1 month agoNo, it doesn’t do that. It gets embeddings from an LLM and uses that to rank candidates.
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world• Local AI Companion for Radarr: Uses Ollama to Understand Your Taste (Vibe, Atmosphere, Mood), Auto-Complete Sagas, Explore Filmographies, and Add Movies SeamlesslyEnglish
10·1 month agono one is saying everyone has to ask an LLM for movie recommendations
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world• Local AI Companion for Radarr: Uses Ollama to Understand Your Taste (Vibe, Atmosphere, Mood), Auto-Complete Sagas, Explore Filmographies, and Add Movies SeamlesslyEnglish
161·1 month agochill, this is extracting text embeddings from a local model, not generating feature-length films
that’s like saying “no jet use is benign” meant for comparing a private jet to a jet-ski
the generative aspect is not even used here
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world• Local AI Companion for Radarr: Uses Ollama to Understand Your Taste (Vibe, Atmosphere, Mood), Auto-Complete Sagas, Explore Filmographies, and Add Movies SeamlesslyEnglish
8·1 month agoThere’s no training, the LLM embeddings are used to compare the plots via a cosine similarity, then a simple weighted score with other data sources is used to rank the candidates. There’s no training, evaluation, or ground-truth, it’s just a simple tool to start using.
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world• Local AI Companion for Radarr: Uses Ollama to Understand Your Taste (Vibe, Atmosphere, Mood), Auto-Complete Sagas, Explore Filmographies, and Add Movies SeamlesslyEnglish
243·1 month agothat’s pretty cool, this is just the wrong crowd, don’t worry about the downvotes
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•what is this tmp disk btop is showing me? (OS: Kubuntu 25.10)English
10·1 month agotmpfs is a memory filesystem, they all do
https://man7.org/linux/man-pages/man5/tmpfs.5.html
one-liner to get the total used size
/usr/bin/df --type=tmpfs | awk 'NR>1 {sum+=$3} END {print "tmpfs used (MiB): " sum / 1024}'
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•what is this tmp disk btop is showing me? (OS: Kubuntu 25.10)English
3·1 month agofor a more readable output
df -ht tmpfs
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•what is this tmp disk btop is showing me? (OS: Kubuntu 25.10)English
2·1 month agoit can use up to that number, but it won’t allocate that much when not needed, which is the case here. tmpfs can also use swap, so the maximum space available is system RAM + swap
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•Dolphin: Files/folder priority order `Space`>`.`>`Number`>`Alphabets` and Numbers like `1 2 3 … 10` and not `1 10 11…2 3`English
7·1 month agoconfigure dolphin -> View -> Content Display -> Sorting Mode -> choose Alphabetical (defaults is Natural)
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•Run `firefox -p` command and have Firefox open after closing terminal like Windows Run box.English
6·1 month agojust omit the
;firefox -p & disown
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•Run `firefox -p` command and have Firefox open after closing terminal like Windows Run box.English
1·1 month agodeleted by creator
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•Gryt-Chat: Like Discord but Self HostedEnglish
6·1 month ago“Jonathan”
Well, you can ask for a refund. Oh wait, it’s free.
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•What’s the currently best way to manage TOTP tokens?English
3·1 month agountil you need to update them, or when you need recovery when travelling
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•What’s the currently best way to manage TOTP tokens?English
411·1 month agoAegis + syncthing for remote backups

no way, I thought this would never be a thing! Been wanting this for over 3 years now.