Insights
Writing on data visualisation, AI interpretability, and the craft of building interfaces for complex systems. Part technical, part information design, mostly opinionated.
Machine Learning
Visualising Potentially Redundant Capacity
In neural networks, redundancy is about dependent directions rather than unused nodes. PCA and scree plots give us a way to visualise how much unique information each layer is actually using.
Performance
Optimising UI for the new INP Web Vital
The INP Web Vital is a new metric that measures the performance of a website. It is a crucial metric for web developers, as it helps them understand how well their website is performing and how to improve it.
Data
Introduction To Tidy Data Principles
An overview of tidy data principles, emphasizing the importance of structuring datasets for clarity, compatibility, and ease of analysis, with practical guidance on applying these principles using various programming tools.
Performance
Front-End Parallelizable Tasks Using The GPU
Exploring the benefits and practical applications of parallel computational tasks on client machines, focusing on The Principle of Known Reliability and The GPU Crossover Threshold for optimal task distribution.