[-] scrubbles@poptalk.scrubbles.tech 45 points 11 hours ago

God damnit.

You have to go out of your way to be a hateful bigot. You have to try and go out and be hateful.

It's so much harder than just not caring. Not caring is so much easier. Who cares that they're having a drag show? Who cares that they're doing their thing. It's not hurting you. Just let people live their lives. People get so worked up over something they could solve by just not thinking about it. Boggles my mind.

[-] scrubbles@poptalk.scrubbles.tech 1 points 11 hours ago

I don't have any, but I know whenever I see someone post to youtube they're taken down within hours

[-] scrubbles@poptalk.scrubbles.tech 3 points 12 hours ago

back to the NVidia problem though. I tried to think of a way, looked at different distros, but NVidia is still a problem

[-] scrubbles@poptalk.scrubbles.tech 1 points 12 hours ago

Very good point, I've had that issue before but I forgot about it. I'll have to make sure there's space for those cables...

[-] scrubbles@poptalk.scrubbles.tech 5 points 13 hours ago

I always forget about PC part picker, thank you!

6
Length restriction on GPUs (poptalk.scrubbles.tech)

Hey folks! Not sure where to put this, but since I'm doing this to install Bazzite soon, why not.

I have a HTPC that currently has an NVidia card in it. Since Gamescope doesn't play nice with nvidia, I'm going to upgrade the GPU. I have a 6900XT in my primary rig, love the thing. here's the thing though, I was going to put it into my original HTPC, but it was too long by about 0.5 inches.

Does anyone have either A) a recommendation on a GPU that can drive a 4K tv that is shorter than 12" or B) Know of any good sites that have a filter?

It's a pretty intense machine, since the whole family uses it. I'm planning on about a grand for the new GPU, if it works like my 6900XT. Less is of course better, but I don't want this one struggling personally.

Thanks for any rec's!

[-] scrubbles@poptalk.scrubbles.tech 10 points 15 hours ago

I remember when Reddit's best "reading" threads just suddenly shifted. AITA, JustNoMIL, TalesFromTechSupport, TalesFromRetail, all of a sudden they went from realistic stories of real people venting to... just obvious rage bait. It was so disappointing. It was one of the best things to read on the bus, here's someone going through something, can offer support, laugh about it, whatever.

It went from stories like "I had someone demand a manager when I wouldn't offer them 40% off" to "someone pulled a gun on me at work, and my manager told me I should have punched them". Just such horrible bullshit. That's when I knew the site was going downhill.

6

If anyone has videos before they're taken down, please share links!

I love the project, but ol musky's self driving cars will be done before this will be

Would it hold up in court? Probably not. But in America the court system is pay to win, and does any person have the funds to go up against a literal team of lawyers paid top dollar by their backing corporation?

So yeah, you could sue them and say the license agreement doesn't matter that it's not legal, but you're going to bankrupt yourself doing so.

America, land of the "free"

166

Every day, we work to make our platform the best it can be, which includes regularly revisiting our terms and policies (also known as our House Rules) to make sure they meet the needs of our growing community and allow us to continue to support you. Today, we’re sharing a few updates that go into effect on September 15, 2024.

We’ve made some changes to our dispute resolution clause (section 11) for users in North and South America, with updates to our arbitration procedures for smaller matters and for coordinated or “mass” arbitrations (with 25 or more claimants). We have also updated the choice of law that’s applicable to the Terms. As before, the arbitration agreement includes a class action and jury waiver, which means we’ll be resolving most disputes in private, individual arbitration, and not in court. Please read this section carefully. We’ve added which entity acts as the merchant of record, depending on a buyer’s currency and location of your payment instrument.

So, if you're upset at all you can't sue, you can't go to the courts, you have to sit in a an arbitration with someone we choose who (trust us) won't be biased.

To add in, an annoyance for sure:

Effective July 29, our Adult Nudity and Sexual Content Policy introduces more rigorous guidelines regarding our prohibitions of nude or sexual content, as well as how to appropriately list certain mature content.

Okay so I had a meltdown last year. I was staring down a startup that was circling the drain, I knew my time there was limited, and I was being bombarded daily with layoffs and friends not being able to find work, while hearing constantly that I was going to be left behind due to AI. (of course the layoffs were happening because tech CEOs heard AI and started frothing at the idea of getting rid of some of their most expensive staff)

