Second-guessing the modern web - macwright.com
What if everyone's wrong?
Stay updated with breaking news from Mapbox Studio. Get real-time updates on events, politics, business, and more. Visit us for reliable news and exclusive interviews.
The navigation systems that often come bundled with new cars end up feeling dated after only a few months or so, and in most cases, drivers turn to mobil...
A deep dive into Adaptive Projections, a novel way to make interactive maps more accurate without compromises to user experience or rendering quality.
Immutable approaches These are some rough thoughts on how to do immutability in programming, to power undo. If you’re looking for an opinionated ‘this is how to do it’ sort of post, I’ve written that about Immutable.js. This is more a publicly-shared scratchpad. For the fourth or so time in my career, I’m thinking about and implementing an ‘undo’ function. Undo is a powerful feature because it lets people do destructive or major operations without worrying because they can just hit command-z. Implementing undo is a subtle challenge for both UX & algorithms. I don’t think that ...