Live data from Hacker News

Humane by Design

humanebydesign.com

11–20 of 41 posts

Re: Humane by Design

#11
post #2

Would a flat page listing the key tenets with correct headers be so painful to create? Why do I have to click into each of these headers? Something something the presumption to reducing friction something something thoughtful interaction.

> Finite: Bottomless feeds and auto-play keep users from leaving but lock them into an infinite loop of consumption. We can maximize the overall quality of time spent by bounding the experience and prioritizing meaningful and relevant content.

Agree. They're bounding the experience over aggressively.

Re: Humane by Design

#13
post #4

This site is one of the best dark theme site designs I have seen. Good job.

This is ridiculous. Why should every site have to design their own light and/or dark themes? When you visited the site you thought it had a great theme; I on the other hand ended up leaving after 5 seconds because light text on black or near-black backgrounds makes my eyes hurt. This uses gray text which makes it a bit easier than some other dark sites, but gray on black causes issues for a number of other people. A…

FWIW I think current science states that readability is improved with white text on a dark background vs the inverse.

> There's no reason to allow companies to push their ridiculous branding styles down our throats.

Understandable, but on the contrary, you can imagine complaints on the opposite end of the spectrum. "Man, their site is ugly!"

Designers do their best to understand and create experiences that are crafted to their target audience; to, well, varying degrees of efficacy.

Re: Humane by Design

#14
There’s no longer anything that qualifies as intuitive design, and training isn’t really enough.

I say this as someone who’s been designing and using computers since the Osborne 1, who can’t use his own iPhone 7 when my girlfriend gives it back to me, and who can’t verbally explain to said girlfriend how to gesture effectively on my iPhone XR.

It doesn’t work when I re-install Linux after not using it for merely 3 years, even though my WordStar sense memory is stronger than vi, emacs and Word on both Mac and Windows. What the hell did they do to Gnome!?

I do UI and UX testing when rolling out enterprise and web apps, but design..!? It’s temporal and artificial. It’s not actually foundational, like thumbs and squatting.

Re: Humane by Design

#16
post #8

>Humane by Design is a resource that provides guidance for designing ethically humane digital products through patterns focused on user well-being. Ironically the website itself is not easy to navigate on mobile.

Nor with a keyboard. https://www.w3.org/TR/2016/NOTE-WCAG20-TECHS-20161007/F78

Re: Humane by Design

#17
How about just black text on a white background, with headings, paragraphs, etc. Like an ordinary book? It works.

The site is more obsessed with clever design and useless gadgets than simply presenting text.

Re: Humane by Design

#18

Earlier quoted context omitted.

This is ridiculous. Why should every site have to design their own light and/or dark themes? When you visited the site you thought it had a great theme; I on the other hand ended up leaving after 5 seconds because light text on black or near-black backgrounds makes my eyes hurt. This uses gray text which makes it a bit easier than some other dark sites, but gray on black causes issues for a number of other people. A…

FWIW I think current science states that readability is improved with white text on a dark background vs the inverse. > There's no reason to allow companies to push their ridiculous branding styles down our throats. Understandable, but on the contrary, you can imagine complaints on the opposite end of the spectrum. "Man, their site is ugly!" Designers do their best to understand and create experiences that are crafte…

One thing I know for sure is that colors are easier to differentiate with light on dark. I switch from my normal light color scheme to a dark one in bright environments because there's more contrast for the syntax highlighting colors. However, my personal expiernece is that white on dark is stressful for the eyes. It's ok on my computer but really bad on my phone (very hidpi), and even worse with the blue light filter on. Even if current research indicates light on dark is better, that doesn't mean there aren't a nontrivial number of people who have issues with it.

W.R.T. your other point, my argument was that people should be able to use their own themes but then it becomes the responsibility of the User Agent vendor to provide a great default one. While Mac doesn't allow custom themes, they have made this work pretty well with a switchable light/dark theme. All apps using the native widgets look beautiful; each app designer just has to put UI elements in the right place and make them behave nicely with user expectations. I don't use macOS personally so I don't know how this works with nonnative apps, but on the browser we have a single language set (HTML/CSS) with tags for everything already (button, progress, various text input, radio/checkbox, etc.) so that's not an issue.

In my previous post I alluded to replacing HTML/CSS but that seems unnecessary. Currently CSS is used for both styling and layout/positioning. If User Agents provide a great default style then users can strip out the CSS styles, the same way users can disallow custom fonts after specifying a good default font in the UA settings. And when UAs become responsible for styling, it's only natural that the more feature-rich UAs would allow users to configure the entire theme.

Determining which parts of CSS are style and which are layout might be a bit difficult, but can't be too hard. Eventually people will start using CSS for layout only and stop putting style in CSS, which solves the problem. The only possible issue is that companies still want to shove their branding down our throats instead of letting us use a native-looking or otherwise preferred theme. In which case... fuck 'em. I'll block it the same way I block their shitty fonts.

Re: Humane by Design

#19
post #10

Earlier quoted context omitted.

This is ridiculous. Why should every site have to design their own light and/or dark themes? When you visited the site you thought it had a great theme; I on the other hand ended up leaving after 5 seconds because light text on black or near-black backgrounds makes my eyes hurt. This uses gray text which makes it a bit easier than some other dark sites, but gray on black causes issues for a number of other people. A…

It would be nice if browsers had a built in standardized design mode to let people view the content the way they want. Like reader mode but more powerful, and standardized.

The W3C is actually working on that:

https://www.w3.org/TR/coga-gap-analysis/#personalization-and...

However, personalization doesn't work well with the current system of CSS. No page (I know of) has a stable CSS that would enable personalization to any meaningful degree.

Re: Humane by Design

#20

Love the theme and principles listed but navigation is a bit cumbersome and visual-heavy. Nonetheless, the effort is appreciated!

I love that it works great without javascript. So many pages today need javascript to display anything. This one just adds some additional animations, but some animations even work without.
Post reply on HN