• 5 Posts
  • 139 Comments
Joined 3 years ago
cake
Cake day: June 17th, 2023

help-circle

  • No, you fuck off.

    You’re the one going on about “the performance doesn’t matter when you can’t set up the gaming distro”. For Luke and Elijah, setting up CachyOS and Bazzite went fine. When they did have issues, the specific distro choice wasn’t the cause.

    YOU’RE the one whinging about “why don’t they recommend Ubuntu!” Linus going with an Ubuntu-based distro is the cause of half of his problems, and switching to Ubuntu itself wouldn’t have fixed them.

    Do I think the video was perfect? No. But your takeaway from the video is ridiculous



  • It’s been around since ~2022 compared to Mint in ~2006

    A distro that’s been around for 3-4 years is plenty of time to be up and running. Bazzite runs great and has been around a similar amount of time.

    Another thing that people don’t factor in: documentation gets outdated. When I was trying to set up my Ubuntu server, a lot of documentation on what I needed was 11-12 years old, and the syntax has changed since then. For newbies, this may as well just be “figure it out yourself”.


  • True, but I wish Linus had tried switching distros, or at least not using a distro he’s already had issues with in the past. A lot of his problems are stemming from using an Ubuntu-based distro and COSMIC being a brand new DE that still has a bug of bugs to quash.

    Hopefully in the next couple of weeks they do a collab with Wendel to go over what were the causes of their problems and final recommendations. Sure, the listicles for Linux distros are useless, but having a conclusion from trusted voices informed by people with a lot of experience (aka Luke and Wendel) would do a lot of good by cutting through the bullshit.



  • Apparently it is, given what happened in the video!

    Linus’s problems in the video stem from him installing an Ubuntu based distro. His problems on Discord have been resolved in newer versions, which Ubuntu and Pop!_OS don’t ship with yet, while distros based on Fedora and Arch do. And guess what? I said to install Bazzite, a Fedora-based distro.

    The other guy’s (not Luke) problem with screen scaling / framerate is mosy likely due to the HDMI forum refusing to allow support for HDMI 2.1 on Linux, limiting his bitrate. HDMI can’t do 4k/120+hz without that suppory

    And the reason I’m calling you a prick is because you’re going through and whining that nobody is trying Ubuntu, when Ubuntu is not the right solution for them. Ubuntu doesn’t work for everyone’s use case. Get over it.


  • mnemonicmonkeys@sh.itjust.workstoLinux@lemmy.mlLTT does another Linux Challenge
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    9
    ·
    edit-2
    1 day ago

    Way to ignore the BIGGEST point in my comment to hyper focus on a secondary point just for ego.

    Do I think someone should pick a distribution just because it has GameScope? No.

    But do you know which distros include these optimizations? It’s the distros that include Nvidia drivers in the package so users don’t have to update them in the command line. It’s the distros that use Fedora and Arch to get those driver updates out in a timely manner so you’re not stuck waiting 6 fucking months to not have a newly released game not be a buggy flickering mess.

    not worth risking fucking up your entire experience for!

    This is your key disconnect. You see the OS as an experience. Most people don’t. They see it as a tool to get want they want.

    You might be fine with only playing 5+ year old 16-bit indies on an AMD card. But guess what? MOST PEOPLE DON’T DO THAT. Most people have an Nvidia card and don’t want to buy an AMD card just to use a new OS. And a lot of people want to play newly released games from time to time.

    You know what distro sucks for both those use cases? Ubuntu. I don’t care if it’s your favorite, those are just the facts. Deal with it.







  • Keep in mind that OP’s project is already based on a different protocol than the Fediverse for their own reasons. Trying to create and maintain a bridge between different protocols might be more work than to just make modifications to posts in the current system.

    Other factors are end user experience and branding. Keep in mind that the average Facebook/NextDoor user isn’t tech-savvy, and could also be put off by the weird software names commonly found in the Fediverse

    It’s likely worthwhile for OP to look into flohmarkt, but integration might not be the optimal method



  • Reading through your link, it seems like the main difference in your framework is that there’s auto-propogation of federation built in. Please correct me if I missed anything

    Unrelated point: before you throw too much time and effort into building up federation, I want to bring something in the Matrix vs. XMPP debate: caching.

    Apparently in Matrix, if a user on server A joins a chatroom on server B, then all of the content on the chatroom need to then be copied and synced to server A. There’s 2 primary problems with this: it’s a lot of duplication overhead that can limit scaling of the network and there’s legal consequences for server A caching potentially illegal content. There’s also a privacy concern as this means more parties that can see various interactions.

    XMPP gets around these problems by having the user on server A just directly connect with server B, without server A caching anything.

    I haven’t dug into too many of the differences myself, but wanted to bring it up in case it helped