Most active commenters
  • Dylan16807(15)
  • DrewADesign(12)
  • ChrisMarshallNY(12)
  • TeMPOraL(11)
  • array_key_first(11)
  • (9)
  • LtWorf(8)
  • tombert(7)
  • GTP(7)
  • a96(7)

912 points cryptophreak | 621 comments | | HN request time: 5.292s | source | bottom
1. wolfejam ◴[] No.45760972[source]
i enjoyed your post, those remotes are too funny!!
2. jasonthorsness ◴[] No.45761160[source]
Some reasons for this:

1. Free software is developed for the developer's own needs and developers are going to be power users.

2. The cost to expose options is low so from the developer's perspective it's low effort to add high value (perceiving the options as valuable).

3. The developer doesn't know who the customer is and rather than research/refine just tries to hit all the boxes.

4. The distribution of the software itself means anyone who successfully installs it themselves really is a power user and does like the options. Installing it for family and friends doesn't work.

Probably many other factors!

replies(3): >>45761513 #>>45766078 #>>45769305 #
3. doug_durham ◴[] No.45761513[source]
It takes a lot of time and energy to refine and maintain a minimalistic interface. You are intentionally narrowing the audience. If you are an open source developer with limited time you probably aren't going to invest in that.
replies(2): >>45761636 #>>45762111 #
4. yawnxyz ◴[] No.45761523[source]
> 80% of the people only need 20% of the features. Hide the rest from them and you’ll make them more productive and happy. That’s really all it takes.

For those of you thinking (which 20%) following that article from the other day — this is where a good product sense and knowing which 80% of people you want to use it first. You could either tack on more stuff from there to appeal to the rest of the 20% of people, or you could launch another app/product/brand that appeals to another 80% of people. (e.g. shampoo for men, pens for women /s)

5. jaggs ◴[] No.45761568[source]
>> 80% of the people only need 20% of the features. Hide the rest from them and you’ll make them more productive and happy. That’s really all it takes.

One of the truest things I've read on HN. I've also tried to visit this concept with a small free image app I made (https://gerry7.itch.io/cool-banana). Did it for myself really, but thought others might find it useful too. Fed up with too many options.

6. cjbarber ◴[] No.45761570[source]
*Software with UI designed for people who aren't the median user scares the median user

Therefore: If you want lots of users, design for the median user; if you don't, this doesn't apply to you

7. cryptophreak ◴[] No.45761636{3}[source]
That’s one of the great things about the approach demonstrated in the post. The developers of Handbrake don’t need to invest any time or energy in a minimalist interface. They can continue to maintain their feature-rich software exactly as it is. Meanwhile, there is also a simple, easy front end available for people who need or want it.
replies(1): >>45773904 #
8. squeedles ◴[] No.45761639[source]
Good article, but the reasoning is wrong. It isn't easy to make a simple interface in the same way that Pascal apologized for writing a long letter because he didn't have time to write a shorter one.

Implementing the UI for one exact use case is not much trouble, but figuring out what that use case is difficult. And defending that use case from the line of people who want "that + this little extra thing", or the "I just need ..." is difficult. It takes a single strong-willed defender, or some sort of onerous management structure, to prevent the interface from quickly devolving back into the million options or schizming into other projects.

Simply put, it is a desirable state, but an unstable one.

replies(22): >>45761688 #>>45761787 #>>45761946 #>>45762556 #>>45763000 #>>45763132 #>>45763419 #>>45763515 #>>45764215 #>>45765589 #>>45766183 #>>45766281 #>>45768514 #>>45769691 #>>45771196 #>>45771307 #>>45771846 #>>45772026 #>>45773411 #>>45773951 #>>45776266 #>>45779651 #
9. andreldm ◴[] No.45761642[source]
If handbrake scares them, don’t you dare to demonstrate how to use ffmpeg. I remember when I used handbrake for the first time and thought “wow, it’s much more convenient than struggling with ffmpeg”.
replies(7): >>45761715 #>>45761913 #>>45761996 #>>45762179 #>>45762626 #>>45762929 #>>45764672 #
10. throawayonthe ◴[] No.45761667[source]
the issue is real, but i'm not sure this solves it; in this case you end up with an overly specific solution that you can't really recommend to most people (and won't become widely known)

using the remote analogy, the taped versions are useful for (many!) specific people, but shipping the remote in that configuration makes no sense

i think normal people don't want to install an app for every specific task either

maybe a solution can look like a simple interface (with good defaults!!) but with an 'advanced mode' that gives you more options... though i can't say i've seen a good example of this, so it might be fundamentally flawed as well

11. wrs ◴[] No.45761676[source]
Oh man, I have literally done that to my parents’ remote controls. Actually more controls, because they still watch VHS tapes. But I have to admit it never occurred to me to do that to their software.

Logic Pro has a “masking tape” mode. If you don’t turn on “Complete Features” [0], you get a simplified version of the app that’s an easier stepping stone from GarageBand. Then check the box and bam, full access to 30 years’ accumulation of professional features in menus all over the place.

[0] https://support.apple.com/guide/logicpro/advanced-settings-l...

12. dayvid ◴[] No.45761688[source]
The contributors of free software tend to be power users who want to ensure their use case works. I don't think they're investing a lot of thought into the 80/20 use case for normal/majority or users or would risk hurting their workflow to make it easier for others
replies(4): >>45761808 #>>45763689 #>>45764090 #>>45774820 #
13. snovymgodym ◴[] No.45761694[source]
The problem is that everyone wants a different 20% of the functionality.

Actual good UI/UX design isn't trivial and it tends to require a tight feedback loop between testers, designers, implementers, and users.

A lot of FOSS simply doesn't have the resources to do that.

replies(5): >>45761729 #>>45761749 #>>45761828 #>>45761933 #>>45763485 #
14. dayvid ◴[] No.45761702[source]
I'd argue most software scares normal people. They only learn because of a strong intrinsic motivation (connecting with other people/access to entertainment) or work requirements which come with mandatory trainings and IT support
15. fallingfrog ◴[] No.45761705[source]
My number one principle of UI design is this:

The things the user does most frequently need to be the easiest things to do.

You expose the stuff the user needs to do quickly without a lot of fuss, and you can bury the edge cases in menus.

Sadly a lot of software has this inverted.

16. phoronixrly ◴[] No.45761715[source]
Handbrake's UI is in the uncanny valley for me -- too complicated for use by laymen, and way too limiting for use by people who know what they're doing...
replies(2): >>45761770 #>>45761778 #
17. dayvid ◴[] No.45761729[source]
For a lot of usecases there is a strong 80% functionality. E.g. For Handbrake, 80% of the time I am reducing the size of my video screen grabs from my computer or phone. Don't need any resolution change, etc.

There are other times I want cropping or something similar, but it's really only 10-30% of the time. If people want to have a more custom workflow they can use an advanced UI

18. advisedwang ◴[] No.45761738[source]
Meanwhile, every time Gnome makes UI adjustments along these lines, there's an outcry that it's dumbed downed, copying apple, removing features etc etc.
replies(6): >>45761780 #>>45761782 #>>45761950 #>>45763905 #>>45766769 #>>45769340 #
19. advisedwang ◴[] No.45761745[source]
I don't think free software has to aim to be for everyone. It's OK to build software for yourself and people like you.
replies(1): >>45762244 #
20. ptmcc ◴[] No.45761749[source]
Resources or the care, tbh. FOSS is a big umbrella and a lot of it simply isn't meant for "customers". Some FOSS apps clearly are trying to build a user base, in which case yeah the points this post makes are worth thinking about.

But many other projects, perhaps the majority, that is not their goal. By devs for devs, and I don't think there is anything wrong with that.

Pleasing customers is incredibly difficult and a never-ending treadmill. If it's not the goal then it's not a failure.

21. card_zero ◴[] No.45761751[source]
> I challenge you to make more of it.

Huge amounts of dumbed-down software that won't do interesting things is made. There's no need to present this challenge.

> a person who needs or wants that stuff can use Handbrake.

That's the part that is often ignored: providing the version with the features.

22. dfxm12 ◴[] No.45761770{3}[source]
My dad, a total layman, was able to use handbrake as a step in digitizing old family video tapes.

I think in the context of this thread, we shouldn't overgeneralize or underestimate "normal people".

replies(2): >>45761850 #>>45764910 #
23. lolive ◴[] No.45761774[source]
Free software scares people until they have to pay for Windows.
24. fellowniusmonk ◴[] No.45761778{3}[source]
ffmpeg with disposable or llm backed dnd interfaces.

for certain types of tooling UIs should be cheap, disposable and task/worlflow specific.

replies(2): >>45761937 #>>45762131 #
25. askonomm ◴[] No.45761780[source]
Well Gnome tells people that they should just know keyboard shortcuts for everything - which is literally something only power users know to do. Their entire design ethos is a weird opposition to itself where it is aiming to be so simple and minimal that in order to do basic things you have to memorize keyboard shortcuts as there is no visual interface possibility to do those things.
replies(1): >>45769674 #
26. jeremyjh ◴[] No.45761782[source]
Its an entire desktop environment, its not as simple as choosing between two different apps. Although people who make this complaint should probably just use KDE, maybe they've used Gnome for a long time and don't want to change.
replies(1): >>45766615 #
27. DrewADesign ◴[] No.45761787[source]
Overall, the development world does not intuitively understand the difficulty of creating good interfaces (for people that aren’t developers.) In dev work, the complexity is obvious, and that makes it easy for outsiders to understand— they look at the code we’re writing and say “wow you can read that?!” I think that can give developers a mistaken impression that other peoples work is far less complex than it is. With interface design, everybody knows what a button does and what a text field is for, and developers know more than most about the tools used to create interfaces, so the language seems simple. The problems you need to solve with that language are complex and while failure is obvious, success is much more nebulous and user-specific. So much of what good interfaces convey to users is implied rather than expressed, and that’s a tricky task.
replies(8): >>45761895 #>>45762139 #>>45764045 #>>45764889 #>>45766812 #>>45767103 #>>45767301 #>>45774902 #
28. matheusmoreira ◴[] No.45761796[source]
Over the years I've gotten really tired of this obsession with "normal people" and not just because I'm one of the so called power users. This is really part of a growing effort to hide the computer away as an implementation detail.

https://contemporary-home-computing.org/RUE/

That's what "UX" is all about. "Scripting the users", minimizing and channeling their interactions within the system. Providing one button that does exactly what they want. No need to "scare" them with magical computer technology. No need for them to have access to any of it.

It's something that should be resisted, not encouraged. Otherwise you get generations of technologically illiterate people who don't know what a directory is. Most importantly, this is how corporations justify locking us out of our own devices.

> We are giving up our last rights and freedoms for “experiences,” for the questionable comfort of “natural interaction.” But there is no natural interaction, and there are no invisible computers, there only hidden ones.

> Every victory of experience design: a new product “telling the story,” or an interface meeting the “exact needs of the customer, without fuss or bother” widens the gap in between a person and a personal computer.

> The morning after “experience design:” interface-less, desposible hardware, personal hard disc shredders, primitive customization via mechanical means, rewiring, reassembling, making holes into hard disks, in order to to delete, to logout, to “view offline.”

replies(3): >>45762174 #>>45762325 #>>45772709 #
29. binarysneaker ◴[] No.45761800[source]
Completely agree with the author. Would love most power tools to start off in "simple mode" so I could recommend them to friends/family, and have a toggle for advanced mode which shows everything to power users.
30. zeroq ◴[] No.45761808{3}[source]
> contributors of free software tend to be power users

or, simply put, nerds

it takes both a different background, approach and skillset to design ux and interface

if anything FOSS should figure out how to attract skilled artists so majority of designs and logos doesn't look so blatantly amateurish.

replies(6): >>45761885 #>>45761961 #>>45761973 #>>45763079 #>>45766506 #>>45766954 #
31. radial_symmetry ◴[] No.45761816[source]
Makes a good point, but the headline bothers me. It isn't the free that is the problem, it is the complexity.
replies(2): >>45761932 #>>45764155 #
32. waffletower ◴[] No.45761822[source]
Would be nice for an inverse article -- which is often harder to achieve -- case in point: I wish iCloud had a power user interface.
replies(1): >>45761992 #
33. ageitgey ◴[] No.45761828[source]
> The problem is that everyone wants a different 20% of the functionality.

I'm not disagreeing with your basic take, but I think this part is a little more subtle.

I'd argue that 80% of users (by raw user count) do want roughly the same 20% of functionality, most of the time.

The problem in FOSS is that average user in the FOSS ecosystem is not remotely close to the profile of that 80%. The average FOSS user is part of the 1% of power users. They actively want something different and don't even understand the mindset of the other 80% of users.

When someone comes along to a FOSS project and honestly tries to rebuild it for the 80% of users, they often end up getting a lot of hate from the established FOSS community because they just have totally different needs. It's like they don't even speak the same language.

replies(1): >>45762711 #
34. mikkupikku ◴[] No.45761838[source]
"I am new to GitHub and I have lots to say I DONT GIVE A FUCK ABOUT THE FUCKING CODE! i just want to download this stupid fucking application and use it.

WHY IS THERE CODE??? MAKE A FUCKING .EXE FILE AND GIVE IT TO ME. these dumbfucks think that everyone is a developer and understands code. well i am not and i don't understand it. I only know to download and install applications. SO WHY THE FUCK IS THERE CODE? make an EXE file and give it to me. STUPID FUCKING SMELLY NERDS"

replies(2): >>45762109 #>>45765202 #
35. sharperguy ◴[] No.45761850{4}[source]
A "normal person" is just someone whose time and mental energy are focused on something other than the niche task your app is aiming to solve. With enough time and focus, anyone can figure out any interface. But for many, something which requires a smaller investment to achieve the results they need is preferrable.
replies(1): >>45762425 #
36. rlue ◴[] No.45761852[source]
The better example for this design principle is the big green button on copy machines. The copier has many functions, but 99% of users don't bother with 99% of them.

For a little history on this design, see https://athinkingperson.com/2010/06/02/where-the-big-green-c...

replies(1): >>45770068 #
37. JSR_FDED ◴[] No.45761880[source]
A good product manager could make a big difference to many open source projects. Someone who has real knowledge of the problem space, who can define a clear vision of what problem is being solved for which user community and who can be judicious in weighing feature requests and developing roadmaps.
38. DrewADesign ◴[] No.45761885{4}[source]
I have been beating this drum for many years. There are some big cultural rifts and workflow difficulties. Unless FOSS products are run by project managers rather than either developers or designers, it’s a tough nut. Last I looked, gimp has been really tackling this effort more aggressively than most.
replies(2): >>45762300 #>>45762941 #
39. anonzzzies ◴[] No.45761887[source]
> claude --dangerously-skip-permissions -p "convert happy.blarf to a small mp4 file that will work on my ipad and send it to my email"
40. finghin ◴[] No.45761895{3}[source]
It’s also about keeping things simple, hierarchical, and very predictable. These do not go hand in hand with the feature creep of collaborative FOSS projects, as others point out here.
replies(1): >>45767489 #
41. whimsicalism ◴[] No.45761913[source]
imo LLMs make all of these UIs unnecessary, i'm happy to use ffmpeg now
42. ang_cire ◴[] No.45761932[source]
Yep, the Adobe tools and basically all professionally-used CAD software are incredibly intimidating to 'normal people', and they ain't free.
replies(1): >>45762749 #
43. Aurornis ◴[] No.45761933[source]
> tends to require a tight feedback loop between testers, designers, implementers, and users

Some FOSS projects attempt something like this, but it can become a self-reinforcing feedback loop: When you're only testing on current users, you're selecting for people who already use the software. People who already use the software were not scared away by the interface. So the current users tend to prefer the current interface.

Big software companies have the resources to gather (and pay) people for user studies to see what works and what does not for people who haven't seen the software before, or at least don't have any allegiances. If you only ever get feedback from people who have been using the software for a decade, they're going to tell you the UI must not change because they know exactly how to use it by now.

44. throwaway173738 ◴[] No.45761937{4}[source]
Actually I think this is a killer use case for local LLMs. We could finally get back to asking the computer to do something without having to learn how to string 14 different commands together to do it.
replies(1): >>45762306 #
45. PaulDavisThe1st ◴[] No.45761946[source]
Good points, but to add to the sources of instability ... a first time user of a piece of software may be very appreciative of its simplicity and "intuitiveness". However, if it is a tool that they spend a lot of time with and is connected to a potentially complex workflow, it won't be long before even they are asking for "this little extra thing".

It is hard to overestimate the difference between creating tools for people who use the tools for hours every day and creating tools for people who use tools once a week or less.

replies(2): >>45762164 #>>45764070 #
46. marcosdumay ◴[] No.45761950[source]
Yeah, and that's because the article's advice is bad.

It works exactly for TV remote controls. Or, rather, it worked before everybody had an HDMI player or smart TVs. It doesn't work for TV remotes now either.

Handbrake is a bit like TV remotes in the turn of the century. That's an exception even among free software, and absolutely no mainstream DE is like that.

47. phendrenad2 ◴[] No.45761961{4}[source]
I'm optimistic that the rise of vibe coding will allow the people who understand the user's wants and needs to fix the world's FOSS UIs.
replies(1): >>45769730 #
48. WD-42 ◴[] No.45761973{4}[source]
My guess is that, as has always been, the pool of people willing to code for free on their own time because it's fun is just much larger than the people willing to make icons for software projects on their own time because they think it's fun.
replies(4): >>45762137 #>>45762256 #>>45762872 #>>45779699 #
49. longnguyen ◴[] No.45761978[source]
This has been a major UX problem for me when building my app [0] (an AI chat client for power user).

On the one hand, I want the UI to be simple and minimal enough so even non savvy users can use it.

But on the other hand, I do need to support more advanced features, with more configuration panels.

I learned that the solution in this case is “progressive disclosure”. By default, the app only show just enough UI elements to get the 90% cases done. For the advanced use cases, it takes more effort. Usually to enable them in Settings, or an Inspector pane etc. Power users can easily tinker around and tweak them. While non savvy users can stick with the default, usual UX flow.

Though even with this technique, choosing what to show by default is still not easy. I learned that I need to be clear about my Ideal Customer Profile (ICP) and optimize for that profile only.

[0]: https://boltai.com

50. ang_cire ◴[] No.45761992[source]
Oh, it has one, it's just not available to you.

FOSS's issue isn't that they trust users too much, it's that they aren't taking different types of users into account.

Corporate-built software that's locked down or limited like iCloud is 100% about not trusting the users.

51. MarkusWandel ◴[] No.45761996[source]
At least with ffmpeg, for 99% of use cases you can just google "how do I do X with ffmpeg" and get a copypasta command line.

Whereas with complicated GUI tools, you have to watch a video to learn how to do it.

replies(4): >>45762099 #>>45762129 #>>45762226 #>>45762333 #
52. jfengel ◴[] No.45762010[source]
As a UX guy, I'd like to note that the normal people aren't so great at knowing what they want, either.

I dread "Can you add a button..." Or worse, "Can you add a check box..." Not only does that make it worse for other users, it also makes it worse for you, even if you don't realize it yet.

What you need is to take their use case and imagine other ways to get there. Often that means completely turning their idea on its head. It can even help if you're not in the trenches with them, and can look at the bigger picture rather than the thing that is interfering with their current work flow.

replies(1): >>45765732 #
53. ferguess_k ◴[] No.45762013[source]
Although I wish Linux were easier to use -- and there are distros that aim for this, I do agree that FOSS is mostly by nerds for nerds, but it doesn't prevent other people making changes -- which is exactly what the author did.

So I'd like to welcome the author to make more apps based on FOSS.

replies(1): >>45762763 #
54. kccqzy ◴[] No.45762054[source]
I think there is something deeper here: people have become scared of the unknown, therefore we need to hide things for them. But people don't have to be scared. In fact even for people who are using Handbrake comfortably, a lot of things Handbrake presents in its UI are probably unknown to them and can safely be ignored. The screenshot in the article shows that Handbrake analyzed the source video and reported it as 30 FPS, SDR, 8-bit 4:2:0, 1-1-1. I think less than a tenth of a percent of Handbrake users understand all of that. 30 FPS is reasonably understandable but 4:2:0 requires the user to understand chroma subsampling, a considerably more niche topic. And I have no idea what 1-1-1 is and I simply ignore it. My point is, when faced with unknown information and controls, why do people feel scared in the first place? Why can't they simply ignore the unknown and make sense of what they can understand? Is it because they worry that the part of the software they don't understand will damage their computer or delete all their files? Is it just the lack of computer literacy?

I do not readily empathize with people who are scared of software, because my generation grows up tinkering with software. I'd like to understand why people would become scared of software in the first place.

replies(3): >>45762411 #>>45762474 #>>45763791 #
55. pessimizer ◴[] No.45762093[source]
Couldn't agree with this more. I'm even an advocate for simulating walled gardens with Free Software. Let people who need to feel swaddled in a product or a brand feel swaddled.

It also opens up opportunities for money-making, and employment in Free Software for people who do not program. The kind of hand-holding that some people prefer or need in UX is not easy to design, and the kind of marketing that leads people to the product is really the beginning of that process.

Nobody normal cares that it's a thin layer over the top of a bunch of copyleft that they wouldn't understand anyway (plenty of commercial software is a thin layer over permissively licensed stuff.) Most people I know barely know what files and directories are, and the idea of trying to learn fills them with an anxiety akin to math-phobia. Some (most?) people get a lot of anxiety about being called stupid, and they avoid the things that caused it to happen.

They do want privacy and the ownership of their own devices as much as everyone else however, they just don't know how much they're giving up when they do a particular software thing, or (like all of us) know that it is seriously difficult if not possible to avoid the danger.

Give people mock EULAs to click through, but they will enumerate the software's obligations to them, not their obligations to the software. Help them remain as ignorant as they want about how everything works, other than emphasizing the assurances that the GPL gives them.

56. nicce ◴[] No.45762099{3}[source]
One of the things LLM shines. For double checking the command explanations, I ask commands to grep the sections from manual instead of relying LLM output blindly.
57. matheusmoreira ◴[] No.45762109[source]
Wow, it's actually real.

https://old.reddit.com/r/github/comments/1at9br4/i_am_new_to...

https://github.com/sherlock-project/sherlock/issues/2011

replies(1): >>45762203 #
58. ◴[] No.45762111{3}[source]
59. xnx ◴[] No.45762129{3}[source]
Excellent point. Soon computer use AI agents will bridge this gap.
60. jraph ◴[] No.45762131{4}[source]
The last thing we want for a user-friendly interface is nondeterminism. Some procedure that works today must work tomorrow if it looks like you can repeat it. LLMs can't be the answer to this. And if you go to the lengths of making the llm deterministic, with tests and all, you might as well code the thing once and for all and not ship the local llm to the end user at all.
replies(1): >>45762542 #
61. ambicapter ◴[] No.45762137{5}[source]
Much larger but not non-existent, people post their work (including laborious stuff like icon suites and themes) on art forums and websites for no gain all the time.
replies(1): >>45762571 #
62. ozgrakkurt ◴[] No.45762139{3}[source]
IMO they just don’t care enough. They want people to use it but it is not the end of world if it stays niche
replies(1): >>45768655 #
63. Gualdrapo ◴[] No.45762140[source]
When I used to be active on reddit I was following r/graphicdesign (me being a graphic designer) and one day someone asked a question about Inkscape.

Not 5 minutes after that someone else on the comments went on a weird rant about how allegedly Inkscape and all FOSS was "communist" and "sucked" and capitalist propietary stuff was "superior".

replies(1): >>45762322 #
64. glitchc ◴[] No.45762151[source]
Yeah, MS took this lesson to heart with Office, and now it's a disaster for everyone, not just the power-users.
65. dogleash ◴[] No.45762152[source]
We been knowing that.

Dunno why people assume that FOSS developers are just dummies lacking insight but otherwise champing at the bit to provide the same refinement and same customer service experience as the "open source" projects that are really just loss leaders of some commercial entity.

66. glitchc ◴[] No.45762156[source]
Yeah, MS took that lesson to heart with Office, and now it's a disaster to use for everyone, not just power-users.
67. SoftTalker ◴[] No.45762164{3}[source]
Right. For most people, gimp is not only overkill but also overwhelming. It's hard to intuit how to perform even fairly simple tasks. But for someone who needs it it's worth learning.

The casual user just wants a tool to crop screenshots and maybe draw simple shapes/lines/arrows. But once they do that they start to think of more advanced things and the simple tool starts to be seen as limiting.

replies(2): >>45762260 #>>45762907 #
68. kelvinjps10 ◴[] No.45762169[source]
I think you can see this already with websites, like there is dozens of websites like convert video to MP4, ompress this or that. And I think they are just building an UI on top of open source tools
69. ValdikSS ◴[] No.45762174[source]
Most people don't need computer (full feature power, full power of choice) to solve their task, as could be seen with the smartphones, which are designed as appliances more or less.

I don't want most of consumer electronics to act like a computer, it is a deficiency for me. I chose "dumb" Linux-based eBook reader instead of Android-based, because I want it to read books, full stop.

replies(1): >>45766838 #
70. pxc ◴[] No.45762179[source]
Yes. It's been a few years since I regularly used Handbrake, but I remember thinking of it as very simple, especially with its presets-based workflow. I was used to stuff like various CLI tools, mkvmerge and its GUI, and avidemux at that time.

It struck me as a weird example in the OP because I don't really think of Handbrake as a power user tool.

71. defanor ◴[] No.45762191[source]
The advice looks sensible, but not sure if it does more good than harm. I recall simplified user interfaces standing in the way, hiding (or simply not providing) useful knobs or information/logs. They are annoying both when using them directly as a "power user", and when less tech-savvy users approach you (as they still do with those annoyingly simplified interfaces), asking for help. Then you try to use that simplified interface, it does not work, and there is no practical way to debug or try workarounds, so you end up with an interface that even a power user cannot use. I think generally it is more useful to focus on properly working software, on documentation and informative logs, sufficient flexibility, and maybe then on UI convenience, but still not making advanced controls and verbose information completely inaccessible (as it seems to be in the provided examples).
replies(1): >>45764864 #
72. cardanome ◴[] No.45762198[source]
> 80% of the people only need 20% of the features

Yes, but those 80% all use a different subset of the 20% of features. So if you want to make them all happy, you need to implement 100% of the features.

I see the pattern so often. There is a "needlessly complicated" product. Someone thinks we can make it simpler, we rewrite it/refactor the UI. Super clean and everything. But user X really needs that one feature! Oh and maybe lets implement Y. A few years down the line you are back to having a "needlessly complicated" product.

If you think it could easily be done better, you don't understand the problem domain well enough yet. Real simplicity looks easy but is hard to achieve.

73. ValdikSS ◴[] No.45762203{3}[source]
But that's another issue: developers make software for themselves vs "digital public goods for everyone".

UI/UX (which the article is about) is part of the broader approach.

74. left-struck ◴[] No.45762226{3}[source]
I think GUI tools lend themselves more to being able to discover functionality intuitively without needing to look anything up or read a manual, and especially so if you’re coming back to a task you haven’t done in a while. With CLI I constantly have to google or ask an LLM about commands I’ve done many times, whereas with a gui if I do it once I can more easily find my way the next time. Anyway both have their place
replies(1): >>45762475 #
75. ValdikSS ◴[] No.45762244[source]
Most people can't comprehend that. "If it's available publicly online and has a readme, it's DEFINITELY was created for me and for all other users, right?"

This is so common, to the point that it's a FOSS misconception #1 for me. They can't get it that the developer can develop the software to solve only their specific problem and not interested in support, feature contributions, and other improvements or usecases.

76. zer00eyz ◴[] No.45762256{5}[source]
UI != icons.

UI and UX are for all intents lost arts. No one is sitting on the other side of a 2 way mirror any more and watching people use their app...

This is how we get UI's that work but suck to use. This is how we allow dark patterns to flourish. You can and will happily do things your users/customers hate if it makes a dent in the bottom of the eye and you dont have to face their criticisms directly.

replies(1): >>45762730 #
77. thaumasiotes ◴[] No.45762260{4}[source]
> The casual user just wants a tool to crop screenshots and maybe draw simple shapes/lines/arrows. But once they do that they start to think of more advanced things and the simple tool starts to be seen as limiting.

Silksong Daily News went from videos of a voiceover saying "There has been no news for today" over a static image background to (sometimes) being scripted stop-motion videos.

78. graemep ◴[] No.45762300{5}[source]
I am not convinced bad UI is either a FOSS issue, or solved by having project managers. I know very non-tech people who struggle with Windows 11, for example. I do not like MS Office on the rare occasions I have used it on other people's machines. Not that impressed by the way most browser UIs are going either.
replies(1): >>45767659 #
79. multjoy ◴[] No.45762306{5}[source]
I’ve been computer touching since the mid eighties.

Exactly what golden era of computing are you harking back to, and what are you doing that requires 14 different commands?

replies(1): >>45779143 #
80. graemep ◴[] No.45762322[source]
You get weird people on social media. best ignored.

IN this particular case someone things more competition is communist...

81. pessimizer ◴[] No.45762325[source]
Some people just like to eat food, they don't want to learn how to cook it. You or I may think that's a tragedy, but I don't think e.g a dentist has an obligation to become fluent in the things that I'm competent in.

I'm no dentist, I go to dentists. I let them work, and try not to be too annoying. I learn the minimum that I need to know to follow the directions that they deliberately make very simple for me.

This will result in generations of generally dentistry ignorant people, but I am not troubled by this.

As technologically competent people, one of our desires should be to help people maintain the ignorance level that they prefer, and at every level steer them to a good outcome. Let them manage their own time. If they want privacy and control, let's make sure they can have it, rather than lecturing them about it. My grandmother is in her 90s and she doesn't want people reading her emails, listening to her calls or tracking her face. She is not prepared to deal with more than a couple of buttons, and they should be large and hopefully have pictures on them that explain what they do. It's my job to square that circle.

82. xnorswap ◴[] No.45762333{3}[source]
We're going full-circle, because LLMs are amazing for producing just the right incantation of arcane command-line tools. I was struggling to decrypt a file the other day and it whipped me up exactly the right openssl command to get it done.

From which I was able to then say, "Can I have the equivalent source code" and it did that too, from which I was able to spot my mistake in my original attempt. ( The KDF was using md5 not sha ).

I'm willing to bet that LLMs are also just as good at coming up with the right ffmpeg or imagemagick commands with just a vague notion of what is wanted.

Like, can we vignette the video and then add a green alien to the top corner? Sure we can (NB: I've not actually verified the result here) : https://claude.ai/share/5a63c01d-1ba9-458d-bb9d-b722367aea13

replies(1): >>45763167 #
83. sega_sai ◴[] No.45762409[source]
I guess instead of a separate application, maybe some of these programs would benefit from having 'dumb' mode where only basic/most used functionality is available. I.e. when I run gimp, I most often just use it rescale the image, cut a piece and insert into a new image and every time I have to look for the right options in the menu.
84. bugsliker ◴[] No.45762411[source]
How do you gain the confidence that what you choose to ignore is safe to ignore?

Computer damage is one potential consequence on the extreme end. On the conservative end, the software might just not work the way you want and you waste your time. It’s a mental model you have to develop. Even as a technical power user though, I want to reduce the risk of wasting my time, or even confront the possibility that I might waste my time, if I don’t have to.

replies(1): >>45765110 #
85. SoftTalker ◴[] No.45762425{5}[source]
Also, even the most arcane and convoluted interfaces become usable with repetition. Normal people learn the most bureaucratic business workflows and fly through them if that is their job. Then if you dare to "improve" any aspect of it you will hear them complain that you "broke" their system.
replies(1): >>45772672 #
86. andai ◴[] No.45762431[source]
The article complains there's too many old school Windows-type power user GUIs in the free software space. Most of which were not actually FOSS, but Freeware, or sometimes Shareware!

My criticism of Free Software is exactly the reverse. There isn't enough of that kind of stuff on Linux!

Though to be sure, the Mac category (It Has One Button) is even more underserved there, and I agree that there should be more! Heck, most of the stuff I've made for myself has one button. Do one thing and do it well! :)

replies(1): >>45764732 #
87. thadt ◴[] No.45762474[source]
Not scared, time limited.

The world is a complicated place, and there is a veritable mountain of things a person could learn about nearly any subject. But sometimes I don't need or want to learn all those things - I just want to get one very specific task done. What I really appreciate is when an expert who has spent the time required to understand the nuances and tradeoffs can say "just do this."

When it comes to technology 'simple' just means that someone else made a bunch of decisions for me. If I want or need to make those decisions myself then I need more knobs.

replies(1): >>45767220 #
88. thaumasiotes ◴[] No.45762475{4}[source]
> I think GUI tools lend themselves more to being able to discover functionality intuitively without needing to look anything up or read a manual

Well, there are different issues.

Reading a manual is the best you can do, theoretically. But Linux CLI tools have terrible manuals.

I read over the ssh man page multiple times looking for functionality that was available. But the man page failed to make that clear. I had to learn about it from random tutorials instead.

I've been reading lvm documentation recently and it shows some bizarre patterns. Stuff like "for more on this see [related man page]", where [related man page] doesn't have any "more on this". Or, here's what happens if you try to get CLI help:

1. You say `pvs --help`, and get a summary of what flags you can provide to the tool. The big one is -o, documented as `[ -o|--options String ]`. The String defines the information you want. All you have to do is provide the right "options" and you're good. What are they? Well, the --help output ends with this: "Use --longhelp to show all options and advanced commands."

2. Invoke --longhelp and you get nothing about options or advanced commands, although you do get some documentation about the syntax of referring to volumes.

3. Check the man page, and the options aren't there either. Buried inside the documentation for -o is the following sentence: "Use -o help to view the list of all available fields."

4. Back to the command line. `pvs -o help` actually will provide the relevant documentation.

Reading a manual would be fine... if it actually contained the information it was supposed to, arranged in some kind of logically-organized structure. Instead, information on any given topic is spread out across several different types of documentation, with broken cross-references and suggestions that you should try doing the wrong thing.

I'm picking on man pages here, but actually Microsoft's official documentation for their various .NET stuff has the same problem at least as badly.

replies(1): >>45767950 #
89. lutusp ◴[] No.45762482[source]
I like this idea -- a simple interface/frontend for an otherwise complicated topic, for the less skilled among us. It has intriguing possibilities beyond technology ...

Q: Why does God allow so much suffering?

A: What? There is no God. We invented him.

Q: Doesn't this mean life has no purpose?

A: Create your own purpose. Eliminate the middleman.

Q: But doesn't atheism allow evil people free rein?

A: No, it's religion that does that. A religious evil person can always claim God either granted him permission or forgave him after the fact. And he won't be contradicted by God, since ... but we already covered that.

Hmm. If it works for HandBrake, it might work for life.

90. lateforwork ◴[] No.45762502[source]
You don't need two different versions of the software, one that is easy and one that is powerful. You can have one version that is both easy and powerful. Key concepts here are (1) progressive disclosure and (2) constraints.

See Don Norman's Design of Everyday things.

https://www.nngroup.com/articles/progressive-disclosure/

https://www.nngroup.com/videos/positive-constraints-in-ux-wo...

replies(4): >>45763447 #>>45763496 #>>45764305 #>>45768588 #
91. otikik ◴[] No.45762518[source]
I have tried to use GPG several times but the UX got in the way so much. I feel it did a disservice to privacy. It gatekeeps it behind an arcane UX.
92. fellowniusmonk ◴[] No.45762542{5}[source]
Sorry, I see how my post lacked sufficient clarity.

The idea behind a cheap UI is not constant change, but that you have a shared engine and "app" per activity.

The particular workflow/ui doesn't need to ever change, it's more of a app/brand per activity for non-power users.

This is similar to how some apps historically (very roughly lotus notes springs to mind) are a single app but have an email interface/icon to click, or contacts, or calendar, all one underlying app but different ui entry points.

93. cosmic_cheese ◴[] No.45762556[source]
It's my belief that much of this flavor of UI/UX degradation can be avoided by employing a simple but criminally underutilized idea in the software world (FOSS portion included), which is feature freezing.

That is, either determine what the optimal set of features is from the outset, design around that, and freeze or organically reach the optimium and then freeze. After implementing the target feature set, nearly all engineering resources are dedicated to bug fixes and efficiency improvements. New features can be added only after passing through a rigorous gauntlet of reviews that determine if the value of the feature's addition is worth the inherent disruption and impact to stability and resource consumption, and if so, approaching its integration into the existing UI with a holistic approach (as opposed to the usual careless bolt-on approach).

Naturally, there are some types of software where requirements are too fast-moving for this to be practical, but I would hazard a guess that it would work for the overwhelming majority of use cases which have been solved problems for a decade or more and the required level of flux is in reality extremely low.

94. keyringlight ◴[] No.45762571{6}[source]
Going back to the winxp days there was a fairly vibrant group of people making unofficial themes for it, although I think that was helped by the existence of tools (from Stardock?) specialized on that task and making it approachable if your skill set didn't align perfectly.
95. soraminazuki ◴[] No.45762626[source]
If you only care about converting media without tweaking anything, ffmpeg offers the simplest UI ever.

    ffmpeg -i input.avi output.mp4
replies(3): >>45762850 #>>45766399 #>>45769237 #
96. gspencley ◴[] No.45762648[source]
A lot of this type of stuff boils down to what you're used to.

My wife is not particularly tech savvy. She is a Linux user, however. When we started a new business, we needed certain applications that only run on Windows and since she would be at the brick and mortar location full time, I figured we could multi-purpose a new laptop for her and have her switch to Windows.

She hated it and begged for us to get a dedicated Windows laptop for that stuff so she could go back to Linux.

Some of you might suggest that she has me for tech support, which is true, but I can't actually remember the last time she asked me to troubleshoot something for her with her laptop. The occasions that do come to mind are usually hardware failure related.

Obviously the thing about generlizations is that they're never going to fit all individuals uniformly. My wife might be an edge case. But she feels at home using Linux, as it's what she's used to ... and strongly loathed using Windows when it was offered to her.

I feel that kind of way about Mac vs PC as well. I am a lifelong PC user, and also a "power user." I have extremely particular preferences when it comes to my UI and keyboard mappings and fonts and windowing features. When I was forced to use a Mac for work, I honestly considered looking for a different position because it was just that painful for me. Nothing wrong with Mac OS X, a lot of people love it. But I was 10% as productive on it when compared to what I'm used to... and I'm "old dog" enough that it was just too much change to be able to bear and work with.

replies(9): >>45762716 #>>45763109 #>>45766471 #>>45767308 #>>45769968 #>>45770423 #>>45771652 #>>45773505 #>>45774276 #
97. chasing0entropy ◴[] No.45762691[source]
I feel like the author wants everything to be Apple simplified. That all users should dumb down to on off go and stop. Ask chat got for anything else. I disagree for so many obvious reasons it's pointless to iterate them. We as a society need to get MORE capable, more critical, and improve our cognitive abilities; not the opposite.
replies(1): >>45764055 #
98. BeetleB ◴[] No.45762695[source]
> I’m the person my friends and family come to for computer-related help. (Maybe you, gentle reader, can relate.)

I proactively stopped that decades ago.

"Oh, you use Windows? Sorry, I haven't used it in over a decade so I can't help. If you have any Linux questions, let me know!"

replies(1): >>45763825 #
99. bryanlarsen ◴[] No.45762711{3}[source]
There's a good report/study about the complexity of Microsoft Word floating around somewhere.

It was something like:

- almost everybody only uses about 20% of the features of Word

- everybody's 20% is different, but

- ~80% of the 20% is common to most users.

- on the other hand, the remaining 20% of the 20% is widely distributed and covers basically all of the product.

So if you made a version of Word with 16% of its feature set you would almost make everybody happy. But really, nobody would be happy. There's no small feature set that makes most people happy.

replies(2): >>45763528 #>>45765077 #
100. cosmic_cheese ◴[] No.45762716[source]
Familiarity is massively undersold in the Linux desktop adoption discussion. Having desktop environments that are near 1:1 clones of the commercial platforms (preferably paired with a distribution that's designed to be bulletproof and practically never requires its user to fire up a terminal window) would go so far for making Linux viable for users sitting in the middle of the bell curve of technical capability.

It's one of those situations where "close enough" isn't. The fine details matter.

replies(5): >>45764073 #>>45766569 #>>45767641 #>>45769074 #>>45774124 #
101. lamontcg ◴[] No.45762730{6}[source]
> UI and UX are for all intents lost arts. No one is sitting on the other side of a 2 way mirror any more and watching people use their app...

Which is also why UI/UX on open source projects are generally going to suck.

There's certainly no money to pay for that kind of experiment.

And if you include telemetry, people lose their goddamn minds, assuming the open source author isn't morally against it to begin with.

The result is you're just getting the author's intuitive guesswork about UI/UX design, by someone who is likely more of a coder than a design person.

replies(3): >>45764953 #>>45765835 #>>45770341 #
102. TheOtherHobbes ◴[] No.45762749{3}[source]
Same problem though. Half of UX is knowing which features to include, and the other half is knowing where to put them.

Intuitive UX for the average non-nerd user is task-based. You start with the most common known goals, like sending someone money, or changing the contrast of a photo, and you put a nice big button or slider somewhere on the screen that either makes the goal happen directly or walks you through it step by step.

Professional tools are workbench-based. You get a huge list of tools scattered around the UI in various groups. Beginners don't know what most of the tools do, so they have to work out what the tools are for before they can start using them. Then, and only then, can they start using the tools in a goal-based way. Professionals already know the tradecraft, so they have the simpler - but still hard - "Which menu item does what I need?" problem.

Developer culture tends to be script-based. It's literally just lists of instructions made of cryptic combinations of words, letters, and weird punctuation characters. Beginners have to learn the words, the concepts behind them, and the associated underlying computer fundamentals at multiple levels - just to get started. And if you start with a goal - let's say you want a bot that posts on social media for you - the amount of learning if you're coming to it cold is beyond overwhelming.

FOSS has never understood this. Yes, in theory you can write your own almost anything and tinker with the source code. But the learning curve for most people is impossibly steep.

AI has some chance of bridging the gap. It's not reliable yet, but it's very obvious now that it has a chance to become a universal UI, creating custom code and control panels for specific personal goals, generating workbench UIs and explaining what the tools do if you need a more professional approach, and explaining core concepts and code structures if you want to work at that level.

103. lutusp ◴[] No.45762763[source]
> Although I wish Linux were easier to use [ ... ]

We're getting there. I run Linux Mint with an XFCE desktop -- an intentionally minimal setup. The system performs automatic updates and the desktop layout/experience resembles older Windows desktops before Microsoft began "improving" things. No ads, no AI.

I'm by no means an end user, but in Linux I see incremental progress toward meeting the needs of that audience. And just in time too, now that Microsoft is more aggressively enshittifying Windows.

What's really missing are online fora able to help end users adjust to Linux -- helpful without being superior or condescending. Certainly true for Windows, not yet true for Linux.

replies(3): >>45763834 #>>45763888 #>>45765191 #
104. tehnub ◴[] No.45762817[source]
Are we at the point yet where we can advise people to ask ChatGPT how to install something called "FFmpeg" and have it tell them what to copy-paste into an app called "Terminal"?
105. a_shovel ◴[] No.45762850{3}[source]
Proposing a CLI command as a candidate for "simplest UI ever" is a great gag.
replies(1): >>45763048 #
106. ChrisMarshallNY ◴[] No.45762872{5}[source]
Graphic designers and artists get ripped off, all the time; frequently, by nerds, who tend to do so, in a manner that insults the value of the artist's work.

It's difficult to get those kinds of creatives to donate their time (trust me on this, I'm always trying).

I'm an ex-artist, and I'm a nerd. I can definitively say that creating good designs, is at least as difficult as creating good software, but seldom makes the kind of margin that you can, from software, so misappropriation hurts artists a lot more than programmers.

replies(3): >>45763151 #>>45763230 #>>45770109 #
107. LiquidSky ◴[] No.45762907{4}[source]
But the linked article addresses that. They're not advocating for removing the full-feature UI, they just advise having a simple version that does the one thing (or couple of things) most users want in a simple way. Users who want to do more can just use the full version.
replies(1): >>45763305 #
108. bobbylarrybobby ◴[] No.45762929[source]
I actually think ffmpeg’s UI is simpler than Handbrake for those at all acquainted with the command line (i.e., for those who understand the concept of text-is-everything-everything-is-text). Handbrake shows you everything you can possibly fiddle with whether or not you plan on fiddling with it. Meanwhile ffmpeg hides everything, period, and you ask for specific features by typing them out. It's not great for discovery but once you get the hang of it, it is incredibly precise. One could imagine taking someone for whom Handbrake was too much and showing them “look, you just type `ffmpeg -i`, the input file, and the output file, and it does what you want”. I imagine for many people this would be a perfectly lovely interface.
replies(2): >>45764112 #>>45771576 #
109. Cotterzz ◴[] No.45762941{5}[source]
gimp has been my goto when I want to explain bad ui, developer designed ui, or just typical foss ui I'm glad they're fixing it. It's also my image editor of choice.
replies(1): >>45767627 #
110. croisillon ◴[] No.45762961[source]
i don't have a TV at home and hence very rarely "have to" use a remote (or 2 or 3 at once, as it happens), but it's a nightmare everytime
111. forshaper ◴[] No.45762990[source]
Love the example with the remote! People do need that!
112. Cotterzz ◴[] No.45763000[source]
It does shed light on a possibly better solution though that gives the user a list of simple, common use case options or access to the full interface.

I do feel quite strongly that this should be implemented in the app though.

There must be examples of this approach already being used?

113. zkmon ◴[] No.45763022[source]
Banks. Won't touch any free software, unless backed by some real humans signing huge contracts for support.
replies(1): >>45763056 #
114. ekjhgkejhgk ◴[] No.45763048{4}[source]
Come on. "type ffmpeg, then hyphen i then the input filename then the output filename". I would've understood this when I was 8. Because I was super smart? No, because I was making a genuine effort.
replies(5): >>45763358 #>>45764401 #>>45765442 #>>45767638 #>>45770301 #
115. linhns ◴[] No.45763056[source]
Hyperbole. I’m working at a bank, we use many free software.
replies(1): >>45770451 #
116. Cotterzz ◴[] No.45763067[source]
This is useful for everyone not just non-techy types. I can't help but compare this to sites like shadertoy that let you develop with a simple coding interface on one half the screen and the output on the other (as opposed to the regular complexity of setting up and using a dev environment) Code goes here>{} , Press this button>[] , Output here>() , Which I think we need more of if we want to get kids into coding.
117. 8note ◴[] No.45763079{4}[source]
UX and interface designers are also nerds.

i think the bigger issue is that the power users usecases are different from the non-power users. not a skillset problem, but an incentive one

118. singhrac ◴[] No.45763109[source]
One summer in middle school our family computer failed. We bought a new motherboard from Microcenter but it didn’t come with a Windows license, so I proposed we just try Ubuntu for a while.

My mom had no trouble adjusting to it. It was all just computer to her in some ways.

replies(3): >>45764724 #>>45767115 #>>45768568 #
119. duxup ◴[] No.45763132[source]
It always amazes me how even just regular every day users will come to me with something like this:

Overly simplified example:

"Can you make this button do X?" where the existing button in so many ways is only distantly connected to X. And then they get stuck on the idea that THAT button has to be where the thing happens, and they stick with it even if you explain that the usual function of that button is Y.

I simplified it saying button, but this applies to processes and other things. I think users sometimes think picking a common thing, button or process that sort of does what they want is the right entry point to discuss changes and maybe they think that somehow saves time / developer effort. Where in reality, just a new button is in fact an easier and less risky place to start.

I didn't say that very well, but I wonder if that plays a part in the endless adding of complexity to UI where users grasp onto a given button, function, or process and "just" want to alter it a little ... and it never ends until it all breaks down.

replies(7): >>45763322 #>>45763345 #>>45764270 #>>45764775 #>>45765654 #>>45766997 #>>45771204 #
120. some_furry ◴[] No.45763151{6}[source]
This is a weird thread for me to read, as someone who a) works primarily with developer tooling (and not even GUI tooling, I write cryptography stuff usually!), b) is very active in a vibrant community of artists that care about nerd software projects.

I don't, as a rule, ever ask artists to contribute for free, but I still occasionally get gifted art from kind folks. (I'm more than happy to commission them for one-off work.)

