

The taskbar is an outdated (30 years old) concept that should be extinct.
It was created to always allow the user to launch or resume their programs, even when they launch a fullscreen program.
I think it’s time to improve workflows. I don’t expect Microsoft leads the (proper) way. They are too busy including ads into the taskbar.
EDIT: Let me share with you a talk: https://www.youtube.com/watch?v=1fZTOjd_bOQ
A question for the lemmy community: Why the negative votes? It is because the link is considered SPAM? It is because the TLDR of the post?
I always though that the votes is for the publication, not the referred content.
On the other hand:
apt CLI instead of the originally supported packages 🤬 (what the hell, Canonical!? Are you doing the same crap as Microsoft?).The server-side closed garden is the opposite of an open ecosystem and the open-source community. You can add custom repositories to APT or Flatpak. Every new snap interaction feels like another step toward forcing the user to use it, instead of offering cool features that convince users on their own merits.
The last change (installing snapped apps when you run apt install) was horrendous.
What’s next? Installing snapped apps when the user runs flatpak install?


You could try mine, SimpleK8s (kubeadm, containerd, systemd, buildroot), ~50Mb single file (kernel+initramfs). https://simplek8s.org/
The current footprint is lower than every alternatives commented on this article.


You are giving access to the docker socket (/var/run/docker.sock), so this container can create/edit/remove any container from your system, even add,edit, remove volumes or host path.
I have no idea if you can send modification API commands to a ReadOnly socket. I think you could, in the same way that you can do something with just HTTP-GET. Example: curl --unix-socket /var/run/docker.sock http:/images/json
Doc: https://docs.docker.com/reference/api/engine/version/v1.41/#tag/Container/operation/ContainerInspect


The article doesn’t comment the velocity: 16 T/s 🤷 You can see it in one of the article graph.
VC == Venture Capital


Good information here about EXO, and ChromeOS:
Neal Gompa (ニール・ゴンパ) 1 week ago
Is Exo going to continue to exist as a Wayland compositor? I figured it was going to be retired as ChromeOS turned into an Android overlay…
Fangzhou Ge 1 week ago
Yes, becoming Android overlay removes Chrome from the OS so Exo is going to retire. We still have to maintain Exo experience until the all ChromeOS device reach AUE or be updated to Android. Latest device AUE date I see are in 2033.
If folks don’t want Exo be listed we’ll just have Chromium here. Edited 1 week ago by Fangzhou Ge
Neal Gompa (ニール・ゴンパ) 1 week ago
I’m fine either way, if the Aura Shell is going to be around for a while, then it makes sense to include it.
I don’t even knowed that Chrome OS is/will be replaced by Android as an overlay.
TLDR; from MIT to GPL.


Maybe this functionality was replaced by the next thing?
Automatic root filesystem soft-reboot: systemctl automatically reboots into a new root filesystem located at /run/nextroot/.
Developed by Saber Interactive. Caution.
I didn’t try yet: https://www.cmcrossroads.com/article/gnu-make-escaping-walk-wild-side
colon := :
$(colon) := :
url := https$(:)//something
A full price release for the first milestone, and because it is a Kickstarter, without any guarantee. I’m sure that the Patapon fans will be happy, at least.


deleted by creator


syscall -> asm -> page_fault
This a native machine code execution that crashed in your system. Could be an instruction that your CPU doesn’t understand (because the instruction is newer than your CPU, example: AVX512), or because your hardware returns an error when this instruction is executed (RAM issues?). Too difficult for me to understand this ASM crash.
Let me share with you a talk: https://www.youtube.com/watch?v=1fZTOjd_bOQ