• 0 Posts
  • 135 Comments
Joined 1 year ago
cake
Cake day: June 4th, 2023

help-circle


  • Yeah, I’m also on my third controller RMA. First the stick on the left controller started drifting, then the right controller’s plastic started peeling off and finally the right controller stopped working altogether.

    At least they did the third RMA for free way out of warranty.

    Had to buy a new headset cable on my own though when the display started flickering after 2 years. They also sent me a new plastic clip for the cable on the back when the old one broke and a new left speaker when it started crackling instead of requiring me to send in the full headset so that’s pretty cool.






  • It caters to a middle ground that barely exists, meaning it doesn’t have enough options for a power user and too many for a newcomer.

    For example, a newcomer doesn’t know what a root account is and doesn’t have to care, yet they have to choose if they want to enable or disable the account. They can also remove their administrator privileges without knowing what it means for them. I get asked what a root account is every time somebody around me tries to install Fedora.

    I recommend spinning up a Ubuntu 24.04 VM and taking a look at their installer.

    They have a clear structure on how to install Ubuntu step by step while Fedora presents you everything at once. They properly hide the advanced stuff and only show it when asked for it. They have clear toggles for third party software right at the installer and explain what they do. Fedora doesn’t even give you the option to install H264 codecs or Nvidia drivers.

    It also looks a lot cleaner and doesn’t overload people with too much info on a single screen. And yet it can still do stuff like automated installing and has active directory integration out of the box, where the Fedora installer miserably fails for a “Workstation” distro.

    The Fedora installer works, but it doesn’t do much more than that and the others do it better in many areas.


  • Long-time Fedora user here. I do not think Fedora is noob friendly at all.

    • Their installer is awful
    • Their spins are really well hidden for people who don’t know they exist
    • The Nvidia drivers can’t be installed via the GUI
    • There’s no “third party drivers” tool at all
    • The regular Flathub repo is not the default and their own repo is absolutely useless
    • AMD/Intel GPUs lack hardware acceleration for H264 and H265 out of the box, adding them requires the console
    • Their packages are consistently named differently than their Ubuntu/Debian counterpart

    I really like Fedora for their newish packages without breaking constantly. I still would not recommend it for beginners.









  • Yes, but it is the cause for having issues jumping between networks and never having proper IPv6 support.

    What issues are you having? I have no issues with switching between networks and using IPv6 on Fedora KDE.

    The only thing I ever noticed was that its stubborn with releasing its DHCP IP addresses and there is no refresh button in KDE. Disabling and enabling again usually solves that, although not sure if that is on NetworkManager or dhclient.

    Everything is “out of scope” with GNOME these days it seems.

    It is, that’s why it is not a suitable DE for people that need more than the basics. I wish they were better with adding advanced features but they are not and probably never will be.

    KDE might not be as pretty and flashy but it is pretty extensive when it comes to settings and fast with implementing new features.




  • This seems like common sense, no?

    Hindsight is 20/20. As seen in the post, there’s not that many APIs that don’t just blindly redirect HTTP to HTTPS since it’s sort of the default web server behaviour nowadays.

    Probably a non-issue in most cases since the URLs are usually set by developers but of course mistakes happen and it absolutely makes sense to not redirect HTTP for APIs and even invalidate any token used over HTTP.