Skip Navigation
carl carl:// @upload.chat

making music as Icedream/KLOC (@icedream). i also code. my random thoughts go here. DE/EN.

Also on Lemmy via @icedream.

Posts 1
Comments 8
Hot take
  • 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.

  • Arch with XZ
  • 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.

  • [Trying to post a link from Mastodon, attempt 4](http://youtu.be/KMhtfg4o2fI)
  • 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.

  • [Trying to post a link from Mastodon, attempt 4](http://youtu.be/KMhtfg4o2fI)
  • 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.

  • [Trying to post a link from Mastodon, attempt 4](http://youtu.be/KMhtfg4o2fI)
  • Rewritten in a different style because surely that makes a difference ๐Ÿ˜‚ nah I'm done I think

  • [Trying to post a link from Mastodon, attempt 4](http://youtu.be/KMhtfg4o2fI)
  • @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!

  • Test for Lemmy.World @lemmy.world carl:// @upload.chat

    (http://youtu.be/KMhtfg4o2fI)

    9
    I can't use AMD
  • 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.

  • I can't use AMD
  • 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.