• 0 Posts
  • 33 Comments
Joined 3 years ago
cake
Cake day: July 3rd, 2023

help-circle

  • That’s pretty cool, but it isn’t going to help AI data centers get bandwidth faster any time soon. Most fiber in the ground today, especially the kind of long haul fiber being discussed here, isn’t hollow core. Laying new fiber across the country is arguably just as difficult and expensive as building these AI data centers and it’s spread out over very long distances. It costs more than $1/ft to lay relatively cheap fiber in rural areas with no permitting fees and it only gets more expensive from there. Fiber builds between major US cities cost hundreds of millions of dollars.

    Additionally, glass based fiber can do these same speeds and even higher today. Granted, this reach is about 40% longer on average at 200 km without a regen, but that doesn’t save network operators as much money as it sounds like it would. Not enough to justify overbuilding their entire network with hollow core fiber, that’s for sure.




  • First, I never intended to get this far into a debate on this topic. My original comment was meant as a somewhat dark joke (“no one would want to see that anyway” being the subtext) that everyone took super seriously and I like to go with the conversational flow so now here we are.

    Second, I don’t think framing someone for sexual abuse of a minor is in the same category as fake nudes. No one is going to prison (under current laws) for possessing nude pictures as long as both parties are in the same age cohort from a legal perspective. That’s a pretty significant distinction in my opinion.

    Third, I don’t believe I said or implied that fake images cannot cause harm. I said on more than one occasion that you can only control your reaction to them. The fact that they were created and distributed without your consent sucks, but what are you going to do about that after the fact? I’m a very utilitarian person and I see no utility in feeling sorry for myself so that’s not a behavior I generally engage in. Other people probably feel differently about that and that’s fine. I might seem cold to them and they might seem whiny to me. Different strokes.

    You don’t know me so starting a rumor about me might be harder without a personal connection to my social circle, but most fake nude stories I’ve heard about are within schools where both parties know each other and are similar ages. That’s functionally very similar to a rumor except there’s a compelling reason to believe the person saying it’s fake now that AI image generators are a thing. Yes, it still sucks, but people making stuff up is also not new. Humans lie and that’s a part of life that most people have serious encounters with at one point or another. I don’t know that I think deep fakes are any more or less damaging than the other forms of that behavior that have historically been common. You might be on to something in regards to CSM but there’s parallels to other kinds of false accusations in that area as well.



  • I didn’t say they should be free to do it. I said the only part of that situation you can control is your own reaction. If people don’t believe you when you say they’re fake then those people are assholes just like the people who made the fakes. That doesn’t mean you should spend your time being upset by it all. That’s the goal of the people who did it.

    This isn’t situationally different than people spreading rumors about you. Those you care about should believe you when you say it isn’t true. If they don’t then you have a problem that’s not related to the situation you find yourself in.






  • Copy/paste from another comment I made a while back:

    Look into docker containers in general. If I was going to start from scratch in your position this is what I’d do:

    Install a Linux distribution on the computer you plan to use for self hosting. This can be anything from a raspberry pi up to a custom build but I would recommend starting with something you have physical possession of. I found Debian with the KDE plasma desktop environment to be pretty familiar coming from Windows. You could technically do most of this on Windows but imo self hosting is pretty much the only thing that a casual user would find better supported through Linux than Windows. The tools are made for people who want to do things themselves and those kinds of people tend to use Linux.

    Once you have a Linux distribution installed, get docker set up. Once docker is set up, install portainer as your first docker container. The steps above require some command line work, which may or may not be intimidating for you, but once you have portainer functional you will have a GUI for docker that is easier to use than CLI for most people.

    From this point you can find the docker installation instructions for any service you want to run. Docker containers have all the required dependencies of a given service packaged together nicely so deploying new services is super easy once you get the hang of it. You basically just have to define where the container should store it’s data and what web port you want to access the service on. The rest is preconfigured for you by the people who created the container.

    There’s certainly more to be said on this topic, some of which you would likely want to look into before you deploy something your whole family will be using (storage setup and backup capability, virtual machines to segregate services, remote accessibility, security, etc). However, the above is really all you need to get to the point where you can deploy pretty much anything you’d like on your local network. The rest is more about best practices and saving yourself headaches when something breaks than it is about functionality.









  • Set up audiobookshelf via docker. I like using portainer to manage docker containers because it has a GUI. Command line stuff is more difficult if you don’t have the background experience to go with it. I think doing it all in a GUI feels more comfortable for most people.

    Docker can also be kind of intimidating if you are just wading into the self hosting world but it really is much simpler to use once you get the hang of it. Portainer helps a ton with that. Audiobookshelf would be great to start with both imo because it’s a pretty basic set up. You have to define a storage location for your library and config files and that’s about all it takes to get it up and running.

    I recently got into all this and remember well what it was like to feel out of my element so feel free to ask questions if you have any. I’m no expert but I’m happy to share what I can.