Artists tragically undercharge for their labor, so I don't think the goal should be "coax them into contributing for $0" so much as "coax them into becoming an available and reliable talent pool for your community at an agreeable rate". If they're enthusiastic enough, some might do free work from time to time, but that shouldn't be the expectation.

replies(2): >>45763190 #>>45764027 #
121. 8note ◴[] No.45763167{4}[source]
> I'm willing to bet that LLMs are also just as good at coming up with the right ffmpeg or imagemagick commands with just a vague notion of what is wanted.

they are. ive only used ffmpeg via llm, and its easy to get the LLM to make the right incantation as part of a multi-step workflow.

my own lack of understanding of video formats is still a problem, but getting ffmeg to do the right thing only takes a vague notion

122. ProfessorZoom ◴[] No.45763184[source]
ffmpeg wrappers be like
123. ChrisMarshallNY ◴[] No.45763190{7}[source]
It’s a long story, in my case.

There’s a very good reason for me to be asking for gratis work. I regularly do tens of thousands of dollars’ worth of work for free.

replies(1): >>45770277 #
124. renewiltord ◴[] No.45763230{6}[source]
Most fields just don’t have the same culture of collaborative everyone-wins that software does. Artists don’t produce CC art in anywhere close to the same influence as engineers produce software. This is probably due to some kind of compounding effect available in software that isn’t available in graphics.

Software people love writing software to a degree where they’ll just give it away. You just won’t find artists doing the same at the same scale. Or architects, or structural engineers. Maybe the closest are some boat designs but even those are accidental.

It might just be that we were lucky to have some Stallmans in this field early.

replies(5): >>45763517 #>>45763540 #>>45765738 #>>45766121 #>>45779711 #
125. fschuett ◴[] No.45763249[source]
> Free audio editing software that requires hours of learning to be useful for simple tasks.

To be fair, the Audacity UX designer made a massive video about the next UX redesign and how he tried to get rid of "modes" and the "Audacity says no" problem:

https://www.youtube.com/watch?v=QYM3TWf_G38

So this problem should get better in the future. Good UX (doesn't necessarily have to have a flashy UI, but just a good UX) in free software is often lacking or an afterthought.

replies(4): >>45764008 #>>45764615 #>>45768773 #>>45769218 #
126. PaulDavisThe1st ◴[] No.45763305{5}[source]
Users don't want "to do more". They want to do "that one extra thing". Going from the "novice" version to the "full version" just to get that one extra thing is a real problem for a lot of people. But how do you address this as a software designer?
replies(3): >>45763389 #>>45764550 #>>45768840 #
127. uticus ◴[] No.45763322{3}[source]
In my experience, this is a communication issue, not a logical or technical or philosophical issue. Nor the result of a fixation caused by an idea out of the blue.

In my experience it may be solved by both parties spending the effort and time to first understand what is being asked... assuming they are both willing to stomach the costs. Sometimes it isn't worth it, and it's easier to pacify than respectfully and carefully dig.

128. dmd ◴[] No.45763345{3}[source]
You are describing a form of the XY problem. https://en.wikipedia.org/wiki/XY_problem
replies(1): >>45764417 #
129. pwg ◴[] No.45763358{5}[source]
The portion you've overlooked is there is an entire population of users out there who have never seen, nor used, a command line, and telling them to "just type this out" ignores all the background command line knowledge necessary to successfully "just type this out":

1) They have to know how to get to a command line somewhere/how (most of this group of users would be stymied right here and get no further along);

2) They now have to change the current directory of their CLI that they did get open to the location in their filesystem where the video is actually stored (for the tiny sliver who get past #1 above, this will stymie most of them, as they have no idea exactly where on disk their "Downloads" [or other meta-directory item] is actually located);

3) For the very few who actually get to this step, unless they already have ffmpeg installed on their PATH, they will get a command not found error after typing the command, ending their progress unless they now go and install ffmpeg;

4) For the very very few who would make it here, almost all of them will now have to accurately type out every character in "a-really_big_filename with spaces .mov", as they will not know anything about filename completion to let the shell do this for them. And if the filename does have spaces, and many will, they now need to somehow know 4a) that they have to escape the spaces and 4b) how to go about escaping the spaces, or they will instead get some ffmpeg error (hopefully just 'file not found', but with the extra parameters that unescaped spaces will create, it might just be a variant of "unknown option switch" error instead).

replies(6): >>45763837 #>>45764041 #>>45764529 #>>45764921 #>>45765189 #>>45766623 #
130. LiquidSky ◴[] No.45763389{6}[source]
Progressive disclosure? If you know your audience, you probably know what most people want, and then the usual next step up for that "one extra thing". You could start with the ultra-simple basic thing, then have an option to enable the "next step feature". If needed you could have progressive options up to the full version.
131. jrmg ◴[] No.45763399[source]
Handbrake scares me and I’m a big nerd!

I’ve been ripping old DVDs recently. I just want something that feels simple from Handbrake: a video file I can play on my Apple TV that has subtitles that work (not burned in!) with video and audio quality indistinguishable from playing the DVD (don’t scale the video size or mess with the frame rate!), at as small a file size as is practical. I’m prepared for the process to be slow.

I’ve been messing with settings and reading forum posts (probably from similarly qualified neophytes) for a day now and think I’ve got something that works - though I have a nagging suspicion the file size isn’t as small as it could be and the quality isn’t as good as it could be. And despite saving it as a preset, I for some reason have to manually stop the subtitles from being burned in for every new rip.

Surely what I want is what almost everyone wants‽ Is there a simple way to get it? (I think this is a rhetorical question but would love it not to be…)

replies(1): >>45774303 #
132. uticus ◴[] No.45763419[source]
> It takes a single strong-willed defender, or some sort of onerous management structure...

I'd say it's even more than you've stated. Not only for defending an existing project, but even for getting a project going in the first place a dictator* is needed.

I'm willing to be proven wrong, and I know this flies in the face of common scrum-team-everybody-owns approaches.

* benevolent or otherwise

133. micromacrofoot ◴[] No.45763447[source]
It's easy to make the powerful version

It's a little harder to make an easy version

Making the progressive version is very difficult. Where you can please one audience with the powerful and easy versions, you can often disappoint both with the progressive version despite it taking much more effort.

In my personal experience, you're lucky if free software has the budget (time or money) to get to easy. There's very little free software that makes it to progressive.

replies(1): >>45764187 #
134. RajT88 ◴[] No.45763451[source]
I like the design pattern of a "basic mode" and an "advanced mode".

The "advanced mode" rarely actually covers all the needs of an advanced user (because software is never quite everything to everyone), but it's at least better at handling both types of users.

Not all free software has this problem... Mozilla and Thunderbird I've had my parents on for years. It's not a ton to learn, and they work fine.

Taking the case of Photoshop vs. Gimp - I don't think the problem is complexity, lol. It's having to relearn everything once you're used to photoshop. (Conversely, I've never shelled out for Adobe products, and now don't want to have to relearn how to edit images in photoshop or illustrator)

Let's do another one. Windows Media Player (or more modern - "Movies & TV"). Users want to click on a video file and have it play with no fuss. VLC and MPC work fine for that! If you can manage to hold onto the file associations. That's why Microsoft tries so hard to grab and maintain the file associations.

I could go on... I think the thesis of this article is right for some pieces of software, but not all. It's worth considering - "all models are wrong, but some are useful".

replies(1): >>45765056 #
135. micromacrofoot ◴[] No.45763485[source]
FOSS is ~99% developers, ask anyone in UI/UX to contribute to free projects and they'll look at you like you have two heads.
replies(2): >>45772255 #>>45775211 #
136. uticus ◴[] No.45763496[source]
this is the way
137. mschuster91 ◴[] No.45763515[source]
> to prevent the interface from quickly devolving back into the million options

Microsoft for a loooong time had that figured out pretty well:

- The stuff that people needed every day and liked to customize the most was directly reachable. Right click on the desktop, that offered a shortcut to the CPL for display and desktop symbols.

- More detailed stuff? A CPL that could be reached from the System Settings

- Stuff that was low level but still needed to be exposed somewhat? msconfig.

- Stuff that you'd need to touch very rarely, but absolutely needed the option to customize it for entire fleets? Group Policy.

- Really REALLY exotic stuff? Registry only.

In the end it all was Registry under the hood, but there were so many options to access these registry keys depending what level of user you were. Nowadays? It's a fucking nightmare, the last truly decent Windows was 7, 10 is "barely acceptable" in my eyes and Windows 11 can go and die in a fire.

138. bitwize ◴[] No.45763517{7}[source]
Fonts are an interesting case. The field of typography is kind of migrating from the "fuck you, pay me" ethic of the pure design space into a more software-like "everyone wins" state, with plenty of high-quality open-source fonts available, whereas previously we had to make do with bitmap-font droppings from proprietary operating systems, Bitstream Vera, and illegal-to-redistribute copies of Microsoft's web font pack.

I think this is because there are plenty of software nerds with an interest in typography who want to see more free fonts available.

139. uticus ◴[] No.45763528{4}[source]
Yeah but MS Word is also designed with the guidance of an army of accountants and corporate shareholders. Your study plays into that, but there's a much bigger picture when you talk about analyzing how any product came to be that has MS as a prefix.
140. devmor ◴[] No.45763536[source]
I wanted to scoff at this, but the remote example is pretty on-point.

The majority of users probably want the same small subset of features from a program and the rest are just confusing noise.

141. WD-42 ◴[] No.45763540{7}[source]
I think the collaborative nature of open source software dev is unlike anything else. I can upload some software in hopes that others find is useful and can build on top of it, or send back improvements.

Not sure how that happens with a painting, even a digital one.

replies(1): >>45773403 #
142. nickdothutton ◴[] No.45763678[source]
Some TV remotes or air conditioner remotes now have a "boomer flap" which when engaged, hides 90% of all the buttons. The scanner software I use has something similar, novice mode and expert mode.
replies(1): >>45763808 #
143. BinaryIgor ◴[] No.45763689{3}[source]
True; that's why we have companies with paid product who devote a lot of their time - arguably majority - to make the exact interfaces people want and understand:) it's a ton, a ton of difficult work, for which there is little to no incentive in the free software ecosystem
144. brian626 ◴[] No.45763752[source]
Someone once told me “every setting you expose to your users is a decision you were too scared to make.”
replies(2): >>45764326 #>>45765813 #
145. meanfield ◴[] No.45763778[source]
There are literally thousands of wrappers for ffmpeg (other examples: imagemagick, ghostscript) that do exactly that. E.g. all commercial and dozens of open source video converters. So there is no lack of simple software for people who know little about the problem they're trying to solve (e.g. playing a downloaded mkv their shitty preinstalled video player doesn't accept), the problem is rather one of knowing that open source software exists and how to find it. Googling or asking an LLM does mostly present you software that costs money and is inferior to anything open source (and some malware).
replies(1): >>45763913 #
146. 8note ◴[] No.45763791[source]
its complexity. assuming binary flags, the amount of different ways the tool might operate is O(2^n) if the tool isnt doing what you want, thats a gigantic search space for fixing it. hiding options, and putting sane defaults makes n smaller and exponentially reduces the search space.

people arent afraid of doing 2^n stuff, its just that we have a gut sense that its gonna take more time than its worth. im down to try 10-100 things, but if its gonna be 100 million option combinations i have to tinker with, thats just not worth it.

147. smallstepforman ◴[] No.45763808[source]
Ah yes, the infamous “klabing” feature. You open the manual and read “Press Kabling to kabling the whatchanathjng”.
148. smallstepforman ◴[] No.45763825[source]
I go one step deeper, a BSD or Haiku. No support calls ever …
149. ferguess_k ◴[] No.45763834{3}[source]
Yeah I agree that the difference of usability between Linux and Windows is getting much smaller, now that MSFT is trashing Windows.

I do have a Linux box, and I only have complaints about small things. Double screen works, VSCode works, Firefox works too. Not much to complaint for a personal dev box. The ability to just `apt install` a bunch of stuffs and then start compiling is pretty nice.

But again, I'm pragmatic, so if I'm doing something Windows related, I'd definitely use my Windows box.

150. tester457 ◴[] No.45763837{6}[source]
How are we so blind to these beginner hurdles?

Few people are able to see through the eyes of a beginner, when they are a master.

The 4th one is a pain to teach. Every other file and directory has spaces... so I encourage liberal use of the TAB key for beginners.

151. whoooboyy ◴[] No.45763839[source]
Free software is an anarchist mindset -- wellbeing for all, take what you need, contribute back where you can.

It's scary for folks who are used to transactional relationships to encounter these different mindsets.

152. 8note ◴[] No.45763888{3}[source]
> What's really missing are online fora able to help end users adjust to Linux -- helpful without being superior or condescending. Certainly true for Windows, not yet true for Linux.

claude-code actually does this really well, having used it to set up gnome on my phone, and fix all my problems without having to learn anything

153. bluGill ◴[] No.45763905[source]
There is a massive amount of compromise in a UI. Adding features adds complexity. If you need that feature you have to accept the complexity that goes with it, and generally you are happy to. However if you don't need that complexity you don't want it. The average person uses 5% of the features of there word processor - but there is very little overlap between any two random users, and each wants the other 95% they don't use hidden (or perhaps 90% as there is another 5% they will need or think they will need) Gnome seems to be focusing on the 1% of features that are common to everyone, which means you can't get your 5%.

