Spyke

Replies

Comment on

The Windows Subsystem for Linux is now open source.

This is for WSL2, not for WSL1. WSL2 is just a VM, not a big deal it it's open-sourced. WSL1 is superior to WSL2 in every way. BTW, WSL2 is not a continuation of WSL1, they are being developed in parallel. I still try to use WSL1 whenever possible. For Linux specific features, like systemd dependancy and mounting file systems, I'd use full-featured VM instead of WSL2.

Comment on

hell yeah mint

  • Don't forget, that the Mint developers and developers of other "user-friendly distros" do very hard work, so you can enjoy less-hassle distro.
  • But it is very boring for "Never Settle" philosophy to use such distros.
  • Don't forget, that some people enjoy tinkering thing around them. Mint, Pop!_OS, Fedora etc are simply not interesting for them. They choose the hardest possible way and enjoy it.

Comment on

In North Korea, your phone secretly takes screenshots every 5 minutes for government surveillance

Hm, only screenshots? By the way, this pales in comparison to what Google collects by default on every Android device. It's really crazy. Have you seen the details of what they collect? Google literally logs every touch, along with the names of buttons and apps. You can turn this off in your Google account settings on Android, but most people don't realize what's being collected or how to turn it off.

Comment on

I like both, but usually prefer Ubuntu

They are good distros for beginners. But over time some people switch to Arch-based systems or NixOS. Because of HUGE software list that you can install without much hassle, you don't have to add 3-rd party repositories or PPAs or figure out how to install .tar.gz package in your system or how to compile from source. You just type one command to install something hard to obtain in other distros.

Comment on

BTRFS for Linux gaming?

BTRFS is worth it. It's a bit faster than ext4. And with BTRFS assistant or snapper, you can configure automatic snapshots of your OS partition. And grub-btrfs will allow to integrate them to the boot menu. Once you are booted via snapshot, there is a way to replace / file system with that snapshot permanently, or you can boot to another one.

And remember, snapshots in BTRFS is just a formal thing, use them only if you specifically need their features, like read only sub volumes. If you just need to backup some directory, for example with steam games, no need to do the actual snapshot. You can easily backup large amount of data with just cp -dr dir dir_backup no matter how large is it, it will be done immidetelly and without taking additional space.

Comment on

Apple Intelligence won't launch in EU in 2024 due to antitrust regulation, company says

Apple is stepping on its own tail. The correct way to implement such features is to provide API to integrate any AI with their device, not only ChatGPT. And as an example, they should provide their own completely optional app for this, which could be downloaded from the App Store. This app should not be part of iOS at all. So EU regulators cannot do anything with it or it will be harder for them to figure out ways to restrict it. And users will worry less about privacy.

Comment on

Snap bad

Reply in thread

I use NixOS and Flatpak (Nix-Flatpak) to install software that is not available in Nixpkgs. Unlike Arch's AUR, Nixpkgs has fewer popular packages. However, Nixpkgs beats AUR in terms of quantity because many Nixpkgs packages are redundant.

Comment on

Like Windows explorer but better

Great! Dolphin is also better than macOS Finder. I would replace it with Dolphin as well.

However, Windows Explorer in Windows 11 still excels in one area: it doesn't have a header, and the tabs are displayed on the header, like in Chromium.

It's also annoying that all KDE Dolphin tabs have that red [X] button. Sadly, the KDE developers reject great PRs like this one: https://invent.kde.org/system/dolphin/-/merge_requests/269

Who even presses those [X] buttons? I always use the Ctrl+W shortcut.

Comment on

it's a simple question

Bazzite on my gaming PC, CachyOS on another.

Both systems are amazing! Bazzite, in particular, lets you easily install apps from almost any distribution using Distrobox. Want to install an app that's only available in the Arch AUR? No problem!