• 0 Posts
  • 60 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle




  • dustyData@lemmy.worldtoOpen Source@lemmy.mlWhat's up with FUTO?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 months ago

    But if your roommate says he isn’t a thief, however he always hangs around with the local gang and continuously brings used stuff that he has no way of legally acquiring since he doesn’t even have a job. I don’t know man, you have to start asking questions.

    Mike is not a nazi, he just goes to the nazi bar because he likes the beer.








  • Because then you’re just describing Audacity. The concerning feature has to be intentionally activated by the user. And if you download and build it yourself then that part of the code isn’t even accessible. You have to modify the code to activate it before you build it. I’m actually glad with the way they handled it. They listen to the user base and if you follow tantacrul he regularly consults changes with the users.


  • Ok listen. That is the way governments want you to think in order to get away with erasing your right to privacy. It’s the old “I have nothing to hide” argument.

    But here’s the thing. You have a butthole. I have a butthole. Everyone in the planet has a butthole. Having a butthole is nothing to be ashamed of, it is not a crime to have a butthole. No one will prosecute you for having a butthole. But that doesn’t mean it is ok for the government to see everyone’s butthole. That’s your right to privacy.

    If you want to protect children, you turn to social scientists to understand the problems and identify the ways in which to catch and prosecute offenders. Weaponizing surveillance on everyone in order to catch a very tiny percentage of population who might be committing a crime is hurting everyone.

    Privacy is not about empowering pedos, it is about protecting everyone’s rights. Erode one right and you erode all rights. Once the system is in place, then political surveillance to destroy democracy and install fascism is what follows.

    Ironically, the global fascism is currently run by pedophiles.


  • I also tried tailscale in a docker container as a subnet handler and realized I was out of my depth. Net engineering is abstract and hard. There’s a reason there are pros making bank just doing that for big corps.

    Followed a way simpler setup. Now tailscale runs on the server bare metal and podman handles the routing automatically. I just use the magicDNS address given by tailscale and everything just works as intended. All my services are available, and apps run no issue, no matter where I am as long as I’m connected to tailscale. I will make the setup more complex as I learn more and acquire the need for more features. But so far this has met all my expectations.







  • People are using NAS for things they aren’t meant to do. They are a storage service and aren’t supposed to be anything else. In a typical data center model, NAS servers are intermediate storage. Meant for fast data transfers, massive storage capabilities and redundant disk fault tolerance. We are talking hundreds of hard drives and hundred gigabit connection speeds inside the data center. This is expensive to run, so they are also very energy efficient, meant to keep the least amount of required disks spinning at any given moment.

    They are not for video rendering, data wrangling, calculations or hosting dozens of docker containers. That’s what servers are for.

    Servers have the processing power and host the actual services. They then request data from a NAS as needed. For example, a web service with tons of images and video will only have the site logic and UI images on the server itself. The content, video and images, will be on the NAS. The server will have a temporary cache where it will copy the most frequently accessed content and new content on demand. Any format conversion, video encoding, etc. Will be done by the server, not the NAS.

    Now, on self-hosting of course, anything goes and they are just computers at the end of the day. But if a machine was purpose made for being a NAS server, it won’t have the most powerful processor, and that’s by design. They will have, however, an insane amount of sata, PCI-e channels and drive bays. And a ton of sophisticated hardware for data redundancy, hotswap capacity and high speed networks that is less frequent in servers.