Note that I've always been a KDE user...

154. ido ◴[] No.45763913[source]
Does it? I often ask ChatGPT such things and specifying I want free software options is enough (it often mentions which options are and aren’t free on its own).
replies(1): >>45770762 #
155. doublerabbit ◴[] No.45764008[source]
UX is the biggest debt.

You're making application for yourself and somewhere down pipeline you decide that it could benefit others, so you make it open-source.

People growl at you "It's ugly UX but nice features" when it was originally designed for your own tastes. The latter, people growl at you for "not having X feature, but nice UX".

Your own personal design isn't one-fits-all and designing mocks takes effort. Mental strain and stress; pleasing folks is hard. You now continue developing and redesign the foundations.

A theming engine you think. This becomes top-priority as integration of such becomes a PITA when trying to couple it with future features later.

That itself becomes a black hole in how & schematics. So now you're forever doomed in creating something you never desired for the people who will probably never use it. This causes your project to fail but at least you have multiple revisions of the theming engine. Or you strike it lucky and gain a volunteer.

156. galagawinkle489 ◴[] No.45764027{7}[source]
Why should they work for pay on free software? Nobody expects to be paid to work on the software itself. Yet artists expect to be treated differently.

If it is your job, then go do it as a job. But we all have jobs. Free software is what we do in our free time. Artists don't seem to have this distinction. They expect to be paid to do a hobby.

replies(4): >>45764131 #>>45764457 #>>45764684 #>>45764962 #
157. hydrogen7800 ◴[] No.45764041{6}[source]
This describes me somewhat. I use FEA software and only recently started using it to execute jobs in CLI. I still trip over changing directories. Fortunately notepad++ has an option to open CLI with the filepath of the currently open file. I also didn't know right-click is paste in CLI. Don't use ctrl+c accidentally. But ctrl+v does work in powershell (sometimes?). "Error, command not found" is puzzling to me. Where does the software need to live relative to the directory I am using? This is all still very foreign to me, and working in CLI feels like flipping light switches in a dark room.
replies(1): >>45764414 #
158. zahlman ◴[] No.45764045{3}[source]
> I think that can give developers a mistaken impression that other peoples work is far less complex than it is.

Not at all. Talented human artists still impress me as doing the same level of deep "wizardry" that programmers are stereotyped with.

replies(2): >>45764136 #>>45767695 #
159. tonyedgecombe ◴[] No.45764055[source]
I’m not sure I’d describe Apple products as simplified any more, take a look at the settings in iOS for example, it has grown in complexity with each release.
replies(1): >>45766854 #
160. galagawinkle489 ◴[] No.45764070{3}[source]
And why exactly should free software prioritise someone's first five minutes (or first 100 hours, even) over the rest of the thousands of hours they might spend with it?

I see people using DAWs, even "pro" ones made by companies presumably interested in their bottom lines. In all cases I have no idea how to use it.

Do I complain about intuitiveness etc? Of course not. I don't know how to do something. That's my problem. Not theirs.

replies(1): >>45765044 #
161. zahlman ◴[] No.45764073{3}[source]
What do you see as wrong or missing "fine details" in, say, Cinnamon?
replies(1): >>45764547 #
162. psunavy03 ◴[] No.45764090{3}[source]
And this is precisely why desktop Linux has not knocked off Windows or MacOS.
replies(3): >>45764170 #>>45764412 #>>45765635 #
163. zahlman ◴[] No.45764112{3}[source]
FFMpeg's command line is practically a programming language.

Someone who only wants to convert from one format to another, and isn't accustomed to CLIs, is far better served by "drag the file here -> type an output filename and extension in the text box".

The problem (and the reason both FFMpeg and Handbrake exist) is that tons of people "only" want to do two or three specific tasks, all in the same general wheelhouse, but with terrible overlap.

164. nemomarx ◴[] No.45764131{8}[source]
It's just more common for artists to do small commission work on the side of a real job. 30 dollars for something is basically a donation or tip in my view, and the community can crowd fund for it the same way bug bounties work I think?
165. cenamus ◴[] No.45764136{4}[source]
Trust me, there are enough people here that believe that.

Other engineering disciplines are simpler because you can only have complexity in three dimensions. While in software complexitiy would be everywhere.

Crazy to believe that

replies(1): >>45766376 #
166. davisr ◴[] No.45764155[source]
And the very freedom they got with free software let them change it to suit their fit, which would have been impossible with proprietary or otherwise restricted software.
167. bigfishrunning ◴[] No.45764170{4}[source]
And that's fine. Those users who want something that's not like desktop Linux have plenty of options.
replies(1): >>45764334 #
168. lateforwork ◴[] No.45764187{3}[source]
Relevant Steve Jobs quote: "Simple can be harder than complex: you have to work hard to get your thinking clean to make it simple."

So yes, it is hard to make the simple version. You have to have a very good understanding of what the user wants out of your product. Until you have this clarity, every feature seems important. Once you have this clarity you understand what the important features are. You make those features more prominent by giving them prime real estate, then tuck away the less important features in a less visible place. Simple things should be simple. Complex things only need to be possible.

replies(1): >>45765744 #
169. vayup ◴[] No.45764215[source]
Spot on. Defending simplicity takes a lot of energy and commitment. It is not sexy. It is a thankless job. But doing it well takes a lot of skill, skill that is often disparaged by many communities as "political non sense"[1]. It is not a surprise that free software world has this problem.

But it is not a uniquely free software world problem. It is there in the industry as well. But the marketplace serves as a reality check, and kills egregious cases.

[1] Granted, "Political non sense" is a dual-purpose skill. In our context, it can be used both for "defending simplicity", as well as "resisting meaningful progress". It's not easy to tell the difference.

replies(1): >>45764439 #
170. nerdponx ◴[] No.45764270{3}[source]
Don't fall into the trap of responding to the user's request to do Y a certain way. They are asking you to implement Y, and they think they know how it should be implemented, but really they would be happy with Y no matter how you did it. https://xyproblem.info/
replies(3): >>45764431 #>>45764808 #>>45765180 #
171. strix_varius ◴[] No.45764305[source]
Progressive disclosure can be intensely annoying to actual power users.

Definitionally, it means you're hiding (non-disclosing) features behind at least 1 secondary screen. Usually, it means hiding features behind several layers of disclosures.

Making a very simple product more powerful via progressive disclosure can be a good way to give more power to non-power users.

Making a powerful product "simpler" via progressive disclosure can annoy the hell out of power users who already use the product.

replies(1): >>45765703 #
172. Capricorn2481 ◴[] No.45764326[source]
User: I'd like to be able to change my password

Dev: I'm too brave to let you do that

173. ghaff ◴[] No.45764334{5}[source]
And increasingly it doesn't matter because they just live in a browser anyway.
replies(1): >>45765063 #
174. LambdaComplex ◴[] No.45764401{5}[source]
To grab a random part of an ffmpeg command in my history: "-q:a 0 -map a"

Sorry, that's pretty damn indecipherable.

replies(1): >>45765014 #
175. ripdog ◴[] No.45764412{4}[source]
I'd argue that's more because the average person has no interest in installing a new OS, or even any idea what an OS is.

Most people just keep the default. When the default is Linux (say, the Steam Deck), most people just keep Linux.

176. ThatFave ◴[] No.45764414{7}[source]
To answer your last question, on your operating system there is something called “PATH”. It is a user- or systemwide variable that dictates where to look for programs. It basically is a list of directories, often separated by “:” Further reading: https://www.java.com/en/download/help/path.html (this may have Java references but still applies)
replies(1): >>45764980 #
177. duxup ◴[] No.45764417{4}[source]
I think you are likely correct, thank you.
178. duxup ◴[] No.45764431{4}[source]
Yeah I often will ask for a quick phone call and try to work from the top down, or the bottom up depending on the client. Getting to the thing we're solving often leads to a different problem description and later different button or concept altogether.

Sometimes it's just me firing up some SQL queries and discovering "Well this happened 3 times ... ever ..." and we do nothing ;)

179. jacobr1 ◴[] No.45764439{3}[source]
The cycle repeats frequently in industry. New waves of startups address a problem with better UX, and maybe some other details like increased automated and speed using more modern architectures. But feature-creep eventually makes the UX cumbersome, the complexity makes it hard to migrate to new paradigms or at least doing so without a ton of baggage, so they in turn are displaced by new startups.
replies(1): >>45765686 #
180. some_furry ◴[] No.45764457{8}[source]
> Yet artists expect to be treated differently.

Because it's a different job!

Your post is like asking, "Why is breathing free but food costs money?"

replies(1): >>45764900 #
181. diabeetusman ◴[] No.45764529{6}[source]
To add on to this, there's no standardized way of indicating what needs to be typed out and what needs to be replaced. `foo --bar <replace me>` might be a good example command in a README, but I had to help someone the other day when they ran `foo --bar <test.txt>`, not realizing they should have replaced the < and > as well as just the text.
182. cosmic_cheese ◴[] No.45764547{4}[source]
Assuming that the point of comparison is Windows (since it’s a rough XP/7 analogue), any difference in behaviors, patterns, or conventions that might differ from what a long time Windows user would expect, including things that some might write off as insignificant. In particular, anything relating to the user’s muscle memory (such as key shortcuts, menu item positions, etc) needs to match.

The DE needs to be as close to a drop-in replacement as possible while remaining legally distinct. The less the user needs to relearn the better.

replies(1): >>45765279 #
183. devilbunny ◴[] No.45764550{6}[source]
I'm not a coder, so I'm not going to pretend that this solution is easy to implement (it might be, but I wouldn't assume so), but how about allowing you to expose the "expert" options just temporarily (to find the tool you need) and then allow adding that to your new "novice plus" custom menus? I.e., if you use a menu option from the expert menu X number of times, it just shows up even though your default is the novice view.
replies(1): >>45774836 #
184. immibis ◴[] No.45764615[source]
The problem with the new Audacity isn't the new version, it's that it replaces the old version. If the new version came out but it was called "DARing" and Audacity continued to be the thing we have now, people might question the name but no other eyes would be batted.

Pre-emptive anti-snark: yes, the old version will still exist... if you can dig up the right github commit and still make it compile in 2030.

replies(2): >>45764927 #>>45770560 #
185. initramfs ◴[] No.45764621[source]
True in many ways.

I wanted to write an article or short blog post about how Windows 10, menus and javascript, increasingly tuck away important tools/buttons in little folds. This was many months ago.

I want to write it and title it, "What the tuck?" But tuck refers exactly to the kind of hidden menus that make those so called sleek and simple UIs for the the 80% of users.

The problem is that it stupefies computing literacy, especially mobile web versions.

Perhaps not every casual web browser needs to sit at a desk to learn website navigation. Then again, they may never learn anything productive on their own.

186. threetonesun ◴[] No.45764672[source]
Using ffmpeg to convert one file to another remains probably my main use of general LLM web searches. This isn't to say it does a good job with that, but it's still ahead of me.
replies(1): >>45766872 #
187. cwillu ◴[] No.45764684{8}[source]
You know that (some) people get paid to work on free software, right?
188. f33d5173 ◴[] No.45764711[source]
People want features, and they're willing to learn complicated UIs to get them. A software that has hyper simplified options has a very limited audience. Take his example: we have somebody who has somehow obtained a "weird" video file, yet whose understanding of video amounts to wanting it to be "normal" so they can play it. For such a person, there are two paths: become familiar enough with video formats that you understand exactly what you want, and correspondingly can manipulate a tool like handbrake to get it, or stick to your walled-garden-padded-room reality where somebody else gives you a video file that works. A software that appeals to the weird purgatory in the middle necessarily has a very limited audience. In practice, this small audience is served by websites. Someone searches "convert x to y" and a website comes up that does the conversion. Knowing some specialized software that does that task (and only that one narrow task) puts you so far into the domain of the specialist that you can manage to figure out a specialist tool.
replies(5): >>45765855 #>>45768898 #>>45769412 #>>45771047 #>>45773369 #
189. dusted ◴[] No.45764714[source]
I think we need to stop this madness.

The disaster that is "modern UX" is serving no one. Infantilizing computer users needs to stop.

Computer users hate it - everything changes all the time for the worse, everything gets hidden by more and more layers until it just goes away entirely and you're left with just having to suck it up.

"Normal people" don't even have computers anymore, some don't even have laptops, they have tablets and phones, and they don't use computer programs, they use "apps".

What we effectively get is:

- For current computer users: A downward spiral of everything sucking more with each new update.

- For potential new computer users: A decreasing incentive to use computers "Computers don't really seem to offer anything I can't do on my phone, and if I need a bigger screen I'll use my tablet with a BT keyboard"

- For the so-called "normal people" the article references (I believe the article is really both patronizing and infantalizing the average person), there they're effectively people who don't want to use computers, they don't want to know how stuff works, what stuff is, or what stuff can become, they have a problem they cannot put into words and they want to not have the problem because the moving images of the cat should be on the place with the red thing. - They use their phones, their tablets, and their apps, their meager and unmotivated desire to do something beyond what their little black mirror allow them is so week that any obstacle, any, even the "just make it work" button, is going to be more effort than they're willing (not capable of, but willing) to spend.

Thing is, regardless of particular domain, doing something in any domain requires some set of understanding and knowledge of the stuff you're going to be working with. "No, I just want to edit video, I don't want to know what a codec is" well, the medium is a part of the fucking message! NOTHING you do where you work with anything at all allows you to work with your subject without any understanding at all of what makes up that subject. You want to tell stories, but you don't want to learn how to speak, you want to write books, but you don't want to learn how to type, write or spell ? Yes, you can -dictate- it, which is, in effect, getting someone competent to do the thing for you.. You want to be a painter, but you don't care about canvas, brushes, techniques, or the differences between oil, acrylic and aquarelle, or colors or composition, just want to make picture look good? You go hire a fucking painter, you don't go whining about how painting is inherently harder than it ought to be and how it's elitist that they don't just sell a brush that makes a nice painting. (Well, it _IS_ elitist, most people would be perfectly satisfied with just ONE brush, and it should be as wide as the canvas, and it should be pre-soaked in BLUE color, come on, don't be so hard on those poor people, they just want to create something, they shouldn't have to deal with all your elitist artist crap!) yeah, buy a fucking poster!

I'm getting so sick and tired of this constant attack on the stuff _I_ use every day, the stuff _I_ live and breathe, and see it degenerated to satisfy people who don't care, and never will.. I'm pissed, because, _I_ like computers, I like computing, and I like to get to know how the stuff works, _ONCE_ and gain a deep knowledge of it, so it fits like an old glove, and I can find my way around, and then they go fuck it over, time and time again, because someone who does not want to, and never will want to, use computers, thinks it's too hard..

Yeah, I really enjoy _LISTENING_ to music, I couldn't produce a melody if my life depended on it (believe me, I've tried, and it's _NOT_ for lack of amazingly good software), it's because I suck at it, and I'm clearly not willing to invest what it takes to achieve that particular goal.. because, I like to listen to music, I am a consumer of it, not a producer, and that's not because guitars are too hard to play, it's because I'm incompetent at playing them, and my desire to play them is vastly less than my desire to listen to them.

Who are most software written for? - People who hate computers and software.

What's common about most software? - It kind of sucks more and more.

There's a reason some of the very best software on the planet is development tools, compilers, text editors, debuggers.. It's because that software is made by people who actually like using computers, and software, _FOR_ people who actually like using computers and software...

Imagine if we made cars for people who HATE to drive, made instruments for people who don't want to learn how to play.. Wrote books for people who don't want to read, and movies for people who hate watching movies. Any reason to think it's a reasonable idea to do that? Any reason to think that's how we get nice cars, beautiful instruments, interesting books and great movies ?

Fuck it. Just go pair your toaster with your "app" whatever seems particularity important.

190. trenchpilgrim ◴[] No.45764724{3}[source]
Same, my mom ran Linux for years in the Vista days cuz her PC was too slow for Windows. She was fine. She even preferred Libreoffice over the Office ribbon interface.
191. zzo38computer ◴[] No.45764732[source]
I agree there isn't enough. Some programs are OK (especially command-line programs), some aren't as good as the actual good quality ones.

> Do one thing and do it well!

This does not necessarily mean that it would have only one button (or any buttons). Depending on what is being done, there may be many options for being done, although there might also be default settings. A command-line program might do it better that you only need to specify the file name, but if there are options (what options and how many options there will be depends what program it is) then you can also specify those options if the default settings are not suitable.

192. graybeardhacker ◴[] No.45764775{3}[source]
I always tell clients (or users): "If you bring your car to the mechanic because it's making a noise and tell them to replace the belt, they will replace the belt and you car will still make the noise. Ask them to fix the noise."

In other words, if you need expert help, trust the expert. Ask for what you need, not how to do it.

replies(2): >>45765143 #>>45766520 #
193. LegionMammal978 ◴[] No.45764808{4}[source]
On the other hand, I've not uncommonly seen this idea misused: Alice asks for Y, Bob says that it's an XY problem and that Alice really wants to solve a more general problem X with solution Z, Alice says that Z doesn't work for her due to some detail of her problem, Bob browbeats Alice over "If you think Z won't work, then you're wrong, end of story", and everyone argues back and forth over Z instead of coming up with a working solution.

Sometimes the best solution is not the most widely-encouraged one.

replies(3): >>45765172 #>>45770384 #>>45771222 #
194. PeaceTed ◴[] No.45764820[source]
As one of the main developers of Krita said, just being free isn't good enough, the software needs to be great.

I am in favour of simplified apps like this, maybe it can be a simple toggle switch in the top right corner between simple and advanced. Similar to that stupid new version of outlook I have to constantly switch back to the old version.

195. zzo38computer ◴[] No.45764864[source]
I agree, that having better documentation and properly working software is a much better idea, and that simplified user interface have many problems.
196. dhosek ◴[] No.45764889{3}[source]
In the 90s I did a tech writing gig documenting some custom software a company had built for them by one of the big consultancy agencies. It was a bit of a nightmare as the functionality was arranged in a way that reflected the underlying architecture of the program rather than the users’ workflows. Although I suppose if they’d written the software well, I wouldn’t have had as many billable hours writing documentation.
replies(1): >>45766240 #
197. charlie90 ◴[] No.45764898[source]
maybe there just isn't a solution? people don't ask for a hammer that magically assembles every piece of furniture. sometimes the user of the tool needs skills to use it. UI/UX only takes you so far.
198. Dylan16807 ◴[] No.45764900{9}[source]
Either you're implying that people should code for free, or your analogy is so vague as to be useless.

Yeah it's a different job but they're both jobs. Why should one be free and one not be free?

replies(1): >>45765175 #
199. phoronixrly ◴[] No.45764910{4}[source]
Was he able to use it correctly though to be able to digitize video with exacltly the correct setttings so that no notable loss of quality was introduced? How long did it take him to randomly test settings?
200. 1718627440 ◴[] No.45764921{6}[source]
They are using text inputs, where you press enter to send stuff daily. Most of the hurdle is just overcoming the preconception that at black in put window means hard mode.

They can right-click in the folder view of their OS file viewer. On Windows they can also just type the command into the path bar.

When you tell them the command, you could also just install it. Also you could just tell them to type the name of the app 'ffmpeg' into the OS store and press install. They do this on their phone all the time.

201. fschuett ◴[] No.45764927{3}[source]
Well, Tantacrul did answer that objection: it just shows you a popup dialog on first start: "which theme do you want" (colorful or colorless, light / dark) and "which experience do you want" (classic / new). So if you pick the "colorless, light, classic" option, it's going to look pretty much like the current Audacity, except that they moved from wxWidgets to Qt.
202. Dylan16807 ◴[] No.45764953{7}[source]
Unless you get super invasive, telemetry will tell you how often a feature is used but I don't think it'll help much with bad and confusing layouts.
203. ChrisMarshallNY ◴[] No.45764962{8}[source]
Doing a pro graphic design treatment is lot more than just "drawing a few pictures," and picking a color palette.

It usually involves developing a design language for the app, or sometimes, for the whole organization (if, like the one I do a lot of work for, it's really all about one app). That's a big deal.

Logo design is also a much more difficult task than people think. A good logo can be insanely valuable. The one we use for the app I've done a lot of work on, was a quick "one-off," by a guy who ended up running design for a major software house. It was a princely gift.

replies(3): >>45765310 #>>45765816 #>>45773129 #
204. jcranmer ◴[] No.45764980{8}[source]
The GP here appears to be on Windows, given their reference to PowerShell. And on Windows, the path separator is ";", not ":".

One of the things I've noticed is that people trying to help the true beginners vastly overestimate their skill level, and when you get a couple of people all trying to help, each of them is making a completely different set of suggestions which doesn't end up helpful at all. Recently, I was helping somebody who was struggling with trying to compile and link against a C++ library on Windows, and the second person to suggest something went full-bore down the "just install and use a Linux VM cause I don't have time to help you do anything on Windows."

205. Dylan16807 ◴[] No.45765014{6}[source]
Yes, your example that completely ignores the premise is pretty damn indecipherable.

"If you only care about converting media without tweaking anything"

206. Qem ◴[] No.45765044{4}[source]
> And why exactly should free software prioritise someone's first five minutes (or first 100 hours, even) over the rest of the thousands of hours they might spend with it?

Well, if people fail at that first five minutes, the subsequent thousand hours most often never happens.

replies(2): >>45766524 #>>45770238 #
207. robenkleene ◴[] No.45765056[source]
> Taking the case of Photoshop vs. Gimp - I don't think the problem is complexity, lol. It's having to relearn everything once you're used to photoshop. (Conversely, I've never shelled out for Adobe products, and now don't want to have to relearn how to edit images in photoshop or illustrator)

I don't think this comparison is really accurate, Adobe's suite is designed for professionals that are working in the program for hours daily (e.g., ~1000 hours annually for a creative professional). There are probably some power users of The GIMP that hit similar numbers, but Creative Cloud has ~35-40 million subscribers, these are entirely different programs for entirely different classes of users.

208. thinkmassive ◴[] No.45765063{6}[source]
Which also makes it easier than ever for more users to run Linux as a desktop OS :)
replies(1): >>45765528 #
209. ashtakeaway ◴[] No.45765077{4}[source]
Kind of like how the author likely knows about the report and wanted to make a blog post about it without saying anything about or citing the report itself. IT seems like it but 80/20 can be found in lots of places, just like 60/40 can.
210. Dylan16807 ◴[] No.45765110{3}[source]
How do you know the software in the article will do what you want?

For handbrake you can pick a preset and see what happens. Or don't even do that: when you open it it'll make you pick a video file, then you can just jam the green start button and see if it gives you what you need. Very little time spent.

replies(1): >>45766167 #
211. nerdponx ◴[] No.45765143{4}[source]
If you tell the mechanic "my car is making a noise, fix the belt please" and then they just fix the belt, that's on the mechanic as well.
replies(2): >>45765633 #>>45766177 #
212. nerdponx ◴[] No.45765172{5}[source]
Bob saying "you should use Z end of story" it's just as a hardheaded and unhelpful as Bob saying "X doesn't do that end of story".
replies(1): >>45772663 #
213. some_furry ◴[] No.45765175{10}[source]
Because programmers consent to programming for free. That fact does not, in any way, obligate anyone else to.
replies(2): >>45765275 #>>45765961 #
214. exasperaited ◴[] No.45765180{4}[source]
I think the XY problem thing is likely very common. But developers are tending to use the term in a very dismissive way, superior way now.
215. soraminazuki ◴[] No.45765189{6}[source]
The reality is that we've been infantilizing users for far too long. The belief that people can't handle fundamental concepts is misguided and primarily serves to benefit abusive tech companies.

Two decades ago, users understood what "C:\Documents and Settings\username\My Documents" meant and navigated those paths easily. Yet, we decided they were too "stupid" to deal with files and file paths, hiding them away. This conveniently locked users into proprietary platforms. Your point #2 reflects a lie we've collectively accepted as reality. Sadly, too many people now can’t even imagine that a straightforward way to exchange data among different software once existed, but that's a situation we're deliberately perpetuating.

This needs to change. Users deserve the opportunity to learn and engage with their tools rather than being treated as incapable. It’s time we started empowering users for a change.

216. Dylan16807 ◴[] No.45765191{3}[source]
> What's really missing are online fora able to help end users adjust to Linux -- helpful without being superior or condescending. Certainly true for Windows, not yet true for Linux.

That can be a problem with Linux but in my experience searching for Windows help is usually not good either.

217. WorldPeas ◴[] No.45765202[source]
I know of one company that explicitly didn't make downloads available to dissuade this kind of hard-to-support user from using their time without materially contributing anything
218. ◴[] No.45765214[source]
219. throw-qqqqq ◴[] No.45765266[source]
> 80% of the people only need 20% of the features. Hide the rest from them and you’ll make them more productive and happy.

True but with a caveat: Those people rarely need the same 20% of your features.

220. Dylan16807 ◴[] No.45765275{11}[source]
The question/skepticism is why the programmers are consenting to this but not the artists.
replies(3): >>45765643 #>>45765697 #>>45774466 #
221. mort96 ◴[] No.45765279{5}[source]
For example, practically every text box in practically every Linux system handles ctrl+backspace by deleting a word. This clashes with a Windows user's expectation that ctrl+backspace deletes a word in some system applications while inserting a small square character in others.
222. Dylan16807 ◴[] No.45765310{9}[source]
> Doing a pro graphic design treatment is lot more than just "drawing a few pictures," and picking a color palette.

Are you quoting someone? Yeah it's a real job, and so is programming. I don't think anyone in this conversation is being dismissive about either job.

replies(1): >>45766114 #
223. falcor84 ◴[] No.45765415[source]
> People benefit from stuff like this

While I agree that people generally feel better by getting something with little effort, I think that there is a longer-term disservice here.

Once upon a time, it used to be understood that repeated use of a tool would gradually make you better at it - while starting with the basics, you would gradually explore, try more features and gradually become a power user. Many applications would have a "tip of the day" mechanism that encouraged users to learn more each time. But then this "Don't Make me Think" book and mentality[0] started catching on, and we stopped expecting people to learn about the stuff that they're using daily.

We have a high percentage of "digital natives" kids, now reaching adulthood without knowing what a file is [1] or how to type on a keyboard [2]. Attention spans are falling rapidly, and even the median time in front of a particular screen before switching tasks is apparently down from 2.5 minutes in 2004 to 40 seconds in 2023 [3] (I shudder to think what it is now). We as a civilization have been gradually offloading all of our technical competency and agency onto software.

This is of course leading directly to agentic AI, where we (myself included) convince ourselves that the AI is allowing us to work at a higher level, deciding the 'what', while the computer takes care of the 'how' for us, but of course there's no clear delineation between the 'what' and 'how', there's just a ladder of abstraction, and as we offload more and more into software, the only 'what' we'll have left is "keep me fed and entertained".

We are rapidly rolling towards the world of Wall-E, and at this pace, we might live to see the day of AIs asking themselves "can humans think?".

[0] https://en.wikipedia.org/wiki/Don%27t_Make_Me_Think

[1] https://futurism.com/the-byte/gen-z-kids-file-systems , https://news.ycombinator.com/item?id=30253526

[2] https://www.wsj.com/lifestyle/gen-z-typing-computers-keyboar... , https://news.ycombinator.com/item?id=41402434

[3] https://www.apa.org/news/podcasts/speaking-of-psychology/att...

224. ◴[] No.45765442{5}[source]
225. ghaff ◴[] No.45765528{7}[source]
Absolutely. I still prefer MacOS/Mac hardware in some ways but running a browser on Linux on a Thinkpad or whatever works pretty well for a lot of purposes.
226. shadowgovt ◴[] No.45765546[source]
This is a good write-up.

In addition to this issue, I've also had good conversations with a business owner about why he chose a Windows architecture for his company. Paying money to the company created a situation where the company had a "skin-in-the-game" reason to offer support (especially back when he founded the company, because Microsoft was smaller at the time). He likes being able to trust that the people who build the architecture he relies on for his livelihood won't just get bored and wander off and will be responsive to specific concerns about the product, and he never had the perception that he could rely on that with free software.

227. ◴[] No.45765589[source]
228. duxup ◴[] No.45765633{5}[source]
I would hope the mechanic would engage with the customer in more back and forth.

But sometimes power structures don't allow for it. I worked tech support in a number of companies. At some companies we were empowered to investigate and solve problems... sometimes that took work, and work from the customer. It had much better outcomes for the customer, but fixes were not quick. Customers / companies with good technical staff in management understood that dynamic.

Other companies were "just fix it" and tech support were just annoying drones and the company and customer's and management treated tech support as annoying drones. They got a lot more "you got exactly what you asked for" treatment ... because management and even customers will take the self defeating quick and easy path sometimes.

229. valyala ◴[] No.45765635{4}[source]
Omarchy tries resolving this https://github.com/basecamp/omarchy
replies(2): >>45769982 #>>45770680 #
230. some_furry ◴[] No.45765643{12}[source]
Why aten't programmers drawing furry porn?

It's really not deep.

replies(1): >>45765699 #
231. amatecha ◴[] No.45765654{3}[source]
Yeah, I've had now a couple decades of experience dealing with this, and my typical strat is to "step back" from the requested change, find out what the bigger goal is, and usually I will immediately come up with a completely different solution to fulfill their goal(s). Usually involving things they hadn't even thought about, because they were so focused on that one little thing. When looking at the bigger picture, suddenly you realize the project contains many relevant pieces that must be adjusted to reach the intended goals.
232. gmueckl ◴[] No.45765686{4}[source]
If the last part was true, Autodesk and Adobe would have had to go under a decade ago.
233. allenu ◴[] No.45765697{12}[source]
I suspect some of this is due to the fact that the programmers consenting to do free work already have well-paying jobs, so they have the freedom and time to pursue coding as a hobby for fun as well. Graphic designers and UX designers are already having a hard time getting hired for their specific skills and getting paid well for it, so I imagine it's insulting to be asked to do it for free on top of that.

That said, I don't think it's as simple as that. Coding is a kind of puzzle-solving that's very self-reinforcing and addictive for a certain type of person. Coders can't help plugging away at a problem even if they're not at the computer. Drawing, on the other hand, requires a lot more drudgery to get good, for most people anyway, and likely isn't as addictive.

replies(1): >>45768251 #
234. Dylan16807 ◴[] No.45765699{13}[source]
I dispute that claim but it doesn't answer the question. When you have multiple people involved in the community of an open source project, what makes them decide where to contribute, and what makes them decide if they'll use marketable skills for free or not? I think it's an interesting thing to look into.
235. autoexec ◴[] No.45765703{3}[source]
Just add an option for "advanced mode" that if clicked toggles to "basic mode". Power users are going to be looking for advanced features and only have to click it once. People who can barely read and are scared by anything advanced will get the interface they can use best the first time they open the app
replies(2): >>45772652 #>>45775343 #
236. prepend ◴[] No.45765714[source]
80% of people only use 20% of the functionality. But it’s a different 20%.
237. kiitos ◴[] No.45765723[source]
i think what the author is characterizing as "free software" is probably better described as "software with bad UX"
replies(1): >>45765980 #
238. hexbin010 ◴[] No.45765732[source]
Sometimes we really do just want a checkbox toggle though :D

Eg an app to prevent MacOS going to sleep. I want a checkbox to also stop an external display sleeping. I don't need my entire usage of the app and my computer-feature desires analysed and interpreted in a way that would make a psychoanalyst look like a hack.

But yes in a professional setting people do use "Can we add a button" to attempt to subvert your skillset, your experience, to take control of the implementation, and to bypass solid analysis and development practices

239. pfannkuchen ◴[] No.45765738{7}[source]
Isn’t there a lot more compensation available in software? Like as a developer, you can make a lot of money without having to even value money highly. I think in other fields you don’t generally get compensated well unless you are gunning/grinding for it specifically. “For the love of the art” people in visual arts are painters or something like that, probably. Whereas with software you can end up with people who don’t value money that much and have enough already, at least to take a break from paid work or to not devote as much effort to their paid work. I imagine a lot of open source people are in that position?
replies(2): >>45765869 #>>45766106 #
240. micromacrofoot ◴[] No.45765744{4}[source]
It can get very complicated when you've built an audience where you have 10 segments that think their 10% of the use case is very important and you can only focus on a couple of segments at a time!
241. autoexec ◴[] No.45765813[source]
That gets less true the more utility your software is expected to have.

When it comes to software intended for the general public it doesn't take bravery to decide that every user should only ever be allowed to do things exactly how you'd want them done. I might be more likely to attribute that to arrogance. Really, for something like converting audio/video I'd just see the inflexible software with few if any options as too limited for my needs (current, future, or both) and go looking for something more powerful.

It's better to not invest my time on software that is overly restrictive when more useful options are available, even if I don't need all of those options right now because it'll save me the trouble of having to hunt down something better later since I've already got what I need on my systems.

242. prepend ◴[] No.45765816{9}[source]
Programming is a big deal too.

It’s not like graphic design is harder than programming.

I’d rather have crappy graphics than pay designers instead of programmers for free oss.

243. cwillu ◴[] No.45765835{7}[source]
The dependency on telemetry instead of actually sitting down with a user and watching them use your software is part of the problem. No amount of screen captures, heatmaps or abandoned workflow metrics will show you the expression on a person's face.
244. robenkleene ◴[] No.45765855[source]
For this example:

> we have somebody who has somehow obtained a "weird" video file

Why are you arriving at the conclusion that this requires complex software, rather than just a simple UI that says "Drop video file here" and "Fix It" below? E.g., instead of your conclusion "stick to your walled-garden-padded-room reality where somebody else gives you a video file that works", another possibility is the simple UI I described? That seemed to me the point of the post.

replies(1): >>45767288 #
245. renewiltord ◴[] No.45765869{8}[source]
Well, early '90s Torvalds wasn't the wealthy fellow he is now and he was busy churning things out and then relicensed Linux under GPL.
246. prepend ◴[] No.45765961{11}[source]
Wouldn’t designers consent to designing for free?

This seems like a self selection problem. It’s not about forcing people to work for free. It’s about finding designers willing to work for free (just like everyone else on the project).

247. warkdarrior ◴[] No.45765980[source]
The Venn diagram is a circle!
replies(1): >>45766807 #
248. alganet ◴[] No.45766024[source]
Photoshop is a clustershit of UI mess and professionals use it. Then, home users, following the popularity, also use it.

Maybe we should just say free software is amazing and not a tool for home users, in order to get home users to use it.

249. mr_toad ◴[] No.45766054[source]

    ffmpeg -i example.mkv example.mp4
Works in almost all cases.

In almost all cases I don’t want to mess with the defaults, because I know diddly about video formats.

250. luqtas ◴[] No.45766078[source]
> 4. The distribution of the software itself means anyone who successfully installs it themselves really is a power user and does like the options. Installing it for family and friends doesn't work.

i have seen many comments, by lay people, out of Sonobus [0] being superb on what it does and impressive by being 100% free. that's a niche case that if it was implemented on Ardour, could fit the same problem OP describes

[0] https://sonobus.net/

however i can't feel where the problem of FOSS UX scaring normal people is. someone getting a .h264 and a .wav file out of a video-record isn't normal after all. there are plenty of converters on the web, i dunno if they run ffmpeg at their server but i wouldn't get surprised. the problem lies on the whole digital infrastructure running on FOSS without returning anything back. power-user software shouldn't simplify stuff. tech literacy hopefully can be a thing and by quickly learning how to import and export a file in a complex software feels better to install 5 different limited software over the years because your demands are growing

251. victor22 ◴[] No.45766087[source]
I'd be scared too if I see a check box for iPod support, I mean, when was this software less updated, the 80's?
replies(1): >>45770443 #
252. prepend ◴[] No.45766106{8}[source]
I think most OSS projects are started by unemployed people as hobbies. Or ego projects to get jobs.
replies(1): >>45773149 #
253. ChrisMarshallNY ◴[] No.45766114{10}[source]
You'd be surprised, then, to know that a lot of programmers think graphic design is easy (see the other comment, in this thread), and can often be quite dismissive of the vocation.

As a programmer, working with a good graphic designer can be very frustrating, as they can demand that I make changes that seem ridiculous, to me, but, after the product ships, makes all the difference. I've never actually gotten used to it.

That's also why it's so difficult to get a "full monty" treatment, from a designer, donating their time.

replies(1): >>45766147 #
254. kmeisthax ◴[] No.45766121{7}[source]
There's actually a fair bit of highly influential CC-licensed artwork out there. Wikipedia made a whole free encyclopedia. The SCP Foundation wiki is it's own subculture. There's loads of Free Culture photography on Wikimedia Commons (itself mirrored from Flickr). A good chunk of your YouTube feed is probably using Kevin McCleod music - and probably fucking up the attribution strings, too. A lot of artists don't really understand copyright.

But more importantly, most of them don't really care beyond "oh copyright's the thing that lets me sue big company man[0]".

The real impediment to CC-licensed creative works is that creativity resists standardization. The reason why we have https://xkcd.com/2347/ is because software wants to be standardized; it's not really a creative work no matter what CONTU says. You can have an OS kernel project's development funded entirely off the back of people who need "this thing but a little different". You can't do the same for creativity, because the vast majority of creative works are one-and-done. You make it, you sell it, and it's done. Maybe you make sequels, or prequels, or spinoffs, but all of those are going to be entirely new stories maybe using some of the same characters or settings.

[0] Which itself is legally ignorant because the cost of maintaining a lawsuit against a legal behemoth is huge even if you're entirely in the right

replies(1): >>45768823 #
255. Dylan16807 ◴[] No.45766147{11}[source]
> see the other comment

Which other comment?

If you mean the one saying it's not harder than programming, that's not calling it easy.

replies(1): >>45766165 #
256. ChrisMarshallNY ◴[] No.45766165{12}[source]
It can be a lot harder. Programming, these days, isn't always that hard.

Very different skillset. There was a comment about how ghastly a lot of software-developed graphical assets can be.

Tasteful creativity does not grow on trees.

replies(2): >>45766184 #>>45770914 #
257. bugsliker ◴[] No.45766167{4}[source]
i mean i don’t know that the green button does what i want either so what’s your point?
replies(1): >>45766228 #
258. estimator7292 ◴[] No.45766177{5}[source]
It's a hypothetical to communicate an entirely different point. The mechanic is't real or important.
259. apitman ◴[] No.45766183[source]
I suspect in the short term users are going to start solving this more and more by asking ChatGPT how to make their video work on their phone, and it telling them step by step how to do it.

Longer term I wonder if complex apps with lots of features might integrate AI in such a way that users can ask it to generate a UI matching their needs. Some will only need a single button, some will need more.

260. Dylan16807 ◴[] No.45766184{13}[source]
"can be" makes it a very different statement. Either one "can be" a lot harder than the other, depending on the task. The statement above is about typical difficulty.

And even if they're wrong about which one is typically harder, they weren't saying it was easy, and weren't saying it was significantly easier than programming.

261. aucisson_masque ◴[] No.45766197[source]
Completely agree, that's why I love old mac software. Things were easy enough to understand for the average user, but power user still get lots of features.

These kind of ui are extremely hard to make.

262. agcat ◴[] No.45766215[source]
Love it.
263. Dylan16807 ◴[] No.45766228{5}[source]
Right, you don't know if either program is the right thing just by looking at it. The reason you're uncertain isn't all those options handbrake shows. You have that uncertainty no matter what. You need the same confidence with or without options. So that problem, while real, isn't an argument against showing options.

And as far as time goes, it only takes a few seconds in either scenario. You hit go, you see the progress bar is moving, you check your file a few minutes later.

replies(1): >>45766400 #
264. sublinear ◴[] No.45766240{4}[source]
> reflected the underlying architecture of the program rather than the users’ workflows

Is this an inherently bad thing if the software architecture is closely aligned with the problem it solves?

Maybe it's the architecture that was bad. Of course there are implementation details the user shouldn't care about and it's only sane to hide those. I'm curious how/why a user workflow would not be obviously composed of architectural features to even a casual user. Is it that the user interface was too granular or something else?

I find that just naming things according to the behavior a layperson would expect can make all the difference. I say all this because it's equally confusing when the developer hides way too much. Those developers seem to lack experience outside their own domain and overcomplicate what could have just been named better.

replies(2): >>45766416 #>>45767670 #
265. Andrex ◴[] No.45766241[source]
OP should check out Gnome Circle:

https://circle.gnome.org

The problem with why so many OSS/free software apps look bad can be demonstrated by the (still ongoing) backlash to Gnome 3+. It just gets exhausting defending every decision to death.

Sometimes projects need the spine to say "no, we're not doing that."

replies(1): >>45766945 #
266. cellular ◴[] No.45766281[source]
This is why i developed GatorCAM for CNC.

FreeCAD is too complicated. Too many ways to accomplish the same task (nevermind only certain ways work too.)

So everything is simple and only 1 way to create gcode. No hidden menus. No hidden state.

267. NoPicklez ◴[] No.45766319[source]
I struggle to link the title with the article. Aren't both Handbrake and Magicbrake both free? There are plenty of free tools which are very simple to use.

In this particular case I'd just tell people to download and use VLC Player. But I get the point.

268. analog31 ◴[] No.45766376{5}[source]
There are many more than three "dimensions" if I may use the term loosely, in software or hardware engineering.

Cost, safety, interaction between subsystems (developed by different engineering disciplines), tolerances, supply chain, manufacturing, reliability, the laws of physics, possibly chemistry and environmental interactions, regulatory, investor forgiveness, etc.

Traditional engineering also doesn't have the option of throwing arbitrary levels of complexity at a problem, which means working within tight constraints.

I'm not an engineer myself, but a scientist working for a company that makes measurement equipment. It wouldn't be fair for me to say that any engineering discipline is more challenging, since I'm in none of them. I've observed engineering projects for roughly 3 decades.

replies(2): >>45770863 #>>45771772 #
269. virgil_disgr4ce ◴[] No.45766399{3}[source]
This is an interesting position because that's only simple if you already know it. From the perspective of discoverability, it's literally the worst possible UI, because a string of that length has, say, 30^30 possible combinations, among which only one will produce the desired effect, and a bash prompt gives you no indication of how to arrive at that string.
270. bugsliker ◴[] No.45766400{6}[source]
if the UI is forcing me to look at these options before pressing Go, it is a signal that someone thought these were important to consider before i pressed Go. this is the gricean maxims of quantity and relation.

the decision to ignore this signal is a learned behavior that you and i have, is all i’m saying

replies(1): >>45766473 #
271. StrauXX ◴[] No.45766416{5}[source]
If you ever spens time with the low level SAP GUIs, then yes, you will find out why that's definetly a bad thing. Software should reflect users processes. The code below is just an implementation detail and should never impact the design of the interfaces.
272. megous ◴[] No.45766442[source]
My Pinebook Pro with i3wm is really simple to use. You power it on, all it does is it asks for one of the LUKS passwords. If you miss, it will ask again. Then it's on.

You can't do anything wrong with it. There's no UI to fiddle with WiFi. It's all pre-configured to work automatically in the local WLAN (only; outside, all that's needed is to borrow someone's phone to look for the list of wifi nets in the area and type the name of selected network to /etc/wpa_supplicant/wpa_supplicant.conf). But there's rarely any need to go out anyway, so this is almost never an issue.

There are no buttons to click, ANYWHERE. Windows don't have confusing colorful buttons in the header. You open the web browser by pressing Alt + [. It shows up immediately after about 5 seconds of loading time. So the user action <-> feedback loop is rather quick. You close it with Alt + Backspace (like deleting the last character when writing text, simple, everyone's first instinct when you want to revert last action)

