carl

joined 2 years ago
[–] [email protected] 2 points 4 months ago

Until you use software that without up front notice Ubuntu decides to move from APT to Snap without a migration process in place for your settings or credentials. Like has happened with Telegram and with Chromium. And then stuff breaks in ways where you as a noobie would have no idea how to fix.

This is exactly what happened with the Ubuntu setup on my parents' laptop and I've since moved everything over to Linux Mint for them so they don't have to deal with that anymore.

[–] [email protected] 52 points 4 months ago* (last edited 4 months ago) (5 children)

Arch has already updated XZ by relying on the source code repository itself instead of the tarballs that did have the manipulations in them.

It's not ideal since we still rely on a potentially *otherwise* compromised piece of code still but it's a quick and effective workaround without massive technical trouble for the issue at hand.

[–] [email protected] 1 points 5 months ago

It really gives some insight, I was surprised how quickly the posts showed up on Lemmy! The bot sounds very much like why it was considered a bad idea to have a server converting Twitter posts in real time to the Fediverse when the API still was economically accessible lol.

[–] [email protected] 0 points 5 months ago* (last edited 5 months ago) (2 children)

I figured since this was a community named Test this was a fitting place to test this. I didn't expect such a quick reply though at all before I get the chance to delete most of those. 😀

I've just set up a Lemmy account for this specific purpose now, but replies and notes seem to work fine from Mastodon.

Oh, and edits seem to sometimes break it.

[–] [email protected] 1 points 5 months ago (4 children)

Rewritten in a different style because surely that makes a difference 😂 nah I'm done I think

[–] [email protected] 1 points 5 months ago

@MIDItheKID Ah, sorry about that. I was specifically trying to trigger Lemmy to detect it as just a link, and not a note. But does not seem to work. Thanks anyways!

[–] [email protected] 2 points 5 months ago (2 children)

That sucks if that's true. And would also ironically not be the first time AMD is getting denied a thing after they already have an implementation ready for it lol.

[–] [email protected] 7 points 5 months ago* (last edited 5 months ago)

I can confirm that it works just fine for me. In my case I'm on Arch Linux btw and a 7900XTX, but it needed a few tweaks:

- Having xformers installed at all would sometimes break startup of stable-diffusion depending on the fork
- I had an internal and an external GPU, I want to set HIP_VISIBLE_DEVICE so that it only sees the correct one
- I had to update torch/torchvision and set HSA_OVERRIDE_GFX_VERSION

I threw what I did into https://github.com/icedream/sd-multiverse/blob/main/scripts/setup-venv.sh#L381-L386 to test several forks.