mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.1K
active users

#legibility

2 posts2 participants0 posts today

Been digging through mastodon settings to find a way do disable link previews. It seems like there's no way to turn them off.

Here's a uBlock filter that will do the trick

`!yeet link previews
fosstodon.org##.expanded.status-card
fosstodon.org##.status-card`

#Web #usability and #accessibility ...

This is from crimethinc.com, but I'm not trying to pick particularly on them. There are many, many, many sites just as bad or worse.

This is a screenshot from an article on their site today, rendered in Firefox (Linux).

See the hair-thin font? See the fact that it's light grey on a white background? There's virtually no contrast between the text and the background.

This is an accessibility nightmare for those with any sort of vision problem. Picking the colour out of the screenshot (I didn't look at the CSS), it appears the text is basically 45% grey. This is ludicrous.

If the font face had some heft, it might be still be half-assed readable with contrast this low.

But as is... If I were to take my contacts out, I wouldn't even be able to tell that this screenshot *had* any of the normal-sized text in it, much less be able to read any of it.

Web designers, I beg you: please consider more than the appearance of what you're creating when you're making design choices.

Remember that not everyone is a 20- or 30-something with near-perfect vision.

Remember that people have cataracts or other types of eye cloudiness which necessitate high-contrast text to be able to read, even if they scale the fonts up by a huge amount.

Remember that vision degrades naturally in people in many ways other than "just wear glasses" can fix.

Two years ago at #CSUN I learned about what became my favorite browser extension, BeeLine Reader. I've been a subscriber ever since.

It's easy to set up on desktop, but has been some struggle to get working on Android. But this week I discovered it works with Microsoft's Edge Canary mobile browser, which has experimental support for extensions. Instructions are here: u.osu.edu/keck.60/2023/03/26/b

When live coding on a Mac, don’t just mirror your screen as no one will be able to see what you’re doing. Use, e.g., SwitchResX to mirror your screen at a larger retina resolution (1280×720 works if presenting on a 1920×1080 projector).

That way, you shouldn’t have to alter the text size in your terminal, browser, etc., and the audience will still be able to read your screen. Also goes for live streams, etc.

madrau.com