

mailcow-dockerized is great, really makes email setup so much easier.
Do you ever send mails to Gmail and Office365? Do you get through the spam filter without PTR record?
mailcow-dockerized is great, really makes email setup so much easier.
Do you ever send mails to Gmail and Office365? Do you get through the spam filter without PTR record?
If your use case is only desktop and phone, KDE Connect can do it independently from your music service. Works in both directions as well.
My impression from a recent crash course on Docker is that it got popular because it allows script kiddies to spin up services very fast without knowing how they work.
That’s only a side effect. It mainly got popular because it is very easy for developers to ship a single image that just works instead of packaging for various different operating systems with users reporting issues that cannot be reproduced.
I use Jellyfin but I download all my songs from Tidal, Qobuz or Deezer and tag them automatically right then and there in a clean format so Jellyfin does not have to guess at all.
I also have some automatic checks in place to convert incorrect metadata to a proper format. Like moving artists from the title (feat. Somebody else)
to the artists tag Somebody; Somebody else
and a bunch more.
Together with Finamp on desktop and mobile everything is pretty much working as expected.
I’m running this on a 7900 XTX with 32GB RAM. No issues so far. According to their instructions, Nvidia is a little bit more involved but it should perform the same on consumer or pro GPUs.
I assume decause it’s using Docker, the more RAM the better.
Docker has pretty much no overhead, so you only need enough RAM to run the games/sessions you want to run in addition to your regular desktop.
We have the same “loop hole” around here.
People started doing protests by sun bathing in front of the rich folks gardens.
They don’t do the same thing: Sunshine is intended to stream a single physical desktop.
Games on Whales runs headlessly and creates virtual desktops for each session in a Docker environment.
For example, you can create an instance that runs at 800p so you can stream to your Steam Deck at its native resolution. You can even still use your desktop normally since the streams run in the background.
Both of them support connection via Moonlight.
Games on Whales has worked really well for me: https://games-on-whales.github.io/
Intel is really struggling right now.
They haven’t been able to compete in the CPU market for quite a while and their GPUs are also not really taking off.
As a result, they have to let people go and outsource more and more of their manufacturing to TSMC, which only deepens the hole they have dug for themselves.
They are on their sixth consecutive quarterly net loss and things are only getting worse if they don’t have a new architecture (that can compete) ready soon.
Them shutting down their Linux support is just the result of years and years of mismanagement at Intel.
Mostly, I’m not big enough to trigger anything there.
Also, since ISPs usually only get a single humongous IPv6 block, it’s actually pretty hard to know what is okay to block. Somebody might be on a /48, /56 or /64 network but they might also just have a single IPv6 address. Since you’re blocking quintillions of IP addresses with each /64 net, the risk of hitting innocent IPs is high.
Also also, I’m not sure if Google is actually prepared for such a case. Since all the requests coming from Invidious just seem like legit unauthenticated requests, it’s hard to flag them on IPv6 when the IPs are fully randomized.
Still, Google is moving towards requiring a login for everything. So I assume that method won’t work for much longer.
Define “widely”.
According to Google 46.09% of their traffic is IPv6 and most servers support it. It’s mostly large ISPs dragging their feet.
My favorite thing to use IPv6 for is to use the privacy extension to get around IP blocks on YouTube when using alternative front ends. Blocked by Google on my laptop? No problem, let me just get another one of my 4,722,366,482,869,645,213,696 IP addresses.
I have a separate subnet which is IPv6 only and rotates through IP addresses every hour or so just for Indivious, Freetube and PipePipe.
ollama, ComfyUI, vLLM, opensplat, and nerfstudio can exceed 24 GB VRAM fairly easily. Memory leaks in games are also sometimes an issue.
To this day I still wonder why they manage to do a reliable GPU reset on Windows but not on Linux.
With every timeout there’s a 90% chance that it takes the whole system with it on AMD.
Luckily I’m on Plasma and the timeouts have gotten really rare on a 7900 XTX. Most of the time my cause is exceeding the VRAM limit, which eventually causes a freeze, pretty much every time.
Anyone wanna yell at me for being an idiot and doing everything wrong?
Not yell, but: Jellyfin is dropping HTTPS support with a future update so you might want to read up on reverse proxies before then.
Additionally, you might want to check if Shodan has your Jellyfin instance listed: https://www.shodan.io/
Unironically ending your Github comment with a Bible reference has to be the weirdest thing I have seen on Github, and I have seen some weird comments.
Is there something KMag does that the included zoom effect (Meta + Control + Scroll) does not do?
I use Jellyfin with Finamp on Android/PC and the Jellyfin plugin for Kodi on my HTPC.
The Jellyfin plugin does movies/shows too and not just music but it handles music playback as well. For a dedicated music box I’m not sure if I would use Kodi for it.
If you don’t follow their tuning guide, Nextcloud does run very poorly on SQLite and without Redis/caching. Apache also performs significantly worse than nginx + php-fpm.
https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html
It does run very well with Postgres + Redis + php-fpm + OPcache and has been pretty much the center of my selfhosting endeavor since ownCloud times.