Spyke

Replies

linux

Comment on

SystemD

Reply in thread

Just to avoid misunderstandings: it's not a monotolithic blob, it is thought so because its first project was a system daemon that manages system services. It is described as "a software suite that provides an array of system components for Linux operating systems.", it is highly modular and offer many optional components that each have their own purpose.

Comment on

First time using Steam+Proton in Linux. HOLY SHIT!

Yeah I'm a grey-beard, my first experience was Slackware in the nineties. I've been using Linux since but usually on servers and in VMs only. Recently I've been able to go 100% thanks to Proton. I really enjoy the progress made with tech such as systemd, wayland, btrfs, proton and flatpak. Though a lot of grey-beards are very resentful of these I feel they represent real positive progress. There's also support for kb backlight and other features of my laptop.

I'm also really enjoying PRIME rendering on my laptop, using Intel and Nvidia at the same time for different things. It works beautifully/seamlessly and even more so that I can just type "yay" and get a new Nvidia driver or a matching driver if there's a kernel update without having to do any babysitting manually.

I do everything on Linux now, Office work, Rustdev and I play games like BG3/Guildwars2 simply by launching them from Steam.

The only pain is that I have to configure each application manually to use Wayland, that's a bother.

linux

Comment on

Just install EndeavorOS lol

Reply in thread

Indeed, besides most linux distributions are fairly equally lightweight and can be customized. I tried 4-5 distros this past January (Arch being one) when I got my new gaming laptop and they all booted in ~9.5 sec for example, and perform equally well in general, they had fairly similar RAM load with the same desktop environment.

Arch is about managing the system as a hobby, which is fine.

One problem here is that new users install Endeavour/Garuda but don't know how to manage updates safely about pacnew/pacsave/etc. So the system might slowly "rot" without them knowing about it because new components use old configs, etc..

I also recommend Mint to new users. I don't use Mint, nor do I use Arch.

linux

Comment on

No web browser offers a good out of the box experience.

Reply in thread

Yeah, Pocket does nothing unless you press the button.

And as for telemetry that's publicly available on telemetry.mozilla.org if anyone wants to see what's being sent. It's very useful for Mozilla to see what and how features are used.

Mozilla is our last tiny hope for freedom really, in this Chrome/Blink world..

android

Comment on

World’s biggest PC vendor [Lenovo] takes first step that could establish Android as Windows biggest rival ever — and eliminate Google ChromeOS at the same time

Reply in thread

They're not saying it will. My gaming laptop is already running the same Linux kernel as Android phones so the kernel is great. Then it's down to the GUI and that might be a good fit for hospitality/healthcare/retail as the article says where some devices are already run in more or less of a Kiosk style with specific purpose. Besides phones are just small PCs anyway, it's all about the use-case.

linux

Comment on

*Permanently Deleted*

Reply in thread

If you have issues it's usually a configuration issue or a misbehaving daemon, try investigating with "systemd-analyze blame", "systemd-analyze critical-chain" and "systemd-analyze plot > boot_anal.svg".

Comment on

How many people here have actually used XMPP?

I used Jabber with the Pidgin client, my impression was also it was mostly developers and open source enthusiasts. Most people I knew who were not of those circles used commercial things like ICQ, MSN Messenger, AIM, etc. Frequently Jabber/XMPP enthusiasts had to use clients that supported it as well as some form of gateway to the other clients. Trillian was a popular multi-protocol client.

linux

Comment on

Rant about Nvidia related updates on Linux

I have an alias I call "upd" that runs "yay ; flatpak update", I just run that, press Y at the first prompts and then let it run in the background while I do other work. It really doesn't matter at all how long it takes. I do have NVidia but generally I don't feel it takes very long as we don't get new kernels every day. You could use the linux-lts kernel for much more rare kernel updates.

It's a bit like bittorrents, I don't need them to download in 30sec, I start it and return to check on it whenever I think of it.

I have changed my opinion on flatpak btw, I really like that the apps are not spread all over my system but instead sandboxed neatly, have fewer dependency versioning issues and it's really easy to use.

Comment on

Which book is your personal bible?

I have a version of The More Than Complete Hitchhikers Guide to the Galaxy that's genuine leather bonded with gold leaf page edges and builtin bookmark. It's on display on a special shelf. Everyone who visits thinks it's a bible, and in a way it is as it does have a lot of good advice about life, the universe and everything.

linux

Comment on

*Permanently Deleted*

I don't really care but I have a 512GB drive, a few extra GB of NVidia packages or whatever means nothing. I just enjoy the containerization and not having to give it my root password to install things. I'm not on an immutable distro and not having an app invade my core system (in whatever way the packager felt necessary) feels really good.

I'm watching the immutable space though, once it matures a bit more might try it. openSuse has an elegant and simple take on it with BTRFS snapshots.

linux

Comment on

What's the point of terminal file managers (mc, ranger, nnn, etc)?

Depends on what I'm going to do. I often use mc if I need to do something to a bunch of files but not all and the filenames are not good to filter on except by human eye. For example when I want to move a bunch of mixed downloaded stuff from my dl machine into grouped folders on my NAS. It's easy to go down through the list and select what to move from the download folder (where it's all in a disorganized pile) into the grouped destination folders.

If I work on individual files, or something that's easy to filter through wildcards I use terminal commands.

It's not for or against, it's about choosing the most convenient tool for the job.