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/)TH
Posts
3
Comments
133
Joined
2 yr. ago

  • Oh yes, let's focus on an extremely expensive energy source! Let's get rid of dependencies of dicatotors by making us dependent of other dictators to get uran! Why waste any more time on energy sources that pay off after a few years when we can have an energy source they'll still have to pay for in 100 generations? So genious!

    1. It's said in the Bild am Sonntag - everyweek another politician says something dumb in an interview with them, then there are many discussions about it in the upcoming week and then the circle starts again
    2. There is not one ruling party, there are three and since the party having control of the ministry of finance just said a very defunded child support programm was the last big social subsidiary of the term, this will bot happen.
  • I'd recommend finding a tutorial for Docker+Portainer - Portainer is a container as well, which provides a web-gui to conveniently manage all your other containers (without having to touch the CLI ever again)

  • Well you can discuss everything here - as long as you stay civil. There are not even worthless internet points to lose. But from what I've read from your comments here, you will face different opinions and you may should thinking about them and your own, too

  • Don't worry, most of this is about learning :) You could also put Docker on the Linux, install Jellyfin as a Docker container, and only fore it up when you are using Jellyfin. It's a little less convenient, than having it available all the time, but storing all media in H264 AC3 (most common video and audio codecs) costs a lot of storage (H265 and AV1 are far more efficient). Another pro of Docker is, when you decide to move your server, you just shut down the container, copy it's data and start the container on the new device

  • You can't think of a government household the same was of a private one. There is no need to be debt free by a certain age, the income is quiet controllable and the main debt payer is inflation. It's just what they tell you: Oh no, we can't afford [insert social stuff of your choice here]! Oh military, industry, you want some more? Sure, I make it double! Best, sexyboy Lindner :*

  • You'll have to keep in mind, that the pi is not really suitable for RAID and not at all for transcoding. The latter means if you have all your media in codecs your devices support, it's direct play only, it will work, but as soon as you need to transcode, you will have a hard time

  • I'd go for the consumer case with as much drive space as possible, but in the end it's up to your taste. With rackmount full professional server stuff, you have to keep in mind, it's not only quite large in terms of space, but also noisy. This is something for the basement or something. Another option would be a mini pc like a NUC combined with a NAS - here is the limit the upgradability of the hardware. Like you can usually upgrade the RAM a little and the system drive, but that's it. Especially for media stuff (Plex, Emby, Jellyfin) it can be interesting to have a dedicated GPU, like an Intel card, to have more transcoding capabilities. I'm currently running most things from a SFF PC, but also have a Pi and an old laptop in use for various tasks (main reason is lazyness to move the services to the SFF lol)

  • I really like Jellyseer for this. Occasionally browsing around with different filters, auto add to the arr services (which I only use for keeping track of what's currently in the cinema and what is released on streaming/bluray)

  • BMW

    Jump
  • Let's just not talk about it was very common practice for like 40 years after the war in Germany, too. But today it's a totally different story (luckily). Can't be remembered enough especially when looking at the political directions the western world is heading to right now...

  • That's the good thing about containers, that's super easy. Just stop the container, move your folder to your desired location (e.g. /home/user/vaultwarden), change the path in your compose file (stack) (i.e.: /home/user/vaultwarden:/data/), redeploy the stack and that's it :)