The other shortcut that closes the UI picture is Alt + ]. That one opens the terminal window. You can type to the computer there, to tell it what you want. Which is usually poweroff, reboot, reboot -f (as in reboot faster). It's very simple and relatable. You don't click on your grandma to turn it off, after all. You tell it to turn off. Same here.

All in all, Alt + [ opens your day. Alt + ] gives you a way to end it. Closing the lid sometimes even suspends the notebook, so it discharges slightly slowerly in between.

It's glorious. My gf uses it this way and has no issues with it (anymore). I just don't understand why she doesn't want to migrate to Linux on her own notebook. Sad.

273. le-mark ◴[] No.45766471[source]
> When I was forced to use a Mac for work, I honestly considered looking for a different position because it was just that painful for me.

I share this aversion. I have a Mac book work sent me, sitting next to me right now, that I never use. Luckily I’m able to access the vpn via Linux and all the apps I need have web interfaces (office 365).

replies(1): >>45769497 #
274. Dylan16807 ◴[] No.45766473{7}[source]
The average person doesn't even read error messages. They know how to ignore things and hit the button that goes forward just fine. If they choose not to try the program, that's different. They don't lack the skill. (A child might lack this skill but a child is curious enough to push on so it works out anyway.)
replies(1): >>45766754 #
275. array_key_first ◴[] No.45766506{4}[source]
They're not just nerds, they're power users. These are different things.

Pretty much everyone is a power user of SOME software. That might be Excel, that might be their payroll processor, that might be their employee data platform. Because you have to be if you work a normal desk job.

If Excel was simpler and had an intuitive UI, it would be worthless. Because simple UI works for the first 100 hours, maybe. Then it's actively an obstacle because you need to do eccentric shit as fast as possible and you can't.

Then, that's where the keyboard shortcuts and 100 buttons shoved on a page somewhere come in. That's where the lack of whitespace comes in. Those aren't downsides anymore.

replies(1): >>45769377 #
276. rkunal ◴[] No.45766520{4}[source]
It is a common misconception that the "expert" knows the best. Expert can be a trainee, or may be motivated to make more for its organisation or have yet to encounter your problem.

On the other hand, if you are using your car for a decade and feel it needs a new belt - then get a new belt. Worst case scenario- you will lose some money but learn a bit more about an item you use everyday.

Experts don't have your instincts as a user.

replies(2): >>45766995 #>>45767302 #
277. array_key_first ◴[] No.45766524{5}[source]
The inverse is also true. If you prioritize the first five minutes, your software is worthless in any industry that matters.

And that's why designers are using Photoshop and not Microsoft paint.

replies(1): >>45769618 #
278. array_key_first ◴[] No.45766569{3}[source]
The main problem with this is that the commercial offerings are pretty much just bad.

Windows isn't the way it is because of some purposeful design or anything. No, it's decades of poor decisions after poor decisions. Nothing, and I do mean nothing, is intuitive on Windows. It's familiar! But it is not intuitive.

If you conform to what these commercial offerings do, you are actively making your software worse. On purpose. You're actively programming in baggage from 25 years ago... in your greenfield project.

replies(1): >>45767424 #
279. uyzstvqs ◴[] No.45766595[source]
GNOME's libadwaita solves this beautifully. It's simple, nice looking, yet powerful. You could absolutely use it to make an ffmpeg front-end that's both fully featured and friendly to less technical users. But if your app can't, then another good option is to have a "simple mode" and "advanced mode".

And IMO, Handbreak is more complicated than CLI ffmpeg. It's really chaotic.

replies(1): >>45766675 #
280. immibis ◴[] No.45766615{3}[source]
> maybe they've used Gnome for a long time and don't want to change.

By using GNOME and staying with it as it changed, they suffered more changes than they would have by switching to KDE at any point.

replies(1): >>45770027 #
281. array_key_first ◴[] No.45766623{6}[source]
Well, you're cheating a bit here. You're basically assuming the user has never seen a text prompt before. Which is a good assumption.

But, if we assume the user has never seen a graphical application before, then likely all GUI tools will be useless too. What is clicking? What does this X do? What's a desktop again? I don't understand, why do I need 1 million pixels to change an mp3 to an avi? What does that window looking thing in the corner do? Oh no, I pressed the little rectangle at the top right and now it's gone, it disappeared. No not the one with the X, I think it was the other one.

Pretty much all computer use secretly relied on hundreds if not thousands of completely arbitrary decisions and functionality you just have to know. Of all of that, CLI tools rely on some of the least amount of assumptions by their nature - they're low fidelity, forced to be simple.

replies(1): >>45769997 #
282. petepete ◴[] No.45766675[source]
Constrict fits into that niche nicely.

https://github.com/Wartybix/Constrict

283. oytis ◴[] No.45766706[source]
I mean, that's why we have software as a paid job, right?
284. bugsliker ◴[] No.45766754{8}[source]
I don’t really understand what you’re arguing anymore. Is the average person afraid of the unknown or are they capable of ignoring things?

You seem comfortable with the idea that a child not having this learned skill. I don’t know why you don’t extend that empathy towards the inexperienced in general.

replies(1): >>45767135 #
285. ap_21 ◴[] No.45766761[source]
Reminds me of aws...
286. array_key_first ◴[] No.45766769[source]
Well that's because it's all those things.

They are actually, literally, removing features. That's not an opinion, that's what is actually happening, repeatedly.

Now, maybe you say good riddance. Fine. However, it is indisputable that now the desktop is slightly less capable. The software can do less stuff than before.

287. array_key_first ◴[] No.45766807{3}[source]
Yes, everyone knows free software is way too complex and icky, and paid for software is super simple, minimal and user friendly.

That's why I use 3D Max, Photoshop, and Excel. For the simplicity.

288. LtWorf ◴[] No.45766812{3}[source]
> Overall, the development world does not intuitively understand the difficulty of creating good interfaces

Nor can the design world, for that matter. They think that making slightly darker gray text on gray background using a tiny font and leaving loads of empty space is peak design. Meanwhile my father cannot use most websites because of this.

replies(3): >>45767073 #>>45767575 #>>45767727 #
289. dangus ◴[] No.45766813[source]
This seems just…not true?

You can always cherry pick apps to fit a narrative.

FOSS apps with simple interfaces: Signal, Firefox, VLC, Gnome [1], Organic Maps, etc, the list goes on and on.

[1] it’s not a simple app but I think there’s a good argument to be made that it’s simpler/cleaner than commercial competitors.

290. coastalpuma ◴[] No.45766818[source]
I do kind of think the solution to this issue lies at the OS level. It should provide a high degree of UI and workflow standardization (via first party apps, libraries and guidelines). Obviously it's an incredibly high bar to meet for volunteer efforts, but the user experience starts at the OS level. Instead of even installing a program like "Handbrake" or "Magicbrake" the OS should have a program called "Video Converter" which does what it says on the tin. There should also be a small on-device model which can parse commands like: "Convert a video so it can play on facebook" and deep link into the Video Converter app with the proper settings. Application-level branding should also basically not exist, it's too much noise. The user should have complete control over theming and typography. There has to be a standard interaction paradigm like the classic menubar but updated for modern needs. We need a sane discoverable default shell language with commands that map to GUI functionality within apps, and the user should never be troubled with the eccentricities of 1970s teletype machines.
291. array_key_first ◴[] No.45766838{3}[source]
This quickly falls apart when you need to do stuff and be productive. Reading as a pass time is a different thing.

The problem is nobody makes this distinction for some reason. In my mind there's two types of software - the kind for doing things, and the kind for mostly consuming. As the wise Britney Spears once said, "there's only two types of people in the world: those that entertain, and the ones that observe"

It makes no sense for your CAD program you're building a company out from to be dumbed down.

replies(1): >>45766889 #
292. array_key_first ◴[] No.45766854{3}[source]
Yes, that's because Apple found out that the domain space is actually complex. Device configuration is complicated because devices are used in thousands of different permutations of environments and people.

The simplicity Apple had was always a mistake, an artifact of their hubris.

293. moffkalast ◴[] No.45766872{3}[source]
Just like with regexes I've yet to get a wrong result by doing "give me an ffmpeg command that does this and this" with an LLM, with Handbrake I'm never quite sure what I'm doing, too many checkboxes and dropdowns with default values already filled in.
294. ValdikSS ◴[] No.45766889{4}[source]
Oh, this e-reader has lots of productivity features. You can highlight words (which are later stored in a separate folder), make bookmarks, easily translate words, use screen reader, etc.

I use it mostly for work and academic papers, not for amusement.

Most of the regular simple pdf viewers on the PC don't have this kind of productivity functionality in mind. They might have some, but in general they are not designed to work with read-only text.

295. sfRattan ◴[] No.45766945[source]
GNOME 3+ developers put themselves in the inevitable (and unenviable) position of defending every decision to death because they limited the user's ability to make many, many decisions that were possible in previous versions.

There's nothing wrong with an opinionated desktop environment or even an opinionated Linux distribution. But, prior to GNOME 3, the project was highly configurable. Now it is not.

When people start up new highly opinionated projects (e.g. crunchbang, Omarchy), the feedback is generally more positive because those who try it and stick with it are the ones who like the project's opinions. The people who don't like those opinions just stop using it. There isn't a large, established base of longstanding users who are invested in workflows, features, and options.

replies(1): >>45767377 #
296. metaphorproj ◴[] No.45766952[source]
A software should find its own niche. We have imagemagick and ffmpeg to deal with nearly everything of image/video functionality, but we still have a lot of one-click-to-finish softwares.
297. Panzer04 ◴[] No.45766954{4}[source]
The person who is going to bother adding stuff to a piece of software is almost certainly by definition a power-user.

This means they want to add features they couldn't get anywhere else, and already know how to use the existing UI. Onboarding new users is just not their problem or something they care about - They are interested in their own utility, because they aren't getting paid to care about someone else's.

It's not a "nerd" thing.

298. Splizard ◴[] No.45766973[source]
If only there was an easy way to fund all the Open Source programs you like and use, so the projects who struggle with it, can put more focus into design.

Seems like a win-win, take my money solution, for some reason the market (and I guess that means investors) are not pursuing this as a consumer service?

299. bigglywiggler ◴[] No.45766995{5}[source]
I am a qualified mechanic. I no longer work in the field but I did for many years. Typically, when people 'trust their instincts as a user' they are fantastically wrong. Off by a mile. They have little to no idea how a car works besides youtube videos and forum posts which are full of inaccuracies or outright nonsense and they don't want to pay for diagnosis.

So when they would come in asking for a specific part to be replaced with no context I used to tell them that we wouldn't do that until we did a diagnosis. This is because if we did do as they asked and, like in most cases, it turned out that they were wrong they would then become indignant and ask why we didn't do diagnosis for free to tell them that they were wrong.

Diagnosis takes time and, therefore, costs money. If the user was capable of it then they would also be capable enough to carry out the repair. If they're capable of carrying out the diagnosis and the repair then they wouldn't be coming to me. This has proved to be true over many years for everyone from kids with their first car to accountants and even electrical engineers working on complex systems for large corporations as their occupation. That last one is particularly surprising considering that an engineer should know the bounds of their knowledge and understand how maintenance, diagnosis and repair work on a conceptual level.

Don't trust your instincts in areas where you have no understanding. Either learn and gain the understanding or accept that paying an expert is part of owning something that requires maintenance and repair.

300. jaredhallen ◴[] No.45766997{3}[source]
I think what you're driving at can be more generalized as users bringing solutions when it would be more productive for them to bring problems. This is something I focus on pretty seriously in IT. The tricky part is to get the message across without coming across as unhelpful, arrogant, or obstructive. It often helps to ask them to describe what they're trying to achieve, or what they need. But however you approach the discussion, it must come across as a sincere desire to help.
301. deepsun ◴[] No.45767008[source]
Please don't.

Please assume I'm smarter than I actually am -- I will figure it out no problems. I like complex interfaces that allow me to do my task faster, especially if I'm using it often (e.g. for work).

302. tsoukase ◴[] No.45767033[source]
The open source UIs initially seem alien, complicated or obscure related to similar to closed-source Windows' ones. The reason is OSS projects are built by developers primarily FOR developers and not for regular users. The design principle of "Don't surprise me" and other artistic and ergonomic ones are not met. Examples are Gimp and other content editors like Handbrake, Firefox vs chrome in mobile only, even IDEs.

BUT with time and a variable effort a regular user can get accustomed to the new philosophy and be successful. Either by persistant use, by using different OSS apps in series or by touching the command line. Happy user of Firefox, Libre office, Avidemux, Virt-manager (sic)

replies(1): >>45767068 #
303. johnnyanmac ◴[] No.45767068[source]
Is Firefox v chrome even relevant these days? I struggle to even think of shortcuts that aren't identical among the two browsers. Let alone UX and features.

I think the other big reason is availability of talent. FOSS is made by devs who usually are already well off and have time to contribute. You wont find as many artists nor graphic designers with the same privilege . so if there's bo designers on a project you get the bare basics.

304. hn_acc1 ◴[] No.45767073{4}[source]
As I age, this x1000. Even simple slack app on my windows laptop - clicking in the overview scroll bar is NOT "move down a page". It seems to be "the longer you click, the further it moves" or something equally disgusting. Usually, I dock my laptop and use an external mouse with wheel, and it's easy to do what I want. With a touchpad? Forget it.. I'm clicking 20x to get it to move to the top - IF I can hit the 5-pixel-wide scrollbar. There's no easy way to increase scrollbar size anymore either..

It's like dark patterns are the ONLY pattern these days.. WTF did we go wrong?

replies(3): >>45767587 #>>45767597 #>>45769369 #
305. makeitdouble ◴[] No.45767103{3}[source]
> creating good interfaces (for people that aren’t developers.)

This is the part where people get excited about AI. I personally think they're dead wrong on the process, but strongly empathize with that end goal.

Giving people the power to make the interfaces they need is the most enduring solution to this issue. We had attempts like HyperCard or Delphi, or Access forms. We still get Excel forms, Google forms etc.

Having tools to incrementaly try stuff without having to ask the IT department is IMHO the best way forward, and we could look at those as prototypes for more robust applications to create from there.

Now, if we could find a way to aggregate these ad hoc apps in an OSS way...

replies(2): >>45767704 #>>45769563 #
306. theandrewbailey ◴[] No.45767115{3}[source]
Sometime around 2012, Windows XP started having issues on my parent's PC, so I installed Xubuntu on it (my preferred distro at the time). I told them that "it works like Windows", showed them how to check email, browse the web, play solitare, and shut down. Even the random HP printer + scanner they had worked great! I went back home 2 states away, and expected a call from them to "put it back to what it was", but it never happened. (The closest was Mom wondering why solitare (the gnome-games version) was different, then guided her on how to change the game type to klondike.)

If "it [Xubuntu] works like Windows" offended you, I'd like to point out that normies don't care about how operating system kernels are designed. You're part of the problem this simplified Handbrake UI tries to solve. Normies care about things like a start menu, and that the X in the corner closes programs. The interface is paramount for non-technical users.

I currently work in the refurb division of an e-waste recycling company.[0] Most everyone else there installs Ubuntu on laptops (we don't have the license to sell things with Windows), and I started to initially, but an error always appeared on boot. Consider unpacking it and turning it on for the first time, and an error immediately appears: would you wonder if what you just bought is already broken? I eventually settled on Linux Mint with the OEM install option.

[0] https://www.ebay.com/str/evolutionecycling

replies(2): >>45767631 #>>45772078 #
307. Dylan16807 ◴[] No.45767135{9}[source]
My interpretation was that you're implying a big fraction of adults don't have this skill, that a typical non-technical person likely doesn't have it. I'm saying nearly every adult does have it. So I have empathy for those that truly lack it, the 1% of adults, but that empathy doesn't extend to the rest that aren't suffering that issue.
replies(1): >>45767337 #
308. tmp147963 ◴[] No.45767146[source]
I'd love applications that would let me choose how advance I want the UI to be. Kinda like Windows Calculator. A toggle between basic, advance, and some common use cases.

For example, I'd love Gimp to have a Basic mode that would hide everything except the basic tools like Crop and Brush. Like basic mspaint.

309. kccqzy ◴[] No.45767220{3}[source]
In my comment above I specifically did not expect the user to learn and understand everything, just the ability to ignore it. Handbrake has good defaults and the user would be successful if the only thing they do is: open the file and the press the green button.

And scared is the word used by the original author in the title. I want to understand that emotion. I don't need someone to tell me we can't learn everything.

310. bityard ◴[] No.45767250[source]
Okay, TFA uses handbrake as an example, but there are probably hundreds of other attempts at a simpler ffmepg front end.

Handbrake is only popular _because_ it is so powerful, not in spite of it.

311. f33d5173 ◴[] No.45767288{3}[source]
The issue is that downloading a software, for most people, implies an investment in the task the software does that is unlikely to be paid off if it only does a single simple task. If I'm going out of my way to download something, then I'm probably willing to learn a few knobs that give me more control. Hence why I suggested that such a person would rather use a website.

This is really just my read for why this sort of software isn't more common. Go ahead and make it, and if it ends up being popular I'll look the fool.

replies(2): >>45767591 #>>45772408 #
312. hilong2 ◴[] No.45767301{3}[source]
One thing I still struggle with is writing interfaces for complex use cases in an intuitive and simple manner that minimizes required movements and context switching.

Are there any good resources for developing good UX for necessarily complex use cases?

replies(3): >>45767368 #>>45767604 #>>45774908 #
313. hobs ◴[] No.45767302{5}[source]
If you don't trust the expert then why are you asking them to fix your stuff? It's a weird idea that you'd want an idiot to do what you say because you know better.
replies(2): >>45768531 #>>45771318 #
314. tombert ◴[] No.45767308[source]
I grew up using Windows but have been using Linux and Mac almost exclusively for the past fifteen years; the only exposure I get to Windows is when I have to play tech support for my parents [1].

I hated OS X when I first used it. A lot, actually. I didn't consider leaving my job over it (I couldn't have afforded it at the time even if I had wanted to), but I did think about trying to do an ultimatum with that employer to tell them to buy me a computer with Windows or let me install Linux on the Macbook (this was 2012 so it had the Intel chip). I got let go from that job before I really got a chance (which itself is a whole strange story), but regardless I really hated macOS at the time.

