• 2 Posts
  • 37 Comments
Joined 3 years ago
cake
Cake day: June 10th, 2023

help-circle
  • More taskbar customization, including vertical and top positions: Repositioning the taskbar is one of the top asks we’ve heard from you. We are introducing the ability to reposition it to the top or sides of your screen, making it easier to personalize your workspace.

    You didn’t introduce shit. It was a feature all the way up to Windows 10 and then you removed it. Go fuck yourselves.

    Wouldn’t it be nice if this was actually a heartfelt message from a developer instead of damage control? Wouldn’t it be nice if a large corporation had some self awareness for one goddamn second?



  • Bazzite is amazing, nearly bulletproof even?

    I had a few times where it booted to the grub emergency shell, but it literally just fixed itself. Just reboot and it uses the other A/B slot. And the next update attempt just fixes whatever the problem was. That’s only happened twice in the last 5 months since I switched. Most longtime Linux users should be very familiar with the grub emergency shell, but I’ve never been on a distro where it just fixes itself. I don’t ever have to think or worry about updates, it’s just a reliable daily driver. It’s sick.

    As people have said, Bazzite is immutable. You can install system packages/libraries if you absolutely need to, but you really should run your custom stuff in a Distrobox instead. Distrobox is preinstalled, supports graphical apps automatically, and most of the time you won’t even notice it’s not your real OS.

    I think Bazzite is more stable and usable than Windows now. I’m tempted to switch my parents to it, it’s been much more fault tolerant than Windows 11.







  • And I believe the devs are working on adding discord-like channels with multiple groups under a single community.

    If you have a link to a discussion or issue where they’re tracking this, I’d love to follow it.

    They’ll also need to figure out how to let rooms have more than 1000 people, which is currently the limit on Movim (and it might be an XMPP limitation). Right now, Matrix seems like the only option for a Discord migration, but I hope that changes soon.

    I might move my Discord community to Matrix, but I’d want a full 100% clone of the server’s history. Seems like that’s almost possible?

    Discord scrapers like DiscordChatExporter can dump a whole channel to JSON (although I don’t see a lot of scraper options that let you pause/resume/retry an export… looking for suggestions if people have any).

    And the Mautrix Discord bridge already makes it look like real users sent bridged messages. I think with a little customization, the Mautrix bridge could be modified to import an enormous JSON file to fully mirror an entire Discord server, instead of just grabbing messages in real time. It’s already got the functions there to “send a message as xyz user.”

    Matrix or not, “take your Discord dump and clone it somewhere federated” would be huge for migrations like this. I really hope someone works on that soon 🙏







  • Just being open source is not enough to solve this problem. You would need a record of your “home instance” stored somewhere that all Lemmy instances would always have access to it. Ignoring the security implications of that, you still can’t use browser storage or cookies for that storage. In browsers, those storage mechanisms are restricted to the websites that stored them in the first place. Browser extensions have their own storage, so they don’t have this limitation.

    I can’t think of an architectural solution to this problem without a browser extension.

    The closest alternative that could be upstreamed is what Mastodon does, which is prompt the user to enter their home instance every time they try to interact with something while not logged in. An upstream solution can never be fully automatic like a browser extension, but this may be “close enough.”