Ext4 bc of its speed for games and my main files. Btrfs on the root for compression
I make things: electronics and software and music and stories and all sorts of other things.
Ext4 bc of its speed for games and my main files. Btrfs on the root for compression
Just switched to LibreWolf/Mull + KeePassXC/KeePass2Android
Tuta Mail for personal
Thunderbird/K-9 (mobile) for my work’s gmail since the gmail website is garbage
Having used OS X, there is no way they’ve done usability testing. Doing basically everything is hard on OS X
They should be worried. We don’t want them comfortable.
So many negative things have entered our culture bc people don’t care about dangers. Nearly every app should have a warning
You’re spot on. Bspwm is just worse.
Dynamic tilers are always worse off in the actual window management department than manual tilers.
It’s why it’s best to use i3-likes and then add a script for autotiling, so you can always break it when you need (or make n-ary trees as you put it).
A window manager should be useful; dynamic tilers are not
Hyprland works great as long as you make sure to get the build with nvidia patches to prevent flickering. It’s very similar to i3, although not 1:1 like sway.
Also fyi there’s trash-cli
I have rm
aliased to trash-rm
(not in sudo tho, so I can still force true deletion), so that if I remove something in terminal it also goes to trash.
You can empty the trash via trash-empty
It also uses ${XDG_DATA_HOME}/Trash
(usually ~/.local/share/Trash)
What they’re referring to is that when you use tabs, you end up having some things at the end of lines have to be spaced over for alignment. Thus, you then have to turn on some way of seeing what stuff is tabs and what stuff is spaces and it turns into a big mess.
Hence why normal people indent with spaces instead of hard tabs
My biggest disagreement is this:
Do not unnecessarily use braces where a single statement will do.
Always put braces around if statements. It will bite you in the butt
Have you tried usbmount
?
This automatically mounts usb drives if they’re vfat, ext4, or hfsplus. Options: sync,noexec,nodev,noatime,nodiratime
I believe it puts them in /media/run/DEVICE_NAME or something like that
The other guy mentioned:
they already said they were Mac only because they used Metal for rendering
And you say:
Metal is basically the only graphics API on Mac
So they’re on Mac bc they need Metal, but they picked Metal bc they’re on a Mac? It’s circular and friggin weird man
Not to mention there are cross-platform wrappers that will pick from all three depending on system - some that are very prolific among Rust devs (Zed is coded in Rust) like wgpu, for instance. They could’ve used wgpu and supported all 3 from the get-go and it would be easier than doing Metal anyway!
And so picking just Mac and/or Metal first is suspicious.
because they used Metal for rendering
That in itself is a suspicious choice tbh
I’ll give it a look
Bismuth for Plasma 5
Nah. I couldn’t get behind Bismuth either. You had rigid ways you could arrange your windows with no way to adjust.
For instance, you can’t get a layout like this with Bismuth (or any dynamic tilers that I know of, i.e. dynamic tilers aren’t worth using):
---------------------------------------
| A | B |
| |--------------|
|----------------------| C |
| E | F |--------------|
| | | J | K |
---------------------------------------
The closest in Bismuth would be using master and slave like:
---------------------------------------
| A | B |
| |--------------|
| | C |
|----------------------|--------------|
| E | J |
|----------------------|--------------|
| F | K |
---------------------------------------
Which isn’t nearly as useful
I gave Plasma a genuine, honest try, both 5 and 6, and it was a complete let down.
But your attitude would make Pop Shell devs burn their own project down out of fear
Nah bc the Pop Shell devs have done an AMAZING job. The new COSMIC will make KDE and GNOME look like pet projects when it drops.
Absolutely unusable for one big reason: still no good tiling options in KDE. They got me hopeful with their tiled area system but then dropped the ball on execution. An OS without tiling is functionally unusable for real work. There aren’t even any good KWin scripts for it. At least Windows has stuff like FancyWM. Will not be using any time soon. GNOME, with the ability to install Pop Shell 2, is by far the superior DE, and it’s not even close, and I’ll stick to that for most things and a WM/compositor (in this case Hyprland) on my main machine. KDE is and will continue to be trash until they can add true tiling support. Might as well some 1980s looking WM like OpenBox. That’s what KDE is. Old and unusable. Nothing else they “improve” matters since the core of operations doesn’t function.
True, but with files, you really benefit from the speed that ext4 provides
Ext4 is, afaik, the fastest as it’s the most understood
Btrfs has compression and you can make snapshots to roll back to if something goes wrong (not necessary on immutable distros or NixOS tho)
There are many other options, but I’ve only ever had a need for those two
If you know about NixOS, then you probably know this, but Nix, the package manager/the language behind NixOS, is cross-platform.
I daily drive NixOS, but I also use Nix (and home-manager) on my Fedora music laptop, my Ubuntu home file-server, and my work Windows machine (WSL) to install and configure neovim automatically instead of copying a config, installing all the packages, and running check health over and over again until everything is set up.
I just copy my neovim.nix file over (also other things like zsh.nix) and run
home-manager switch
You don’t have to use NixOS to take advantage of its benefits.