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.
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.
Ich benutze Eselspinguin bei dem Weg.
and you can afford to lose everything in the case of a power cut
But ext4 is a journaling filesystem, so a power cut shouldn’t harm it.
I have no idea about apple design guidelines and am not a UX designer, but wouldn’t a horizontal seperator look better? In gtk i would add one here, gives some extra space and more visual seperation.
I was the same, but I recently gave zig a try, it’s lovely to write.
Managed to segfault the compiler though, so maybe not quite ready yet.
So I don’t even use systemd myself I run OpenRC. Yet honestly I find the idea quite intriguing, having the service manager (PID 1) invoke the command seems like a cool idea to me.
It’s not really a sudo alternative as much as it is another way of doing something similar.
BMW badge (because BMW drivers seem to have something against blinking)
Hey LKW fahrer hier, mach gerade meine 45 Minuten Pause (-;
LKWs haben zwar tote Winkel Spiegel und ich muss sagen dass ich darin eigentlich bis jetzt immer alles sehen konnte (fahre erst seit ein paar Wochen), aber rechts habe ich 4 Spiegel, da geht schnell mal was unter oder man wird (leider) faul, so wie manche PKW Fahrer keinen Schulterblick machen. Habe bei meinen Einschulungsfahrten Fahrer gesehen, die garnicht erst in die Spiegel geschaut haben beim abbiegen. Der Warner in den LKWs meiner Firma piepst automatisch wenn er bei eingeschlagenem Lenkrad oder Blinker was erkennt, so ist man zumindest aufmerksam wenn doch mal etwas rechts neben dem Auto ist.
Tote Winkel gibt es aber zumindest auf jeden fall direkt hinter dem LKW, da gibts auch keine Spiegel für. Wundert mich manchmal selbst wenn aus dem nichts ein Auto zum überholen ansetzt das ich hinter mir garnicht kommen sehen konnte.
Sonst ist eigentlich alles gut durch Spiegel abgedeckt. Trotzdem bitte vorsicht rechts neben und direkt vorm LKW. Kein Fahrer fährt euch gerne an.
Alternatively you can launch sudo inside a terminal window. For example with xterm: xterm -e sudo [some command] [some arguments] […] This will pop up a terminal window to type your password in.
Pretty sure almost all terminal emulators have a similar argument.
In München könnt i ma wahrscheinlich ned mal an Karton am Straßenrand leistn ;)
Normalerweis trink i Augustiner, kriegts in Österreich aber nur in den großen Geschäften. Zipfer is von den Brauunion Bieren mMn. eh noch eines der besseren.
German Umlaute for you to copy paste:
ä ö ü
I use a quartz64 from pine. Back when it came out it was beefier than the rpi4. With the 5 that has now changed but it still is a great little machine.
My instance runs on it aswell as my other webservices (A Homepage, cgit instance and a small blog). Handles everything really well with the 8GiB of RAM.
Setup is a bit of a pain, especially because I had the urge to run gentoo on it. Compile times are actually acceptable.
It costs 80 bucks, which is really acceptable.
Edit: Forgot to mention energy efficiancy, ARM is unbeaten by x86 in that department. People on here recommend old PCs a lot, which, depending on your local energy prices could quiet quickly void the savings made by buying it. Also it has a SATA port, which requires some tinkering with the Devicetree to get running but allowed me to use an old 1TB SSD i had in the house.
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.
Do you see anything in dmesg when you try to suspend?