Search

Post types:
Categories:
πŸ”–

Alex the Writing Assistant

Read Note

A neat little project that highlights potentially insensitive language used within the provided copy (for English, at …

πŸ“–

Apple vs PC: Lightroom Benchtests

Read Article

Just stumbled onto a recent analysis of the current generation, top end iMac (2016) and an equivalent cost (~$4,000) custom built PC, pitched head-to-head in a selection of Lightroom tasks such as …

πŸ“–

Rating my Opinion [#3]

Read Article

How do you determine quantitative worth for a de facto subjective experience? Is there even any point? Can you make related "values" actually relatable if those "values" are arguably …

πŸ“–

Folk, Friends, Family, Fuzzies & Foliage

Read Article

A full write up of our trip to Devon and the Chilterns a few weeks ago, from folk festivals to Whipsnade Zoo to tree cathedrals. We had a great, highly varied time, exploring some places we know very well from a new angle and some entirely new parts of the country.

πŸ“–

2019 In Numbers

Read Article

An amalgamation of all the data you get fed at the end of a year. From Spotify Wrapped, to Google tracking, to my own beer journal, a look back over 2019 from a (mildly) data-centred viewpoint.

πŸ“–

React Summit 2020 Notes

Read Article

Notes from the fully remote React Summit 2020 (or at least the talks I tuned in for). Lots covered, from static-site generators and the Jamstack through to React state management and accessibility. What a fun day!

πŸ”–

The same, but different: breaking down accessibility, universality, and inclusion in design

Read Note

A great review of the differences and similarities between universal design, inclusive design, and plain old accessibility, from one of the originators of universal design within the web community …

πŸ”–

CSS fix for 100vh in Safari

Read Note

Important Caveat: YMMV on this trick. Matt himself notes that there are potential issues and there's a discussion with Ε ime in the comments which highlights actual problems in …

πŸ”–

Building the woke web

Read Note

At this point, surely access to the internet is at least a utility, if not a human right. Olu has put together a brilliantly reasoned argument for just that, and how to go about building for a world …

πŸ”–

Accessible interactions

Read Note

So you have a non-page-based navigation: tabs, carousels, accordions, multi-level menus, route changes... we deal with these a lot in modern frontends. Is your "trigger" (the thing you press to make …

πŸ”–

Multicoloured text highlighting in cSS

Read Note

A clever UX idea discovered on Pink News: each paragraph of text has a different highlight colour, so as you select parts of an article to copy elsewhere it reveals the LGBTQA+ flag. They're using …

πŸ”–

Accessibility Insights

Read Note

Clever tool for performing a11y audits on the web. Has an automated (though manually triggered) fast run that highlights WCAG breaches on any page, as well as a more detailed full audit suite that …

πŸ”–

Get the FLoC out

Read Note

The latest breach of Google's old "do no evil" motto is here: FLoC. As ever, Jeremy has written a well-reasoned and nuanced take on why it's likely a bad idea, both for the web in general and Google …

πŸ”–

It's just a joke!

Read Note

Some very clear criticisms of the whole "comedy shouldn't be censored" mentality. Comedy absolutely should not be censored, but it should be able to be critiqued. As Thought Slime puts it, (some) …

πŸ”–

Enabling keyboard navigation in macOS

Read Note

I was not expecting to find browsing the web with a keyboard so damn tricky on macOS, but here we are πŸ˜‚ The tl;dr of the situation …

πŸ”–

An open source Postman alternative

Read Note

An open-source tool for API testing, with automatic type safety baked in and a much more advanced output UI that highlights contained images, code blocks, messaging etc. whilst still providing the …

πŸ“–

Module Mindsets

Read Article

I'm still enjoying the wombo-combo of Sass and CSS Modules, but my React-ified brain occasionally blanks on how to approach certain problems. The one that catches me out the most: style inheritance.