It wasn't until a few years later and a couple jobs after that I ended up growing to really like macOS, when Mavericks released, and a few years later, I actually ended up getting a job at Apple and I refuse to allow anyone to run Windows in my house.

My point is, I think people can actually learn and appreciate new platforms if they're given a chance.

[1] https://news.ycombinator.com/item?id=45708530

replies(2): >>45768376 #>>45770493 #
315. ◴[] No.45767315[source]
316. bugsliker ◴[] No.45767337{10}[source]
why would people choose to suffer a skill issue for a skill they have? that makes no sense to me and imo you're vastly underestimating this percent.
replies(1): >>45768399 #
317. tastyfreeze ◴[] No.45767368{4}[source]
I am writing scheduling software for an uncommon use case.

The best method I have found is to use the interface and fix the parts that annoy me. After decades of games and internet I think we all know what good interfaces feel like. Smooth and seamless to get a particular job done. If it doesn't feel good to use it is going to cause problems with users.

Thats said. I see the software they use on the sales side. People will learn complexity if they have to.

318. zzyzxd ◴[] No.45767369[source]
Abstraction needs to happen on a different layer. Because your power users are already dealing with complicated stuff and you don't want to make their lives even harder.

I know about 10 people in real life that uses Handbrake. And 10 of them use it to rip Blu-ray discs and store media files on their NAS. It will piss them off if you hide all the codec settings and replace the main screen with a giant "convert to Facebook compatible video" button.

Instead, do it like how iina[1] packages mpv[2].

1. https://github.com/iina/iina

2. https://github.com/mpv-player/mpv

replies(1): >>45767889 #
319. Andrex ◴[] No.45767377{3}[source]
Ideally you'd want to add selectable options for users in a way that's sustainable long-term and not just panic-adding things all over the place because of user demands. That's how you get the Handbrake situation that OP article is complaining about.

Gnome 3 was a big update and adding options, which does happen, is not free. There were changes from Gnome 2 and 3 and adding some options "back" from Gnome 2 is really asking for that feature to be rewritten from scratch (not all the time, but a lot of the time).

That the Gnome team has different priorities from other DEs, one of them being "keep the design consistent and sustainable," is completely valid and preferred by many users like myself.

replies(2): >>45770309 #>>45770751 #
320. Nathanba ◴[] No.45767424{4}[source]
I don't even think that it remained very familiar aside from a taskbar (that also changed in win11) and the fact that there are desktop icons when you install things via double clicking (the double click installing also optionally changed with the Microsoft store and the msi installers are almost entirely gone these days, totally different uis pop up now). Even core things that people definitely use like the uninstallation, settings etc. ui has changed completely for the worse. Windows has also changed a lot of its core ui over the years like the taskbar, the clock, the startmenu etc. I guess one thing you could say is that it was a gradual change over many versions but everytime people hate it. Really, what Linux should have done is what Windows has done with WSL: Offer a builtin compatability layer so that you can install windows apps on linux, perhaps prompting you to enter a windows license and then it will launch those apps in a VM, even per window/app.
321. hombre_fatal ◴[] No.45767489{4}[source]
Good point. A good interface usually demands a unified end-to-end vision, and that usually comes from one person who has sat down to mull it over and make a bunch of good executive decisions.

And then you need to implement that, which is never an easy task, and maintain the eternal vigilance to both adhere to the vision but also fit future changes into that vision (or vice versa).

All of that is already hard to do when you're trying to build something. Only harder in a highly collaborative voluntary project where it's difficult or maybe even impossible to take that sort of ownership.

322. BobbyTables2 ◴[] No.45767575{4}[source]
What pisses me off is that the “brutalist” style in the 1990s was arguably perfect. Having standardized persistent menus, meaningful compact toolbars was nice.

Then the world threw away the menus, adopted an idiotic “ribbon” that uses more screen real estate. Unsatisfied, we dumbed down desktop apps to look like mobile apps, even though input technology remains different.

Websites also decided to avoid blue underlined text for links and be as nonstandard as possible.

Frankly, developers did UI better before UI designers went off the deep end.

replies(2): >>45768790 #>>45769948 #
323. BobbyTables2 ◴[] No.45767587{5}[source]
Indeed.

Win95 was peak UI design.

I don’t understand modern trends.

324. SftwrSvior81 ◴[] No.45767591{4}[source]
> an investment in the task the software does that is unlikely to be paid off if it only does a single simple task

I don't think that's true at all. The tool linked here is exactly the kind of utility that does one single task and that people are happy to download. Most people use software to solve a problem, not to play around with it and figure out if they have a use for it.

325. fragmede ◴[] No.45767597{5}[source]
With a touchpad? Use two fingers to scroll (also works horizontally). Who's managing to hit a tiny scrollbar that disappears with a touchpad‽
replies(1): >>45768648 #
326. DrewADesign ◴[] No.45767604{4}[source]
Honestly, it’s a really deep topic — for a while I majored in interface/interaction design in school— and getting good at it is like getting good at writing. It’s not like amateurs can’t write solid stories, but they probably don’t really understand the decisions they’re making and the factors involved, and success usually involves accidentally being influenced by the right combination of things at the right time.

The toughest hurdle to overcome as a developer is not thinking about the gui as a thin client for the application, because to the user, the gui is the application. Developers intuitively keep state in their head and know what to look for in a complex field of information, and often get frustrated when not everything is visible all at once. Regular users are quite different— think about what problems people use your software to solve, think about the process they’d use to solve them, and break it down into a few primary phases or steps, and then consider everything they’d want to know or be able to do in each of those steps. Then, figure out how you’re going to give focus to those things… this could be as drastic as each step having its own screen, or as subtle as putting the cursor in a different field.

Visually grouping things, by itself, is a whole thing. Important things to consider that are conceptually simple but difficult to really master are informational hierarchy and how to convey that through visual hierarchy, gestalt, implied lines, type hierarchy, thematic grouping (all buttons that initiate a certain type of action, for example, might have rounded corners.)

You want to communicate the state of whatever process, what’s required to move forward and how the user can make that happen, and avoid unintentionally communicating things that are unhelpful. For example, putting a bunch of buttons on the same vertical axis might look nice, but it could imply a relationship that doesn’t exist. That sort of thing.

A book that helps get you into the designing mindset even if it isn’t directly related to interface design is Don Norman’s The Design of Everyday Things. People criticize it like it’s an academic tome — don’t take it so seriously. It shows a way of critically thinking about things from the users perspective, and that’s the most important part of design.

327. DrewADesign ◴[] No.45767627{6}[source]
Yeah I’ve been using it as a go-to example for the wrongest approach to UI design for years. I’m glad to see they’re working harder than most to fix some of the underlying problems.
328. BolexNOLA ◴[] No.45767631{4}[source]
Mint is definitely what I recommend to people who hate windows now but are nervous about swapping to Linux. Bazzite if they’re gamers.
329. asielen ◴[] No.45767638{5}[source]
It is easy but annoying. I nearly always find it easier to write a short script and run that rather than type terminal commands directly.
330. BolexNOLA ◴[] No.45767641{3}[source]
> Familiarity is massively undersold in the Linux desktop adoption discussion

Totally agree. My first distro was Elementary because it was sold to me as Mac-like. It’s…sort of that, but it was enough for me to stick with it and now I’ve tried 3 other distros! Elementary is still in place in my n150 server. Bazzite for my big gaming machine. Messed with Mint briefly, wasn’t for me but I appreciated what it was.

Familiarity is so important.

331. DrewADesign ◴[] No.45767659{6}[source]
Microsoft has been lagging on interface design for a long time. If the project managers are focused on forcing users into monetizable paths against their will, then of course you’re going to get crap interfaces and crap software quality. If you have a project manager that’s focused on directing people to solve problems for users rather than people just bolting on whatever makes sense, then that’s a lot different. And no, bad UIs aren’t inherent to FOSS— look at Firefox, Blender, Signal… all FOSS projects that are managed by people focused on integrating the most important features in a way that makes sense for the ecosystem.
332. DrewADesign ◴[] No.45767670{5}[source]
Developers often don’t think it’s a bad thing because that’s how we think about software. Regular users think about applications as tools to solve a problem. Being confronted by implementation details is no problem for people with the base knowledge to understand why things are like that, but without that knowledge, it’s just a confusing mess.
333. DrewADesign ◴[] No.45767695{4}[source]
That might be the case for you, but something doesn’t need to be universally true for it to be true enough to matter. Find any thread about AI art around here and check out how many people have open contempt for artists’ skills. I remember the t-shirts I saw a few sys admins wearing in the nineties that said “stop bothering me or I’ll replace you with a short shell script.” In the decades I worked in tech, I never saw that attitude wane. I saw a thread here within the past year or two where one guy said he couldn’t take medical doctors and auto mechanics seriously because they lacked the superior troubleshooting skills of a software developer. Seriously. That’s obviously not everybody, but it’s deeefinitely a thing.
replies(2): >>45769624 #>>45771820 #
334. marcus_holmes ◴[] No.45767704{4}[source]
I have nightmare stories to tell of Access Forms from my time dealing with them in the 90's.

The usual situation is that the business department hires someone with a modicum of talent or interest in tech, who then uses Access to build an application that automates or helps with some aspect of the department's work. They then leave (in a couple of cases these people were just interns) and the IT department is then called in to fix everything when it inevitably goes wrong. We're faced with a bunch of beginner spaghetti code [0], utterly terrible schema, no documentation, no spec, no structure, and tasked with fixing it urgently. This monster is now business-critical because in the three months it's been running the rest of the department has forgotten how to do the process the old way, and that process is time-critical.

Spinning up a proper project to replace this application isn't feasible in the short term, because there are processes around creating software in the organisation, for very good reasons learned painfully from old mistakes, and there just isn't time to go through that. We have to fix what we can and get it working immediately. And, of course, these fixes cause havoc with the project planning of all our other projects because they're unpredictable, urgent, and high priority. This delays all the other projects and helps to give IT a reputation as taking too long and not delivering on our promised schedules.

So yeah, what appears to be the best solution from a non-IT perspective is a long, long way from the best solution from an IT perspective.

[0] and other messes; in one case the code refused to work unless a field in the application had the author's name in it, for no other reason than vanity, and they'd obfuscated the code that checked for that. Took me a couple of hours to work out wtf they'd done and pull it all out.

replies(6): >>45768297 #>>45768433 #>>45768445 #>>45769911 #>>45770836 #>>45771293 #
335. DrewADesign ◴[] No.45767727{4}[source]
The dozens of people I know that design interfaces professionally can probably recite more of the WCAG by heart than some of the people that created them. You’re assuming that things you think “look designed” were made by designers rather than people playing with the CSS in a template they found trying to make things “look designed.” You’re almost certainly mistaken.
replies(2): >>45768951 #>>45773344 #
336. socalgal2 ◴[] No.45767747[source]
My interpretation: Author picks a complicated piece of software, complains it's complicated.

Maybe handbrake was never meant to be used by people who need the one button solution? That one button solution exists all over the place.

It has nothing to do with free vs not-free

337. walleeee ◴[] No.45767889[source]
This also evidences that in this case, it's more developers of handbrake just know their audience rather than a real design failure. Maybe they'd prefer to keep the user base deliberately small?
338. Ezhik ◴[] No.45767950{5}[source]
It's so frustrating that most man pages explicitly go out of their way to avoid having examples or answering "how do I X" questions.
339. crq-yml ◴[] No.45768251{13}[source]
I believe it's more nuanced than that. Artists, like programmers, aren't uniformly trained or skilled. An enterprise CRUD developer asks different questions and proposes different answers compared to an embedded systems dev or a compiler engineer.

Visual art is millennia older and has found many more niches, so, besides there being a very clear history and sensibility for what is actually fundamental vs industry smoke and mirrors, for every artist you encounter, the likelihood that their goals and interests happen to coincide with "improve the experience of this software" is proportionately lower than in development roles. Calling it drudgery isn't accurate because artists do get the bug for solving repetitive drawing problems and sinking hours into rendering out little details, but the basic motive for it is also likely to be "draw my OCs kissing", with no context of collaboration with anyone else or building a particular career path. The intersection between personal motives and commerce filters a lot of people out of the art pool, and the particular motives of software filters them a second time. The artists with leftover free time may use it for personal indulgences.

Conversely, it's implicit that if you're employed as a developer, that there is someone else that you are talking to who depends on your code and its precise operation, and the job itself is collaborative, with many hands potentially touching the same code and every aspect of it discussed to death. You want to solve a certain issue that hasn't yet been tackled, so you write the first attempt. Then someone else comes along and tries to improve on it. And because of that, the shape of the work and how you approach it remains similar across many kinds of roles, even as the technical details shift. As a result, you end up with a healthy amount of free-time software that is made to a professional standard simply because someone wanted a thing solved so they picked up a hammer.

340. sfpotter ◴[] No.45768262[source]
The title of this article isn't supported. It should be "Complicated software scares normal people". You can have simple and intuitive free software and complicated and unintuitive pay software.
341. nradov ◴[] No.45768297{5}[source]
Of course this is ultimately the IT department's own fault for not responding quickly enough to legitimate business requirements. They need to actively look for ways to help rather than processing tickets.
replies(4): >>45768375 #>>45769320 #>>45771710 #>>45771719 #
342. euroderf ◴[] No.45768320[source]
He mentions the 80/20 rule. But I wonder if what he's describing is more like 95/5. Meaning, non-techie users are massively underserved.
343. marcus_holmes ◴[] No.45768375{6}[source]
Yeah, this is always the response. But it's wildly impractical - there are only so many developer hours available. The budget is limited, so not everyone gets what they want immediately. This should be obvious.

Part of the problem is that the novices that create these applications don't consider all the edge cases and gnarly non-golden-path situations, but the experienced devs do. So the novice slaps together something that does 95% of the job with 5% of the effort, but when it goes wrong the department calls in IT to fix it, and that means doing the rest of the 95% of the effort. The result is that IT is seen as being slow and bureaucratic, when in fact they're just doing the fecking job properly.

replies(2): >>45768466 #>>45771381 #
344. bruce511 ◴[] No.45768376{3}[source]
I agree, people can learn and appreciate if given the chance. But they've more important things to do so changing OS is just a distraction.

I know, techies love to love or hate the OS. Here there are endless threads waxing lyrical about Windows, MacOS or say dozen Linux installs. But 99% of users could care less.

It's kinda like cars. Petrol heads will talk cars for ages. Engine specs. What brand of oil. Gearbox ratios. Whereas I'm like 99% of people - I get in my car to go somewhere. Pretty much the only "feature" a car needs is to make me not worry about getting there.

So for 97% of people the "best" OS is the one they don't notice. The one that's invisible because they want to run a program, and it just runs.

The problem with switching my mom to Linux is not the OS. It's all the programs she uses. And while they might (or might not) be "equivalent" they're not the same. And I'm not interested in re-teaching her every bit of software, and she's not interested in relearning every bit of software.

She's not on "a journey" of software discovery. She has arrived. Changing now is just a waste of time she could be gardening or whatever.

The reason it'll never be the year for Linux Desktop is the same reason it's always been - it's not there already.

replies(2): >>45768403 #>>45768444 #
345. Dylan16807 ◴[] No.45768399{11}[source]
Quitting is easier.
replies(1): >>45768475 #
346. tombert ◴[] No.45768403{4}[source]
I mostly agree with you, though one of the few good things about Electron taking over the desktop means that an increasing number of programs are getting direct ports to Linux. A guy can dream at least.
347. loki-ai ◴[] No.45768433{5}[source]
more often than not it’s the development team that skips engaging with users, putting in minimal effort to understand their real needs.

most of these teams only wants a straightforward spec, shut themselves off from distractions, just to emerge weeks or months later with something that completely misses the business case. and yet, they will find ways to point fingers at the product owner, project manager, or client for the disaster.

replies(1): >>45768487 #
348. sudobash1 ◴[] No.45768444{4}[source]
> And I'm not interested in re-teaching her every bit of software, and she's not interested in relearning every bit of software.

I don't see Windows as having much of an edge there. Lots of things seem to change on Windows just for change's sake. I get so tired of the churn on Windows versions and finding how to disable the new crummy features. If you want to avoid relearning all the time, something simple like XFCE is going to be way better.

replies(2): >>45768495 #>>45771453 #
349. makeitdouble ◴[] No.45768445{5}[source]
> The usual situation is that the business department hires someone with a modicum of talent or interest in tech

This reminds me of the "just walk confidently to their office and ask for a job to get one!" advice. This sounded bullshit to me until I got to stay with some parts of a previous company, where the hiring process wasn't that far really.

That's also the kind of companies where contracts and vendor choices will be negociated on golf courses and the CEO's buddies could as well be running the company it would be the same.

I feel for you.

350. nradov ◴[] No.45768466{7}[source]
In most organizations the problem is lack of urgency rather than lack of developer hours. The developers sit in isolated siloes rather than going out and directly engaging with business units. This is mostly a management problem but there are plenty of individual developers who wait to be told what to do rather than actively seeking out better solutions for business problems.
replies(2): >>45768500 #>>45770901 #
351. bugsliker ◴[] No.45768475{12}[source]
you’re bringing in an unwarranted value judgement on quitting here. easier why? maybe because i have more important things to do?
replies(1): >>45768553 #
352. marcus_holmes ◴[] No.45768487{6}[source]
I have met the occasional person like this, sure. But only ever in really large organisations where they can hide, and only a minority.

The huge majority of devs want to understand the business and develop high quality software for it.

In one business I worked for, the devs knew more about the actual working of the business than most of the non-IT staff. One of the devs I worked with was routinely pulled into high-level strategy meetings because of his encyclopaedic knowledge of the details of the business.

replies(2): >>45769248 #>>45769637 #
353. tombert ◴[] No.45768495{5}[source]
And Linux won't arbitrarily irrevocably brick your computer because of an automatic update. In my opinion, having your computer bricked because of an automatic update is a very large change to adapt to.

I feel the need to constantly reiterate this; if someone who works on Windows Update reads this, please consider a different career, because you are categorically terrible at your job. There are plenty of jobs out there that don't involve software engineering.

replies(2): >>45769425 #>>45772918 #
354. marcus_holmes ◴[] No.45768500{8}[source]
This usually comes back to maker time vs manager time.

If you want a developer to write good code quickly, put them in an isolated silo and don't disturb them.

If you want a developer to engage with the business units more, be prepared for their productivity to drop sharply.

As with all things in tech, it's a trade-off.

replies(3): >>45769228 #>>45769465 #>>45772675 #
355. aidenn0 ◴[] No.45768514[source]
Not only is it hard to figure out the use-case, but the correct use-case will change over time. If this were made in the iPod touch era, it would probably make 240p files for maximum compatibility. That's ... probably the wrong setting for today.
replies(1): >>45771208 #
356. aidenn0 ◴[] No.45768531{6}[source]
In this case, it's at least partly because the expert has access to a lift...
357. Dylan16807 ◴[] No.45768553{13}[source]
It only takes a few seconds.
358. cryptophreak ◴[] No.45768588[source]
That would be even better. It would take longer than an evening, though.
359. chartered_stack ◴[] No.45768610[source]
Like Alan Kay said about software: Simple things should be simple, complex things should be possible.

The thing is this takes a lot of resources to get right. FOSS developers simply don't have the wherewithal - money, inclination or taste - to do this. So, by default, there are no simple things. Everything's complex, everything needs training. And this is okay because the main users of FOSS software is others of a similar bend as the developers themselves.

replies(1): >>45769777 #
360. mjevans ◴[] No.45768648{6}[source]
They just aren't as good at detecting real physical contact as a nice physical mouse is at responding to movement and pressure.
replies(1): >>45769746 #
361. sjamaan ◴[] No.45768790{5}[source]
I was ranting exactly the same just yesterday. Nowadays UI designers seem to have forgotten all about affordances. Back in the day you had drop shadows below buttons to indicate that they could be pressed, big chunky scrollbars with two lines on the handle to indicate "grippiness" etc.

A few days ago I had trouble charging an electric rental car. When plugging it in, it kept saying "charging scheduled" on the dash, but I couldn't find out how to disable that and make it charge right away. The manual seemed to indicate it could only be done with an app (ugh, disgusting). Went back to the rental company, they made it charge and showed me a video of the screen where to do that. I asked "but how on earth do you get to that screen?". Turned out you could fucking swipe the tablet display to get to a different screen! There was absolutely no indication that this was possible, and the screen even implied that it was modal because there were icons at the bottom which changed the display of the screen.

So you had: zero affordances, modal design on a specific tab, and the different modes showed different tabs at the top, further leading me to believe that this was all there was.

replies(1): >>45769391 #
362. renewiltord ◴[] No.45768823{8}[source]
I like this explanation, though there is one form of creative standardization: brand identity. And I suppose that's where graphics folk engage with software (Plasma, the GNOME design, etc.). Amusingly, I like contributing to Wikipedia and the Commons so I should have thought of that. You're absolutely right that I had a blind spot there in terms of what's the equivalent there of free software.

Another thing is that the vast amount of fan fiction out there has a hub-and-spoke model forming an S_n graph around the solitary 'original work' and there are community norms around not 'appropriating' characters and so on, but you're right that community works like the SCP Foundation definitely show that software-like property of remixing of open work.

Anyway, all to say I liked your comment very much but couldn't reply because you seem to have been accidentally hellbanned some short while ago. All of your comments are pretty good, so I reached out to the HN guys and they fixed it up (and confirmed it was a false positive). If you haven't seen people engage with what you're saying, it was a technical issue not a quality issue, so I hope you'll keep posting because this is stuff I like reading on HN. And if you have a blog with an RSS feed or something, it would be cool to see it on your profile.

363. sjamaan ◴[] No.45768840{6}[source]
I don't know if this works well in general, but for example Kodi has "basic", "advanced" and several progressively more advanced steps in between for most of its menus. It hides lots of details that are irrelevant to the majority of users.
364. Imustaskforhelp ◴[] No.45768843{5}[source]
> It's statistically very likely a hot chick does not know calculus.

It would be honestly interesting if someone actually did a study regarding it.

I do agree with this statement but it isn't as if everybody doesn't have other opportunity costs, people might have video games as hobbies or just normal hobbies in general as well which could be considered opportunity costs

The question to me which sounds more interesting which I feel like I maybe reading in the lines but does the society shower attention to beauty which can make them feel less susceptible to lets say calculus which might feel a lot more boring respectively?

Generally speaking, I was seeing this the other day but female involvement overall in the whole stem department has reduced in %'s iirc.

Another factor could be the weirdness or expectation. Like just as you think this, this is assumed by many people about hot chicks lets say, so if a hot chick is actually into calculus and she tells it, people would say things like oh wow I didn't know that or really?? which could feel weirdness or this expectation of them to not be this way and be conventional and not have interests it seems.

I have seen people get shocked in online communities if a girl is even learning programming or doing things like hyprland (maybe myself included as it was indeed rare)

Naturally I would love if more girls could be into this as I feel like talking to girls about my hobbies when she isn't that interested or not having common hobbies hurts me when I talk to them, they can appreciate it but I feel like I can tell them anything, I am not that deep of a coder right now as much as I am a linux tinkerer, building linux iso's from scratch, shell scripting and building some web services etc. , I like to tinker with software, naturally the word used in unix/foss communities for this is called hacking which should be the perfect way to describe what I mean except they think I am talking about cybersecurity and want me to "hack something", Sorry about this rant but I have stopped saying this hacking just because of how correlated it is to cybersecurity to the normal public. I just say that I love tinkering with software nowadays. Side note, but is there a better word for what I am saying other than hacking?

replies(1): >>45769202 #
365. mock-possum ◴[] No.45768898[source]
Conversely, people want familiar UIs that they’re familiar with, and are willing to forgo features to use them.
366. eviks ◴[] No.45768902[source]
> 80% of the people only need 20% of the features. Hide the rest from them and you’ll make them more productive and happy. That’s really all it takes.

You should know the common retort - but it's different 20%! So you can't create a one-button UI that covers 80%

But the challenge is real, though mostly "unsolvable" as there is too much friction in making good easily customizable UIs

367. eviks ◴[] No.45768951{5}[source]
> can probably recite more of the WCAG by heart than some of the people that created them

That's part of the problem, they'll defend their poorly visible choice by lawyering "but this meets the minimal recommended guideline of 2.7.9"

replies(1): >>45776304 #
368. LtWorf ◴[] No.45769074{3}[source]
Lol, have you not noticed how every version of windows moves everything and the users are no longer able to do anything?
369. Piterniel ◴[] No.45769086[source]
I like when there are presets for UI. You have basic and advanced options visible when you want to.
370. cadamsdotcom ◴[] No.45769128[source]
Brilliant. Love it! Say your family member or other person you support needs some free software functionality but not the whole UI..

Grab an LLM and make a nice single button app they can use.

LLMs writing code, plus free software, a match made in heaven.

It’s also a new take on Unix “do one thing well” philosophy.

371. einpoklum ◴[] No.45769166[source]
Why are people bothered by the money-trasfer-winking so much, but not by these companies aiding and abetting a brutal and murderous regime engaging in decades-long military occupying, at first, and later - aided and abetted a genocide campaign?
372. csin ◴[] No.45769202{6}[source]
It sounds like you are a Linux UI designer.

Which is a rare thing in this space. Linux is rough around the edges, to say the least. You don't need me telling you. We are in a thread about how open sources software suck at UI design. We could use more people like you in this space.

The men aren't fussed with the "hacker" label. It sounds cool. It's like when people mistakenly think all Asians know Kung Fu or something. The Asian guy isn't complaining lol.

There's definitely stigma/sexism that deter women away from this field. But I think opportunity cost is a factor, gravely overlooked.

Society demands a lot from women, when it comes to appearance. The bar is set very high.

So high, you don't have the time to be a good programmer AND pretty. Unless you won the genetic lottery.

I follow women's basketball avidly. Some of the women are not pretty. They are just very good at basketball. It's refreshing to see women be valued, not just because of their beauty.

373. eviks ◴[] No.45769218[source]
the "modal disruption" is misguided - he cites as the challenge a very poor implementation in a MS app where the modes were barely visible!!! That's not a proof that modes are bad, just a statement that invisible information makes it hard for the users to adapt! Brushes (another mode he cites as great) are great precisly because their state is immediately visible in your focus area - your primary pointer changes

Now he got rid of the modes by adding handles and border actions - so 1) wasted some space that could be used for information 2) required more precision from the users because now to do the action you must target a tiny handle/border area 3) same, but for other actions as now you have to avoid those extra areas to do other tasks.

While this might be fine for casual users as it's more visible, the proper way out is, of course,... MODES and better ones! Let the default be some more casual mode with your handles, but then let users who want more ergonomics use a keybind to allow moving the audio segment by pressing anywhere in that segment, not just in the tiny handle at the top. And then you could also add all those handles to visually indicate that now segments are movable or turn your pointer into a holding hand etc.

Same thing in the example - instead of creating a whole new separate app with a button you could have a "1-button magicbrake" mode in handbrake

replies(3): >>45769514 #>>45771165 #>>45774283 #
374. thesumofall ◴[] No.45769228{9}[source]
That depends if one measures productivity in LOCs or business impact. As always, it’s not black or white, but my experience is that higher proximity is a net benefit
375. jdthedisciple ◴[] No.45769237{3}[source]
first u gotta tell them how to install ffmpeg... scary stuff
376. savolai ◴[] No.45769248{7}[source]
And yet, even ”knowing about the working of the business” is different from actually understanding user needs at UI level, which involves a lot more variables.

The single most valuable tool is user testing. However it really takes quite a few rounds of actually creating a design and seeing how wrong you saw the other person’s capabilities, to grok how powerful user testing is in revealing your own biases.

And it’s not hard at all at core. The most important lesson really is a bit of humility. Actually shutting up and observing what real users do when not intervened.

Shameless plug, my intro to user testing: https://savolai.net/ux/the-why-and-the-how-usability-testing...

377. einpoklum ◴[] No.45769267[source]
His notion of "normal people" are people who use MacOS:

> Normal people often struggle with converting video. ... the format will be weird. (Weird, broadly defined, is anything that won’t play in QuickTime or upload to Facebook.)"

Except normal people don't use MacOS and don't even know what QuickTime is. Including the US, the MacOS user share is apparently ~11%. Take the US out, and that drops to something like... 6%, I guess? And Macs are expensive - prohibitively expensive for people in most countries. So, normal people use Windows I'm afraid.

https://gs.statcounter.com/os-market-share/desktop/worldwide

In fact, if you disregard the US, Linux user share seems to be around half of the Mac share, making the perspective of "normal people use Macs not FOSS" even sillier.

-----

PS - Yes, I know the quality of such statistics is low, if you can find better-quality user share analysis please post the link.

378. test6554 ◴[] No.45769280[source]
It’s a bit like obscuring the less-used functions on a TV remote with tape.

It’s like creating a new tv controller with fewer options.

replies(1): >>45770381 #
379. einpoklum ◴[] No.45769305[source]
> . Free software is developed for the developer's own needs and developers are going to be power users

* Free software which gains popularity is developed for the needs of many people - the users who make requests and complaints and the developers.

* Developers who write for a larger audience naturally think of more users' needs. It's true that they typically cater more to making features available than to simplicity of the UI and ease of UX.

> 2. The cost etc.

Agreed!

> 3. The developer doesn't know who the customer is and rather than research/refine just tries to hit all the boxes.

The developer typically knows what the popular use cases would be. Like with the handbrake example. They also pretty much know how newbie users like simplified workflows and hand-holding - but it's often a lot of hassle to create the simplified-with-semi-hidden-advanced-mode interface.

> 4. The distribution of the software itself means anyone who successfully installs it themselves really is a power user

Are people who install, say, the Chrome browser on their PC to be considered power userS? They downloaded and installed it themselves after all... no, I believe you're creating a false dichotomy. Some users will never install anything; some users might install common software they've heard about from friends; and some might actively look for software to install - even though they don't know much about it or about how to operate the apps and OS facilities they already h ave. ... and all of these are mostly non-power-users.

380. ozim ◴[] No.45769320{6}[source]
Downside is that it quickly turns to idea people coming over directly to dev team pushing BS ideas and requiring work to be done on that ASAP.

You need a structure if you have org of 100+ employees. If it is smaller than that I don’t believe you get dev department.

381. einpoklum ◴[] No.45769340[source]
Well, the outcry is completely justified. Suppose a video conversion app really did have just have a drop-target area and a "do it" button. It would be ridiculously bad. That kind of crutch is ok to install for illiterate users who don't know anything and won't learn anything - but:

1. Some day, those users think "Hey, I'm not happy with some setting, what do I do?" and they can do nothing.

2. The users who need more functionality can't get it - and feel like they have to constantly wrestle with the app, and that it constantly confounds and trips them up, even when they express their clear intents. It's not like the GNOME apps have a "simple mode" and an "advanced mode"

