In zsh, you can configure the completion to also show descriptions.
In zsh, you can configure the completion to also show descriptions.


You also need a powered adapter for HDMI 2.1 in this case. The passive adapters work, because the DP output on the computer usually supports switching to HDMI output. But for that to work, the driver must support it, so it has the same problem as the HDMI port (which supports 2.1 on a hardware level, but not with AMDs open source drivers)


If you want 120Hz, only active adapters will work, which cost around 40$. If you don’t, the included HDMI 2.0 will be enough


If you don’t need 120Hz, you don’t need HDMI 2.1. You can get 4k @ 60Hz with the HDMI 2.0 that the Steam Machine has, so you can use just any TV.


Passive DP-to-HDMI adapters only work if the device on the Displayport end supports Dual-Mode, i.e. using the Displayport to send an HDMI signal. They often do, but it would require the same driver support for HDMI 2.1. So this would require an active adapter.
Also, even zsh scripts don’t read your .zshrc by default.
The author seems to be Ellis Rosen (I searched based on the signature in the comic)


ARM boards with slotted RAM use the same type as x86 (although mostly LPDDR, as found in laptops), so I assume there isn’t any difference that is related to the CPU architecture.
My theory for why it created copies:
The files you listed look like they are all subdirectories from /dev, which is (usually) a separate filesystem.
When you try to move a file or directory across filesystems, the OS can’t just change the link, it has to actually copy the files and then remove the original. As a directory is a set of links to files, and the copies are different files, directories are just newly created with the same name in the new location instead of copying the directory filesystem entry. It looks like mv creates these target directories, before it checks if it actually has permission to remove the source, but checks file permissions, before it copies them


Except the circumstances in which they run on gasoline are not that exceptional: https://theicct.org/publication/real-world-phev-use-jun22/ And the lower weight of the battery is partially offset by needing an additional drive train, a transmission with multiple gears (purely electric cars usually have fixed transmission) and other smaller parts required for the combustion engine. These also increase the required maintenance a lot (e.g. requiring oil changes).
Regarding snapshots, I use a setup, where at the root of the btrfs partition I have the subvolumes “rootfs”, “home”, and a directory “snapshots”. I can boot into a snapshot by changing the mount options for the rootfs in the kernel command line, e.g.setting subvol=snapshots/rootfs-yyyy-mm-dd.
The only difference between a snapshot and a regular subvolume is that snapshots are readonly by default, you can keep a writable copy of a snapshot beside it for recovery purposes, if you need it. As long as nothing is written in it, it shouldn’t use any significant extra space.


I know that, but that does not give apps root access. Unless you mean something else by root access than being run with root privileges


But Shift+insert currently pastes the primary selection, not the copy-paste clipboard. So it doesn’t do the same as Ctrl+V.


Well, the article proposes to use dedicated copy and paste keys. If you don’t have an insert key, you probably don’t have those either.


And best of all, you get an OS that is secure, which traditional Linux distros aren’t due to every app having root access by default.
What? Which distro runs everything as root by default?
Sunless Sea, Sunless Skies and Stardew Valley have native Linux Support. For Stardew, even the third modding API works flawlessly for me.
For the other ones, they are reported to run well on protondb.com, which is a good place to check Linux support (not only for Steam games). The reports there usually also list, which proton version works well.


Manual firmware updates
As someone who’s work laptop no longer has Wi-Fi since the automatic firmware update, I like my updates to be manual.
Wouldn’t it still look weird because the two images are offset in a different axis than your eyes?
I used fzf before atuin, and it works pretty similar, but atuin has a few additional features, as it tracks more information than the normal shell history. For example, you can also search only for commands that you executed in the current directory (great for stuff that is project specific). Or, if you use the history syncing feature, you can toggle search for commands you executed on either any or only the current machine.