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

help-circle
  • You will always need some sort of oom killer unless you have endless memory (or swap space, which comes with its own problems in the form of grinding your system to an almost halt). Imagine all memory is in use, then some system critical task (or even the kernel itself) needs memory as well. If the kernel can’t kill a less important process to free memory in such a situation you might just crash your system.


  • Hearing Snow by the Red Hot Chilli Peppers while my mom is folding clothes (thats a very specific one). I have no idea how old I was exactly but I remember it vividly. The funny thing is that I didn’t understand a word of the song as german is my native language. Recently I stumbled across the song again and suddenly, as if struck by lightning, I remembered this weird mundane situation as if it was yesterday. The human mind is so weird.


  • Jears@social.jears.attoich_iel@feddit.orgich_iel
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    Nur noch dieses Monat, dann bin ich zurück in meinem alten 9 bis 17. Echt respekt an alle die das Langfristig machen, habe jetzt nicht mal ein Jahr Schichtdienst gemacht und fühle mich 10 Jahre älter. Habe gedacht ich bin 20, da geht das noch, aber ehrlich, das Geld ist es nicht wert.








  • Wayland is a Display Server Protocol, meaning it is a specification of how a program wanting to display something like a window communicates with another program, the display server, which handles drawing to the screen.

    It matters because it vastly simplifies and modernizes display server infrastructure.

    X is huge, with many parts from the 80s and 90s that were simply not needed today, creating a fully compliant X Server with all extensions was pretty much impossible, which is the reason pretty much only X.org existed as a full implementation.

    Some benefits for users are no screen tearing, VRR and support for more complicated setups like having multiple monitors all with a different refresh rate, which was a pain in the ass on X but is no problem on wayland.

    X is going to die, especially with the fact that frredesktop and the two big DEs, GNOME and KDE are working on it. Some distros come with wayland by default already.