3. The GNOME apps don't even really go along those lines. You see, even non-savvy users enjoy consistentcy and clarity; and the GNOME people have made their icons inscrutable; take over the window manager's decorations to "do their own thing"; hide items behind a hamburger menu, as though you're on a mobile phone with no screen space; etc. So, even for the non-savvy users - the UX is kind of bad. And just think of things like the GTK file picker. Man, that's a little Pandora's box right there, for the newbie and power user alike.

replies(1): >>45769742 #
382. LtWorf ◴[] No.45769369{5}[source]
I created localslackirc to keep using IRC and not have to deal with slack :D
383. csin ◴[] No.45769377{5}[source]
"If Excel was simpler and had an intuitive UI, it would be worthless."

Excel is a simple intuitive UI.

I use 10% of Excel. I don't even know the 90% of what it's capable of.

It hides away it's complexity.

For people that need the complex stuff, they can access it via menus/formulas.

For the rest of us, we don't even know it's there.

Whereas, Handbrake shoves all the complexity in your face. It's overwhelming for first time users.

384. LtWorf ◴[] No.45769391{6}[source]
I've had long discussions at work with our designer, who thinks that people on desktop computers should perform swipe actions with the mouse rather than the UI reacting to mouse scroll events.

99% of the users are not using the mobile version.

385. thelastgallon ◴[] No.45769410[source]
It is halloween. Perhaps T-shirts can be printed with "free software" and danger sign? Oracle and Microsoft can fund this startup!
386. impure-aqua ◴[] No.45769412[source]
The walled gardens got a lot more appealing.

When we moved to Canada from the UK in 2010 there was no real way to access BBC content in a timely manner. My dad learned how to use a VPN and Handbrake to rip BBC iPlayer content and encode it for use on an Apple TV.

You had to do this if you wanted to access the content. The market did not provide any alternative.

Nowadays BBC have a BritBox subscription service. As someone in this middle space, my dad promptly bought a subscription and probably has never fired up Handbrake since.

387. simonask ◴[] No.45769425{6}[source]
> And Linux won't arbitrarily irrevocably brick your computer because of an automatic update.

To the average user, it absolutely will. Unless they happen to run on particularly well-supported hardware, the days of console tinkering aren't gone, even on major distros.

What's fixable to the average Linux user and what's fixable to the average person (whose job is not to run Linux) are two very, very different things.

replies(1): >>45772546 #
388. TeMPOraL ◴[] No.45769465{9}[source]
I think that's the lesser problem. The bigger problem is the attitude of IT is wrong from the start. When they start doing something, they want to Do It Right. They want to automate the business process. But that's the wrong goal! You can spend years doing that and go all the way to building a homegrown SAP, and it will still suck and people will still use their half-assed Excel sheets and Access hacks.

IT should not be focusing on the theoretical, platonic Business Process. It never exists in practice anyway. They should focus on streamlining actual workflow of actual people. I.e. the opposite advice to the usual. Instead of understanding what users want and doing it, just do what they tell you they want. The problem with standard advice is that the thing you seek to understand is emergent, no one has a good definition, and will change three times before you finish your design doc.

To help company get rid of YOLOed hacks in Excel and such made by interns, IT should YOLO better hacks. Rapid delivery and responsiveness, but much more robust and reliable because of actual developer expertise behind it.

replies(1): >>45769676 #
389. asimovDev ◴[] No.45769497{3}[source]
won't you get in trouble for using a personal device for accessing work resources?
390. lilerjee ◴[] No.45769513[source]
One of my product design principles:

Concise

Focus only on the parts that are really needed, necessary, or the most important; hide the currently unnecessary or secondary, or simply remove the truly unnecessary and secondary; remove all unnecessary

Maybe it can help you

391. aniforprez ◴[] No.45769514{3}[source]
Having actually used Audacity, the modes were horrid and not at all intuitive to use and everything demonstrated in the video only looked like vast improvements (aside from the logo). I am failing to see how adding handles wastes space that could be used for any extra information especially when the tradeoff is an incredible degree of customisation for my UI. In terms of precision, they're working on accessibility issues but I'm not sure how this change is any special than any other UI.
replies(1): >>45769764 #
392. neop1x ◴[] No.45769556[source]
I think it woudn't hurt if Handbrake had a simple UI like this by default with an Expert button to get into the full UI. I like how VLC also have basic and expert modes. It's a nice idea IMO.
393. pjmlp ◴[] No.45769563{4}[source]
Delphi and Access are pretty much still around, even if they are seldom reason of a HN front page post.
394. csin ◴[] No.45769618{6}[source]
See, I feel this is where programmers just don't "get" good UI design.

Photoshop is good UI design. A normie can use photoshop the same way they use MS paint.

Albeit it just loads slower.

A normie doesn't need all the bells and whistles. They can just use photoshop like a glorified MS paint.

You can't do that with GIMP. It's actually really fucking annoying, if you try to use GIMP to do a MS paint job.

replies(2): >>45770897 #>>45776464 #
395. lukan ◴[] No.45769624{5}[source]
I believe it comes from low self esteem initially. Then finding their way into computers, where they then indeed have higher skills than average and maybe indeed observed that the job of some people could be automated by a shell script. So ... lots of ungrounded ego suddenly, but in their new guru ego state, they extrapolated from such isolated cases to everywhere.

I also remember the hostility of my informal universities IT chat groups. Newbs were rather insulted for not knowing basic stuff, instead of helping them. A truly confident person does not feel the need to do that. (and it was amazing having a couple of those persons writing very helpful responses in the middle of all the insulting garbage)

396. TeMPOraL ◴[] No.45769637{7}[source]
The mistake is in trying to understand the business case. There is nothing to understand! The business case is the aggregate of what people actually do. There is no proper procedure that's actually followed at the ground level. Workflows are emergent and in constant flux. In this environment, the role of a dev should not be to build internal products, but to deliver internal hacks and ad-hoc solutios, maintain them, modify on the fly, and keep it all documented.

I.e. done right, it should be not just possible but completely natural for a random team lead in the mail room to call IT and ask, "hey, we need a yellow highlighter in the sheet for packages that Steve from ACME Shipping needs to pick on extra evening run, can you add it?", and the answer should be "sure!" and they should have the new feature within an hour.

Yes, YOLO development straight on prod is acceptable. It's what everyone else is doing all the time, in every aspect of the business. It's time for developers to stop insisting they're special and normal rules don't apply to them.

replies(3): >>45770455 #>>45777401 #>>45778111 #
397. jampekka ◴[] No.45769674{3}[source]
Where do they tell to use keyboard shortcuts? I've been using Gnome 3 since it came out and I haven't encountered situations where I could do things with keyboard I couldn't do easily with mouse.
replies(1): >>45770112 #
398. thyristan ◴[] No.45769676{10}[source]
> They should focus on streamlining actual workflow of actual people.

If you streamline a shitty process, you will have diarrhea...

Unfortunately, most processes suck and need improvement. It isn't actually IT's job to improve processes. But almost always, IT is the only department that is able to change those processes nowadays since they are usually tied to some combination of lore, traditions, spreadsheets and misused third-party software.

If you just streamline what is there, you are cementing those broken processes.

replies(1): >>45769809 #
399. miki123211 ◴[] No.45769691[source]
To design a good user interface, you need a feedback loop that tells you how people actually use your software. That feedback loop should be as painless for the user as possible.

Having people to man a 1-800 number is one way to get that feedback loop. Professional user testing is another. Telemetry / analytics / user tracking, or even being able to pull out statistics from a database on your server, is yet another. Professional software usually has at least two of these, sometimes all four. Free software usually has none.

There are still FLOSS developers out there who think that an English-only channel on Libera.chat (because Discord is for the uneducated n00bs who don't know what's good for them) is a good way to communicate with their users.

What developers want from software isn't what end users want from software. Take Linux for example. A lot of things on Linux can only be done in the terminal, but the people who are able to fix this problem don't actually need it to be fixed. This is why OSS works so well for dev tools.

replies(1): >>45777136 #
400. KronisLV ◴[] No.45769724[source]
> It’s a bit like obscuring the less-used functions on a TV remote with tape. The functions still exist if you need them, but you’re not required to contend with them just to turn the TV on.

For telling software devs to embrace traditional design wisdom, using TV remotes is an interesting example - cause aside from the commonly used functionality people actually care about (channels, volume, on/off, maybe subtitles/audio language) the rest should just be hidden under a menu and the fact that this isn't the case demonstrates bad design.

It's probably some legacy garbage, along the lines of everyone having an idea for what a TV remote is "supposed" to look like and therefore the manufacturers putting on buttons in plain view that will never get used and that you'd sometimes need the manual to even understand.

At the same time, it might also be possible that the FOSS software that's made for power users or even just people with needs that are slightly more complex than the baseline is never going to be suited for a casual user - for example, dumbing down Handbrake and hiding functionality power users actually do use under a bunch of menus would be really annoying for them and would slow them down.

You can try to add "simple" and "advanced" views of your UI, but that's the real disconnect here - different users. Building simplified versions with sane defaults seems nice for when there is a userbase that needs it.

replies(1): >>45769772 #
401. moring ◴[] No.45769730{5}[source]
I'm sceptical about fixing (in the sense of a lasting solution), but it might be a very powerful tool to communicate to devs what the UI should look like.
402. jampekka ◴[] No.45769742{3}[source]
> Well, the outcry is completely justified. Suppose a video conversion app really did have just have a drop-target area and a "do it" button. It would be ridiculously bad. That kind of crutch is ok to install for illiterate users who don't know anything and won't learn anything

One could say the same about people who don't bother to learn ffmpeg CLI.

403. fragmede ◴[] No.45769746{7}[source]
I mean, maybe but the question wasn't what is the superior general pointing device (trackball ftw if you ask me) though, but how to scroll using a trackpad without tearing your hair out.
404. pepoluan ◴[] No.45769761[source]
I think some software -- FLOSS or otherwise -- tries to do this by hiding functionalities behind an "Advanced Mode" toggle.

Which kind of fulfills the best of both worlds: Welcoming for beginners, but full-powered for advanced users.

More software should be designed this way.

405. eviks ◴[] No.45769764{4}[source]
> I am failing to see how adding handles wastes space that could be used for any extra information

What is there to see? You add a bar that takes space. That space can be taken up by something useful. Just like you have apps that hide app title bar and app menus so you can have more space for your precious content. This is especially useful for high-info-density apps like these audio/video/photo authoring ones. Note how tiny those handles are in the video, why do you think that is?

> tradeoff is an incredible degree of customisation

You don't have that tradeoff, neither of the 2 solutions are anywhere close to "incredible customization", so you can pick either without it.

> In terms of precision, they're working on accessibility issues

Working towards what magic solution?

> but I'm not sure how this change is any special than any other UI.

why does it have to be special? Just a bog standard degradation common to any UI (re)design, nothing special about it.

> the modes were horrid

Of course they were. Just like they were horrid in that MS Paint app the dev worked on before. But you can make any UI primitive horrid, even buttons, that's no reason to remove them, but to improve them!

406. TeMPOraL ◴[] No.45769772[source]
I'd say it tells us that "good design" is stupid.

Remotes are fine. Except the modern ones that have a touchpad and, like, 8 buttons, four of which are ads.

People can handle many buttons just fine. Even one year old kids don't have a problem with this, which becomes apparent if you ever watch a small child play. The only people who have a problem here are UX designers high on paternalistic approach to users.

replies(1): >>45770857 #
407. jampekka ◴[] No.45769777[source]
For complex things there's CLI. For even more complex things there are programming languages.
408. TeMPOraL ◴[] No.45769809{11}[source]
That's precisely the mistake I'm talking about. You think you're smarter than people on the ground, and know better how they should do their job.

It's because of that condescending, know-it-all attitude that people actively avoid getting IT involved in anything, and prefer half-assed Excel hacks. And they're absolutely right.

Work with them and not over them, and you may get an opportunity to improve the process in ways that are actually useful. Those improvements aren't apparent until you're knee-deep in mud yourself, working hand by hand with the people you're trying to help.

replies(2): >>45770256 #>>45772163 #
409. GTP ◴[] No.45769882[source]
> 80% of the people only need 20% of the features.

I also heard that, once you try to apply this concept, you see that everyone needs a different 20%. Any thoughts on this?

replies(1): >>45772506 #
410. mna_ ◴[] No.45769903[source]
For me, it's the fact that I'm running code written by some random people. The code could be malicious. I don't know unless I audit it myself and I have no time for that. Remember the XZ Utils backdoor thing from a few months ago? Well how many backdoors are there in other FOSS stuff?
replies(1): >>45769928 #
411. GTP ◴[] No.45769911{5}[source]
> Spinning up a proper project to replace this application isn't feasible in the short term, because there are processes around creating software in the organisation, for very good reasons learned painfully from old mistakes, and there just isn't time to go through that.

I assume those processes weren't applied when deciding to use this application, why? Was there a loophole because it was done by an intern?

replies(2): >>45770544 #>>45770589 #
412. mbork_pl ◴[] No.45769928[source]
How is that specific to FOSS?
replies(1): >>45770045 #
413. zeroc8 ◴[] No.45769948{5}[source]
The brutalist style also meant that I didn't need a UI designer for my applications. With Delphi I was able to create great apps in a matter of days. And users loved them, because they were so snappy and well thought out. Nowadays it seems I need a UI designer to accomplish just about anything. And the resulting apps might look better but are worse when you are actually trying to accomplish work using them.
414. globular-toast ◴[] No.45769968[source]
What you're used to is definitely a huge part of it. But I do think 10-15 years ago Linux was easier to break than Windows, because it didn't make any effort to hide away the bits that let you break it. This was mainly a matter of taste. People who know what they're doing don't want to use some sanitised sandbox.

Linux was like a racing car. Raw and refined. Every control was directly connected to powerful mechanical components, like a throttle, clutch and steering rack. It did exactly what you told it to do, but to be good at it requires learning to finesse the controls. If you failed, the lessons the were delivered swiftly and harshly: you would lose traction, spin and crash.

Windows was more like a daily driver. Things were "easier", but that the cost of having less raw control and power, like a clutch with a huge dual mass flywheel. It's not like you can't break a daily driver, any experienced computer guy has surely broken Windows more than once, but you can just do more within the confines o the sandbox. Linux required you to leave.

It's different now. Distros like Ubuntu do almost everything most people want without having to leave the sandbox. The beautiful part about Linux, though, is it's still all there if you want it and nice to use if you get there, because it's build and designed by people who actually do that stuff. Nowadays I tend to agree it is mostly just what you're used to and what you've already learnt.

415. a96 ◴[] No.45769982{5}[source]
Dear reader, please make sure you look up whose project this is and why it's spammed everywhere.
replies(1): >>45770074 #
416. yallpendantools ◴[] No.45769997{7}[source]
The difference is a lot of "computer education" (as opposed to computing education most in this forum have) has happened with GUIs. "Simple" CLI tools doesn't mean they're understandable or even user-friendly.

Heck, even computing education (and the profession even!) has been propped up by GUIs. After my first year in CS, there were like only three to five of us in a section of forty to fifty who could compile Java from the command line, who would dare edit PATH variables. I'm pretty sure that number didn't improve by much when we graduated. A lot of professionals wouldn't touch a CLI either. I'm not saying they are bad programmers but fact of the matter is there are competent professional programmers who pretty much just expect a working machine handed to them by IT and then expect DevOps to fix Jenkins when it's borked out.

Remember: HN isn't all programmers. There are more out there.

> But, if we assume the user has never seen a graphical application before, then likely all GUI tools will be useless too.

We don't even need to assume, we just need to look at history. GUIs came with a huge amount of educational campaigning behind it, be it corporate (i.e., ads/training programs that teach users how to use their products) or even government campaigns (i.e., computer literacy classes, computer curriculum integrated at school). That's of course followed by man-years upon man-years of usability studies and the bigger vendors keeping consistent GUI metaphors across their products.

Before all of this, users did ask the questions that you enumerated and certain demographics still do to this day.

> Of all of that, CLI tools rely on some of the least amount of assumptions by their nature - they're low fidelity, forced to be simple.

"Everything should be made simple, but not simpler." Has it occurred to you that maybe CLI tools assume too little?

replies(1): >>45776442 #
417. jeremyjh ◴[] No.45770027{4}[source]
Yes, they've been slowly boiled alive and that is why they are so salty and resentful about it.
418. a96 ◴[] No.45770045{3}[source]
It's one of the main features, just incoherently rambled and backwards.

https://en.wikipedia.org/wiki/The_Free_Software_Definition#T...

> The freedom to study how the program works, and change it to make it do what you wish (freedom 1). Access to the source code is a precondition for this.

Free software can be audited for backdoors. Closed can not. Their backdoors will stay there indefinitely.

replies(2): >>45770115 #>>45770779 #
419. cjfd ◴[] No.45770054[source]
Then we have to wait until 'normal' software becomes more scary. Various vendors are doing everything in their power to make it so.
replies(1): >>45770097 #
420. a96 ◴[] No.45770068[source]
That's a good button on a copier or a microwave. Not on a CNC mill, CAD software, text editor, chemical plant, tractor, knife... basically any object in the world that doesn't have one obvious function.
421. tmtvl ◴[] No.45770074{6}[source]
Duckduckgo led me to this wiki page: <https://en.wikipedia.org/wiki/David_Heinemeier_Hansson>. I can see why software by the creator of Ruby on Rails gets widely shared. Pretty good 24HLM results too.
422. NaomiLehman ◴[] No.45770097[source]
i think it's not about having more features but having to set and understand certain features and unless you do, the app doesn't work. like Handbrake
423. palata ◴[] No.45770109{6}[source]
Just for the record: as a developer, I have done a ton of free software contributions. I pretty much didn't get anything from it, except people complaining or asking me to do even more for them, for free.

I don't know if that qualifies as "getting ripped off", but it's not exactly paying me either.

replies(1): >>45770475 #
424. a96 ◴[] No.45770112{4}[source]
They did in a few places about thirty versions ago.
425. fragmede ◴[] No.45770115{4}[source]
disassembler and decompilers exist.
replies(1): >>45770269 #
426. palata ◴[] No.45770150[source]
To me, this reads as: "My friends wanted to convert videos to MP4, so I made a small GUI for them to do just that. Now I'm writing an article explaining how everything in the world can probably be solved by a single drag-and-drop and a single button".

BTW, if all you can do it drag-and-drop a file, do you need the "convert" button?

427. imtringued ◴[] No.45770159{5}[source]
I think you got everything backwards. I've seen a lot of people who are specialized in a non software domain learn programming and write their own projects. Very often these people know more about what they want to accomplish and work on than someone who has learned how to do software development properly, but has no clue about what software to develop.

I was that type of person when I started working. I had a burning passion to work on an open source project, but no clue what exactly to work on. Meanwhile at work the project manager gives me a ticket I'd execute rapidly to everyone's satisfaction.

replies(1): >>45770273 #
428. nitnelave ◴[] No.45770235[source]
That's broadly the same reason I created LLDAP. It's the 20% of features of an LDAP server that 80% of users need.

It's been hard pushing back and saying no to all the new features. We've started work on a plugin API so that people can add features and opt in to the complexity.

429. goodpoint ◴[] No.45770238{5}[source]
Those people will not use software designed for professional use and move to something else.
430. skydhash ◴[] No.45770256{12}[source]
The problem with hackish solution is that they get put in places they don’t belong. In other professions, there’s regulation in place to prevent these kind of shortcuts.

Also, if you have ever worked with anyone trying to get specifications worked out, you’ll see that most people (including devs) rely on intuition rather than checklists and will always forget to tell you something that is critical.

The thing is that cost of changes in the business can be a simple memo. But for software that usually means redesign.

replies(1): >>45770624 #
431. goodpoint ◴[] No.45770269{5}[source]
This statement is ridiculous.
replies(1): >>45770297 #
432. csin ◴[] No.45770273{6}[source]
No I think we are on the same page.

The people who specialized in non-software domain, and wrote their own projects, are amazingly talented.

They are not specializing in 1 field. They are so smart, they've managed to specialize in 2 fields.

I bet you they also suck at UI design. And wrote projects like Handbrake.

It's totally understandable.

I don't expect them to have the time to specialize in THREE fields. There is an opportunity cost to everything.

433. imtringued ◴[] No.45770277{8}[source]
That only works if you form a team with the artist. It doesn't work when the person you're commissioning free stuff from is an external artist who is getting flooded by both paid and unpaid requests. Even a token amount will let them know to prioritize you over the freeloaders.
replies(1): >>45770677 #
434. fragmede ◴[] No.45770297{6}[source]
A music CD installing a stealthed persistent kernel-level rootkit on your Windows PC would also be ridiculous, yet that's exactly what Sony BMG's rootkit in 2005 did. And guess how it was found?
435. ThrowawayTestr ◴[] No.45770301{5}[source]
Type what into where?
436. sfRattan ◴[] No.45770309{4}[source]
> That the Gnome team has different priorities from other DEs, one of them being "keep the design consistent and sustainable," is completely valid and preferred by many users like myself.

A new design metaphor can be "completely valid" and simultaneously an aggravating rug pull if it is pitched as a new numbered version of an existing program---especially an existing desktop environment that many people use daily---rather than as a new program.

> Gnome 3 was a big update and adding options, which does happen, is not free. There were changes from Gnome 2 and 3 and adding some options "back" from Gnome 2 is really asking for that feature to be rewritten from scratch (not all the time, but a lot of the time).

If the "next version" of a software project is really a near-total rewrite, such that many-to-most features from the previous version must be rewritten from scratch, then you should start a new project and pick a new name if you do not want your current users comparing the new version to the previous version. Whether or not those users appreciate the cost of feature rewrites to the developers' satisfaction, they already have working software with a long list of features and a version number one lower.

KDE had a similar problem moving from 3.5 to 4 (also a major rewrite), but the initial wave of complaints had more to do with instability and heavy resource use because they didn't abandon the desktop metaphor entirely. They also explicitly had a roadmap of building back in many of 3.5's features as time went on, which made it a less radical transition.

It's all ancient history at this point, at least on software timescales. But the Gnome 2 to Gnome 3 transition is up there with Python 2.7 to Python 3 as an example of how not to manage or implement a major change to a widely used piece of software.

The funniest thing to me is I used to think of Gnome 3 as a effort toward Apple-esque design which wasn't as well put together as MacOS... But now, even though Gnome today is still not up to the consistency of 2011 MacOS, it is more consistent than 2025 MacOS because Apple has been driving drunk on desktop software design for a decade and a half.

replies(1): >>45779327 #
437. imtringued ◴[] No.45770341{7}[source]
You actually skipped over the most important part:

> You can and will happily do things your users/customers hate if ... you dont have to face their criticisms directly.

A lot of software developers can't take criticism well when it comes to their pet projects. The entire FreeCAD community, for instance, is based entirely around the idea that FreeCAD is fine and the people criticising it are wrong and have an axe to grind, when that is exactly backwards.

438. rglullis ◴[] No.45770356[source]
If there is one thing I believe that will come out of the whole AI bubble, is this: we will interact with applications though natural language and the "graphical UI" will be mostly about visual feedback of what operation is happening. The challenge for open source projects will be to define whether they will assume that their application will rely on some external LLM that will (hopefully) be good enough or if they will have to distill/train a specific model that can be smart enough to interact with the application tools.
439. a96 ◴[] No.45770381[source]
Putting fewer buttons on a controller just means that all the necessary features are in a menu or require several clicks which mean that you have to know what state the receiver is in and if it's lagging. Which is all much worse than if there was a button per feature.

(The usual problem with remotes happens to be that they tend to have buttons that nobody has ever used or wanted and which don't even do anything. And there's still menus and state. And the one button that has to be pushed for every feature is the one that dies first.)

440. imtringued ◴[] No.45770384{5}[source]
I've seen this too. Explicitly talking about something being an XY problem is a red flag, because the goal is usually to dismiss you with a canned answer that doesn't help you.

The point of XY problems isn't to call people out on supposedly bad behaviour, it's to push them in the right direction and provide more context.

441. e40 ◴[] No.45770423[source]
I too was a Windows power user. Never thought I could use macOS. It was painful to start, but ultimately it was far better than what I had on Windows. You just have to put in the work. I did this conversion after I was 50.
442. a96 ◴[] No.45770443[source]
I know that's just an asshole comment, but for facts ipod came out in 2001 and was still sold three years ago. I'd rather never see it mentioned anywhere, but it's a perfectly valid target for a transcoder to offer.
443. a96 ◴[] No.45770451{3}[source]
Can confirm. Absolute bs and deliberate misinformation.
444. skydhash ◴[] No.45770455{8}[source]
It would be nice if the computers could be that nice to work. It’s a completely dumb machine that needs everything spelled out. Humans are very flexible. To get flexibility out of a computer require great effort.

The main reason you want a computer is cheap emulation (cad, daw,…) or fast (and reliable) automation. Both requires great deal of specifications to get right.

replies(1): >>45770636 #
445. ChrisMarshallNY ◴[] No.45770475{7}[source]
I can relate, but artists get treated even worse. It seems to be a thing with creatives. Musicians also get ripped off a lot, as do writers.

Developers seem to have a product that people can actually attach a value to, but art and music; not so much. They seem to be in different Venn circles.

In all of it, we do stuff because of the love of the craft. One of the deeper satisfactions, for me, is when folks appreciate my work (payment is almost irrelevant; except for "keeping score"). It's pretty infuriating, to have someone treat my work as if it is a cheap commodity. There's a famous Star Trek scene, where Scotty and his crew are being disciplined for a bar fight with some Klingons[0], and Scotty throws the first punch. I can relate.

[0] https://www.youtube.com/watch?v=5rsZfcz3h1s

replies(1): >>45773679 #
446. Hendrikto ◴[] No.45770493{3}[source]
> I did think about trying to do an ultimatum with that employer to tell them to buy me a computer with Windows or let me install Linux on the Macbook

> I refuse to allow anyone to run Windows in my house

So you don’t care for peoples preferences unless they match your own? I don’t get that. You were in the same position. Why don’t you just let people use what they like?

replies(1): >>45772567 #
447. rob74 ◴[] No.45770544{6}[source]
Well, if someone (especially an intern) who is not in the IT department decides to write an application, it's pretty obvious that they are not familiar with (and therefore won't follow) the processes of the IT department. That's the problem with these more "democratic" development environments: if something is beginner-friendly, beginners will use it...
replies(2): >>45770652 #>>45772620 #
448. Hendrikto ◴[] No.45770560{3}[source]
Had you actually watched the video or tried using Audacity, you would know that the option to continue using the old UI is there.
449. dspillett ◴[] No.45770589{6}[source]
Simple things, or even complex prototypes, get created in office apps because the office apps are their, have the flexibility, and you don't need to get IT to install something new (or allow you to), or convince finance to let you pay for something new, or convince compliance/security/other than the something new is safe anyway, etc. Also in a larger company, once the discussion of developing or buying something comes up lots of other potential stakeholders might raise their heads above the parapet and want to get involved (“Could our dept use this too?”, “We would need it to do Y as well as X…”, “That sounds useful, but it should be us doing it instead”, etc.), and suddenly the quick PoC that has been barely started has become a series of interminable meetings.

The loophole is that if you have Office or similar you have a variety of development environment, IT/compliance/finance aren't caring what files you produce with the applications you have, and no one else is paying attention initially either, but would have a say (and a procedure for you to follow) if you wanted to bring in or create a new application. The usual process is bypassed.

This is more commonly associated with Excel, but it applies to Access too (less so than it used to, but there are still plenty people out there who rely on it daily).

Once the demo/prototype/PoC is there it is a lot easier to “fix up” that than spin up a project in anything else, or get something else in that is already available, for the same reasons as why it was done in Excel/Access in the first place plus the added momentum: the job is already at least part way done, using something else would be a more complete restart so you need to justify that time as well as any other costs and risks.

