Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)UZ
Posts
0
Comments
312
Joined
2 yr. ago

  • I think the pricing of their subscription is roughly the same as audible's, but you get your books DRM-free. They also have some great books on sale sometimes that you don't need a subscription for, and you can choose a local bookstore to share revenue with. That said, city libraries are an amazing option as well.

  • I think I managed to sync playback position (or maybe it was just played status?) with Antennapod and the NC app at some point, but it seemed slow and unreliable, and I couldn't use it on my iPad, so I stuck with Pocket Casts for now :(

  • For audiobooks I recently discovered libro.fm and it works great. You can use their app to listen to it like any other service, but you can also just download the plain drm-free mp3s. For music there is bandcamp if the artist is on there, but for movies and series I'm not aware of any vendors like that. DVDs I don't see as an option because their file size limit is too low, the quality on a modern TV looks really bad. And Blurays are a whole other level of DRM hell.

  • Doesn't Podfetch integrate gpodder, so you don't need a separate gpodder instance? Or did I misunderstand that. Otherwise there is also a gpodder sync plugin for nextcloud I think. But yeah, I haven't found a satisfactory solution that works on Android and iOS myself

  • I honestly have more than enough content on Youtube to watch without having to rely on recommendations, and I intentionally do not use Google accounts in any other capacity either. So yeah, for me Youtube Premium is just not an option even though I would be open to pay for the content. Hell, I even do donate to some individual creators through other platforms already. If Google wants my money they shouldn't have killed the separate Youtube account and shouldn't have forced everything into their surveillance-ad business.

  • YouTube provides two ways to "pay" for your content: with ads, or by paying for premium.

    Not quite, unfortunately. You can pay by watching ads in addition to being surveiled, or by paying for premium and being surveiled potentially even harder (because you have to have an account with personal and payment information). Google does not stop tracking you and selling your profile just because you pay for Premium, so it's not an option for me.

  • I was about to comment that their website also claims "legitimate interest" to create a personalised ad profile on me, before I realised that that is not the official Obsidian website. But yeah, the stated reasons are dumb.

  • It just makes a lot of stuff way easier once you know how to use it. Switching out a word for another: two button-presses, duplicating a line: three presses, deleting 500 consecutive lines: five presses

  • The podman docs describe it as follows

    If -v /HOST-DIR:/CONTAINER-DIR is specified, Podman bind mounts /HOST-DIR from the host into /CONTAINER-DIR in the Podman container. Similarly, -v SOURCE-VOLUME:/CONTAINER-DIR mounts the named volume from the host into the container. If no such named volume exists, Podman creates one. If no source is given, the volume is created as an anonymously named volume with a randomly generated name, and is removed when the container is removed via the --rm flag or the podman rm --volumes command.

    Is that what you've been doing?