Search

Post types:
Categories:
🔖

Designing accessible data visualisations

Read Note

A broad overview of the best practices involved in designing data visualisations, with heaps of additional context and excellent imagery to really drive home the issues and better solutions. The key …

🔖

Accessible data visualisations with D3.js

Read Note

A comprehensive guide to ensuring simple charts and graphs are accessible. Focuses on D3, but most of the tips and suggestions can easily be ported to any visual UI. These …

🔖

Accessibility, data visualisations, & the Norwegian 2023 election

Read Note

An excellent write-up of where election maps, result graphs, and other common data visualisations used in election reporting most commonly fall down. Missing descriptive text, unassociated labels, …

🔖

LifeMap

Read Note

Well it's been a long week of other distractions rather than writing, but I have built up several things to link out to, so I guess a round of links from the web is in …

🔖

Accessible chart & data library

Read Note

Easily the most comprehensive and impressive charting and data visualisation library I've come across. Graphs and charts are keyboard accessible, well-labelled, meaningfully marked up, with colour …

🔖

Beer flavour wheel

Read Note

An interesting diagram of beer tasting notes. As someone who has been tracking beer flavours for a few years, I'd like to compare my own word grid at some point; plus, this gives me some ideas for …

🔖

Accessible D3 donut charts

Read Note

A solid tutorial on making an accessible donut chart with D3. A couple of options are discussed, along with the pros/cons of each. I personally prefer the first option, where the labels and data are …

🔖

AMPersand

Read Note

Second is the article which led me to Lighthouse in the first place: AMPersand, by Ethan Marcotte. Not much to add to this one, just another voice adding weight to my uneasiness with the idea of AMP …

🔖

Developer achievement stickers

Read Note

In third place is a collection of 'achievement' stickers doing the rounds of the blogosphere right now. Originally designed by Jeremy Nguyen, published on The New Yorker and personally discovered via …

🔖

The importance of routine

Read Note

Fourth on the list is a simple article from Martian Craft outlining "The Importance of Routine". The post is aimed at remote works and is far from news to me, but it is a well-written example of how …

🔖

Lucas the Spider

Read Note

Lucas the spider has been doing the rounds of the internet this week and I fully understand why. I'm not the world's biggest fan of spiders but I'm also far from arachnophobic, even finding certain …

🔖

Wildlife photo ark

Read Note

I'm a big fan of projects looking to archive information of endangered species, particularly quality images, biomechanics and video, so that if conservation efforts fail future generations still at …

🔖

The surprising evolution of dinosaur drawings

Read Note

From ensuring the animals we may soon lose are well documented, to attempting to document those that have already been lost. It should be no surprise by now that I am a huge fan of the field of …

🔖

Scrobbling stats

Read Note

A great (and niche) website that lets you look up the history of any given Last.fm account. For example, here's my stats page: theAdhocracy's Last.fm stats. There are lots of great data …

🔖

Climbing the ladder of abstraction with AI

Read Note

Wattenberger frequently breaks my brain with some of their incredibly well-reasoned and unique ideas, and this talk from AI Engineer Summit is no exception. The core ideas being introduced are around …

📖

Strictly Typed Object Keys in TypeScript

Read Article

Want to type a data object so that a given key (e.g. "foo") can only be paired with a specific type (e.g. Bar)? Now you can!