[Note: other office suites exist and have spreadsheets & simple DBs with similar capabilities, or at least a useful subset of them, of course, but MS Office's Excel & Access are, for better or worse, fairly ubiquitous]

450. TeMPOraL ◴[] No.45770624{13}[source]
> The problem with hackish solution is that they get put in places they don’t belong. In other professions, there’s regulation in place to prevent these kind of shortcuts.

That's an illusion. The reality is, it's all hacky solutions on top of hacky solutions. Even in manufacturing: the spec may be fixed, and the factory line produces identical products by the million - but the spec was developed through an ad-hoc process, and the factory line itself is a pile of hacks that needs continued tuning to operate. And there is no perfectly specced out procedure for retooling a factory line to support the newest spec that came out of design department - retooling is, in itself, a small R&D project.

> Also, if you have ever worked with anyone trying to get specifications worked out, you’ll see that most people (including devs) rely on intuition rather than checklists and will always forget to tell you something that is critical.

This is the dirty truth about the universe - human organizations are piles of hacks, always in flux; and so is life itself. The sameness and harmony we see in nature is an illusion brought on by scale (in two ways - at large scale, because we live too short to see changes happening; at small scale, because the chaos at biomolecular level averages out to something simpler at the scale we can perceive).

Order and structure are not the default. It takes hard work to create and maintain them, so it's better be worth the cost. The prevalence of Excel-based hacks in corporate is a proof positive that, for internal software, it usually isn't worth it, despite what the IT department thinks.

> The thing is that cost of changes in the business can be a simple memo. But for software that usually means redesign.

Which is why you shouldn't be building cathedrals that need expensive rework every other week because of some random memo. Instead, go down to where people work; see them tweaking their shovels, take those shovels and make the tweak they want the proper way.

replies(1): >>45772344 #
451. TeMPOraL ◴[] No.45770636{9}[source]
That's not what most people use computers for at work. And it's not what magic Excel sheets and Access forms are made for.
replies(1): >>45772246 #
452. GTP ◴[] No.45770652{7}[source]
Yes, the intern will not follow the procedure, and likely isn't even technically required to do so. But, before the application becomes a tool actually used inside the company, there should be some quality control done.
replies(1): >>45771368 #
453. ChrisMarshallNY ◴[] No.45770677{9}[source]
This is true. I have paid friends free market rates for work; even though they would have done it for free.

It’s a matter of Respect. It’s really amazing, how treating folks with simple Respect can change everything.

I like working in teams, but I also participate in an organization, where we’re all expected to roll up our sleeves, and pitch in; often in an ad hoc fashion.

454. int_19h ◴[] No.45770680{5}[source]
I clicked on the link, and the first thing I see is a screenshot where half of the screen is taken by terminal with TUI apps in it. There's no "Install" button, and the "Download" one is labelled "ISO".

Yeah, no, that isn't it.

455. shevy-java ◴[] No.45770727[source]
I am not sure if I agree to the statement made, but one problem I found is that many people don't even understand the problem domain. Microsoft trained their brain to accept that they must be cashcows for them, so they don't understand that there may be alternatives. And let's be honest: Linux is still WAY too complicated for many elderly people to use.
replies(1): >>45770753 #
456. int_19h ◴[] No.45770751{4}[source]
Gnome developers also have a habit of telling users (and other developers who try to integrate with their DE) who ask for those missing features that they're "holding it wrong" etc. Quite often this is justified along the lines of, "we did a UX study and you don't really need to do X so we made it do Y instead!"

After dealing with this kind of stuff for 14 years, it shouldn't be surprising that you don't have a lot of folk left who are willing to extend good faith to Gnome devs.

replies(1): >>45773961 #
457. ktosobcy ◴[] No.45770753[source]
Anectodal: just the other day I put Fedora KDE 43 on "new" (well, second-hand after lease) computer for my father as the old one was on it's last legs and... it works just fine.

The machine came with Windows 10 by default and what he needed was Firefox and FreeCell, and FreeCell on Windows10 was atrocious.

He likes it a lot and the only thing was that I had to put same wallpaper as he had on Windows7 and icons in the same places.

The "linux is to complicated" argument just doesn't hold true anymore! It's nice and easy, including the installation (even I was surprised)

458. int_19h ◴[] No.45770762{3}[source]
It's great if you already know enough (or know how to read the manpage) to verify that what it tells you is really what it does. Given that e.g. LLM coding assistants sometimes end up doing things like reverting code they didn't write or deleting "useless" files, I wouldn't trust any LLM-generated shellcode without a thorough review.
459. int_19h ◴[] No.45770779{4}[source]
Access to source code does not translate to "written by some random people". Many F/OSS projects have a tight circle of contributors, sometimes even outright closed as for e.g. SQLite.

That aside, OP was complaining about software written by "random people". Thing is, people working in companies that write proprietary software are equally "random" in that sense. We know that some of them are North Korean agents, for example.

460. nwhnwh ◴[] No.45770795[source]
Doesn't work on Sequoia, for some reason.
461. swader999 ◴[] No.45770836{5}[source]
This legit triggered me. I'm thirty years in now and only two failed projects. My first paid work was an access project for a small business and it failed and I didn't get paid. Luckily I kept trying.
462. KronisLV ◴[] No.45770857{3}[source]
> Remotes are fine.

Maybe? But, like, what's the value added by a bunch of useless bullshit buttons that will never be used? Greebles to make the customers think they're buying something cool?

Just put a menu one in there for the 1% of the times when you actually have to use the functionality there and don't do the equivalent of putting 30 widgets in your weather homepage.

It's not like anyone is losing their life or finds TVs to be unusable due to the status quo, but it also feels like the equivalent of cutting off the ends of your roast when putting it on a pan because that's how your mom did it which she learnt from her mom, without either of you knowing that the real reason is that your grandmother just didn't have a big enough roasting pan and it's just habit.

replies(1): >>45771848 #
463. swader999 ◴[] No.45770863{6}[source]
The top three are typically quality, budget and time. Usually a compromise is needed on one of these. You could replace quality with features in SW dev.
replies(1): >>45776347 #
464. galagawinkle489 ◴[] No.45770897{7}[source]
Clearly this is not true. Photoshop is difficult to use. I have opened it and tried to use it many times. Its UI is super complicated. There are endless buttons and I have no idea how to do anything.

There are heaps of Photoshop tutorials on YouTube, which wouldn't be necessary if what you said were true.

I used GIMP to do MS paint stuff years ago when I used it fairly regularly.

GIMP is always a whipping boy for UI design on forums like this and I think it is pretty unfair. It is a pretty good program comparatively. If you want to see bad UI design a much better example is something like Visual Studio. What a mess.

replies(1): >>45771306 #
465. scott_w ◴[] No.45770901{8}[source]
> In most organizations the problem is lack of urgency rather than lack of developer hours.

I disagree: it's a business prioritisation issue (not necessarily a problem). Ultimately, a lot of the processes are there because the wider business (rightly) wants IT to work on the highest impact issues. A random process that 3 people suffer from probably isn't the highest impact for the business as a whole.

Also, because it's not high impact, it makes sense that an intern is co-opted to make life easier (also as a learning experience), however it also causes the issues OP highlighted.

The problem is solvable, I think, but it's not easily solvable!

replies(1): >>45777298 #
466. galagawinkle489 ◴[] No.45770914{13}[source]
Programming well requires taste and creativity. A different type, but no less rare than taste and creativity in "arty" fields.
replies(1): >>45770981 #
467. ChrisMarshallNY ◴[] No.45770981{14}[source]
Exactly. It's amazing how we, as programmers, can demand that others recognize that, for us, but we, ourselves, refuse to give the same respect, in regards to other fields.

The same can be said for any vocation that generates a product. An expertly-crafted duck decoy can have the same level of experience and skill, as a database abstraction.

I have had the privilege to work with some of the top creatives, as well as scientists and engineers, in the world, and have seen the difference.

468. hshdhdhehd ◴[] No.45771026[source]
The problem is you need a simple app for each of the 100 use cases. Finding such simple apps (classic is joining PDFs so you can send many docs at once) means hitting the SEO soup of people trying to sell crappy software.

Being super simple ducks the problem.

469. hshdhdhehd ◴[] No.45771047[source]
I like the OBS software. Complex at first yes. But it has a magic solution: great one pager to get you started. Follow it and you are recording within a few seconds!
470. DarkLynxes ◴[] No.45771123[source]
The handbrake UI is not designed for "power users", the handbrake UI is designed to make available all the options the underlying technology provides, so that you may leverage it to the fullest.

If you don't want that, it provides you with presets.

I do understand that many users are too lazy to read a manual, do a google search, or put any minimal amount of effort in solving an issue, but making software worse or more convoluted the second you need to have a miniscule degree of extra control seems pointless.

Too many people look at FOSS the same way the look at commercial end user software, they think they are the equivalent of a custom and they should get a premium custom like experience. But that's false. Most of the time FOSS is the result of fixing a developer's problem, or fixing the problems of somebody who also happens to be a developer, and then sharing it all with the world.

You cannot be surprised when a software made by a developer offers every single possible setting, because that's exactly what it was meant to do in the first place.

The solution is not "making software easier", the solution is to RTFM.

replies(3): >>45771174 #>>45771193 #>>45773500 #
471. Arch-TK ◴[] No.45771158[source]
The remote thing seems like a perfect use of 3D printing. With the tape there, there is still a risk someone will sit on the remote and get their device into a weird state. A 3D printed cover which clips over would be rigid enough to prevent any accidents, and easy to remove if some power user needs to do something unusual.
472. TazeTSchnitzel ◴[] No.45771165{3}[source]
> wasted some space that could be used for information

The space is used for information. The fact clips in Audacity finally have names and you can see those names is a fantastic improvement. The space taken up by the clip title is the handle.

replies(1): >>45771263 #
473. skeltoac ◴[] No.45771174[source]
You call the users lazy for not wanting to read software manuals. Maybe you should rtfm on what other people are actually like.
replies(1): >>45772631 #
474. SwtCyber ◴[] No.45771180[source]
I've lost count of how many times I've had to help someone do something dead simple using tools that are, frankly, hostile to non-techies
475. Juliate ◴[] No.45771193[source]
"Laziness", "put any minimal amount of effort", RTFM... that's exactly the kind of language and perspective that's the problem.

The majority of your users are not lazy, they have gazillions of other things to think about and to do. Even when they are developers.

Now, that's up to you, as a maker, to decide who your tool is serving, and for what purpose: it's totally fine and valid to target the power user, or your specific use case. Just don't act surprised, or reject the responsibility, that someone else will find a bigger audience with a lesser product, only because it is more affordable, cognitively speaking.

476. SwtCyber ◴[] No.45771196[source]
Simplicity isn't just a design challenge, it's a discipline problem
477. rcxdude ◴[] No.45771204{3}[source]
In general the advice I've heard it that users are absolutely going to be right about when there's a problem (which you ignore at your peril), they can usually identify where the problem is, but they are terrible at coming up with ways to fix it.
478. SwtCyber ◴[] No.45771208{3}[source]
Simplicity has an expiration date if it's too rigid
479. SuperHeavy256 ◴[] No.45771214[source]
Ignore the people criticizing you my friend, backlash is expected in a community of power users that use Hacker News- because they favor power tools. But you've made something really nice and quite useful, and you've solved a real-world problem.
480. rcxdude ◴[] No.45771222{5}[source]
Yes, often an issue on stackoverflow. It's one of the reasons why it can be frustrating to use as you get more experienced: if an expert is at the point of asking on stackoverflow they're probably doing something at least a little bit unusual! But people who answer on stackoverflow mostly see questions from less experienced people and so default to operating in that mode.

I generally try to answer the Y but also indicate that it suggests there may be an X that could be better achieved some other way, and mention Z if I'm reasonably confident in what X is. It might increase the chance that the person asking just does Y anyway even if Z would be better, but frankly that's not really my business.

481. eviks ◴[] No.45771263{4}[source]
Indeed, it's fantastic to see those useful

"Audio 1 #1" "Audio 1 #1" "Audio 1 #1"

"Audio 1 #1" "Audio 1 #1"

names replacing the audio wave height!

But sure, if you need names permanently right there and are ok to lose space to show them, and if the handle is inconveniently small to only fit the text, then yes, you wouldn't lose space in that case. You'd only have other issues.

But that coupling likely has other design implications, e.g., you're unlikely to get an option to only show names on hover instead of having a bar, or to show names as an overlay (in many cases the names aren't that long to need to take the height of the the whole segment)

482. listenallyall ◴[] No.45771293{5}[source]
Imagine taking a shit on a technology platform which made it easy for interns with zero experience to successfully automate key aspects of business processes!

Love the assumption "when it inevitably goes wrong." In real life, many of these applications work perfectly for years and assist employees tremendously. The program doesnt fail, but the business changes - new products, locations, marketing, payment types, inventory systems, tons of potential things.

And yes, after the original author is gone, nobody is left to update the program. Of course, a lot of programmers or IT folks probably could update it, but ew, why learn and write Access when we can create a new React app with microservices-based backend including Postgres in the cloud and spin up a Kubernetes cluster to run it.

483. wolvesechoes ◴[] No.45771306{8}[source]
> If you want to see bad UI design a much better example is something like Visual Studio. What a mess.

Yeah, big button "Create project" and another, albeit smaller, button for "Run" puts a really high bar for the user to jump over.

Nothin as good as plain old cc followed by a bunch of cryptic flags.

replies(2): >>45776476 #>>45776871 #
484. rcxdude ◴[] No.45771307[source]
Yes. I think the crux of good interface design is coming up with a model that is simple and flexible enough to be understood by the user but also allow them to achieve their goals by composing operations and options, as opposed to special-casing each possible use-case. This allows you to address the needs of a large number of users without drowning in complexity, but it's really hard to come up with the right model and in general if there's something that will make you unpopular with your users it's changing around the UI after they've gotten used to it, so you don't really get to evolve this as the product develops.

(Commercial software is far from immune to this as well: professional tools like CAD are notoriously arcane and often have a huge number of special-purpose features, and they're not incentivised to improve their UI model because it would alienate their existing users, as well as not show up on the feature lists which are often used to drive purchasing decisions)

485. duxup ◴[] No.45771318{6}[source]
If they're asking the mechanic to do X and they understand the mechanic is just doing X and NOT venturing to fix your problem. I guess that is fine.

I agree though it sets up a weird dynamic where folks might come back to the expert and complain a problem isn't fixed, but that's not what they asked for / they broke the typical expert and customer dynamic.

replies(1): >>45771528 #
486. ◴[] No.45771337[source]
487. listenallyall ◴[] No.45771368{8}[source]
Think of the management structure which arranges, and is satisfied with, tedious, repetitive, manual paper-pushing processes - such that an INTERN can immediately see the efficiency benefits that would come with automation, and doesn't just suggest doing so, but actually builds a program (in limited intern timeframe), that is so helpful it's quickly picked up by multiple employees.

Then think again of those managers getting paid manager salaries who couldn't figure this out themselves - or worse, the ones who want to shut it all down because he didn't "follow the procedure" (the procedure of not doing anything useful???)

replies(1): >>45774016 #
488. Havoc ◴[] No.45771375[source]
Another option is to hide some of the complexity in an additional advanced menu

That’s very much dependent on the author correctly judging what should go there though

489. listenallyall ◴[] No.45771381{7}[source]
> wildly impractical - there are only so many developer hours available

Which is a huge reason that learning a RAD (rapid application development - emphasis on rapid) tool is a pretty useful skill.

replies(1): >>45776146 #
490. wolvesechoes ◴[] No.45771453{5}[source]
> I don't see Windows as having much of an edge there.

But they specifically said it is not about OS, but about programs on this OS. There is Windows-based software that looks the same as 2 decades ago.

491. hobs ◴[] No.45771528{7}[source]
In my experience the best thing is to then convince the expert you are right, using your own expertise.

If your mechanic is too stupid to recognize the problem after you explain it then you don't have a mechanic, the set of hands you are directing is basically unskilled labor.

replies(1): >>45771673 #
492. gwbas1c ◴[] No.45771576{3}[source]
It's funny: "in my head," Handbrake and ffmpeg are two different tools, with very different purposes. Even though they "do the same thing," the context when I use one over the other is very different.

Handbrake is easier in that I don't have to think too hard about how to use it; but that I think a lot more critically about the options that I choose.

FFmpeg is easier when I go in knowing the exact options I want; often pulled from notes that I've stored away, or combined with scripts.

493. gwbas1c ◴[] No.45771588[source]
Am I the only one who thinks Magicbrake should be a browser plugin?

Why? The same kind of people who find Handbrake intimidating also find the concept of files and juggling multiple applications intimidating.

494. vladms ◴[] No.45771652[source]
> Nothing wrong with Mac OS X

In fact, when I had a similar experience I ended up making a short list (which I since lost) of things that seemed terribly wrong UI wise.

True, overall Mac is just different. The issue that I have with that ecosystem is the too many people consider it "perfect" and don't even consider discussing issues and complaining about things. Every product has pluses and minuses, but if you the user "believes blindly" that "there is only one way" that is probably not good for anybody.

After a couple of weeks I adapted just fine to using the Mac, but I surely don't miss it either.

replies(1): >>45773229 #
495. ◴[] No.45771654[source]
496. duxup ◴[] No.45771673{8}[source]
How do you know you're right if you haven't fixed it?

That seems like a way to just be a stuck in the mud and wrong the whole time.

replies(1): >>45772431 #
497. chasd00 ◴[] No.45771710{6}[source]
This has been my experience. Usually a department gets nowhere for months dealing with IT and then goes shopping for consultants. I make my living bringing things online for directors and other biz leadership who just couldn’t get IT off their ass.
498. RobotToaster ◴[] No.45771719{6}[source]
Which is ultimately the c-suite's fault for not requiring that and allocating a budget for it.
replies(1): >>45772728 #
499. chasd00 ◴[] No.45771759{5}[source]
I think, statistically, it’s likely no one is a “hot chick” otherwise the phrase wouldn’t exist. I get what you’re saying though, personalities and natural talent/gifts pull people to a specialty that makes sense to them and therefore they get good at it.
500. cenamus ◴[] No.45771772{6}[source]
I think the poster literally meant x, y and z in terms of dimension
501. RobotToaster ◴[] No.45771820{5}[source]
> Find any thread about AI art around here and check out how many people have open contempt for artists’ skills.

I don't think that's entirely true, what I usually see is people that think AI art is just as good as many artists.

You can be impressed by something and still think a machine can do it just as well. People that can do complex mental arithmetic are impressive, even if that skill is mostly obsolete by calculators.

502. johmue ◴[] No.45771825[source]
yes
503. alistairSH ◴[] No.45771846[source]
Eh, not sure I agree.

Taking the Handbrake example, providing a default "simple" interface (as Magicbrake does) would be trivial to implement, maintain, and defend. The existing default "super user" interface could be just a toggle away (and make the toggle sticky so a power user doesn't have to touch it but once).

I used to work with an engineer who loved to remind us that a "perfect" interface would have a single button, and that button should be delivered pre-pushed. Always seemed like wise words to me.

504. TeMPOraL ◴[] No.45771848{4}[source]
Those buttons have functions. Many of them useful. Like with every other appliance or toy, people find the minimum amount of functionality they need/like, and rarely go beyond it. Fortunately, when an interface is static - like a physical remote, and unlike the modern best practice on computers - it's easy to just ignore things you don't care about. Human visual system is great at this, it literally costs ~0 cognitive burden to ignore the 90% you don't need on a static interface.

Related problem is that software business, and through it UI/UX, is obsessed about gaining new users, so everything is designed for ease of onboarding, at the expense of ergonomics and efficiency of continued use. It's backwards and dumb, and subscriptions should theoretically prevent this, but the truth is, software products are pretty much unique (there's rarely an actual competitor to switch to with the same set of features you need), and most products die or get killed before they move past the growth phase, so incentives align to catering for first-timers instead of already paying users.

And then UI/UX gets trotted as some industrial design wisdom, and this kind of backwards approach starts infecting design of physical products...

505. Jedd ◴[] No.45772023[source]
I note TFA mentions 'normal' people 8 times, but never uses the word 'average'.

Whereas I think they are in fact describing 'average' people.

I suspect most HNers self-assess as normal, but are also self-aware enough to acknowledge (rightly or wrongly) they're not average.

Certainly I have felt overwhelmed with the 'why have they broken so many conventions?' sensation with, invariably, audio apps on microsoft platforms - but OTOH the implied expectation that all software should have a comparably broken UI as mildly modern microsoft word versions expresses a collective poverty of expectations.

506. patrakov ◴[] No.45772026[source]
While working for one of the previous companies, I hit a regrettable counterexample for the point in the article.

Developers built a web UI for creating containers for the labs, taking the advice from this (then future) article too literally. Their app could only build containers, in the approved way. Yet, not all labs were possible to run in containers, and the app did not account for that (it was a TODO). Worse, people responsible for organizing the labs did not know that not all labs are compatible with containers.

Lab coordinators thus continued to create containers even in cases where it didn't make sense, despite the explicit warning "in cases X, Y, Z, do not proceed, call Alexander instead".

So if you make one button you better make that it is always the right button. People follow the happy-but-wrong path way too easily if there is no other obvious one.

replies(1): >>45772059 #
507. nemomarx ◴[] No.45772059{3}[source]
Having to read a label and go out of the tool to do something else is basically impossible UX, yeah. You'll never get users to do that, and little in line warnings also won't work unless you block the buttons at the same time I think.

In this example I wonder if the tool was too "MVP" and they didn't evaluate what minimum viable would mean for the users?

replies(1): >>45772118 #
508. patrakov ◴[] No.45772078{4}[source]
For one of my relatives, it also never happened. I installed Linux on their laptop that was having issues and explained how to browse the web and use some apps.

They always answered me "it works well".

But what I found during my next visit is a paper with a telephone number of computer helpers, and the laptop was running a fresh copy of Windows, presumably installed by these helpers.

509. amelius ◴[] No.45772108[source]
I don't know. I see a lot of "normal" people having better access to technology nowadays, but I don't think the world is a better place because of it.

The difficult interface was a good filter.

replies(1): >>45772214 #
510. patrakov ◴[] No.45772118{4}[source]
In this case, the product owner had a wrong idea of what's minimum viable, and his idea was faithfully implemented, plus a warning in the app to call me in specific incompatible cases.

Later the missing pieces were added, we had "two buttons" and the resulting user confusion because they did not know and could not be taught whether a container makes sense for a particular lab.

511. littlecosmic ◴[] No.45772163{12}[source]
In my experience, it’s often the business side - rather than IT - that tries to use a technical change to force change to the business process that they have failed to change politically… and it usually turns out that a technical change isn’t enough either.
replies(1): >>45780201 #
512. LtWorf ◴[] No.45772214[source]
I think the filter used to be the cost.
replies(1): >>45773820 #
513. skydhash ◴[] No.45772246{10}[source]
Are you sure? Almost all excel sheets are emulations of some process. They’re not great at it, but they work better than the alternatives. But organizations need automation more than emulation, i.e. they want to improve their process, not merely replacing them.
replies(1): >>45780147 #
514. LtWorf ◴[] No.45772255{3}[source]
Or they will accept and now your software with a lot of features is a full screen app, completely gray, with a single button in the middle.
515. skydhash ◴[] No.45772344{14}[source]
We could do this. And if you take a look at some solutions like the old VisualBasic/Delphi/Unix scripts, the philosophy is the same: Create small software quickly that solves some user/business needs. Systems like Java/.Net and their IDEs, as all as current mobile SDK, they run against that need.

A bit of tangent: I think the idea of coddling users is what’s leading to the complexity of all those system. We’re building cathedrals when we need tents. Instead of having small, sharp software tools that can be adjusted easily, we’re developing behemoths that’s supposed to handle everything under the sun (systemd, a lot of modern package managers, languages that is tied to that one IDE,…)

replies(1): >>45773462 #
516. marginalia_nu ◴[] No.45772367[source]
Ultimately free software isn't beholden to its users, as they aren't paying customers.

Free and open source developers are free to build whatever the heck software they want on the basis of "I find this software neat/useful/funny, you can use it too if you'd like".

The way it works is you grab the sources, make a fork, implement your desired changes (e.g. hide 80% of the features), and do a release that is in line with your own vision. "But that's a lot of work" someone might say, ... and yet people routinely think someone else should do such volumes of work for them in order to ensure a project is in line with their needs.

replies(1): >>45772806 #
517. ◴[] No.45772408{4}[source]
518. hobs ◴[] No.45772431{9}[source]
exclude the impossible and what is left however improbable must be the truth
replies(1): >>45774028 #
519. amelius ◴[] No.45772506[source]
Opinionated Apple seems to get away with it.
replies(1): >>45774044 #
520. tombert ◴[] No.45772546{7}[source]
If you run a modern distro with a modern filesystem, you can at the very least have automatic snapshots that actually work, and you can restore to a previous state if an update breaks things. The same cannot be said for Windows.
replies(1): >>45777006 #
521. tombert ◴[] No.45772567{4}[source]
I can have whatever rules I want in my house. I am the one who would be playing tech support for all these computers if something breaks, and Windows is so utterly terrible that I will not touch it anymore.

There are only three people in my house, two of which appear to be happy with macOS and one (me) is happy with Linux.

I am not upset with the job requiring people to use macOS. That job was awful for a whole bunch of wonderful reasons, but that wasn’t one of them. If people expect me to play tech support in my house I want an OS that I understand and isn’t terrible to do it.

522. jyounker ◴[] No.45772620{7}[source]
Another point of view is that the IT department isn't meeting the users' needs, and that they're bypassing IT because they just want to get their work done.
523. balamatom ◴[] No.45772631{3}[source]
People are actually software-defined.
524. balamatom ◴[] No.45772652{4}[source]
>People who can barely read and are scared by anything advanced

I wonder who is responsible for the existence of such people.

525. dwaltrip ◴[] No.45772663{6}[source]
Unfortunately, still quite common. The ego is quite the tricky one.
526. sharperguy ◴[] No.45772672{6}[source]
Well yes you force them to find other workarounds because their current workaround are no longer relevant. Because no system will ever fit everyones usecase.
527. nradov ◴[] No.45772675{9}[source]
Actually there is no trade-off. That's a common misunderstanding. Reducing latency creates more business value than increasing productivity.

http://lpd2.com/

528. balamatom ◴[] No.45772709[source]
Normal people are the problem.

Always have been.

We could argue about the exact value of N, but in the present universe nearly anything that scares at least 1 out of N normies into coming back to their senses is literally a heroic act.

EDIT: You linked a great post btw. Consider: "Rich User Experience" as the experience of being a rich person who uses. It's all right there in the etymology, after all words are also designed artifacts. "You wanna be rich? You gotta be our customer."

529. nradov ◴[] No.45772728{7}[source]
Nah. It's usually a culture and organizational structure problem, not a budget problem.
530. Nifty3929 ◴[] No.45772806[source]
"free to" - of course! Everybody is free to do mostly anything.

TFA is making the point that, if your goal is to make software that is broadly useful (and maybe that's not your goal), then you should try to make the most common use-cases easy and intuitive, even if that means compromising on complex ones or edge-cases.

531. bruce511 ◴[] No.45772918{6}[source]
I think (in general) the number of machines being bricked because of an update is about a rounding error from 0.

The biggest brick event in recent times was Shockwave, not Windows. Personally I've never seen a bricked machine, not at home, not at work, not at family.

Of course my anecdata is meaningless as is your annecdata. Ymmv.

replies(1): >>45774246 #
532. teekert ◴[] No.45772969[source]
I often wonder why stuff like handbrake does not have an overlay ui, just a “drop video” field, then select “YouTube” “max quality” “Send via WhatsApp/signal” or something more logical. And then a button that says: “I’m a pro” that drops this UI. It would make the target audience so much larger.
533. aleph_minus_one ◴[] No.45773129{9}[source]
> It usually involves developing a design language for the app, or sometimes, for the whole organization (if, like the one I do a lot of work for, it's really all about one app). That's a big deal.

> Logo design is also a much more difficult task than people think. A good logo can be insanely valuable. The one we use for the app I've done a lot of work on, was a quick "one-off," by a guy who ended up running design for a major software house. It was a princely gift.

A lot of developers also tend to invest quite an insane amount of work into their preferred open-source project and they do know how complicated their work is, and also how insane the value is that they provide for free.

So, where is the difference?

replies(1): >>45778399 #
534. ChrisMarshallNY ◴[] No.45773149{9}[source]
I'm unemployed (retired), and it's a hobby (that I take quite seriously).

Ego is likely involved. I love my babies, but what others think of my work isn't that important (which is good, because others aren't very impressed).

I make tools that I use, mostly.

535. latexr ◴[] No.45773229{3}[source]
> too many people consider it "perfect" and don't even consider discussing issues and complaining about things.

That is becoming less and less true. More and more of the most ardent Apple fans have been complaining about the direction of macOS for years. Developer sentiment is low.

replies(1): >>45773447 #
536. pseudalopex ◴[] No.45773344{5}[source]
No. I worked with designers who designed low contrast and low density interfaces. I read articles written by designers. I used products of companies like Apple.
replies(1): >>45776326 #
537. latexr ◴[] No.45773369[source]
> or stick to your walled-garden-padded-room reality where somebody else gives you a video file that works.

That’s not always a possibility. See for example:

https://www.theverge.com/2020/5/20/21262302/ap-test-fail-iph...

Those people didn’t need or want Photoshop or a complicated program with tons of options to convert image formats form anything to anything. Even a simpler app like Preview implies knowing where to look for the conversion part and which format to pick. They could have done instead with a simple window which said “Drop File Here”, and if it’s an HEIC, convert to JPEG. Could even have an option to delete the original, but that’s bout it.

There’s an Alfred workflow which is basically that. It does have some configuration, but the defaults are sensible and doesn’t let you screw up the important part of “detect this format which is causing me trouble and produce a format which will work”

https://alfred.app/workflows/alfredapp/heic-to-jpeg/

replies(2): >>45775365 #>>45776224 #
538. ChrisMarshallNY ◴[] No.45773403{8}[source]
Art tends to be a solitary vocation.

But professional graphic designers, train to work in product-focused teams. They also are able to create collaborative suites of deliverables.

Most developers will find utility in the work of graphic designers, as opposed to fine artists.

539. abustamam ◴[] No.45773411[source]
I could see the case for having multiple front-ends to do exactly one thing.

In the case of handbrake, I'd just see how I personally use it. Am I doing one thing 99% of the time? Maybe others are too. Let's silo that workflow.

540. presbyterian ◴[] No.45773447{4}[source]
I've been a huge Mac fan for a decade or more, at least, and not only is Tahoe the least popular release I've seen, it's the first one where the majority of people I hear from dislike it. It's bad enough that I haven't updated still, I'm waiting a few point releases at least to see how they fix it up, and I'm trying out Linux distros to see what I'll start using if I have to move away.
replies(2): >>45774802 #>>45778813 #
541. ghaff ◴[] No.45773462{15}[source]
Well, except you end up with 20 different incompatible tools with different workflows.

I'm not really arguing for mega-tools with locked-down workflows. But there's usually some happy-ish medium between chaos and rigid monoliths.

replies(1): >>45778616 #
542. Arainach ◴[] No.45773500[source]
People don't want to have to read manuals and become experts on every task. They want tools to get something done so they can focus their limited time and attention on things they care more about.

I'm the kind of person who wants to understand how everything I touch works (and the kind of person that does a lot of video recompression and cares about quality and filesize tradeoff) and even I hate Handbrake's UI. Every time I set up a new machine I spend an hour or two looking for an internet guide to what settings mean what to configure a preset, and then I use that preset basically exclusively. I'd much rather have a couple of drop targets, one of which is "Bluray 1080p quality".

543. abustamam ◴[] No.45773505[source]
I grew up with windows. Used it until after college when I was gifted a MacBook pro for dev work. I used parallels to keep a windows box close by (I think I only ever used up to Vista), but then eventually I just went full Mac and got used to the interface and key bindings. It's a fine interface, not amazing, not terrible, but I can get around. And every job I've had basically required a Mac anyway.

Years later, I built a gaming machine so obviously I needed Windows. Got Win10 and eventually upgraded to 11 and it's just so jarring how unusable it is.

In older windows I could click on my computer to see all my drives and files. Now I have no idea where it is so I just click on the little folder icon at the bottom which opens I think my home directory, then I have to click on somewhere else to see my C and D drives. I can probably make a desktop shortcut or something but point being is that it's un intuitive. And powershell is not a great terminal, and I haven't found one for windows.

SO, after learning that gaming works well on Linux, I recently switched to Ubuntu, and I haven't looked back. Gaming, AI workflows, everything I need works just perfectly, and if it doesn't I can easily customize things to work the way I want it to. I'm not treated as a criminal for installing software on my computer. It's awesome.

544. pseudalopex ◴[] No.45773679{8}[source]
> Developers seem to have a product that people can actually attach a value to, but art and music; not so much.

This says more of your perception I think. Many people attach value to art and music. Many people do not attach value to software.

replies(1): >>45775185 #
545. alkonaut ◴[] No.45773682[source]
Making a complicated and powerful piece of software is difficult. Just slapping a user interface that _allows_ using all the power, is hard enough. With that interface, the simple thing is difficult, and the complex thing is also difficult.

The really hard problem to solve is making an UI where the simple thing is easy and the complex thing is still possible.

But that requires 1) strong leadership 2) people with the correct skill set for UX design.

Making a clean UI means cutting things out. And that's not easy in many large OSS projects because every menu item and every button is someone's pet feature. The leaders in the projects are often the most senior _developers_, not UX experts. It's (I'm assuming) a lot less common to have good telemetry and user labs in OSS than it is for commercial software. So you also might not know exactly what features people use and how they use them, making it even harder to remove features.