So, I took it on myself to learn AI. I figured well, if it's coming for my job I might as well learn how it works. And oh lorde, did I learn a lot. To the point where I'm running several LLMs now at home, I have them running in k3s, across multiple servers, and have built several apps to interact with them. I've trained finetuned LLMs, I've played with image generation, voices, I dove headfirst in. Eventually I did lose that job, and that gave me a couple months to focus even more before finding my current one.

My biggest learnings, which I'm sure many of you know:

  • AI is a very neat technology, and it has several real applications, but those applications are extremely limited by the limitations of AI
  • LLMs and AI are incredibly hard to control. You can't just say if(nsfw) dont(). You have to spend a lot of time forcing the LLM to not give weight to the users course, and it's to the point that it hardly seems worth it.
  • Companies love the idea of LLMs for their chatbots, but using the above it's incredibly hard to prevent the chatbot from doing it's own thing. You can say "We only have a return policy of 14 days" but if someone works at it hard enough and tells the LLM that it can still perform the return because they say so... is it really that useful? LLMs have no hard rules
  • LLMs have very real hardware restrictions. At home, it's a single GPU. In the cloud they have some clever tricks to share memory, but overall it's still mostly limited by the GPU. We'll see as we're moving forward what shenanigans NVidia comes up with, but LLMs and AI are essentially a brute force approach, and we can see that in how much power they soak up. You can see ChatGPT slows down once your conversation goes on long enough, it's running low on memory
  • AI is not new. It's still ML under the hood, it's just coming up with unique ways to reuse it. Again with the brute force, I didn't realize that for every token (word for simplicity), You're entire conversation is passed in to the model, in which it will spit out one more word. Repeat for every word. That's all it is. It's just predicting the next word. Image generation is just predicting the next pixels, and then loops around again until it comes back. There is no consciousness, there's no real nuance to it, that's it. A predictive engine surrounded with a while loop.

There's more but this is too long already. It's neat, it's useful, but the hype was just as intense as blockchain. We're going to see some real great usages out of it, like integration with something like Word or a browser to summarize things is honestly a good idea. But there are so so so many pitfalls.

For coding? I think it's a great place to get started, or to get an idea. I would never trust it in production. It will take a very long time for us to get to the point where you can say "Go build this feature" and I would blindly trust what it generated.

Whenever someone wants to ban something, you know there's probably something worth learning about inside. I don't care if it's Russia, America, Christians, anyone.

6
Pose picker extension? (poptalk.scrubbles.tech)

I think this was here a while ago, but I lost the post. If I remember, there was an extension where someone had built up a repository of poses, and then in the UI you could go through them and pick out the one you wanted for your image. Does anyone remember that? I have controlnet and can do poses, but finding them is a bear right now.

525
266
Gaming on Linux is great! (poptalk.scrubbles.tech)

I know, lame post, but I wanted to say that Linux gaming has gotten soooo much better, to the point that I honestly think my games are running better than on Windows. I've played so many games, but notable ones are Halo: MCC, MS Flight Sim 2020, Satisfactory, Mass Effect Legendary Edition, and right now I'm starting a full playthrough of Dragon Age.

Dragon Age is notorious even on Windows for being a pain because it's such an old game. You have to install the 4gb patch, and even then it's a bit rocky. Not on Linux though! I did have to install PhysX but I googled it and saw it was 2 buttons to install on Linux! Now it's been rock solid and stable, with no crashes.

Linux gaming may have a high bar to learn, but that bar is constantly getting lower! Exciting times!

9
Taylor in Munich! (poptalk.scrubbles.tech)

Next up in my favorite photo of each stop! I can't tell who that is she's with though.. Gracie Abrams? All I can find online are tabloid articles that say "Click through 20 pages to find out who opened tonight!"

501

I'm an ex incel myself, but I've been seeing a few users here exhibiting the tell tale signs. "I'm not attractive enough", "I don't socialize correctly", "I'll never find a woman" - all extremely unhealthy attitudes.

Personally I burned through many friendships and ruined a lot of chances with women because I was in the incel community. The community warped my view of women so much that I made it even harder to meet women, I became my own worst enemy. I lost friends because all I could think of was how horrible it was that they had girlfriends.

I have a friend who helped me out of it. She was the one who started calling out my bad behavior for what it was, and I started on the long uphill path out of it. I'm now married and stable for well over a decade, but I still think back to those days, and it depresses me seeing other people causing this themselves and not being aware of it.

So, Lemmy, for those who have clawed out of it, what's your story?

18
18
5
11
Taylor in Milan (poptalk.scrubbles.tech)

I hadn't noticed she has a new Fearless outfit

view more: next ›

scrubbles

joined 1 year ago
MODERATOR OF