this post was submitted on 16 Apr 2025
612 points (91.8% liked)

Linux

53416 readers
572 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Help support. Please make Affinity possible on Linux!

you are viewing a single comment's thread
view the rest of the comments
[–] Palacegalleryratio@hexbear.net 7 points 5 days ago* (last edited 5 days ago)

I can’t speak for Krita - I’ve not used it. But as someone who has designed a lot of software I agree with you fully here. Making software intuitive is the hardest and also most important part of my job. When I test with users the first time it soon becomes clear how stuff that me and my team thought made sense is totally opaque to the end users or just doesn’t fit into the real world workflow. It’s all well and good expecting users to learn the software - there has to be an element of that - but if you force thought, cause confusion or waste time every time you do that you add friction to the product. That friction ruins the users experience of the product and can ruin productivity.

There is a balance to be made, complexity where it allows for power is fine, if you have dedicated frequent users. E.g. my favourite editor is Vim - very complicated and (initially) opaque but also extremely powerful and logical once you know it. But complexity that adds no power or complexity in software where you don’t expect users to be using the software frequently enough to be expert in it is not ok.