

ah, this puts it together and it’s exactly what I was looking for, thanks


ah, this puts it together and it’s exactly what I was looking for, thanks


ah yes, I stopped watching the guy because of that and the clickbait, but he does make some interesting content sometimes.


so you haven’t tried it recently


maybe last you tried it was over 6 months ago, maybe you’re using the old google assistant, or idk, but it definitely works for me


yeah, that’s what I’m looking for. Do you know of a way to integrate ollama with HA?


I’ve been using more https://cheat.sh/ or --help on specific commands and subcommands.
It’s usually less noise than in a man page, and no need to install a specific man page for each command you want.


I don’t quite get what this is supposed to do. Is it basically a software to allow jellyfin/plex users to request media without needing a radarr/sonarr account?


it just means they’ll be a passive node, but still able to seed if they connect to the other node (edited). It’s the setup I have and I manage to keep an overall ratio >1, especially if the torrent is popular.


I miss start menu ads, intrusive bing searches, copilot upselling, MSN news, and uninstallable things I’ll never use on my PC like Xbox.


yes, the system will likely use some swap if available even when there’s plenty of free RAM left:
The casual reader1 may think that with a sufficient amount of memory, swap is unnecessary but this brings us to the second reason. A significant number of the pages referenced by a process early in its life may only be used for initialisation and then never used again. It is better to swap out those pages and create more disk buffers than leave them resident and unused.
Src: https://www.kernel.org/doc/gorman/html/understand/understand014.html
In my recently booted system with 32GB and half of that free (not even “available”), I can already see 10s of MB of swap used.
As rule of thumb, it’s only a concern or indication that the system is/was starved of memory if a significant share of swap is in use. But even then, it might just be some cached pages hanging around because the kernel decided to keep instead of evicting them.


if my system touches SWAP at all, it’s run out of memory
That’s a swap myth. Swap is not an emergency memory, it’s about creating a memory reclamation space on disk for anonymous pages (pages that are not file-backed) so that the OS can more efficiently use the main memory.
The swapping algorithm does take into account the higher cost of putting pages in swap. Touching swap may just mean that a lot of system files are being cached, but that’s reclaimable space and it doesn’t mean the system is running out of memory.


potentially relevant: paperless recently merged some opt-in LLM features, like chatting with documents and automated title generation based on the OCR context extracted.


I’ve never had to look for disabling middle click paste because it broke panning or orbiting in 2d or 3d canvas. Same thing for games, middle click works just fine there.


yeah, I use it all the time to copy username and password in one go instead of fiddling with the clipboard history


along with the compose.yaml file, unless I need it in a different drive for any reason
btw, the prices of managed runners are going down, not increasing
https://docs.github.com/en/billing/reference/actions-runner-pricing#standard-github-hosted-runners
still good to have a self-hosted alternative though
ah right, my bad
idk what to tell you, because I just tried it and it works