I think the author is absolutely right. If Handbrake is intimidating, or hard to use without reading a manual in order to do just the simple use case that 80% of users have, then they have failed in making a good UX. A good UX would make the simple thing easy without sacrificing power for the complex case. And the author is absolutely having the right idea when making a simpler wrapper for the powerful software.

546. amelius ◴[] No.45773820{3}[source]
Children were often more tech savvy than their parents, yet they didn't have as much to spend.
replies(1): >>45778459 #
547. techblueberry ◴[] No.45773904{4}[source]
I think There’s a survivorship problem though. This software needs to be marketed and maintained to stay in the zeitgeist. It would have to compete with competitors that do more than just the simple things.

I think it’s essentially survivorship bias. The simple applications don’t get traction and later get abandoned.

548. iwontberude ◴[] No.45773951[source]
It’s “the tyranny of the marginal user” as Ivan Vendrov coined it
549. joshuaissac ◴[] No.45773961{5}[source]
I recently came across a particular GUI quirk in a Linux distro, which went against my experience with similar UIs in Windows, Mac and Chrome. There were existing bug reports for it, attributing the cause to upstream. Upstream project said they were following the GNOME guidelines.

Eventually, I found the bug report that was filed against the guideline itself. The person who wrote that part of the guideline had responded that he made the decision based on a poll (presumably of people in the mailing list), and that no-one really had a strong opinion on it. He asserted that it was no big deal, and refused to reconsider the guideline.

Now, I think it is perfectly OK to make the wrong decision when it comes to something outside your expertise. If you are a backend software expert, it is OK for you to do the wrong thing when it comes to the UI for a project you are supporting for free. But when someone who does know that field makes a reasoned suggestion, you should not really be doubling down.

A UI/UX designer in this situation is not exactly going to be prepared fork and maintain a whole stack over this. It just means that the experience will be worse for users.

550. GTP ◴[] No.45774016{9}[source]
Shutting it down due to a technicality about not following a procedure != shutting it down because it is an unmaintainable mess, while also tasking IT with implementing the same core idea, but in a proper way.
replies(1): >>45775031 #
551. duxup ◴[] No.45774028{10}[source]
If we're still talking about an amateur doing it, isn't their understanding of the possibilities petty limited?
552. GTP ◴[] No.45774044{3}[source]
Well, I'm not familiar with their office suite, but I bet that, if I open their word processor, I will still find a ton of features that I will never use.
replies(1): >>45774612 #
553. pessimizer ◴[] No.45774124{3}[source]
No, this is poison. They constantly change things, and Free Software would be racing to clone them, continually leaving familiarity behind in order to be a wonky version of the real thing. That battle is lost when it starts. Firefox was a great version of Firefox, everybody loved it (except when it locked up the entire system), nobody thought it was a knock-off of IE. Firefox then became a shit version of Chrome (I assume on Google's orders), and eventually developed into a good enough version of Chrome, shedding all of its users along the way. The Linux desktop is doing better than Firefox now.

The advantage to Free Software is that you don't have to change everything with Windows, Apple, Adobe, or Google demand you do (unless they grab control of a FOSS project, like in Firefox's case.) There are a number of writers who recommend Linux and Free software only for that reason - that once you get a workflow going, you don't want to change it according to corporate whims.

> practically never requires its user to fire up a terminal window

This can be a problem. But it will be less of a problem with LLMs. We need to encourage amateur (and proficient) Linux adopters and users to lean on AI to deal with anything giving them problems. I had an LLM walk me through updating a .deb package in MATE to match HEAD upstream, and to do it in a way that would be replaced when Debian updated the package itself. This is something I've been carefully avoiding learning for a decade, and if I had taken the effort to try to learn, it would be weeks of research and I'd have messed up the system multiple times along the way. Instead, after a few false starts, I did it and gained the knowledge to do it again.

replies(1): >>45778453 #
554. tombert ◴[] No.45774246{7}[source]
I say this in particular because the automatic update to Windows 11 bricked my mom’s computer, or at least it required me to nuke the machine and reinstall everything from scratch. You can look at the linked post from a few levels up if you want details.

This is the second time this has happened to my family from Windows, on different computers.

555. helterskelter ◴[] No.45774276[source]
Same story here. My wife is not tech savvy at all but she likes Linux because it mostly just gets out of her way and the desktop doesn't really change drastically between updates. I haven't had to help her do anything on it in over a decade except get an old PC game up with Wine.
replies(1): >>45774579 #
556. galad87 ◴[] No.45774283{3}[source]
But there is already a "1-button magicbrake" mode, or maybe two buttons:

1. Open a file; 2. Click the start button in the toolbar.

557. galad87 ◴[] No.45774303[source]
DVD-Video subtitles are often only bitmaps, and the AppleTV can handle only text subtitles. HandBrake can't OCR bitmaps at the moment.
558. melagonster ◴[] No.45774466{12}[source]
Open source/Free software communities are comprised of programmers. People love to help their communities. Sometimes a community contains some artists, but this condition is rare. e.g., Inkscape have some good picture when user open it.
559. BolexNOLA ◴[] No.45774500{4}[source]
Try looking at this another way: people who are tech savvy may be more likely to have parents who are also tech savvy when compared to the average person.

If we don’t buy that theory: There are also a lot of people who visit and comment on this site, meaning there are tons of people who have parents who have not successfully switched over to Linux. The ones who have had success are the ones speaking up, which is currently in the single digits - nothing outlandish about that.

This is no different than somebody talking about a 35mm film camera and a bunch of people jumping in with their experience with 35mm film cameras. Are you as critical/skeptical of those conversations as well? You shouldn’t be and I would be surprised if so! So the logic is basically the same.

For the record my parents do not run Linux. I could maybe vaguely see my mom getting a handle on it, but unlikely and definitely not unless she made some big commitment to do it. However, I do have a friend whose mom is a gamer using a Linux laptop. This stuff does happen!

560. ◴[] No.45774579{3}[source]
561. amelius ◴[] No.45774612{4}[source]
The question is more if they left out features because they were deemed too difficult for the average user.
replies(1): >>45777545 #
562. BolexNOLA ◴[] No.45774802{5}[source]
Mac->Linux swapper here (back in April). I left after they screwed me on a hardware situation.

Honestly I’ve really enjoyed the swap. But man I really miss having iMessages across my devices as well as the shared clipboard. By far the two things I missed the most. Everything else I’ve kind of moved on from and can’t even think of off the top of my head anymore

replies(1): >>45776785 #
563. port11 ◴[] No.45774820{3}[source]
After reading so many apologist comments dismissing the article's points with whataboutism, yours is the first comment that I think addresses the situation properly. As a developer, it's very hard to not mistake the forest for the trees, which is why I'm usually very happy to work with a good UX researcher.
564. KoolKat23 ◴[] No.45774823[source]
Most people use windows and I'm sure associate free with freemium or android with spam notifications.
565. cestith ◴[] No.45774836{7}[source]
That’s harder than static menus, but it’s not really anything harder once you have customizable hot list menus.
replies(1): >>45778339 #
566. max51 ◴[] No.45774902{3}[source]
>Overall, the development world does not intuitively understand the difficulty of creating good interfaces

I think it's because they are not using the product they are designing. A lot of problems you typically see in modern UIs would have been fixed before release if the people writing it were forced to use it daily for their job.

For example, dropdown menus with 95 elements and no search/filter function that are too small and only allow you to see 3 lines at a time.

replies(1): >>45776627 #
567. angiolillo ◴[] No.45774908{4}[source]
> any good resources for developing good UX for necessarily complex use cases?

For teasing apart complex workflows I'd suggest Holtzblatt and Beyer's Contextual Design book, I taught a user-centered research and design class many years ago and used that as our textbook, hopefully it still holds up.

For organizing complex applications I like to start with affinity diagrams, card sorts, and collaborative whiteboard sessions. And of course once you have a working prototype, spend as much time as possible quietly watching people interact with your software.

replies(1): >>45776685 #
568. almosthere ◴[] No.45774947[source]
https://ibb.co/1YPzj5CK
569. listenallyall ◴[] No.45775031{10}[source]
Lol, define "proper". If they were so knowledgeable, why hadn't they implemented something before the intern arrived?
replies(1): >>45777521 #
570. ChrisMarshallNY ◴[] No.45775185{9}[source]
That's possible, but remember that I used to be an artist[0]. I have sold a number of works, and I'm familiar with attaching value to art.

[0] https://news.ycombinator.com/item?id=40917886

571. angiolillo ◴[] No.45775211{3}[source]
> FOSS is ~99% developers

Projects like GNOME, Elementary, Blender, Krita, KDE Plasma, Penpot, and MuseScore seem to attract contributions from designers.

I suspect it's because designers are like any other open source contributor: they want to work on projects that they use themselves and where their contributions will be appreciated.

replies(1): >>45775270 #
572. micromacrofoot ◴[] No.45775270{4}[source]
> attract contributions from designers

How many of them are paid? I know MuseScore, Penpot, and Blender have paid for almost all of their design work (because they have paid staff)

Not just a relevancy problem, it's much easier to get free development work in OSS than design work. It's a decades-long problem.

replies(1): >>45775720 #
573. angiolillo ◴[] No.45775343{4}[source]
> People who can barely read and are scared by anything advanced will get the interface they can use best the first time they open the app

It's certainly possible they can't read. But more likely they're perfectly intelligent and simply don't appreciate being forced to deal with unnecessary complexity to complete a simple task.

(Someone else's comment reminded me of the CHI video of Allen Newell and Ron Kaplan, two brilliant AI pioneers, struggling with a poorly-designed copy machine https://athinkingperson.com/2010/06/02/where-the-big-green-c...)

574. jcelerier ◴[] No.45775365{3}[source]
> They could have done instead with a simple window which said “Drop File Here”, and if it’s an HEIC, convert to JPEG

But then you have to remember the names of 200 distinct software that all do this one thing, so you make a meta-software to manage and organize them, and you're back to square one only with more indirection

replies(1): >>45777040 #
575. angiolillo ◴[] No.45775720{5}[source]
Fair point with those three.

I'm still skeptical that it's primarily about pay. I know many designers who do pro-bono design work, just not for FOSS. They typically work on nonprofit websites, community newsletters, contribute game mods/assets, work on civic tech, even band posters.

576. bccdee ◴[] No.45776146{8}[source]
What makes it rapid is taking shortcuts. There's no silver bullet for increasing speed while preserving maintainability and extensibility. Prioritizing speed is exactly the problem described in the post you're responding to.
replies(1): >>45778548 #
577. f33d5173 ◴[] No.45776224{3}[source]
> That’s not always a possibility.

The solution in such cases can't reasonably be "everybody around the world learns to download one particular tool to fix things". In your example, the two reasonable solutions are either apple figures out how not to send image files to people that they can't understand, or the college board figures out how to convert heic into jpeg themselves. Otherwise, as in that case, most people will simply be left in a lurch.

replies(1): >>45776729 #
578. m463 ◴[] No.45776266[source]
I think it is like simplified wikipedia. It is possible, but not mainstream enough to get good coverage.

https://simple.wikipedia.org/wiki/Main_Page

It would be interesting to have a "simplified linux", or "linux for kids" or similar.

579. DrewADesign ◴[] No.45776304{6}[source]
Find a validator and try to make a text color selection that meets wcag guidelines which doesn’t have contrast high enough to read it perfectly easily. The criteria are not ambiguous and they’re not scraping the visibility barrier.
580. DrewADesign ◴[] No.45776326{6}[source]
Examples? Are they interface designers? Are they qualified? The existence of shitty designers is no more an impeachment of any design field or designers as the existence of shitty developers is an impeachment of development or developers.
replies(1): >>45778472 #
581. nradov ◴[] No.45776347{7}[source]
Scope is more of a dimension than quality. In theory it might be possible to accept lower quality in order to cut the budget or accelerate the time but in practice that doesn't seem to work. Any significant reduction in quality usually causes the project to grind to a halt after the prototype stage. You just can't build any new features when everything is broken.
582. array_key_first ◴[] No.45776442{8}[source]
I agree with pretty much all of this, I think where the divergence is what to do about it. IMO, tool wise, nothing - this is an education issue.

And onto your point about CLI tools often making too little assumptions: this is 100% true, and also a superpower. There's a reason that a tool like ffmpeg can spawn 1000 GUI programs from it, each with their own draws. It's a generic tool, not necessarily an application. Many CLI programs are like this.

That can raise the complexity but it's a tradeoff. Many GUIs are too "happy path" centralized, and that happy path is different for different people, so they become cumbersome and unintuitive in too many use cases. A great example would be just about everything Microsoft makes.

583. array_key_first ◴[] No.45776464{7}[source]
> Photoshop is good UI design. A normie can use photoshop the same way they use MS paint.

This is just straight up not true. You're only saying this because you, presumably, have used Photoshop.

It has a million buttons, layers are a thing, there's a million tools, etc. No, they can't just pick it up because it's complex software for a complex problem domain.

Maybe you disagree. Okay. Pick a different example. 3D Max? Why aren't studios using Microsoft Paint 3D instead of 3D max?

replies(1): >>45779733 #
584. array_key_first ◴[] No.45776476{9}[source]
The main problem is that neither of those buttons make it clear what the fuck they're actually doing and also they don't work.

Download a random solution. Will the run button work? I highly doubt it.

585. DrewADesign ◴[] No.45776627{4}[source]
There’s a real difference in usage style between developers and most other users. Having the background knowledge to understand what’s going on behind the curtain makes it easy to deal with things like interactive visual complexity, tons of data and moving parts at the same timetime, implementation warts, etc.
586. DrewADesign ◴[] No.45776685{5}[source]
I haven’t read that book. Thanks for the rec
587. latexr ◴[] No.45776729{4}[source]
No, of course not. The point is that in the meantime (the problem was eventually solved) such a tool bridges the gap.
replies(1): >>45777062 #
588. Max-Limelihood ◴[] No.45776785{6}[source]
Yeah, Apple is well-known for being completely insane on this kind of stuff—whenever someone builds an app for this, Apple immediately sets about hunting down and banning iMessage users they suspect of using it. https://news.ycombinator.com/item?id=38646903 https://techcrunch.com/2024/03/21/doj-calls-out-apple-for-br... https://www.wired.com/story/beeper-apple-imessage-fight/
589. galagawinkle489 ◴[] No.45776871{9}[source]
I'm talking about the user interface, not how difficult it to click a button to do basic actions.

VS is incredibly cluttered. Too many buttons, cryptic icons and entirely unclear how to do things in the options.

I'm not comparing it to cc but to be fair that is actually well documented and hasn't changed its user interface in decades.

590. fn-mote ◴[] No.45777006{8}[source]
I'm not sure what you're referring to, but I would not give anybody good odds of booting from a snapshot on Ubuntu/ZFS.

I would expect that booting from an older kernel would work, possibly in recovery mode.

replies(1): >>45777745 #
591. fn-mote ◴[] No.45777040{4}[source]
LLM's exist now.

Google could do this years ago.

It might be a problem that you have to search for the solution to every time you have it, but you'll find the solution quickly because many other people also experience the problem.

replies(1): >>45778220 #
592. f33d5173 ◴[] No.45777062{5}[source]
The people with the know how to use such a tool are more likely to use a swiss army knife tool than a specialized one off tool. The article mentions someone using windows photo viewer to do the conversion.
593. user205738 ◴[] No.45777136{3}[source]
Those who have been using Linux for a long time have very useful terminals with syntax highlighting, auto-completion, typo correction and many other bells and whistles.

In addition, muscle memory has been developed and there is experience.

They don't realize that newbies don't have any of this, and it's very inconvenient to type commands in the terminal without it. You may not be able to copy and paste them the way they are used to (right mouse button or Ctrl-V)

The terminal in linux makes people hysterical and angry.

The problem could be partially solved by adding auto-completion and auto-correction to the default iso.

594. HeyLaughingBoy ◴[] No.45777298{9}[source]
Yes, but often the "business priorities" get so screwed up that people's needs go unmet, and the business ends up wasting money as a result.

My best example was a conversation I had with one of the scientists at my job when she mentioned that she had people spending hours every day generating reports from data our instruments produced. I pointed out that with the code we had it would be simple to generate the reports automatically.

Her response that she had asked repeatedly for a developer to be assigned to the task, but she kept being pushed away because it was low priority.

I couldn't just change the codebase on my own (it was for a medical device), but it was easy enough to spend a lazy afternoon writing a tool to consume the output logs from the device and generate the reports that she needed. That's it: about 4 hours of work and produced something this person had asked for a year prior, and that people were already spending hours each day doing!

The people in charge of vetting requests never even bothered to ask a developer to estimate the task. They just heard that there was a work around, so it immediately became "low priority."

595. HeyLaughingBoy ◴[] No.45777401{8}[source]
An hour is a stretch, but otherwise, yeah.
596. GTP ◴[] No.45777521{11}[source]
There can be many reasons, e.g. management giving them other tasks.
597. GTP ◴[] No.45777545{5}[source]
In the context of this blog post, yes. But in the broader context of the quote, a word processor having a ton of features shows that you don't really get away with only implementing 20% of the functionalities.
598. tombert ◴[] No.45777745{9}[source]
I have booted from snapshots on Ubuntu with ZFS plenty of times and it has worked fine. I've also used Snapper with btrfs and restored from backup and it's worked fine. I've also booted from snapshots in NixOS and it has worked fine. I actually cannot think of a time where any of those examples didn't work fine.

Windows system restore has never worked for me.

599. bccdee ◴[] No.45778111{8}[source]
The thing about that is that you can only ever YOLO the superficial layers of your architecture, and only ever in certain ways. Having a YOLOable system requires deliberate and considered architectural choices deeper down.
replies(1): >>45780065 #
600. jcelerier ◴[] No.45778220{5}[source]
> It might be a problem that you have to search for the solution to every time you have it,

as you say, it is a problem, and for many people an unacceptable tradeoff

601. devilbunny ◴[] No.45778339{8}[source]
It seemed that way to me but I have done enough work with computers (I am on HN, after all) to know that things people in general think should be easy often are not, and things they think are hard may be simple. Thanks.
602. ChrisMarshallNY ◴[] No.45778399{10}[source]
There isn't any.

That's my point.

603. cosmic_cheese ◴[] No.45778453{4}[source]
It's not necessary to chase, just copy what Windows users have largely agreed to be good and stick to that.

So for example, a hypothetical Windows DE could offer XP, 7, and 10 modes which the user can freely switch between which would never change. This delivers on two fronts: first, it presents a familiar, comfortable UI for the user, and second, it offers a promise that most of the popular Linux desktops do not which is that significant changes will not occur, even over long time scales.

I disagree on LLMs/terminal use. Too many things can go wrong in too many different ways for LLMs to be of much use to users for troubleshooting in many cases, and there's also the issue of the user even knowing what to ask for in the first place (even many moderately technical users aren't going to have the foggiest clue what a Debian package, MATE, HEAD, or upstream are).

The system really just needs to be engineered to 1) be extremely robust and not break in the first place 2) when it does break, have the ability to silently self-heal 99% of the time. A non-essential but excellent bonus would be 3) to be able to express what's wrong and what needs to be done to the user in that last 1%. This won't be easy to accomplish, but the first distro that does will be richly rewarded with user loyalty.

604. LtWorf ◴[] No.45778459{4}[source]
Children of families that could afford the hardware in the first place.

Also this was always kinda of a myth often.

605. LtWorf ◴[] No.45778472{7}[source]
I think at this point the existence of good designers is what needs proof.
606. listenallyall ◴[] No.45778548{9}[source]
Not implementing any solution and blaming it on "only so many developer hours available" is the problem I'm responding to.

I'm not "prioritizing" anything. The scenario we're discussing is when an intern or low-level employee is able to successfully automate, enhance, or simplify a manual, inefficient business process that management has not seen fit to improve - so the worker does it themselves.

Access and similar platforms aren't "rapid" because of shortcuts, they are rapid because they are visual-based, drag-and-drop, object-oriented and often make a component's properties and methods customizable also via a visual interface. It's a different way of programming, yes, accessible to the masses (which is likely the reason you have so much disdain), but not "shortcuts".

607. listenallyall ◴[] No.45778616{16}[source]
> 20 different incompatible tools with different workflows

Kinda the whole goal behind (and "benefit" of) microservices, right? Totally independent dev teams, all uncoupled from each other, no need to look inside at the code, language-independent - just pass data according to an API and dont look behind the curtain.

replies(1): >>45780176 #
608. justaregulanerd ◴[] No.45778813{5}[source]
More recent Mac convert (actually gone Linux -> M1 Mac) and the initial M1 Air I bought, I naturally upgraded to Tahoe and felt that while it's pretty (and I really, really want the world to move on from Material interfaces), I did also feel the readability concerns were completely valid.

I had to return that Mac for a screen defect, and the one I now have has been kept back on Sequoia, and I'm totally fine with it and will probably stick with it until security updates stop, at which point I surely hope Tahoe is more readable.

609. throwaway173738 ◴[] No.45779143{6}[source]
Linux shells, and that was an exaggeration. The shell is about as general purpose as it gets, but it’s hard to know a priori how to do a certain use case. But if you can explain it in plain language the LLM can do that for you. And at that point maybe you don’t need a gui except to present and manipulate visual output of the shell.
610. Andrex ◴[] No.45779327{5}[source]
> The funniest thing to me is I used to think of Gnome 3 as a effort toward Apple-esque design which wasn't as well put together as MacOS... But now, even though Gnome today is still not up to the consistency of 2011 MacOS, it is more consistent than 2025 MacOS because Apple has been driving drunk on desktop software design for a decade and a half.

I guess I agree? I never used OS X and actively avoid MacOS post-2013 partly because of the layers of inconsistency each new version introduced (when I used a Macbook, there were about 4 different "overview of current running apps + method to launch new apps" interfaces, accessed from one hotkey, two separate mousepad gestures, and a button in the UI, respectively.)

To my tastes these days Gnome Shell and associated GTK3/4 apps (see Gnome Circle), plus Flathub, are easily the most consistent and pleasant desktop app experience around. YMMV of course. (I'm the type who has never felt the need to mess with Gnome Tweaks, extensions, etc., if that helps.)

I don't run it (yet), but Fedora Silverblue is the future (for consumers running desktop Linux). I believe this in my heart.

replies(1): >>45780043 #
611. rekabis ◴[] No.45779651[source]
> figuring out what that use case is difficult.

Which is why observability is so damn important.

Observability allows you to grock what your users in aggregate are doing, and adapt your product accordingly. You can take the lower-40% of features and squirrel them away off the main UI. You can take the lowest-10% of features and stick them in a special tools panel that needs to be explicitly hunted down and enabled. You can carve the UI up into three different levels - focused, simple, expert - that hide certain functionality and features, and explicitly expose others in certain ways, and allow the user to switch between them at will.

There is just so many ways that this particular cat can be skinned, you just need to collect the information on how the users are actually using the product. You just need to get permission in ways that encourages your users to participate.

Because without that data, you’re just stabbing in the dark and hoping you aren’t stabbing yourself in the foot. Or worse -- metaphorically ripping open your entire femoral artery by alienating the majority of your users.

612. oddmiral ◴[] No.45779699{5}[source]
Earlier free software has/had tons of free artwork: icons, themes, skins, mods. I had few dozens window border skins and GUI themes for Gnome 1.x, for example. gnome-look.org has 1.5k themes for GTk3/4, but I'm OK with stock theme now, because 90% of the time I see browser or console.
613. oddmiral ◴[] No.45779711{7}[source]
Users are trying to solve their own problems.

Graphic artists are creating graphics editors (Gimp, Krita, Blender, ComfyUI, etc.) with tons of options.

614. csin ◴[] No.45779733{8}[source]
"It has a million buttons, layers are a thing, there's a million tools, etc. No, they can't just pick it up because it's complex software for a complex problem domain."

See this is the thing that software devs don't "get" about UI design.

It's the exact thing the original author is trying to communicate.

You CAN have a powerful tool. And still have it be user friendly for normies!

You hide away it's complexities. So it's not INDTIMIDATING for new users.

You know what. I'm going to reinstall gimp. Just to prove my point.

Let's compare photoshop with gimp.

Before I begin, let me preface. Modern photoshop is an enshitified piece of garbage. I would never use it.

But this is nothing to do with enshitification. That's a whole different thing.

Ok let's start:

- I grab a random image from imgur. Copy paste. Ctrl-V. Both apps passed the test. I was a little worried gimp couldn't even do this.

- On load this is what photoshop looks like: https://imgur.com/a/3uYsm2h

- On load this is what gimp looks like: https://imgur.com/a/DnPcRTc

First impressions:

- GIMP is ugly as fuck. It looks outdated. There's information overload on the left side. Too much shit happening. Too much text squashed together. INTIMIDATING.

- In contrast, photoshop has a more minimalist look. There is a "Layers" window on the right. New users don't need to touch it.

- There is a "Size & Position" window. This is key. Notice how there's only 3 things inside that window. Notice how it's not squashed with all the other shit on the left. Think about that. Why did the designer do this? Because those 3 things are what 90% of normies are looking to do.

- This is exactly what the original author was talking about, with the TV remote. The most common operations should be sectioned off at the top of the remote. Similarly, the most common operations in photo editing should be sectioned off, in clear view.

Ok, Step 2. Let's try and crop this image. A common operation:

- Photoshop. Click the crop button. Shows you a bit more complexity in it's settings. You don't have to touch it. It gives you a helpful grid UI: https://imgur.com/a/tLjL6en

- And then it has a blue "Done" button at the bottom. Finished easy.

- GIMP. We start with a brush by default??? Whoops I accidentally drew on the picture. I didn't want to do that. Thank god I know ctrl-Z.

- So it's that cross thing right? That's the move button. Nope that's not what I want to do :(

- It must be the one next to it. The rectangle. Ok, some random corner thingies appear in the corners. I click on one of the corners. The image gets split into two. But now what? WTF do I do now: https://imgur.com/a/f7TTHJs

I can go on and on and on and on, criticizing gimp's terrible UI design. I hope, the little I have demonstrated, is a tease into what UI design is really about.

615. sfRattan ◴[] No.45780043{6}[source]
> To my tastes these days Gnome Shell and associated GTK3/4 apps (see Gnome Circle), plus Flathub, are easily the most consistent and pleasant desktop app experience around.

I generally agree with this, with respect to the apps. There are a few dead simple Gnome apps I've found are great to use, but it's just as easy to use them from another desktop environment. I'm inevitably going to have both Gnome and KDE libraries installed, even if I'm using neither desktop environment, and the sheer amount of storage and memory on modern machines makes that just fine. So I don't look at those apps as a selling point of Gnome per se. But you're absolutely right: Gnome's sleek, tiny little applications are often very well designed and useful. It's more the desktop environment around them that irks me every time I try it.

> I don't run it (yet), but Fedora Silverblue is the future (for consumers running desktop Linux). I believe this in my heart.

I also agree here about atomic distros. They're the future. I'm running Kinoite on most of my machines now and am loving how stable and out-of-the-way it is. The size of the frequent updates was a bit shocking at first, but I have gigabit Internet now so...

¯\_(ツ)_/¯

616. TeMPOraL ◴[] No.45780065{9}[source]
YOLOable systems are built out of flexible pieces. That's why Excel "abuse" is a constant theme in enterprise :).

We should not be thinking about architecture at the business process level. This is just repeating the mistake that needs to be avoided here. This is, and will ever be, a pile of ad-hoc hacks. They're not meant to add up to a well-designed system in a bottom-up fashion, because there is no system to design. The structure we naturally seek, is constantly in flux.

The right architectural/design decisions to make here is to make it possible to assemble quick hacks out of robust parts that fulfill additional needs the people on the ground may not consider - logs/audit trail/telemetry, consistency for ergonomic reasons, error handling, efficient compute usage, tracking provenance, information access restrictions dictated by legal obligations, etc.

The most important change needed is in the mindset. Internal dev needs to stop thinking of itself as the most important part of the company, or as a well-defined team that should own products. To be useful, the opposite is needed - such devs need to basically become ChatGPT that works: always be there to rapidly respond to requests to tweak some software by people on the ground, and then to retweak is as needed. They need to do this work rapidly, without judgement, and never assume they know better.

Only then people will stop weaving ad-hoc Excel sheets into business-critical processes.

617. TeMPOraL ◴[] No.45780147{11}[source]
Those sheets are not emulations of some process, they are the process. There is no perfect, platonic process, that the Excel sheets are merely shadows of. There is no fixed goal to approach iteratively. The process is defined by what people do, and it's improved by them through adjusting to situations as they occur and eliminating waste - and creating and evolving these Excel sheets is part of this continuous improvement.

Top ends of organizations need and want a lot of dumb, self-defeating things - this is very much the same thing that's described in "Seeing Like a State". Doing this blindly is, of course, a prerogative of the executives, but internal IT is actually low enough in the food chain that it could focus more on helping the org by improving the bottom layers, instead of embracing and encouraging the top to create more rigid structures.

EDIT: to refer back to the example I gave upthread:

"Steve from ACME Shipping" is not meant to be a special case of an "external vendor assigned to auxiliary shipping itinerary"; the system needs not to be designed to express the concepts of "external vendor" and "auxiliary shipping itinerary" and "shipping itinerary assignment for shippable resources". Steve is just Steve, the whole "extra evening run" thing is probably just a one-off emergency measure for Q3 that will disappear come Q4 (or persist, and then some executives will start talking talk about deeper changes to mailing process). Right now, all the mailing room needs is for someone to add a boolean flag:

  // Steve from ACME Mailing
  bool boundToACMEEVeningRun;
and hook it up to a button that sets it and logic that displays it with a yellow highlight. And yes, this means all that code will likely need to be thrown away next month (or rather, gated by a config flag so versioning/audit trail still works). Making it work out is what the dev is paid for.
618. TeMPOraL ◴[] No.45780176{17}[source]
Internally it could work if the teams understand that their services are never done - they're part of a living organism, and the responsibility of a team assigned to a service is to keep it working. Shit will break constantly, but that's not a problem as long as it gets fixed. It's labor-intensive, but done right, we're talking few devs being busy maintaining a process that benefits thousands, or hundreds of thousands of their colleagues. It's what the internal development is meant to be.

At some point in our industry, "service providers" started thinking of themselves as kings, instead of what they were supposed to be - servants.

619. TeMPOraL ◴[] No.45780201{13}[source]
Right. But it would help if internal IT wouldn't reinforce the business side in their delusions, and it starts with a mindset problem: IT thinking of itself as a department that delivers products and solutions, instead of a support force of servants meant to run around in the background and respond to immediate needs of people in the field.
replies(1): >>45780915 #
620. ozim ◴[] No.45780915{14}[source]
You went too far and mixing IT with software development.

Software development delivers products, internal products and solutions that should be leveraged by business to improve rate of growth.

If you have software development department chucked into IT and make them be supporters that run in the background you are wasting potential or wasting money on their salaries.

If you want supporters make it IT only and pay for SaaS solutions that everyone is using.