Yes, I think that’s it. Their website really don’t make it easy to figure out…
Yes, I think that’s it. Their website really don’t make it easy to figure out…
/c/titlegore
You would need to set up routes on these other devices to tell them that VPN devices can be reached through the Pi. It’s possible, but I’ve never done it myself, so I don’t have any useful pointers.
Use opusenc directly. It preserves covers and the CLI is literally opusenc --bitrate B INPUT OUTPUT
.
Interesting. I have to try that. I remember reading that MS do the same for the web version of Outlook, but I don’t use that, so I can’t confirm.
YouTube has been ok for me in Firefox, but other Google apps, in particular Docs/Sheets, always become very laggy after a few minutes. When this happens, it seems to affect the rest of the browser too, so other tabs that I have open slow down as well.
Here’s what I see: https://i.ibb.co/g9yLrmp/image.png
This is specifically for the Windows version. You can also find Linux and Mac results here by selecting the OS from the drop-down list at the top.
Not surprising. The quality of their articles is usually mediocre at best. I occasionally look at their RSS feed and most of what I see is “How do I achieve <trivial task>”–style posts.
Yes. All devices connected to the VPN will have a private IP inside the virtual network. You can use these to communicate as though they were public IPs, except that they can’t be used from outside the VPN.
There’s also a noticeable difference with some beans. Cheap ones are tough and taste almost stale, while nicer ones are creamier and more flavourful.
Yes, you can connect the device behind CGNAT to your existing VPN as a client. Then, from inside the VPN, you would use the its virtual address to connect to it. You can use a systemd service or similar to have the VPN connect at boot.
There are a few default instances in the settings page, and you can add your own as well.
There is also an other approach: encode your media a priori into a format that you can play direct, and then you don’t have to worry about transcoding performance. The advantage of this is that you can likely get better quality encodes.
deleted by creator
Yeah, this is the problem. If you watch YouTube every day, sure, I get it, storage and bandwidth cost money. But if you’re an occasional user who watches a few videos a week, no way is the subscription worth it.
I’ve had great experience with AMD GPUs on Wayland. Unless you run into specific issues, I don’t see a downside of running Wayland. With NVIDIA, chances are you will run into issues very quickly, unfortunately…
I can recommend Navidrome as a server. I’ve had great experience with it.
See this post: https://lemmy.world/post/77145
You remove the instance’s domain name from the URL, the same way you remove reddit.com
when linking to subreddits. You then append it at the end of the URL with an . For example,
https://lemmy.ml/c/asklemmy
--> /c/asklemmy .ml
EDIT: Starting with Lemmy 0.18.0, you won’t need to do this manually anymore!
That’s it! If you don’t specify a host path, i.e. the path before the colon, Docker will create an volume which saves any changes you make to that path in the container, but won’t mount any existing path from the host to the container.