Bring Back Idiomatic Design

(essays.johnloeber.com)

116 points | by phil294 3 hours ago

20 comments

  • JojoFatsani 1 hour ago
    Most software is not designed by intelligent and thoughtful people anymore. It is designed by hastily promoted middle manager PM/Product type people who, as has been mentioned elsewhere, simply were not around when thoughtful human interface design was borderline mandatory for efficiency’s sake.

    There is incompetence and there is also malevolence in the encouragement of dark patterns by the revenue side of the business.

    • bfbf 2 minutes ago
      It’s amazing how many blank stares I get when I, as mobile engineer, tell stakeholders that we shouldn’t just implement some random interface idea they thought up in the shower and we instead need design input!

      “But why can’t you just do it?” Because I recognise the importance of consistent UX and an IA that can actually be followed.

      Just like developers, (proper) designers solve problems, an we need to stop asking them for faster bikes.

    • polkapie 4 minutes ago
      >> It is designed by hastily promoted middle manager PM/Product type people

      And it is written by mostly young men who think they are gods gift to the world of programming. When you have know-nothing middle management doing the brand requirements, and untalented narcissists doing the UI and writing the code, its a recipe for disaster. The author is 100% spot-on but every time we've tried to create opinionated ways of doing things (Bootstrap, Material), the HN crowd scoffs and guffaws and says "I can do better, gimme tailwind, artists don't know more than i do about UX, I'm self taught genius blah blah blah"

    • api 12 minutes ago
      Software is now media, not tooling. Media tends to come with a lot of baked in perverse incentives.
  • iamcalledrob 38 minutes ago
    As the author identifies, the idioms come from the use of system frameworks that steer you towards idiomatic implementations.

    The system UI frameworks are tremendously detailed and handle so many corner cases you'd never think of. They allow you to graduate into being a power user over time.

    Windows has Win32, and it was easier to use its controls than rolling your own custom ones. (Shame they left the UI side of win32 to rot)

    macOS has AppKit, which enforces a ton. You can't change the height of a native button, for example.

    iOS has UIKit, similar deal.

    The web has nothing. You gotta roll your own, and it'll be half-baked at best. And since building for modern desktop platforms is horrible, the framework-less web is being used there too.

  • pkphilip 2 hours ago
    UX has really gone downhill. This is particularly true of banking websites.

    Also, the trend of hiding scrollbars, huge wasted spaces, making buttons look really flat, confusing icons, confusing ways of using drop downs rather than using the select/option html controls etc have all made the whole experience far inferior to where desktop UI was even decades ago

  • teeray 1 hour ago
    > There are hundreds of ways that different websites ask you to pick dates

    Ugh, date pickers. So many of these violently throw up when I try to do the obvious thing: type in the damn date. Instead they force me to click through their inane menu, as if the designer wanted to force me into a showcase of their work. Let your power users type. Just call your user’s attention back to the field if they accidentally typed 03/142/026.

    • el_benhameen 21 minutes ago
      No no, I find that having to click back through almost 40 years’ worth of months to get to my birthday allows for a nice pause to consider the fleeting and ever-accelerating nature of life.
    • nkrisc 1 hour ago
      Is 03/04/2026 March 4th or the 3rd of April?

      If you have an international audience that’s going to mess someone up.

      Better yet require YYYY-MM-DD.

      • anamexis 54 minutes ago
        Or:

        - Use localization context to show the right order for the user

        - Display context to the user that makes obvious what the order is

        - Show the month name during/immediately after input so the user can verify

      • cush 42 minutes ago
        This has a solved problem for a long time
      • andai 1 hour ago
        I've seen some that had a drop-down for the month name. But since it was native, I could type the month name and my browser selected the right one.
    • parpfish 30 minutes ago
      I hate how scrolling through a list of years to enter my birthday forces me to confront my mortality
      • SoftTalker 11 minutes ago
        I hate how websites that are trying to verify my age make me scroll through 13, 18, or 21 years that I could not legitmately select if I want to use the site.
  • finghin 2 hours ago
    > Prefer words to icons. Use only icons that are universally understood.

    Underrated. Except for dyslexic people, and the most obvious icon forms, I am pretty sure most people are just better and faster at recognising single words at a glance than icons.

    • tgv 41 minutes ago
      I am pretty sure icons are easier and faster to recognize, except when you make them (too) small. In particular, they probably are easier in the long run, as long as they don't change position. But in a context where things change or you need a lot of buttons, words probably win.
    • PhilipRoman 1 hour ago
      ...except for HN "unvote"/"undown" feedback which is especially unfortunate due to the shared prefix. Every time I upvote something I squint at the unvote/undown to make sure I didn't misclick.
  • foobarbecue 2 hours ago
    Lately I've occasionally been running into round check boxes that look like radio buttons. Why????
    • LunicLynx 2 hours ago
      UX want to put their own spin on things. I’ve noticed this repeatedly.

      UX has gotten from something with a cause to being the cause for something

    • andai 1 hour ago
      I think the answer is they just don't know.
    • iamcalledrob 43 minutes ago
      iOS decided square checkboxes were ugly, and design patterns are flowing from mobile->desktop these days.
    • aspensmonster 39 minutes ago
  • lxe 38 minutes ago
    Yall remember https://en.wikipedia.org/wiki/Mystery_meat_navigation? Back in 2004-ish era, there was an explosion of very creative interaction methods due to flash and browser performance improvements, and general hardware improvements which led to "mystery meat navigation" and the community's pushback.

    Since then, the "idiomatic design" seems to have been completely lost.

    • the__alchemist 33 minutes ago
      Is this what the hamburger button is made of?
  • allthetime 15 minutes ago
    Apple was doing a pretty good job until whatever happened with v 26.

    On the web, the rise of component libraries and consistent theming is promising.

    • SoftTalker 8 minutes ago
      They were not. Their own apps on iOS are wildly inconsistent.
  • readitalready 40 minutes ago
    This is a really huge and a fundamental flaw in AI-driven design. AI-driven design is completely inconsistent. If you re-ran an AI generated layout, even with the same prompt, the output for a user interface will look completely different between two runs.

    LLM-driven design is completely inconsistent.

    • ceejayoz 38 minutes ago
      You can steer it towards reusable components, though.

      Find a run you like, and build off that.

  • alienbaby 47 minutes ago
    designers are creatives and will always believe the visual elements of a design need to be updated, refreshed, modernized etc.. then we get flavour of the month nand new trends in visual language and ui design that things must be updated to.

    As soon as UI design became a creative visual thing rather than a functional thing , everything started to go crazy in UI land..

  • kennywinker 49 minutes ago
    > You don’t want to have to remember to use CTRL + Shift + C in certain circumstances or right-click → copy in others, that’d be annoying.

    laughs in linux wouldn’t that be nice.

  • chapz 51 minutes ago
    This kinda hurt. The world is in a rush to be the ASAP, so nobodys interest is to do design good, it needs to be fast. And now we have this sh*tshow.
  • andyfilms1 1 hour ago
    And while we're at it, stop with the popups and notifications.

    I don't care about the new features in a browser update. Ideally, nothing at all has changed.

    I don't want a "tour" of the software I just installed. I, presumably, installed it to do something, and I just want to do that thing.

    I don't want to have to select a preference for how a specific action is performed in your software. If it's not what I expected, I will learn it.

    And for the love of GOD, nobody wants to subscribe to your newsletter.

  • xnx 1 hour ago
    My hope is that since tools like Google Stitch have made fancy looking design free that it will become obvious how functionally worthless fancy looking design always was. It used to signal that a site paid a lot of money and was therefore legitimate. Now it signals nothing.
    • jonahx 1 hour ago
      This is a good point, but there's usually a long tail on transitions like this.
  • hungryhobbit 47 minutes ago
    "Avoid JavaScript reimplementations of HTML basics, e.g. React Button components instead of styled <button> elements."

    Tell me you know nothing about web development without saying you know nothing about web dev ...

    1. React is an irrelevant implementation detail. You can have a plain HTML button in a button component, or you can have an image or whatever else. React has nothing to do with the design choices.

    2. React is also how you get consistent design across a major web app. Can you imagine if every button on every site was the same Windows button gray color, regardless of the site's color? It'd be awful! React components (with CSS classes) are a way for a site like Amazon to make all their buttons orange (although I don't actually know if Amazon uses React specifically). But again, whether they look and act like standard buttons comes down to Amazon's design choices ... not whether their tech stack includes React or not.

    Look idiomatic design is incredibly important to web design. One of the most popular web design/usability books, Don't Make Me Think, is all about idiomatic design!

    But ultimately it's a design choice, which has very little, if anything at all, to do with which development tools you use.

    • 201984 33 minutes ago
      > Can you imagine if every button on every site was the same Windows button gray color, regardless of the site's color?

      Not a webdev, but can't you just use CSS on the <button> element for that?

      • hungryhobbit 22 minutes ago
        Yes you can, on a small/simple site. But on a serious web application sticking to plain HTML/CSS will be far too limiting, in many ways.

        There's a reason why 99.9% of web apps use JavaScript, and with it a tool (framework) like React, Astro, Angular, or Vue. And if you're using such tools, you use them (eg. you use React "components") to create a consistent UI across the site.

        But again, which tool you use to develop a site has very little to do with what design choices you make. A React dev with no designer to guide him might pick the most popular date picker component for React, and have the React community influence design that way, but ... A) if everyone picks the most popular tool, it becomes more idiomatic (it's not doing this that creates divergence), and B) if there is a human designer, they can pick from 20+ date picker libraries AND they can ask the dev team to further customize them.

        It's designers (or developers playing at being designers) that result in wacky new UI that's not idiomatic. It has (almost) nothing to do with React and that layer of tooling, and if anything those tools lead to more idiomatic design.

  • satvikpendem 1 hour ago
    Not sure how you can put the genie back in the bottle, every app wants to have its own design so how can you enforce them to all obey the same design principles? You simply can't.
  • mcculley 1 hour ago
    The web needs a HIG.

    All of these people who keep saying that webapps can replace desktop applications were simply never desktop power users. They don’t know what they don’t know.

  • DoneWithAllThat 45 minutes ago
    Idiomatic design will never come back. The reason being companies believe (correctly) that they design language is part of their brand. The uniqueness is, basically, the point.
  • ufocia 1 hour ago
    UIs are inconsistent even in the same app. Nevermind plugins or suites. It would be great if menus were customizable so you could plug in your own template.
    • jfengel 1 hour ago
      I prefer to avoid customizing apps. I want to be able to sit down at a fresh install (or someone else's) and not spend time learning their preferences.

      When someone asks me for a checkbox so they can have my app work their way instead and everyone else can do theirs, the hair stands up on the back of my neck. The check boxes are hard to discover unless you put them front and center, in which case they remain there forever serving no purpose.

      I would rather redesign the entire interface, either to find the right answer that works for everyone, or to learn what makes one class of users different from another. The check box is a mode, and nodes are to be avoided if I possibly can.

      I realize that this puts me at odds with a whole class of users who want to make their box do their thing. It's your box and you should do what you want. And I really love style sheets for that. Rather than cobbling together my own set of possible preferences you should have something Turing complete. Go nuts with it.

      • carlosjobim 53 minutes ago
        I think most non-Linux users haven't made a fresh install in 5-10 years. Preferences files and apps get transferred when you buy a new computer or update your os.
  • amakhov 2 hours ago
    ... and please stop doing paralax...
    • dxdm 1 hour ago
      Such a nice way to give more depth to your content. </s>