The hottest UI/UX Substack posts right now

And their main takeaways
Category
Top Technology Topics
UX Movement Newsletter 491 implied HN points 10 May 23
  1. There's a myth that carousels have poor user engagement, but it's based on incomplete research.
  2. Studies show low engagement in carousels with small arrow buttons that users often miss.
  3. Users are more likely to interact with elements that grab their interest and provide information.
Sarah's Newsletter 99 implied HN points 19 Sep 23
  1. Decide which product feature should be behind a test, read the results of an A/B test, prioritize features based on data
  2. Understand that frontend tests focus on user experience and user groups in the browser, while backend tests require business logic and user assignment in the database
  3. Choose frontend user group assignment for speed and simplicity via firing analytics events; go for backend assignment for more complete data by storing user assignment in a database model
Get a weekly roundup of the best Substack posts, by hacker news affinity:
UX Psychology 79 implied HN points 01 Nov 21
  1. Error prevention is crucial in user interface design to enhance usability and prevent user mistakes.
  2. Using confirmation dialogs before destructive actions can help users understand consequences and avoid errors.
  3. Improving destructive action modals involves clear microcopy, visual cues for destructive buttons, and allowing users to undo actions or confirm through text input.
Turnaround 98 implied HN points 09 May 20
  1. Browsers are getting more powerful, so make sure your product/app embraces this shift towards client-driven applications with fast startup times.
  2. Simplify design by making buttons more prominent, reducing text, and ensuring users intuitively know how to interact without needing explanations.
  3. Prepare for the future of faster speeds with 5G connectivity - speed will be a critical factor in user experience going forward.
Human Programming 3 HN points 24 Jul 23
  1. The Digital Abacus tool allows users to visually understand complex math equations by interactively manipulating values on a flowchart and seeing real-time updates in a plot.
  2. The tool uses a graph data structure called RelGraph to store values and constraints, allowing for easy representation of equations and composite operations.
  3. The system solves for dependent values by updating values iteratively in the graph until equilibrium is reached, showing the math solving process in real-time.