• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: July 18th, 2023

help-circle



  • Since you’re using Fedora Atomic, I’ll give you instructions for rpm-ostree:

    Run rpm-ostree status and find the deployment with the dot to the left of it. Example output:

    State: idle
    Deployments:
     fedora:fedora/40/x86_64/kinoite
                      Version: 40.20240509.0 (2024-05-09T00:47:51Z)
                   BaseCommit: 2f8263a33190c4e1320233aebbdc8f337b0a6abcba371d4870ae43fba33aea62
                 GPGSignature: Valid signature by 115DF9AEF857853EE8445D0A0727707EA15B79CC
              LayeredPackages: akmod-nvidia akmods asusctl asusctl-rog-gui libratbag-ratbagd mullvad-vpn rpmdevtools
                               supergfxctl virt-manager xorg-x11-drv-nvidia
                LocalPackages: rpmfusion-free-release-40-1.noarch rpmfusion-nonfree-release-40-1.noarch
    
      fedora:fedora/40/x86_64/kinoite
                      Version: 40.20240507.0 (2024-05-07T00:44:22Z)
                   BaseCommit: c7fb680111ecf1736e473cf6f9169f69e5f2ec6b50814f7017bd6f9f3c1bdaf2
                 GPGSignature: Valid signature by 115DF9AEF857853EE8445D0A0727707EA15B79CC
              LayeredPackages: akmod-nvidia akmods asusctl asusctl-rog-gui libratbag-ratbagd mullvad-vpn rpmdevtools
                               supergfxctl virt-manager xorg-x11-drv-nvidia
                LocalPackages: rpmfusion-free-release-40-1.noarch rpmfusion-nonfree-release-40-1.noarch
    

    First one has a dot next to it, which means it’s the active version. Copy the value after “BaseCommit:” (in my case it is 2f8263a33190c4e1320233aebbdc8f337b0a6abcba371d4870ae43fba33aea62)

    Run rpm-ostree db list <paste commit hash here> | grep amd. Example output (my command was rpm-ostree db list 2f8263a33190c4e1320233aebbdc8f337b0a6abcba371d4870ae43fba33aea62 | grep amd):

    amd-gpu-firmware-20240410-1.fc40.noarch
    amd-ucode-firmware-20240410-1.fc40.noarch
    

    In my case, running the most recent update on Fedora Atomic KDE, it looks like I’m running version 20240410-1 of amd-gpu-firmware. Yours may vary depending on what update you’re on.


  • By the same (virtually nonexistent) logic, neither are games in general, or operating systems, or computers, or anything that is not strictly “necessary” for one to survive. Yet all of these things clearly have a strong intrinsic value to society, else we wouldn’t be working so hard on all of it. If you don’t enjoy VR, don’t use it; it doesn’t get much simpler than that. I can guarantee you that no one on the SteamVR dev team is going to care about your opinion or where you think their resources are better spent. Want to change that? Apply for a job at Valve. Pointless comments aren’t going to do anything.


  • University. Cyberethics is a required course where I graduated from, and it goes deep into open source licensing and the free software movement. I can tell you from experience presenting on open source licensing and the free software movement during that class that almost no one in the class gave a shit about it. It was quite sad to see so many people uninterested in a topic I’m so passionate about, especially because these are the types of people who would go on to be my coworkers.

    The fact of the matter is that most people (including programmers) will never care about it, simply because they refuse to understand how important it is or how they can make money from it. It seems to me that people just want to conform to the systems that already exist (copyright and proprietary software) instead of challenging and changing the way we view, write, and interact with software.

    But of course, that only really applies to students who graduate with a Bachelor’s in CS, and likely doesn’t apply to every university. The layperson still has absolutely no idea what “open source” even means or why it is important. In fact, the layperson is often brainwashed into thinking that the best thing for enterprises is the best thing for them, so in all likelihood most people would rather fight for copyright than against it, even if they had been informed on open source licensing and the free software movement. US businesses do a damn good job of brainwashing their consumers into echoing their views.