• 0 Posts
  • 21 Comments
Joined 9 days ago
cake
Cake day: March 20th, 2025

help-circle


  • To be precise, that’s a cogwheel. There are six cogs around the cogwheel in your image. The word “cog” refers specifically to the teeth around the wheel, not the wheel itself. The cogwheel may be colloquially called a cog, but it’s technically inaccurate; If you told a watchmaker that their watch was missing a single cog, it would have a very different meaning than if you told them it was missing a single cogwheel.











  • mic_check_one_two@lemmy.dbzer0.comtoMemes@lemmy.mlshit...
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    6 days ago

    This is how it works in Germany. Lots of their water bottles are made of glass, and end up with textured/worn rings along the bottle; The rings are from where it goes through the recycling machines to get prepped for the next use. The rings mean the bottle has been reused a lot, and has gone through the machines enough to get slightly worn.


  • Calibre doesn’t natively support reading DRMed files, but there are anti-DRM plugins which are trivial to install. You need to provide a legitimate Kindle serial number for Amazon DRM, as it uses that to de-encrypt the files. When you add the file(s) to your library, the plugin automatically runs as a file conversion. It basically converts it from a DRM-locked .epub/.azw3 to a DRM-free .epub/.azw3 instead. Since Calibre already has file conversions built in, the plugin simply uses that existing system to spit out a DRM-free version of the same file, then it adds that to your library instead.






  • Not in the way you’re probably thinking, no. The VPN (like Proton) will be isolating devices from each other. This is by design, so you don’t end up in situations like different customers seeing each other on the network.

    Your router might be able to act as a VPN host. This would allow you to connect to your home network from anywhere, and use it just like you would use a service like Proton. And if your home network is set to allow devices to see each other, then you could see your Jellyfin server. See if your router can run Tailscale or can act as a WireGuard (or OpenVPN) host. Tailscale will be the most straightforward approach, but not everything can run it. Worst case scenario, you could just run Tailscale directly on your Jellyfin server.

    The big issue with requiring a VPN is that it makes remote access on some devices difficult or damned near impossible. For instance, good luck getting a smart TV to run Tailscale. Tailscale will be fine for things like phones, laptops, or tablets. But if you have a smart TV you want to remote view things on, you may need to consider a reverse proxy instead. And a reverse proxy is such a rabbit hole that it would deserve its own post.