Spyke

Replies

linux

Comment on

When do you consider a system to be bloated?

I find it bloated if the system have things I don't need are noticeably using up RAM and CPU. I couldn't care less about extra unused packages on disk, they're dormant. I don't care about a few daemons or resident apps I don't use either if they're idle all the time and use minimal RAM. Bloat for me is something that noticeably affects my running system.

firefox

Comment on

How to combat creeping firefox enshitification?

Reply in thread

Yeah also I think we should be careful about calling anything we find annoying Enshittification, otherwise we'll dilute the concept and it loses all meaning. I see this happening with hyperbole all the time, for example one of the strongest words in the dictionary "hate" have almost no meaning as people use it for even the mildest dislikes instead of utilizing a richer vocabulary. Let's reserve Enshittification for Xitter and friends.

firefox

Comment on

*Permanently Deleted*

Reply in thread

The appearance and how you use it is a very important part of a browser, also there are things like sync of history/bookmarks/etc. and "send a tab to Firefox on another device" functionality.

linux

Comment on

GIMP 3.0 RC3 Released

Reply in thread

They have shape tools on the roadmap for this free image manipulation app, until then we'll have to use the two-step method of stroking a circular selection or use a more dedicated drawing app.

In any case GIMP 3.0 is a huge rewrite under the hood and seems to be attracting more contributors now, which is a good sign.

linux

Comment on

CachyOS vs arch

I don't use either but IMO people are far too worried about bloat, it's not some monster that'll drag you down. Unless you're extremely space constrained some extra packages on disk won't make any difference. And even on the slimmest install there'll be stuff you never use anyway.

linux

Comment on

Fish 4.0: The Fish Of Theseus

Reply in thread

Yes, it's because it keeps track on object lifetimes and data access when sharing objects, even across threads. It means that once things compiles a whole category of common and often difficult to debug errors are gone. It means much less time debugging and fewer issues once in the hands of the end user. There can still be bugs but it's more about logical errors than difficult memory issues.

As a C++ dev for 20 years, I love Rust. Humans are fallible, even if endeavouring to use safe patterns. Might as well just let the compiler use some CPU cycles on that.

linux

Comment on

GIMP 3.0 RC1 Released

Reply in thread

GIMP 3.0 makes it a lot easier for devs to add functionality and they're starting a UX working group.

But I find it usable, I've been using it weekly for a very long time. I'm happy to see development picking up though with more people joining.

linux

Comment on

GIMP 3.0 RC1 is around the corner

Reply in thread

You always have to consider the sources of such whispers, otherwise it means very little. The devs, who are few and works on evenings because they have day jobs, a well-know open source issue for many projects, were clear about when they started in earnest on getting 3.0 done, less than 3 years ago. Until then they've spent most of their time adding features to 2.10 and the 2.9 branch was more of a long lived testing ground with occational test releases that cause talk sometimes. The aim was RC primo or medio this year, they're only slightly late.

But I get the feeling more devs are starting to contribute now it's near 3.0, maybe because the new architecture actually makes it easier. So there's hope a lot will start to happen. There's even a UI working group.

I'm running the 2.9 nightly, it's better in a multitude of little ways as well as having a number of new features.

linux

Comment on

Anybody here use Asahi Linux?

Reply in thread

He didn't step down from Asahi, just from the Linux kernel maintainers. Another person took over the Linux kernel Maintainer role for Asahi. It gives Hector one thing less to worry about.

EDIT: As of Feb 13th he has resigned from Asahi. No mention of his alter ego Asahi Lina, she's still listed as a member? As Hector is an incredibly talented and productive individual it'll be a big blow to the project.

Comment on

Patrick Stewart is a true professional

Reply in thread

Yes, Jeremy Brett was the best Holmes ever, his personal issues and depression augmented the role and he sunk so deeply into it that he sometimes referred to Sherlock the character as a real person.

Other portrayals shows healthy detectives full of vitality and charm but Jeremy Brett understood the brilliant but self abusive sometimes obsessive character with many layers to his complicted personality.

linux

Comment on

VirtualBox 7.0.16 Released with Initial Support for Linux 6.8 and 6.9 Kernels

Reply in thread

and suffer subpar virtualization

Meh I can get a Win11 guest that interacts well and conveniently with the host and its peripherals and if all I'm doing is running tax software, office365 or compile my Rust app to test it cross platform - vbox is perfectly fine. I'm not running anything demanding.

I'm not taking a stance against KVM it's great, but rather saying that for some of us it's not that big of an issue which solution to use, it just needs to be convenient.