• 0 Posts
  • 46 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle

  • Realistically, no one should love how easy it is for anyone of any age to go to any search engine and search for “boobs” and just get a million images of boobs.

    First. let’s not pretend the idea of a kid seeing “boobs” is in any way shape or form actually harmful. Pushing that taboo is why there is any issue in the first place.

    Second: This is always a slippery slope. Even if we gave the benefit of the doubt that these things are done in with honest intentions, someone will abuse the system eventually. At least in the US the fascists have already laid out intention to classify LGBTQ people as “porn” in an effort to both silence us online and ban us in public. And what of the countless queer kids in an abusive home?

    And even without someone explicitly exploiting it, there had already been instances where kids who were being actively sexually abused by the adults in their life were blocked from resources that could get them help because of content blocking like this.

    Thirdly: People can take responsibility for their crotch spawn and be a fucking parent.






  • The Nazis were also extremely incompetent when I came to stuff like this. Hitler had generals scrambling behind his back to produce their best weapon, but he kept finding out and making them stop along with tons of other micromanaging.

    Trump is an idiot and so is musk. Most business people are short sighted and fascists even more. They also may be high on their own farts and think the system won’t collapse with them “in charge” like a toddler left in s room full of candles and napalm.

    Not saying that foreign powers aren’t loving this, but they don’t have to have control over it.







  • I take Adderall (generic) for ADHD and it just makes my brain not feel “numb” and also helps me not feel quite as exhausted as I had been for decades before I got medication.

    It helps regulate my mood, executive function, etc.

    Right now it’s not working quite as well as normal since the last week or so has had a lot of stresses on top of the political anxiety of being a queer woman, but having been in this state before medication I would be useless if I didn’t have it.

    Same thing happened after the election for a week or so and I had to ration during that time and I got a stark reminder how poorly depression and ADHD go together.


  • I shouldn’t have anything to hide, but I’m part of a group the current fascist leadership in government want’s to eradicate, so hide I shall.

    That said, I also feel like people acting like the remote server they are connected to is tracking what you do on it as some kind of surprise is so stupid. “Facebook is keeping track of the pictures I uploaded to it!!!” There’s a lot of stuff to complain about Facebook, google, or whoever, but them tracking stuff you send to them willingly isn’t one of them.


  • It doesn’t. They run using stuff like Ollama or other LLM tools, all of the hobbyist ones are open source. All the model is is the inputs, node weights and connections, and outputs.

    LLMs, or neural nets at large, are kind of a “black box” but there’s no actual code that gets executed from the model when you run them, it’s just processed by the host software based on the rules for how these work. The “black box” part is mostly because these are so complex we don’t actually know exactly what it is doing or how it output answers, only that it works to a degree. It’s a digital representation of analog brains.

    People have also been doing a ton of hacking at it, retraining, and other modifications that would show anything like that if it could exist.





  • I swear people do not understand how the internet works.

    Anything you use on a remote server is going to be seen to some degree. They may or may not keep track of you, but you can’t be surprised if they are. If you run the model locally, there is no indication it is sending anything anywhere. It runs using the same open source LLM tools that run all the other models you can run locally.

    This is very much like someone doing surprised pikachu when they find out that facebook saves all the photos they upload to facebook or that gmail can read your email.


  • If you are blindly asking it questions without a grounding resources you’re gonning to get nonsense eventually unless it’s really simple questions.

    They aren’t infinite knowledge repositories. The training method is lossy when it comes to memory, just like our own memory.

    Give it documentation or some other context and ask it questions it can summerize pretty well and even link things across documents or other sources.

    The problem is that people are misusing the technology, not that the tech has no use or merit, even if it’s just from an academic perspective.