Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

KindaABigDyl, to linux in GNOME June 2024: C'mon you can do better
@KindaABigDyl@programming.dev avatar

Having used OS X, there is no way they’ve done usability testing. Doing basically everything is hard on OS X

KindaABigDyl, to linux in I was looking at the firefox flatpak on flathub. Won't this warning make a non tech-savy user anxious? This might make them think they'll get a virus or something like that.
@KindaABigDyl@programming.dev avatar

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

KindaABigDyl, to linux in what foss phone OS do you use and why?
@KindaABigDyl@programming.dev avatar

Also, in your reasoning for choosing a Pixel, Pixels are not really a product for Google but rather a device for Google employees to test things on but as a consequence can be sold as well. This makes them perfect for hacking

KindaABigDyl, to linux in The anti-AI sentiment in the free software communities is concerning.
@KindaABigDyl@programming.dev avatar

AI is mostly just hype. It’s the new blockchain

There are important AI technologies in the past for things like vision processing and the new generative AI has some uses like as a decent (although often inaccurate) summarizer/search engine. However, it’s also nothing revolutionary.

It’s just a neat peace of tech

But here come MS, Apple, other big companies, and tech bros to push AI hard, and it’s so obv that it’s all just a big scam to get more of your data and to lock down systems further or be the face of get-rich-quick schemes.

I mean the image you posted is a great example. Recall is a useless feature that also happens to store screenshots of everything you’ve been doing. You’re delusional if you think MS is actually going to keep that totally local. Both MS and the US government are going to have your entire history of using the computer, and that doesn’t sit right with FOSS people.

FOSS people tend to be rather technical than the average person, so they don’t fall for tech enthusiast nonsense as much.

KindaABigDyl, to linux in Nostalgic Distros?
@KindaABigDyl@programming.dev avatar

Ubuntu ca 2010

Play some Nibbles from that era

KindaABigDyl, to linux in Any good Debian-based OS for a laptop?
@KindaABigDyl@programming.dev avatar

Debian

KindaABigDyl, (edited ) to linux in What is/was your distrohopping journey?
@KindaABigDyl@programming.dev avatar

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, to linux in What is the appeal of a binary-tree only in a tiling window manager (bspwm) vs. nested splits (i3 and sway)?
@KindaABigDyl@programming.dev avatar

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, to linux in Wayland tiling compositor that will work okay with nvidia?
@KindaABigDyl@programming.dev avatar

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, to linux in Do all DEs store the trash in the same place?
@KindaABigDyl@programming.dev avatar

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, to linux in Decision of Next Os
@KindaABigDyl@programming.dev avatar

NixOS

KindaABigDyl, to linux in Linux kernel Rust coding guidelines are heretic.
@KindaABigDyl@programming.dev avatar

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, to linux in Linux kernel Rust coding guidelines are heretic.
@KindaABigDyl@programming.dev avatar

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, to linux in Mounting External Drives on Linux without root from the terminal
@KindaABigDyl@programming.dev avatar

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, to linux in Zed Decoded: Linux when? - Zed Blog
@KindaABigDyl@programming.dev avatar

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.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • fightinggames
  • All magazines