• 7 Posts
  • 226 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle


  • Yes, but self-hosting does whatever the HOWTO, YouTube vid or AI slop the user follows tells them to do. If the user doesn’t know the basics, how could they know what an instruction for activating UPnP does or opening a NAT port does and why that might expose their data? Laymen don’t even understand what making theie stuff publicly accessible means. It might simply mean “Yay I can access my stuff on the go.” 😄

    If on the other had the user learns the basics, they can tell when a doc instructs them to do something dangerous and they can do something about it to avoid disaster.





  • “If you can’t configure Docker, reverse proxies, and Yaml files, you shouldn’t be self-hosting.”

    If this is an example of gatekeeping, I think you are misjudging.

    Whenever self-hosting there’s a very real risk of exposing your private data to the internet. Potentially a lot more private data than you’d otherwise expose via cloud providers. This risk necessitates a basic understanding of some of the importand bits and how to operate them securely. If not for that, then anything would go.

    Understanding docker, reverse proxy, and YAML which is used to configure those is part of probably the simplest way to get to secure self-hosting. I’d add a self-hosted VPN to access local resources. I’m not aware of a magic UI solution that does it all and securely. Docker compose files are very accessible. A couple of those followed by docker compose up -d and you have a basic env up and running.

    Generally the lack of knowledge in X or Y doesn’t mean there’s necessarily an easier path than learning X and Y and that you’re being gatekept by being told you have to learn X and Y. Some things are harder than others. Buying Apple Cloud and setting it up is easier than self-hosting Nextcloud. I don’t think that should be the case, but today it is as far as I’m aware.





  • Oh I’m not at all assigning a universally positive morals to the hypothetical researchers or idealism. I think people would do more or less what their reality pushes them to do. In a reality where studying AI leads to the shortest path from working class to early retirement, I expect people to do what that industry does. AI slop generators for example at untold socioeconomic cost. In a different reality where AI is just another research field, like material science, where studying it does not allow for getting rich quick but leads to careers in automation in various other fields, I expect people interested in it to do that. Just like they do in many other fields of research and development. In this sense someone with high degree of state control over private capital and economic planning could do things differrently than what we observe the market doing in the US. I’m not saying that’s what they would do for sure and that things would be amazingly great. The Chinese have stated they are planning to go this route though.




  • China will invade to end their civil war.

    I don’t think invasion’s on the cards. There’s too many cons and not many pros. Instead, I think in a TSMC irrelevance scenario, or otherwise lack of demand from the west, Taiwan’s gonna start getting a lot closer to China peacefully if China replaces that demand. China can play a very long game given its socioeconomic infrastructure. That’s my bet at this point. You could very well be right of course.

    AI is still not going away in the long term. The present world is just like the early days of the microprocessor. The 6502 was little more than a toy. It is still in all western digital hard drives. The fundamental architecture is still the same in all CPUs. It was the systems we built around them that made them useful. A base inference model is primitive. The AI that owns the future is agentic systems.

    Probably. There are definitely useful models that solve problems much better than previous algorithms.






  • Dear sir/madam, NVIDIA 550 is available in the Debian stable repo itself so no need for third party repos and therefore no significant risk of breakage. If that driver works well enough you’re good. Ubuntu LTS has NVIDIA 580 in its official repo. I’m running in on Ubuntu 22.04 LTS as I write. Then of course if you’re on Debian and NVIDIA 550 does not work for you, you could grab the official driver installer from NVIDIA which would very likely work fine on Debian stable, and it won’t break on its own via Debian updates since Debian stable doesn’t ship major version changes of its packages between releases. You’d likely have to uninstall, then reinstall every few years when you upgrade to the next stable Debian release, but that’s best practice for anything that was installed outside of Debian’s repo.

    There’s always a possibility for unintended fuckups but these methods are fairly safe and stable. Using 3rd party repos is significantly more risky to break things one of those days as you innocently apt upgrade.