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/)MO
Posts
18
Comments
603
Joined
2 yr. ago

  • It really isn't that hard these days. Installation isnt harder than installing Windows and most Linux distros have a built-in store now to install apps from. Definitely takes a bit of a learning curve but it isn't as intimidating as it once was.

  • This article is downright harmful.

    HTTPS only ensures the data stream is private and protected, but DNS requests can still leak things like search queries or other bits of identifying info.

    If you setup your own VPN in a VPS, it will not protect your privacy since the hosting provider usually can be subpoenaed for information on the owner of a particular server.

  • I think it depends. For my parents place, it literally points at the culdesac that their house is in. For my place, which is located in a relatively new community, it's about 35 miles out.

  • I am hopeful it will run well considering every Sony port has worked on Linux, but there are many reasons why it wouldn't. HFW is a significant engine upgrade requiring more resources or they may be using a newer DirectX call that Proton doesn't support just yet, etc.

  • They still have not fixed the absolutely terrible dis-occlusion artifacts that were present in FSR 2 and, in fact, it seems to have gotten worse with frame generation. Here's an example of what the artifacts look like:

    FSR's lack of AI reconstruction is still keeping me on DLSS and team green despite Nvidia's price-gouging and mediocre Linux support.

  • I prefer the simplicity of docker-compose on top of podman myself for my self-hosting needs, but I imagine systemd integration to be advantageous in many ways. You can have your containers activated by a socket. You can configure your containers so that they depend on certain system services being up or available, giving you more fine grained control over your start up process. That's just off-the-top of my head as I have very limited knowledge of this aspect of podman, but I don't think it's meant as a backup. It just provides a more flexible solution for certain deployment scenarios, in exchange for more configuration complexity of course.

  • I think he's referring to the fact that it's mixed in with a bunch of CoreOS setup stuff. I also thought the same of this tutorial. I use podman myself but I have no interest in CoreOS. It was a bit difficult trying to extract just the podman related stuff out of that tutorial.