KindaABigDyl

joined 1 year ago
[–] KindaABigDyl@programming.dev 1 points 5 months ago

Ubuntu ca 2010

Play some Nibbles from that era

[–] KindaABigDyl@programming.dev 25 points 5 months ago (1 children)
[–] KindaABigDyl@programming.dev 2 points 5 months ago* (last edited 5 months ago)

Back when I was a kid, I was using Ubuntu. Ubtunu 14 and 16.

At some point I got really into Elementary OS and Pantheon

Then I rejected clone distros and embraced the mother distro, Debian.

In college, I experimented a bit, like most people. I tried various DEs and WMs on Debian. I tried Arch. I tried Pop_OS!. I tried Gentoo. Man, Gentoo is the WORST. Compiling stuff takes WAY too long and even after using it for 6 months it never got better. Worst distro on the planet. No one should ever use it. Eventually I settled on Arch.

I stayed an Arch i3 guy for 3.5 years, but eventually I got fed up with it.

I then finally gave Fedora a try, and I thought it was great. It was up to date like Arch but unbreakable. At the time I was also looking into BTRFS and immutability and making my own distro, and Fedora is great for that bc of CoreOS and Kinoite and all that stuff.

While on Fedora I did a lot of weird things in search of my goals. Like I figured out how to install Pacman and get AUR applications working on Fedora, notably archiso which I was using to build my own immutable, declarative OS that would be AppImage-based and utilizing an AppImage package manager and store front I wrote myself.

But then, about a year in, I discovered NixOS. It's the best thing ever. It solves all the problems I had with other distros that I thought I'd solve on Fedora or Arch with programming. It's everything I could want in a distro and then some. I've now been on it longer than I was on Fedora, and there's no sign of switching to anything else.

Parallel to all this is various tool hopping. For instance, trying GNOME/KDE/Xfce/i3/Sway/Hyprland/etc at various times with various setups as well. Or bash vs zsh. Etc

Currently, I'm on NixOS with Hyprland, and it's great. I've also used it with i3 and with GNOME + Pop Shell 2 for tiling which are both solid as well.

Now, that's my daily driver and gaming machine. I use other OSs on other computers.

I have a computer for music production that got Fedoraized when I was a Fedora fanboy for a year. I don't change it bc it doesn't need to change. It just needs to run Ardour, yabridge, etc and maintain my system audio configurations that I don't remember how to set up now. If it ever gets messed up, I'll switch to a fork of my NixOS configuration and refigure out my audio settings and put them in a configuration.

I have a home nextcloud server as well. It also was once Fedoraized, but I gave up on that and went to Ubuntu bc that's the only thing that should ever run a Nextcloud server. It just does not work correctly if it's not on Ubuntu, at least that's my experience. I've tried hosting on Arch, Fedora, Debian, Pop_OS! and more, but only Ubuntu works well for Nextcloud, so Ubuntu it stays.

Windows -> RedHat -> Windows -> Gentoo -> Ubuntu -> RHEL -> Ubuntu -> Debian -> Arch

[–] KindaABigDyl@programming.dev 3 points 5 months ago* (last edited 5 months ago)

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

[–] KindaABigDyl@programming.dev 5 points 5 months ago (1 children)

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.

[–] KindaABigDyl@programming.dev 34 points 6 months ago* (last edited 6 months ago) (1 children)

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)

[–] KindaABigDyl@programming.dev 10 points 6 months ago (1 children)

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

[–] KindaABigDyl@programming.dev 42 points 6 months ago (3 children)

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

[–] KindaABigDyl@programming.dev 3 points 6 months ago* (last edited 6 months ago) (2 children)

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

[–] KindaABigDyl@programming.dev 3 points 6 months ago* (last edited 6 months ago) (1 children)

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.

[–] KindaABigDyl@programming.dev 15 points 6 months ago (14 children)

because they used Metal for rendering

That in itself is a suspicious choice tbh

view more: ‹ prev next ›