Kein Bot

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

help-circle





  • even consumer SSDs have around 1500 TBW (Terrabytes written) per TB until warrenty excludes any failure
    which means you could write for example every day for 10 years 400 GB on a 1 TB SSD
    this is already a very low estimate, most SSDs do better

    anyway OP mentioned enterprise SSDs which can write 1.0x or 2.0x it’s own size every day for 10 years



  • the most honest reason I read about is probably that former Twitter user who felt out of place on Mastodon or other Activitypub servers because the “Nerds” who care about privacy and decentral systems which were already on it have a different microblogging culture and they didn’t want adept

    so now a new competitor gets traction because the people who felt out of place on Mastodon can relife the Twitter experience from over a decade ago
    the fake exclusivity even make you feel special despite the lack of features










  • EddyBot@feddit.detoLinux@lemmy.mlwhat amd driver do I use?
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    10 months ago

    AMD just doesn’t have any official gui setting software on Linux
    third party tools like CoreCtrl will help you with some settings like overclocking, undervolting, etc. and for basic settings your desktop environment of choice already give you control over resolution/framerate/gamma/whatever
    for an ingame overlay and fps limiting take a look at mangohud

    there is also a lot of confusion because there are different software names for kernel driver (i.e. amdgpu) and userspace driver (i.e. Mesa) with additional varieties on top like vulkan-radeon and amdvlk (which is included in amdgpu-pro and typically worse)
    luckily most people don’t really need to care about that since most linux distro already give you the best gaming choice out of the box and updating your system will also update your amd driver




  • there is no way you are missing udev
    Arch Linux (and Manjaro) have it inside the systemd package (which you already has as stated from pacman Paketänderungen werden verarbeitet … (1/1) Reinstalliert wird systemd )

    the thing you are probably is missing are android specific udev rules
    Arch Linux has them inside the package android-udev but I don’t really know if Manjaro does the same
    https://wiki.archlinux.org/title/Android_Debug_Bridge#Usage
    try to connect your phone via adb before you try anything with Godot or Android Studio for that matter

    Ich würde dir aber empfehlen vorher mal einen Neustart zu machen, es fehlen wohl kernel modules bei dir (?) was wohl auf ein Kernel update ohne kernel modules reload (oder noch einfacher: ein Neustart) schließt