Slashdot Mirror


Why Software Sucks, And Can Something Be Done About It?

CPNABEND tipped us to a story carried on the Fox News site, pointing out that a lot of programmers don't understand their users. David Platt, author of the new book 'Why Software Sucks ... And What You Can Do About It', looks at the end user experience with end user eyes. While technically inclined individuals tend to want control, Platt argues, most people just want something that works. On the other hand, the article also cites David Thomas, executive director of the Software & Information Industry Association. His opinion: Users don't know what they want. From the article: "'You don't want your customers to design your product,' he said. 'They're really bad at it.' As more and more software becomes Internet-based, he said, companies can more easily monitor their users' experiences and improve their programs with frequent updates. They have a financial incentive to do so, since more consumer traffic results in higher subscription or advertising revenues." Where does your opinion lay? Should software 'just work', or are users too lazy?

68 of 498 comments (clear)

  1. one example of too many by yagu · · Score: 4, Insightful

    One example I encounter almost every day is the notion of a computer's "state". People just want to turn something off and on, not easily abstracted for computers.

    So, there is this myriad combination of "states", not too complex for slashdotters to understand but off the scale for lay users. It doesn't help we use "our" terminology. I've stopped trying to explain and describe the difference between "hibernate" and "standby".

    Files, directories, logical drives..., all foreign and abstract curiosities to computer users -- most are technical artifacts from early on abstractions. It's not a wonder these lexicons ripple out the the general population, unfortunately it's of no use to the general users and mostly to their detriment.

    I don't know how to get there, but users/people want computers to behave like toasters. They want very simple, limited-option and intuitive behaviors. Not all software lends itself to those but I think there is a much happier in between, and the group that can move is the programming group. I don't think the general population will ever educate itself about the differences between relational/hierarchical databases, the differences between NTFS and VFAT file systems, nor do I think they should be asked to know.

    The closest I've seen to getting "there" in computers is probably Apple... I've seen novices sit in front of Apples and almost immediately be able to be productive.

    The second closed I've seen is Unix/Linux, etc... not so much because of it's ease-of-use, but because it's one of the most consistent "flavors" of computing I've experienced (NOTE: I'm not discounting the complexity of Unix, it's certainly not for novices, but at least it's consistent).

    One of the most popular applications I've written was one where the interaction with the user was basically a singly input field, a la Google. Users would instinctively type anything in the input field, and the application would do a pretty decent job of offering meaningful results. Analysis of logs showed users typically received meaningful results from their "input" 80 - 90% of the time. Granted it was a narrowly defined application, but I've seen indecipherable interfaces on top of narrowly defined applications.

    The best general computing out there is something I'd predicted long ago, devices that are for narrowly defined and specific use with high powered computers underlying the gadgetry transparently (think TomTom (gps), ipod (no, I'm not a fanboy), etc.)

    Ironically, or perhaps paradoxically, the most dominant technology available is the least intuitive to just sit down in front of and use. Of course, there is a latest and greatest new version out this year that should fix all of that. .

    Bottom line, my opinion, users are not lazy, they just want to get some work done without needing the equivalent of a Bachelor's in Computer Science to get that work done.

    1. Re:one example of too many by TheCrayfish · · Score: 4, Insightful

      Well said, yagu. For a good illustration of the truth of what you've written, try teaching a Computer Literacy class for adults who have never used a computer before. I got questions like "what's a mode?" and "why are these little arrow keys for?". If normal humans -- the kind who don't read Slashdot -- have trouble with concepts like modes and arrow keys, you can imagine how difficult it was for them to understand that, when their Word document disappeared from the screen when they minimized the window, it did not also disappear from "the computer", but was sitting somewhere invisible to them.

      I think it would serve every programmer well to spend some time teaching novices how to use something the programmer finds simple, such as the Windows calculator, Notepad, etc., to see how "normal" users think and react.

    2. Re:one example of too many by drinkypoo · · Score: 2, Insightful
      The article isn't calling USERS lazy, it's calling Software Engineers lazy. In combination with what I said above, though, I disagree. Most machines take a lot of know how to use them- then the know how becomes custom, common sense, a part of the culture- and suddenly it's "intuitive".

      I don't think that engineers are lazy, at least, not always. But that statement leads into this one: lazy is subjective. If a programmer failed to implement a feature that I think would probably be easy, then I think he's lazy. Does that make him lazy? Just to me.

      I also think that computers CAN be intuitive, but only by more closely mimicking the way we work without computers. Firstly, the mouse is nonintuitive. It's a concept grasped easily enough, but nothing else works that way. A pen or even a simple pointing interface (pointing at things, as in the Wii remote) is dramatically more logical. Arguably though, you can't really call computing intuitive until you can't tell you're computing any more. An immersive environment which is used naturally (through gloves and such) with full haptic feedback and the like is going to be the first intuitive interface... unless we get a useful natural language interface. Both have been a long time coming but the VR thing looks more likely to happen soon simply because all the parts are already here and in use.

      Back to the issue of lazy engineers... Perhaps the OS is not doing enough to help them? I mean it would be a lot easier to (for example) manage data if the filesystem were a database. Yet we still haven't seen that happen anywhere but BeOS in spite of everyone and their mother promising it to us. I think tradition is the single largest impediment to advances in computing.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:one example of too many by danpsmith · · Score: 4, Insightful
      I don't know how to get there, but users/people want computers to behave like toasters. They want very simple, limited-option and intuitive behaviors. Not all software lends itself to those but I think there is a much happier in between, and the group that can move is the programming group. I don't think the general population will ever educate itself about the differences between relational/hierarchical databases, the differences between NTFS and VFAT file systems, nor do I think they should be asked to know.

      That's all good and fine, but there are cases, many, many cases, where users aren't able to use even the simplest interfaces. This can be expected of them, as the people unable to use these interfaces tend to be old people, while younger people immediately know how to use them regardless of previous training because they are at least used to the idea of an interface.

      I used to work at wawa, and I can't even tell you how many people used to complain about how the touch screen ordering system was oh so complicated. The entire thing was self-explanatory. You touch what type of food you want, then touch the ingredients then hit complete. Not exactly rocket science. For these people even using a touch screen to manipulate words is something they are uncomfortable with. We cannot stoop to this type of illiterate and design software to accommodate them. They simply cannot be accommodated. People need to learn to read and interact with a basic interface, if they can't, then they will get left in the dust, same as other dinosaurs.

      --
      Judges and senates have been bought for gold; Esteem and love were never to be sold.
    4. Re:one example of too many by w3woody · · Score: 4, Insightful
      So, there is this myriad combination of "states", not too complex for slashdotters to understand but off the scale for lay users. It doesn't help we use "our" terminology. I've stopped trying to explain and describe the difference between "hibernate" and "standby".
      You know, I think this captures the fundamental problem here.

      From a technology standpoint we programmers think in terms of how the underlying stuff works. To us, it's clear what hibernate and standby are doing, why they're different and what the relative advantages and disadvantages of each technology are. However, in being so focused on the underlying technology and how it works, we start overlooking the problem that both technologies are trying to solve, which is this: how to extend the life of a computer (computer's battery, in the case of a laptop) when a computer is left on but is not in use--and do it in such a way that the computer can come back on relatively quickly when the user comes back.

      Users want us to solve problems, we want to provide technology.

      And so when the user wants to solve the problem "I walked away from my laptop for an hour; please make it so the battery doesn't drain dry when it is idle", we come back with "well, we have sleep and standby and hibernate; hibernate is really cool because the computer is almost completely powered off but standby allows the computer to come back a lot faster"--of course we're going to get a glazed look on the poor user's eyes. All he wants is to come back, jiggle something, and have the computer come back to life.

      Unfortunately because we talk about providing technology and the user wants to solve problems, we then wander off grumbling "stupid lusers; they're not willing to learn how to use their computer." And the poor users stumble off grumbling "why do they make these damned thing so hard to use? I don't care about bits and bytes; just tell me what I need to do so I can get my important work done."

      The really ironic part is that users are not stupid--contrary to about 90% (caution: made up statistic) of technologists complaints. They just happen to have a different job than us. I mean it's easy for us to look at some poor overworked doctor (for example) and claim he's a moron because he doesn't know the difference between suspend and hybernate--but then, the reason why he doesn't know the difference is because he's more worried about knowing the difference between opioids and non-opioid drugs and knowing which class of drugs will better relieve his poor cancer victim's pain.
    5. Re:one example of too many by try_anything · · Score: 3, Interesting

      I don't agree that novices can be considered "normal." The computer illiterate are quickly becoming an oddity, a special niche in usability design. There's really no need to consider them anymore unless you have a special reason to.

      The real question is how much sophistication can be reasonably expected from lifelong computer users. The file concept and needing to save one's work is an example of something that we've accepted that everyone can and should learn, in spite of the dire predictions of UI experts. The idea that people would be better off sheltered from the file concept is, in retrospect, pretty silly -- as silly as the idea of equipping an automobiles with reins and a whip so it would feel like a horse-drawn carriage.

      I think we should stop projecting limitations onto humanity and see what happens. The typical "poor ignorant user" of 2030 is going to be at least as savvy as today's typical middle-class college student, and maybe more savvy in ways that surprise us.

    6. Re:one example of too many by mobby_6kl · · Score: 2, Insightful

      >No no no... this is very bad.

      But why why WHY? This is basically what most people in the Office thread seemed to be bitching about, but it looks like most of them never tried the new system. "Whaaa it's now what I'm used to!!" they said, and so do you.

      Maybe the old menu idea is broken, ever though of that? Or if it's not, it's simply not the best solution now that the average display resolution is so much higher. Sure, there are plenty of programs which try to come up with their own idiotic skinnable interface which are almost always completely unusable. Reminds me of certain WMP versions and some other software I'd rather not mention.

      But if done right, like in the Office case IMO, it can can help the new users familiarize themselves with the software quickly, and increase efficiency of power users.

    7. Re:one example of too many by Hans+Lehmann · · Score: 3, Insightful
      I used to work at wawa, and I can't even tell you how many people used to complain about how the touch screen ordering system was oh so complicated. The entire thing was self-explanatory.

      If it was really self-explanatory, then they wouldn't have a problem with it, now would they? Unfortunately, what might seem self-explanatory in hindsight to the developer, or to someone like yourself that's around it 8 hours a day, can be completely baffling to someone that's never seen it before. Take, for example, all those web sites with Flash navigation that force you to poke around with your mouse, trying to guess where where the menu is. The developers that created those atrocities thought they were 'self-explanatory' too ; the rest of us want to beat the developers with a stick.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    8. Re:one example of too many by diverman · · Score: 2, Interesting

      >> Bottom line, my opinion, users are not lazy, they just want to get some work done without needing the equivalent of a Bachelor's in Computer Science to get that work done.

      I wouldn't say user's are lazy, but they often don't seem to care about the choices that exist in what it is they want to do. Regardless of needing a bachelor's degree in computer science, how about at least understanding the complexity of the task they've chosen to do, or at least have some appreciation for the complexity. The average user is very simple minded. They don't want to know about the things they've chosen to do. They want only to know about the small piece of it that they have patience for. In that sense, yes, they are VERY lazy.

      While I agree with some particular gripes that Platt has, I think his general approach is overly simplistic, does not address the actual CAUSE to the problem, and is unrealistic. As I'm sure many have already said here, tasks people want to do are NOT often simple, especially not when dealing with all the different variations and choices there are to be made when performing the task. Oversimplifying will frustrate other users. I think that David Thomas has a much more realistic and practical appreciation for the problem. It's not about lumping all users into a simple-minded bucket and catering to them. It's about understanding the users of a particular environment and working to streamline for those users. It's about understanding the needs and truly getting to understand the needs of the user. Platt does not do this. He has a preconceived notion that all users are like his view of the least common denominator. He has a statement to "programmers": YOUR.USERS.ARE.NOT.YOU. Well, to throw that back at him... our users are not him, either.

      Platt uses a lame example (of many lame examples). The "Do you want to save" prompt. If it were to be changed to "Do you want to throw your work away?" more people will hit "Yes" by mistake. I'd be willing to best that statistics would show people are more likely to make that mistake and be frustrated than there is frustration with being asked to save. He just bitches because he wants it to be HIS way (see my comment about our users not being him). Sure, we all have our frustration with how certain software works and their defaults... but try seeing past your own narrow needs, and understand what the software is actually TRYING to cater to.

      It's worth going and reading the comments on his blog. Many people quite intelligently rip his views apart. And also recognize... Platt is trying to sell a book... he's shooting for the "hype" and position that will get people "talking" about his book. It just makes me a HECK of a lot more skeptical about the validity to his claims, versus his attempts to sell a book:

      http://suckbusters2.blogspot.com/2006/12/web-site- that-just-works-and-one-that.html

      -Alex

    9. Re:one example of too many by misleb · · Score: 2, Insightful
      The real question is how much sophistication can be reasonably expected from lifelong computer users. The file concept and needing to save one's work is an example of something that we've accepted that everyone can and should learn, in spite of the dire predictions of UI experts.


      Ah, but couldn't you make a system that simply saved changes in realtime? Why should we expect users to save their work? Is it just the principle of the matter? Is saving work some kind of fundamental lesson, without which users would become lazy or complacent or something?

      The idea that people would be better off sheltered from the file concept is, in retrospect, pretty silly -- as silly as the idea of equipping an automobiles with reins and a whip so it would feel like a horse-drawn carriage.


      Automatic transmissions have sheltered people from having to worry about specific gears. Why not shelter computer users from worry about specific files?

      I think we should stop projecting limitations onto humanity and see what happens.


      The bottom line is that most people simply don't care about the underlying complexities of computers or automobiles. It isn't laziness. And it isn't necessarily a limitation on their part. They just don't care. Computers just don't interest most people like they might interest you or I. So if there are unnecessary complexities in an interface, I say take them out. If people can find 90% of what they want on the internet, for example, with a single Google input box, that is ideal. It would be counterproductive to present each user, by default, with a complex "advanced" search form just because it might make searches slightly more effective.

      The typical "poor ignorant user" of 2030 is going to be at least as savvy as today's typical middle-class college student, and maybe more savvy in ways that surprise us.


      I think it will surprise you. Going back to the car analogy... think of how "savvy" people have gotten with cars. They know all the brands. Have some idea of different fuel types. They know the difference between an SUV, a sedan, etc. But you know what? After 100 years of automobiles, the vast majority STILL don't understand any of the internal complexities. And in manys they know even less because cars today are generally so reliable (relatively speaking) there is little reason to even open the hood.

      I think in 2030users will be savvy in the sense that they are savvy with automobiles today. They'll know how integrate computers into their lives and even do some very basic maintenance, but I am willing to bet that they won't be any more knowlegable, on average, of the internal complexities of computers than they are today. Remember, savvy does not mean "highly technical knowledge." It just means that you know the ins and outs of daily use without much hassle.

      -matthew
      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    10. Re:one example of too many by ObsessiveMathsFreak · · Score: 2, Funny
      The computer illiterate are quickly becoming an oddity, a special niche in usability design. There's really no need to consider them anymore unless you have a special reason to.
      Considering most Slashdotter are related to at least one such person in their immediate and extended families, your point is summarily rejected by the collective Slashmind.
      --
      May the Maths Be with you!
    11. Re:one example of too many by kubalaa · · Score: 2, Funny

      how difficult it was for them to understand that, when their Word document disappeared from the screen when they minimized the window, it did not also disappear from "the computer" I'm skeptical. Did these people also think that all the little people in their TV die when they turn it off?
      --

      "If you look 'round the table and can't tell who the sucker is, it's you." -- Quiz Show

    12. Re:one example of too many by ericfitz · · Score: 3, Insightful

      I agree with you about Macintosh, but Linux more consistent than Windows? Give me a break. Let's get past the /. mind-numbed-robot FOSS advocacy and anything-but-Micro$oft FUD for a second.

      If there is one thing that Windows does well, it's consistency. Cut, copy and paste work the same in 99% of Windows programs. They do NOT work consistently across Linux programs that often use different underlying graphics toolkits, etc., and different shells, etc. Also every single one of the command-line utils in any flavor of *nix has a unique syntax. That's not consistency.

      I'm not trashing Linux or glorifying Windows, but let's give credit where it's due. Windows is remarkably consistent and that is probably one of the main reasons for its commercial success.

    13. Re:one example of too many by jamesmrankinjr · · Score: 2, Insightful

      People need to learn to read and interact with a basic interface, if they can't, then they will get left in the dust, same as other dinosaurs.

      Or, more likely, they'll learn to shop at someplace other than wawa where they can get service from a real human being.

      Peace be with you,
      -jimbo

  2. the ninety ten rule by iplayfast · · Score: 5, Funny

    Ninety percent of your users will not have an opinion about your software.
    Ninety percent of the users who have an opinion, will have a misconception about what the software is supposed to do.
    Ninety percent of the users who understand what the software was supposed to do, will have a preconceived idea on how it should work based on their experiences with your competitors.
    The final 10% of the people who have an opinion, have no misconceptions about the software, and have no preconceived idea, will have useful input.

    Unfortunately 90% of those people are idiots.

  3. Let's draw back... by neimon · · Score: 5, Insightful

    ...a few thousand miles.

    If people are bad at figuring out what they want from a computer, and terrible at designing (which, yes, they are) then maybe the problem is that the computer sucks. General-purpose computing is best left in the hands of experts. That model worked for 20-mumble years, and it was a good one. It still is, if you need to get industrial-grade stuff done.

    But "personal computers," to be distinguished from "desktop computers," are a bust. Ordinary people can't deal with the complexity, and attempts to make computers act like a friendly thingy with stuff on it all fail because the computer isn't a friendly thingy with stuff on it. It's a computer.

    People need, say, the Pure-Digital video camera that lets you take digital video with one button, has no memory cards, and runs on aa batteries. They need the microwave oven with the popcorn button. They need the car with a computer in it so they don't have to know when to use the choke. Special, optimized uses of computers work great for ordinary people.

    People aren't stupid, they just don't act like a computer. Maybe there's a lesson there.

    1. Re:Let's draw back... by megaditto · · Score: 4, Insightful

      Reminds me of that Bible story where Moses was taking some escaped slaves for a walk in a desert that lasted some 40 years.
      When asked why it took him so long to get to a free land, he replied that they had to wait for all the former slaves to die off, since only their kids could be trully free.

      My point here is that most kids (9+ years) these days have no problem getting their family computer to do just about anything they need, so in 20+some years when their parents will pass away, all the 'luser' issues will go away.

      --
      Obama likes poor people so much, he wants to make more of them.
  4. Apple gets it right. by Oz0ne · · Score: 5, Insightful

    I totally agree that most software sucks. I'll even admit that some apple software sucks, but since switching (almost 2 years back now,) my world has completely changed. I'm no longer frustrated most of the time when working with my computers.

    I've been a software developer for near a decade. There's two extremes to this, ignoring your customer, and letting them run the development, both are bad. The best path is to have some intelligent people in your company that sit in between customers and clients and act as a translation layer. Throw out the ideas you can't implement, give them the good ones. These people have to be at least partially developers themselves, they serve as architects as well as PR.

    Customer Ideas -> Architects -> Code Monkeys

  5. Of course it should just work. by MadTinfoilHatter · · Score: 5, Funny

    On a completely different note, I just bought a guitar, but I'm going to return it because I think it should just produce the music I want to hear when I hammer at it like a retarded orangutang. Someone told me that I'd have to take the time to learn stuff like "notes" and "rhythm" and who-knows-what. That person obviously just doesn't know how to make a guitar. [/sarcasm]

    1. Re:Of course it should just work. by captainjaroslav · · Score: 5, Interesting

      Okay, so you're being sarcastic, but you're also missing the point. A better analogy would be somebody who wants to listen to music and is given a guitar rather than a radio. Sure, if they put in the time and effort, they could eventually learn to play the guitar and possibly even make better music than what they could find on the radio but it's not really a reasonable answer to the person's need.

      --
      I'm just sayin'.
    2. Re:Of course it should just work. by Spaceman40 · · Score: 2, Insightful

      (Where's Bad Analogy Guy when you need him?)

      To take this one a little farther: If you give someone a guitar rather than a radio, they can produce content. The person with a radio can only consume. Producing content will always be more complicated than consuming it (law of entropy-ish).

      (Tangent: There are definitely different degrees of difficulty on the production side, though. There was an article I saw (probably on here) about interface design needing to be simple but powerful. A lot of interfaces can get very powerful, but very complex (see Vim, of which I'm a fan, but still), or very simple, but very weak (see Notepad, to stick with editors). A new user needs the simplicity, and an experienced user needs the power.)

      --
      I [may] disapprove of what you say, but I will defend to the death your right to say it.
  6. Fine, not lazy by Mateo_LeFou · · Score: 3, Insightful

    I'm guilty of some sneering at the 'average' computer user, and I'm working on that, but I'd like to point something out:

    Computing -- especially in a *globally networked environment -- is *in *fact complicated. Doing it responsibly, in a way that doesn't wreck the environment for others (Cf. botnets) is difficult. Many of the users who "just want to get some work done" outsource the complexity, but don't mind if the network suffers the externalities because they don't feel like learning what true security requires.

    If someone doesn't want to learn to drive, they have public transportation and taxis available to them and God bless 'em. But taxis and buses don't damage the roadways and the other vehicles on it during ordinary use.

      Basically I sometimes wonder whether putting a PC in every home was such a hot idea after all.

    --
    My turnips listen for the soft cry of your love
    1. Re:Fine, not lazy by drinkypoo · · Score: 4, Informative
      But taxis and buses don't damage the roadways and the other vehicles on it during ordinary use.

      Au contraire! A bus does more damage when it runs across a roadway than would a line of cars with the same seating capacity because a larger amount of weight is put on the four (or perhaps six wheels - either double-axle or dual-wheel in the rear) wheels than from any car.

      This is the reason why we have laws that say that vehicles over certain weights may not travel through certain neighborhoods except to make a delivery, and why you are supposed to need a commercial license to drive a vehicle over a certain weight. Of course, we don't actually enforce these laws because it means some rich people in LA and SF wouldn't be able to drive their Hummer home...

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:Fine, not lazy by Daniel_Staal · · Score: 5, Insightful

      But learning to drive is not the same as learning to fix and maintain a car. To drive you only need to operate the car, and to own it you only need to remember to take it into the shop occasionally to get looked at.

      Computers, right now, require you to be mechanics to drive the car, and users don't want to be mechanics. They want to get their work done. Part of this is changing user expectation (so that they know to get routine maintaince from someone trustworthy), but part of it is building the systems so they can survive routine wear and tear for an extended length of time, without the intervention of computer 'mechanics'.

      --
      'Sensible' is a curse word.
    3. Re:Fine, not lazy by Mateo_LeFou · · Score: 2, Insightful

      You missed the point. Computers are like cars that can do a tremendous amount of damage to the driving experience of others without the operator even necessarily knowing about it. No, drivers don't *want to be mechanics. They don't even *want to take drivers ed. These things are required of them by law in accordance with the externalities that the resepective devices do/can generate. If there were a flux capacitor in your car, so that it was potentially capable of blowing up your city, the driver's license test for that car would require some knowledge of nuclear physics.

      --
      My turnips listen for the soft cry of your love
    4. Re:Fine, not lazy by JayTheHun · · Score: 2, Interesting

      Thus, the design intent of the OLPC. Jeff Raskin also wrote on this and began the Archy project in response, calling it well past due for a new approach to GUI. Ref: http://en.wikipedia.org/wiki/Archy

    5. Re:Fine, not lazy by nasch · · Score: 2, Insightful
      you are supposed to need a commercial license to drive a vehicle over a certain weight. Of course, we don't actually enforce these laws because it means some rich people in LA and SF wouldn't be able to drive their Hummer home...
      Maybe you're just joking, hard to tell online. But a quick google shows this is not correct.

      From http://drivingrules.net/cdl/needaCDL.htm

      DO YOU NEED A COMMERCIAL DRIVER'S LICENSE? You need a CDL if you operate any of the following vehicles.

      • All single vehicles with a manufacturer's weight rating of 26,001 pounds or more
      • All trailers with a manufacturer's weight rating of 10,001 pounds or more, if the gross weight rating of the combined vehicle(s) is 26,001 pounds or more
      • All vehicles designed to transport 16 or more persons (including the driver). (Private, church, buses.)
      • All vehicles that carry placarded amounts of hazardous materials (see following section on exemptions)."
      No Hummer (except maybe a stretch limo, which would obviously require a special license) comes close to the weight or passenger requirements, so unless you're carrying "placarded amounts of hazardous materials", you do not need a CDL. Now I don't know if the CDL rules are enforced or not, but if they are not it isn't because of SUVs.
    6. Re:Fine, not lazy by nasch · · Score: 2, Insightful
      The parent was referring to weight limits on roads not being enforced, not CDL regulations not being enforced. Duh.
      He said "This is the reason why we have laws that say that vehicles over certain weights may not travel through certain neighborhoods except to make a delivery, and why you are supposed to need a commercial license to drive a vehicle over a certain weight. Of course, we don't actually enforce these laws..." If "these laws" was meant to refer only to the street weight limit laws, and not the CDL laws, it was a very poorly constructed paragraph, and I congratulate you on your mind reading ability.
    7. Re:Fine, not lazy by DudeTheMath · · Score: 2, Funny

      Actually, there was a recent foofaraw here in sunny Florida (82 degrees F on January 6! Blech!) regarding vehicles over a certain weight requiring a class-E (or whatever) license, some sort of commercial license, requiring knowledge of towing limits, how to lay out your flares when you break down, etc.--and the weight limit was exceeded by a number of vehicles that an ordinary Joe could buy at any dealership (I think the F-350 was among them, some of the "crew cab" trucks, etc.). I believe the law has now been amended, but as I drive a four-cylinder sedan getting something north of 30mpg, I don't give a rat's ass.

      --
      You save only 59 seconds over 8 miles by going 75 instead of 65. Do you really have to pass that guy? Do the Math!
  7. Comment removed by account_deleted · · Score: 2, Insightful

    Comment removed based on user account deletion

  8. Users don't make buying decisions by ewg · · Score: 4, Insightful

    It's true that developers don't think like users, but that's not the only reason software is hard to use.

    In most cases in business, users aren't the ones making software buying decisions. The organization makes choices for them based on a number of factors. There's no conspiracy against usability, it just has to compete with cost, features, regulatory compliance, and other considerations. Software developers naturally target the criteria that drive purchase decisions, even if the result is a compromised user experience.

    --
    org.slashdot.post.SignatureNotFoundException: ewg
  9. This is just a little bit crazy. by wuie · · Score: 5, Insightful

    I'm reading TFA, and some of this stuff is just silly.

    For instance, the "Save" button. He argues that a statement that says "Do you want to save your changes before you exit" is a hard sentence, and that "Do you want to throw away everything you just did" is a clearer sentence.

    The word "save" isn't that hard of a word to grasp. People save money. People save possessions. Saving documents is no different. Grade schoolers understand it.

    What really cracks me up, though, is that he argues that when deleting documents, there should be *no* confirm. I've had a few times when that windfall was really helpful, when I've accidentally hit the delete button or selected delete, and then said "No, I don't really want to delete this file." He compares it to starting a car, where the car doesn't ask you if you want to start the car or not. This is a horrible analogy: the last time I checked, turning a key didn't do something as devestating as, say, deleting your car.

    I deal with end users every day, and I've had many of them admit that they don't read error messages or confirm dialogues. If they don't read it, what difference does it make what's included in the dialogue? I've made messages that were very easy, simple to read and understand, only to have them overlooked.

    Next, the author mentions that error messages need to state *why* something failed. Wait a second... I thought he was just arguing for simpler error messages, but now he wants to know specifically what happened? That's not exactly simplifying things for the end user.

    Now, I'm not saying that it's all the fault of the end users. There are some rather atrocious error messages out there, but it'd be safe to say that there are more end users out there that don't read things carefully. Computers are a tool, not a replacement for thinking, and users need to know that in order to get the maximum use out of technology.

    1. Re:This is just a little bit crazy. by markov_chain · · Score: 2, Interesting

      Good points. Now that we're doing car analogies again, note that most cars won't start unless the shift selector is in Park, or won't let the user move the selector out of Park unless the brake pedal is depressed. Sounds like the Fox author is a weenie.

      I don't even agree that software sucks, I'm perfectly happy with most of it. In fact, what am I even doing here reading this?

      /backtowork

      --
      Tsunami -- You can't bring a good wave down!
    2. Re:This is just a little bit crazy. by Quiet_Desperation · · Score: 4, Funny

      This is a horrible analogy: the last time I checked, turning a key didn't do something as devestating as, say, deleting your car.

      Well, outside of organized crime, anyway.

      Tends to delete the user as well.

    3. Re:This is just a little bit crazy. by 99BottlesOfBeerInMyF · · Score: 5, Insightful

      The word "save" isn't that hard of a word to grasp. People save money. People save possessions. Saving documents is no different. Grade schoolers understand it.

      Part of the problem is that computers intimidate users. They never know if it is going to break when they do something. "Save" is a term that is strongly associated with computers these days. Saving a file and saving changes aren't so much "saving" as they are writing something to a semi-permanent record. They don't fit well with the document/folder metaphor because on paper people save a file or they toss it, they don't save part of a file or undo all the writing they have done in the last hour but keep the file itself and the old work. On the back end saving changes or saving a new file is pretty much the same thing. You write to disk. It is not so in the minds of many users.

      What really cracks me up, though, is that he argues that when deleting documents, there should be *no* confirm.

      It is hard to see what the author is arguing from this brief bit, but he's right that their should not be a dialogue confirmation. Users already have a trash can they can look through and it properly asks for confirmation. When you delete a file, it goes to the trash and you can always take it back out. The huge number of dialogue boxes, particularly on Windows are a classic design flaw.

      If they don't read it, what difference does it make what's included in the dialogue? I've made messages that were very easy, simple to read and understand, only to have them overlooked.

      Many dialogue boxes don't even give the user a choice and most users simply click "OK' over and over again until it is a conditioned response. Worse than the number of dialogues is Window's penchant for keeping the buttons the same, which facilitates this behavior. Is it so hard to have it say, "Do you really want to throw this file away, (Throw it away)(Don't throw it away)." With such a message the user must read at least the button, at which point they know what action is being taken because the button is itself an action, not "OK."

      Next, the author mentions that error messages need to state *why* something failed. Wait a second... I thought he was just arguing for simpler error messages, but now he wants to know specifically what happened?

      Messages need to be fewer and clearer, not necessarily simpler. Adding more information in a dialogue is just fine, so long as it is properly constructed.

      There are some rather atrocious error messages out there, but it'd be safe to say that there are more end users out there that don't read things carefully.

      Yeah, and dogs salivate when you run the can opener. If you build a system that operant conditions people, you bloody well shouldn't expect them not to be conditioned, especially when they're just trying to get things done and don't care about using the computer at all. It is a tool, and a badly designed one in many ways.

    4. Re:This is just a little bit crazy. by Tim+Browse · · Score: 2, Insightful

      I checked Google, and the only page that is even closely related to the claim is a blog post by "Joel on Software."

      In addition, here in the UK, almost all cars have manual transmission. I can't remember the last time I got into a car in the UK that had automatic transmission. You can get automatic transmission if you want (on probably almost any new model now, I'm guessing), but you have to request it.

      Does this mean that the UK is populated entirely by programmers? If so, how come I have to help people with their computers so often?

  10. User Centered Not User Designed by 99BottlesOfBeerInMyF · · Score: 4, Insightful

    RANT: Designing good, easy to use software is not as hard as many people to think, although writing it is harder than what most people do now. User's are not good at designing software, but only the user knows what they want to do and how they want to do it. This should be the beginning of the UI design. "What does the user need to do, and how can they do it most effectively." This should be almost completely divorced from how the program goes about providing the functionality. Usually, the UI should be up and running before the back end is really started. Most software today is designed the other way around. "We can make software that does this and this and this, now how can we let the user get to those features." The term "user centered" is in contrast to feature or engineering centered. Users should not be designing it, but you do need their input and testing to see what works and what doesn't. Follow the basic rules of UI development and you can miss many obvious problems, but at some point you need users to show you what you missed.

  11. Even Google can't do it... by plierhead · · Score: 3, Insightful

    Bottom line, my opinion, users are not lazy, they just want to get some work done without needing the equivalent of a Bachelor's in Computer Science to get that work done.

    But what if its simply not possible to make things so simple that average Joe can "just do it"?

    Everyone uses Google's search box as an example, but the fact is that that box is the front end of a task that is very easy to describe - "show me a list of documents that more or less relate to these words".

    As soon as you stray from there into some of Google's other functionality you are into some far more complex screens that I personally have heard people confused by. Well-designed though they are, it sometimes just takes a fiew fields, links and words to make the interface powerful enough to be useful for the task at hand. This is even more so when there are financial ramifications to the task at hand, immediately requiring history, confirm dialogs, balances, tec etc.

    As computer gurus our very DNA is infused with the belief that we can build it, and make it so simple anyone can use it.

    Personally, I find that this feeling diminishes as the project progresses. Sometimes because we don't have access to Googe's level of funding for UI design, usability testing, etc. But often, in my opinion, because some tasks simply can't be made simple.

    --

    [x] auto-moderate all posts by this user as insightful

  12. Most Users Just Want to Get On With the Job by Phrogman · · Score: 4, Insightful

    I don't think the typical user wants to be bothered learning to use a piece of software, they are focused on the task they have to accomplish. If your software easily facilitates that task, with the minimal (preferably zero) learning curve, then they think its a good program, if it obfuscates that task, requires more extensive learning, or simply doesn't perform in the manner they expect it to, then its a bad program. Rightly so in most cases. Its only those in highly technical fields - or computer programmers etc - that usually need software with any real complex functionality. For those individuals, the cost of the learning curve (time and effort) is worthwhile if its more efficient that some other method of accomplishing some complex process or processes (time and effort).

    Most programs seem to come with more bells and whistles than they need to, but then I guess they are trying to provide all the tools that I *might* be looking for in one package. I have never used more than about 10% of the features in any office suite for instance, mostly I just want to present a document containing well formatted text in the font I want.

    The only place I appreciate complex software is in the areas where it suits my needs - a good IDE, Editor, graphic and sound manipulation software, and the Games I play. Outside of that most software is more hassle than its worth and I resent having to learn to use new programs just to achieve one tiny task.

    I think the answer is coming in individual devices that serve specific functions and don't try to go beyond those functions. My cellphone has no camera, no email, no web-browser etc, but it does let me talk and receive calls. Thats all I need it to do. If I wanted the bells and whistles I woulda shelled out $350 Cdn for a Razor :P

    --
    "The first time I got drunk, I got married. The second time I bought a chimpanzee, after that I stayed sober" Arian Seid
  13. I'm happy if it 'just works' by wiredog · · Score: 2

    Most of my end-users are as well. We're unhappy with 'doesn't work' and especially with 'fails randomly, in interesting and unrepeatable ways'. Sure, most software sucks on some level. The users want it fast, cheap, and working (choose any two), the programmers (including me) want it to work excellently. The stuff that ships is a compromise between 'works' and 'insanely great', the level of compromise defined by budgeting and timelines.

  14. Soul of a new machine by plierhead · · Score: 2, Interesting

    You should read "Soul of a new machine" by Tracy Kidder. Its an old book but its written by a guy embedded within the hardware and firmware design guys at Data General as they build an entire new processor.

    At one stage the PHB arrives in the war room and utters his one and only edict - "NO MODE SWITCHES".

    Pissed off with him at the time for making their design job more difficult, by general concensus, the engineers later applaud him for his vision (however the company has since folded so perhaps this was not such a great analogy).

    --

    [x] auto-moderate all posts by this user as insightful

  15. Better analogy by Quiet_Desperation · · Score: 4, Funny

    It's more like buying a new "upgraded" guitar, and in order to hit any flats or sharps, you have to open a small panel on the back and hold down a button. Oh, and replacing a broken string may lead to complete inoperability.

    1. Re:Better analogy by mudeth · · Score: 2, Interesting

      One of his peeves is when a text-editing program like Microsoft Word asks users if they want to save their work before they close their document.
      blah
      For them, a clearer question would be: "Throw away everything you've just done?"

      No, I think the original analogy was to the point. The author complains that they're using a term that's new to people new to computers, which is really stupid. What do you mean 'Throw away everything you've just done?'. So much ambiguity... Does that delete the document, or merely discard changes? Where does the document go? Once you throw it away, can you pick it up if you change your mind?

      Besides this, dumbed-down terms don't really help teach users how computers work. If there's a new term, it's associated with a new action, and a new understanding of how that action works. It'll take time, like anything new does. Once you're used to it, you wouldn't dream of calling it anything else. Microsoft Bob... Where did that go?

      If you don't know, ask someone who does. Or click the god-damned 'Help' button. Maybe we need another label saying 'Clicking: Pointing your mouse at an object and depressing the left (or right, if you're left-handed) mouse button and then releasing it'.

  16. Re:In my Opinion by BecomingLumberg · · Score: 2, Insightful

    Well, if i can drive a chevy, i can drive a honda, and a buick. Maybe I can't drive a Panoz, without additional training, or a semi, but i have a descent idea of what I am doing.

    I think it is reasonable to say that some developers fail to realize that making a program familiar and consistent is very helpful.

    --
    If a nation expects to be ignorant and free, in a state of civilization, it expects what never was and never will be.-TJ
  17. Asking on Slashdot? Let the love-fest begin! by pla · · Score: 5, Insightful

    Users don't know what they want.

    No frickin' kidding.

    If you give users a choice between two mutually exclusive features, they will answer "yes". They will then complain at needing to pick one at runtime (or complain that you didn't include the other option, if you made the choice for them).

    If you ask them if they need proveably-never-used features X, Y, and Z, they will vehemently insist they do. They will then complain that the final product confuses them with far too many features they don't need.

    If you ask them how they want something to work, they will either A) Shrug their shoulders (then later complain you didn't listen to their input); B) lie to hide their own abusive behavior (then later complain that they can no longer get to their por - ahem - family photos); or C) Give a long, detailed explanation of what they (then ask what madman came up with how the final product works).



    Should software 'just work', or are users too lazy?

    Both. Software should do one task very, very well. If it doesn't try to manage photoalbums while doing your taxes and making coffee, it can perform its function well while not overwhelming the user with confusing options.

    At the same time, users need to realize that computers have FAR more complexity of control than their car. In most states, to drive a car, you need to have reached a minimum age, pass certain tests of physical capability, take a six week training course and pass a written test on that material, and finally take an actual road test to prove you can handle a vehicle - And even after all that, you usually have only a probationary license until you've remained incident-free for a few years. Yet software should "just work"?

    Where can I sign up to sue Chrysler over my car not automatically driving me to work (with an unannounced side trip to the grocery store) when I get in and turn on the wipers?

  18. Re:Here's a question for you developers by Amazing+Quantum+Man · · Score: 2, Informative

    Write a requirements document.

    Put in measurable terms (at least as much as possible), what you want it to do. This has the added benefit of making *YOU* think about what it needs to do, as opposed to having a "pretty good idea".

    Second, the UI is king. Make sure the UI reflects what needs to be done, and not the internal architecture of the program. For example, I've been using a tool (which shall remain nameless, to protect the guilty), where to change a displayed value in a table, I can't just double-click the value -- I have to right click on the first column for that line, and select "Edit field N". Why? Because that's how the program does the change internally, and the UI reflect that instead of the task-based interface.

    --
    Fascism starts when the efficiency of the government becomes more important than the rights of the people.
  19. Garbage In, Garbage Out by flaming+error · · Score: 5, Informative

    I'm the lead software developer on critical carrier infrastructure software. I get vague market requirements, no spec, and despite repeated requests my company won't send me to customer sites to see how they use the software. Most input from the field is not forwarded to me. I deliver a product I'm reasonably proud of, but whether it's what customers want, I couldn't say. If it's not, don't blame me.

  20. Too much disconnect by hobo+sapiens · · Score: 2, Insightful

    Software should just work. Of course, that is oversimplified.

    Too many times a project goes like this: Customer places request. Project Mgr talks to client. Requirement Analyst turns request from PM into low level requirements. Programmer reads requirements document, writes program. User gets program and guess what? It's not what he wanted! So, he places another request, and we are back to square one. Sound familiar?

    Users request crazy things. Sometimes, they ask for things to work around other problems. The person writing the software should know, not what the Requirements person thinks the user wants, but what the user is actually trying to accomplish and why they are trying to do this. What is the user trying to do? Then, the programmer should make a proposal and necessary parties should either agree or disagree. This means that some requirements people are out of work, this means that the programmer has to be smart and communicate well, and that he has to spend time talking to users. And therein lies the problem.

    We have IT departments that are so fragmented and people in them are so specialized. Programmers often suck at talking to people (and this is a reason why Offshoring is so unproductive). Requirements analysts often have no concept of (programming) reality. Project Managers are MBAs who should be working in marketing. And don't even get me started on what unrealistic timelines to do software. Like the old adage goes, you can pick only two of the following: Good, Fast, Cheap.

    The solution? Teach programmers to communicate! Requirements people should also be programmers. Maybe that's where you put the "programmers" who don't quite make the cut. Too many suits in IT, where there should only be geeks. Geeks who know how to communicate. Keep the suits in HR, Financial, Marketing, etc.

    More software would "just work" if this approach were followed. One last thing: the user has to commit to a process. You cannot design an application if there are no business processes to code to. If there's a process clearly defined, there more communication, and no death march mandates, software won't suck.

    --
    blah blah blah
  21. Poochie!! by porkThreeWays · · Score: 2, Informative

    Man: How many of you kids would like Itchy & Scratchy to deal with
                        real-life problems, like the ones you face every day?
            Kids: [clamoring] Oh, yeah! I would! Great idea! Yeah, that's it!
              Man: And who would like to see them do just the opposite -- getting
                        into far-out situations involving robots and magic powers?
            Kids: [clamoring] Me! Yeah! Oh, cool! Yeah, that's what I want!
              Man: So, you want a realistic, down-to-earth show... that's
                        completely off-the-wall and swarming with magic robots?
            Kids: [all agreeing, quieter this time] That's right. Oh yeah,
                        good.

    --
    If an officer ever threatens to taze you, say you have a pacemaker.
  22. Re:About your numbers . . . . by iplayfast · · Score: 2, Funny

    I'm glad I don't work for you too.

  23. Good, fast UI by tfinniga · · Score: 4, Insightful

    Something that I learned in my UI design class was that when designing interfaces - the less risk there is associated with each action, the faster the UI will be to use.

    So, exactly like you said, there's less risk in turning the key to your car if there's no chance that sometimes it will mean your car disappears. If there was that chance, you'd have to train yourself to check and doublecheck the state of your car before turning the key. This would slow you down quite a bit, and would be bad UI.

    Instead of just deleting the car, the car's UI could confirm with you (similar to popping up a dialog) when it seemed like you were doing something that you might not want to. Or it could keep you from doing it altogether, although that would mean less capability.

    However, a better solution is to make everything undoable, quickly and easily. In the case of deleting files, if you delete files, they are deleted. If you save over a file, the previous contents is gone. But if you want to bring them back, make it easy and always possible. For much of computing history, that wasn't really feasible, due to performance and storage constraints, so they opted for confirmation dialogs. But those technical limitations are much closer to being removed now, at least for simple interactions by untrained users. For those playing at home, see Apple's Time Machine. For more complex interactions, pushing the limits of the machines further, I imagine you'll still rely on better-trained users.

    --
    Powered by Web3.5 RC 2
    1. Re:Good, fast UI by RAMMS+EIN · · Score: 2, Insightful

      ``But if you want to bring them back, make it easy and always possible. For much of computing history, that wasn't really feasible''

      Yet VMS had versioning ages ago.

      --
      Please correct me if I got my facts wrong.
  24. Re:the userbase is everything by Technician · · Score: 2, Informative

    After a software suite/program gets past a certain number of users it gains a momentum of it's own. Once this happens, the quality of the product, or next version, or upgrade ceases to matter (at least in less than a timescale measured in years) as too many people have been locked in.

    Not always. I had a promo copy of Light Factory. It had a bad problem of requiring MS SQL which ran after the program closed and left ports open. I complained loudly. They fixed it with the next upgrade (free) but in the process upgraded the registration process to lock a copy to the hardware. In a lighting application for public places, not haveing a hot spare is not an option.

    I again complained and let them know why I switched to Freestyler.

    Voytera decided to lock their piano tutor to requiring the CD in the drive to run much like a copy protected game. I also let them know that was the reason I'm not buying anything else from them. They used to be a good company with their Audiostation, but in todays world of running more than one program and having a large hard drive, I simply don't have the space to have every applications CD in the drive at the same time.

    Software developers please note.. Piracy is not the only enemy. Competition exists and the products may work better than your product when yours is restricted. Crippled products don't sell well.

    --
    The truth shall set you free!
  25. Good Design Means Not Needing To Choose by logicnazi · · Score: 2, Interesting

    I think a perfect example is OS X. It just works for the users like my grandpa who want that but offers easy access to the command line and BSD parts for the technically inclined.

    The key is good UI design, in particular good separation between advanced options and standard options. Windows fails because far too frequently a normal user needs to go access the advanced features so all the advanced features and terminology are there to confuse the user. Try sharing files in windows and you need to do arcane things like change the workgroup name. Just to check if I could uninstall programs I've needed to run msconfig. Conversely on a mac the normal user just deals with the preference pane and never has to run command line programs or the like.

    I don't mean to be a mac zealot. They've done things wrong as well (I'm pretty pissed about their special power cord) but they did a good job of separating advanced from basic features, partially because they were willing to jettison the old ways of doing things.

    In any case good design doesn't require a choice between power and ease of use. It just requires a clear cut distinction so the normal user never needs to deal with the advanced features.

    --

    If you liked this thought maybe you would find my blog nice too:

  26. false dichotomy by RaymondRuptime · · Score: 2, Insightful
    Where does your opinion lay? Should software 'just work', or are users too lazy?

    These choices are a false dichotomy. It is possible to have products which just work and which allow users to access more advanced features (and rewards them for learning a little more about what they're trying to use). The UI principle [which should be] at work is called "progressive disclosure": don't overwhelm the user with stuff they need to know or complex steps they need to follow for basic tasks to be accomplished, but let them work their way up to it.

    A good example is the UI of a well-designed VCR. Power-on and Play are big buttons right on the front, and the more complicated stuff is behind a flip panel. My non-/. parents don't want to program a Mars rover; they just want to put in the tape of their grandchildren and watch it. On the other hand, my wife who doesn't want Tivo programs complicated, recurring weekly recording schedules; and she took the time to learn how to do it, and has figured out which VCR you just hit Power-off and which VCR who have to hit Power-off and Timer together. And I just want to flip the panel and find some arrow buttons so that my parents' VCR isn't flashing 12:00 while I'm trying to visit with them.

    If you want to do something more sophisticated, you need to expect to learn a little about the application you're using; and IMHO most reasonable people are willing and try to do so. But you should be able to just push Play without knowing which codec was used.

  27. Re:Oh, one more thing by heinousjay · · Score: 2, Insightful

    How do you propose removing the value from information? Is this the typical "steal everything so it has no value" concept, or the "force everyone to contribute with no expectation of anything in return" concept, or do you have something different in mind?

    --
    Slashdot - where whining about luck is the new way to make the world you want.
  28. Re:Software. Not currently Science or Engineering. by mandelbr0t · · Score: 4, Insightful

    It is, in some cases. Many universities now offer degrees in Software Engineering.

    I'm a developer, not an engineer. To me, that means that I don't follow any formal methodology, don't belong to the local professional engineering organization, and don't necessarily have a degree. My style is more based on what I learned in my High School English courses than anything else, and is largely the result of many years of experimentation.

    That description is the reason you either want or don't want a Software Engineer. Engineering is a slower process. It is rigorous and formal and based on mathematics. The results can be exactly duplicated, even if you have entirely different engineers working on it. When I write software, I do what many people call "hacking". Often, I write only the documents that are required to firmly establish the concept in my mind, then just keep writing and debugging code until it works. For many applications, I will write software that is equally robust in less time. That's because you don't need an engineer to design a blogging application.

    Software Engineering is used in much larger, mission-critical applications, like a financial institution's transaction processor, or a real-time monitoring system, etc. Mistakes cost millions of dollars or even lives, so every possible scenario needs to be considered up front (BDUF). Hacking isn't like engineering, and that's one process of producing software. Software Engineering is exactly like engineering and that's another process of producing software.

    mandelbr0t

    --
    "Please describe the scientific nature of the 'whammy'" - Agent Scully
  29. Perfect timing by BlazeMiskulin · · Score: 5, Interesting

    This post couldn't have come at a more precipitous time. I work for an educational facility which uses a web-based "business portal" for all of our HR, Payroll, Purchasing, and Accounting functions. At this very moment, I am (pretending to be) entering data into this system. There are (on a guess) 100 fields that need to be filled. About 85 of them will always have the exact same data. Another 12 will be identical for every entry from the same order. Only 3 are unique--and one of those is the auto-increment primary key. It requires 3 mintues and 5 different forms to enter all this information. And all but 2 fields could automatically be captured by the system and applied to the form (right now, we're just reading it from one form and typing it by hand into another form). Now, this is a program that's supposed to improve the efficiency of the businesses that use it, however, it's laid out in ways that actively hamper the effective use of the software. This is a perfect example of a situation in which you absolutely want the users telling the programmers how to do things--not how to build the code, but how to design an interface that allows for smooth, efficient use of the tool. I run into the same situation in so many programs, and it really frustrates me. I think one of the reasons that Apple has become so successful in the various niche markets is because they put so much emphasis on creating a smooth interface between the users and the code. Most users don't care about the code. They care about how easy it is to accomplish what they want to accomplish. There's no reason that a program can't both be properly-coded and "just work". The two are not incompatible.

  30. Same old argument, dressed up.. by cbreaker · · Score: 2, Insightful

    I see the same old argument over and over again about computers. "Users want toaster-level easy." This is only true for someone that might have NEVER used any modern technology. Pretty much everyone that uses a computer invariably finds new things to do with them, or wants to do new things, and thus your toaster also needs to be able to cook bacon and eggs - not so simple any more.

    If you want to toast bread, buy a toaster. If you want to print photos, get a photo printer, no computer necessary. If you want to play a game, load up a Playstation.

    Why buy a computer?

    Because you're getting a multi-function device. That's putting it simply. It's a nearly unlimited-function device. Everyone wants to do something different with them. How simple can you possibly make something like that, and yet still have it be useful?

    I really don't buy the whole "Computers are too difficult" argument anymore. You sit anyone down in front of ANY machine now (Windows, KDE/Gnome, MacOS) and they'll play around and figure out how to open up the web browser. They'll click the mail icon and get to e-mail. They'll find a word processor if one is installed. I mean, you really gotta be a bottom of the barrel dipshit to not understand how to move a mouse cursor and click things. No degree required.

    So you're presented with a user interface, while not perfect on any system, that's pretty easy to figure out. If you can figure out how to plug the computer in, you can figure out how to use it in a basic way. The moment you want to do something other then the basics, you move squarely out of toaster land.

    That's not to say things couldn't be better (and improvements are made all the time) but I don't share the doomsday view of people in general,; with some odd disposition to not be able to use computers as computer users. The only way I can see some giant leap in computer usability will be when you can talk plainly to them, and get responses from an AI-type system. Think Star Trek.

    Plus, let's be realistic: If computers were THAT hard to figure out, why in god's name have so many of them been sold? Wouldn't the word be out by now, that you need a degree to use them?

    --
    - It's not the Macs I hate. It's Digg users. -
  31. Wanting less work != lazy by Anonymous Coward · · Score: 5, Insightful

    Computers have exactly four purposes:

    1: Pr0n
    2: Games/entertainment
    3: Communication
    4: Doing our work for us.

    Building machines to do your work for you does not make you lazy. Using the machine that someone else built also does not make you lazy. In both cases, the machine is freeing you from a mundane burden so you can do something else more useful with your time. Making efficient use of the tools available to you is not laziness.

    Laziness is when you push your own responsibilities off on to other people, without paying them for it (like, you know, leaving your dirty dishes in the office sink so your coworkers can wash them for you). Yes, payment absolves you of laziness since it is ultimately an economically productive action in and of itself.

    Paying a developer for a program that "just works" isn't lazy, it is efficient.

    End users don't like a complicated interface. Why should they? The less complexity they have to deal with, the more time they have to do something else that is useful.

    Yes, some amount of complexity is going to be unavoidable. That's a fact of life. Users will naturally resist it as much as they can, but ultimately accept what amount of it they cannot escape. This is not a vice on their part, it is just a path of least resistance.

    If you can design an optimized balance between complexity, intuitiveness, and productive outcomes in your user interface, your product will do well.

    It is that simple.

    1. Re:Wanting less work != lazy by Sj0 · · Score: 2, Informative

      My only question in response to your post would be "Are interfaces today really all that complicated?"

      My landlady hasn't touched a computer in over a decade, but I hooked up a little PC to the internet for her, and she can happily look up what she wants and check her e-mail.

      My brother doesn't even have a high school education, but he can run up torrents, install games, and use whatever software he wants without a word of hassle.

      My sister isn't even literate enough to form a single sentence without massive grammar and spelling mistakes, yet somehow she can still manage to use her computer to shotgun me with proof of that on IM.

      See, the thing is, I don't think things are too hard. Anyone who wants to figure out most software can. Sure, there's more advanced things that take some work, but you know what? Some tasks are just advanced, and actually require some thought to get working. From that point, it's up to the user to decide he or she wants to do it. A lot of people say they "can't" drive a standard. It doesn't mean that driving a standard is too complex, just that they don't want to figure it out.

      --
      It's been a long time.
    2. Re:Wanting less work != lazy by wavedeform · · Score: 3, Insightful

      Computers have exactly four purposes:

      1: Pr0n
      2: Games/entertainment
      3: Communication
      4: Doing our work for us.
      Well, yeah, but the same could be said for paper products. :-)


      I think that there are either;
      -many other categories, such as art, research, etc,
      -or only one category, which I would call "Stuff".

  32. Unix is NOT consistant by cinexero · · Score: 3, Insightful

    Prehaps it is consistent across flavors (kinda) but take something as simple as quiting a CLI app. Oh, that's simple you say, just type c * Man: q * Vi/Vim: :q or :wq if you wanna save * Nano: x * Octave: quit() * Axion: )quit * EMACS: x, c Do you see the mounting frustration? Do you know how many new *nix users admit to restarting a machine/terminal because they could not figure out how to exit the man pages! And don't get me started on command/app names... Vi vs Word Pad.... Hmm tough choice...

  33. Conspiracy of Toonses by mkcmkc · · Score: 3, Insightful
    A few reasons that software sucks:
    1. Programmers don't really understand users' domain,
    2. Users don't really understand programmers' domain,
    3. Users don't really even understand their own domain, and finally
    4. Programmers don't really understand their own domain either.
    The first two are obvious enough, and programmers eventually see instances of the third. As for the fourth, most programmers do not even know of the critical insights of the field (e.g., The Mythical Man-Month, Dijkstra's essays), let alone accept them (or knowledgeably deny them).
    --
    "Not an actor, but he plays one on TV."
  34. A problem of interface by FiloEleven · · Score: 3, Insightful

    Several slashdotters have already pointed out why the car analogies that (apparently) pop up in the article as well as in the comments fail. Ultimately, a comparison between computers and "real-world" devices fails because of interface.

    To start a car, you turn the key clockwise. To open a new file, you click with the mouse.
    To stop a car, you push the brake pedal. To save a file, you click with the mouse.
    To turn a car off, you turn the key counter-clockwise. To delete a file, you click with the mouse.

    A significant factor in the difficulty of software use is that when we speak of "interfaces" we are almost always thinking one level lower than we should be - that is, no matter how nice and clean and useful your GUI is, the real interface for ~90% of software users is the mouse, keyboard, and monitor, regardless of what is displayed on it. In a car, turning the car on or off is an entirely different motion than making a right turn, which is different from putting on the brakes, which is different from putting down a window. We also have years of experience riding in cars and watching parents drive as children to teach us that "when Daddy does X, Y happens."

    Computers are fundamentally different. Using only a mouse and keyboard and looking at a monitor is for all intents and purposes the only way to interact with the computer. Watching others use it to learn doesn't work nearly as well because the movements involved are much more precise, less varied, and their effects vary greatly depending on what state the computer is in: moving the mouse in a word processor moves the pointer around, while in Quake it'll change your view of your in-game surroundings.

    Encouraging software makers to adhere to user-interface models helps a lot -- once the users are familiar with the model. Our current practices are inconsistent at best - the "desktop" metaphor exists only at the most basic level; once an application is open there is generally a half graphical, half menu-driven approach. From what I've seen, I think the Ribbon interface in Office 2k7 is an improvement, albeit an incremental one. I don't pretend to have a good model that will help ease-of-use, but I think the problem is on the decline anyway.

    Those of us who grew up with computers do not have issues with the mouse/keyboard interface; we are familiar with it and the software models underneath. I have a feeling that as younger generations join the workforce, the interface problem will disappear or at least be greatly reduced. As long as some consistent GUI guidelines are followed, I believe that the metric for "ease-of-use" will evolve so that more complexity and control can be folded into the software without complaints from the users.

  35. One Idea by webheaded · · Score: 2, Insightful

    If you're making a program, make 2 different interfaces available...hell even more. You need to have an interface for idiots to use and that needs to be the default. It needs to be something where they can basically click a few buttons and the program will do everything for them. They don't need 12 thousand options for doing this and that, because they won't even understand half of that shit anyway.

    Obviously the other interface will be the full fledged nerd interface. This will have ALL the available options and will not baby the users through anything at all. This way as users become comfortable with the program, or are just good with computers in general, they can switch over to a more advanced interface. This approach always seems like a good idea to me...you can have all kinds of features, but you can build in some defaults for the people that just want it to work. When they figure out how it works...they can dive in at their own perrogative.

    --
    "Those who would sacrifice essential liberties for a little temporary safety deserve neither liberty nor safety." - BenF
  36. Re:Perfect timing-Telling a story. by BlazeMiskulin · · Score: 2, Insightful

    Oh... if I only had access to the developers! :)

    The situation I recounted above is just one example of the problems with this system. And, despite what some people may think, these things *do* impact the production side.

    The University of Wisconsin (Madison) went through a lengthy bidding process and chose the same vendor as the one we're using. One year and $27 million later, they dumped the whole thing in the trash because the users found the application too difficult to use.

    Think about that from the developers' side: their lack of understanding of the users' requirements cost their company a $27 million contract. The application is amazingly powerful, and after 2½ years, we *still* find new features, so the "functionality" side of things isn't the issue. The "ease of use" *is*. The lack of understanding regarding this difference on the part of the developers (and the company as a whole) has cost them a major client. And it's harmed their reputation. If staff at one of the top engineering colleges in the world can't learn to use the product, what does that say to non-technical businesses who are looking at buying it?

    As a (reasonably) tech-savvy user who's had 2½ years to learn the ins and outs of this application, I can say--with a high degree of confidence--that the UI sucks wet donkey balls through a bendy-straw. I love the power and depth of the application. I hate that, when looking at a data pool of hundreds (if not thousands) of records, it will only show me 4 at a time, and it requires a new querry (via the web) to get the next 4.

    Oh, what I wouldn't give to be able to sit down with the developers for a day! I'm talking about the simplest of changes: keeping the "function" buttons in the same order on every page so that I don't have to hunt around for them; giving me access to more than 4 records at a time; highlighting which of the 12 "comments" options actually have data in them; grouping relevant data together in the display; extending fields beyond 32 characters; ... and the list goes on.

    Absolutely none of this has to do with the "functionality" of the application. I'm not telling the developers and programmers how to do their jobs. I simply want to tell them how to *present* the data, and how to make the display and wording more intuitive (e.g., in one screen, "accept" means "leave it alone and do stuff to it later", while "adjust" means "accept what's displayed").

  37. Re:Where I work... by mollymoo · · Score: 2, Insightful

    Out of curiosity, why do you choose to work with reactionary morons? Perhaps if morons couldn't retain staff their software would be even worse, the morons would be sacked or their companies would fold and there would be less crappy software out there. If you consider yourself an above-average programmer (and who doesn't!) you can help make software better by choosing not to work on shit, so the morons only have sub-par programmers working for them.

    --
    Chernobyl 'not a wildlife haven' - BBC News