The Limits and Lies of Incentive Alignment
Related
More from Lord.io
Let's say I'm ordering burritos for my two friends while they quar up in Jersey City, and want to calculate the total price of my order: It's a little confusing to follow the flow of data in a spreadsheet when it's written like that, so I hope you don't mind this equivalent diagram that represents it as a graph: We're rounding the cost of an El...
Some of you may know I quit my job to work on a little text editor for fun. Unfortunately, in the process of doing that, I got distracted by the challenging problem of self-adjusting computation. And unfortunately, to solve that problem in a performant way, you need really fast graphs, a notorious problem in Rust. And to get really fast graphs,...
It's September 10, 2019. The Steve Jobs Theater in Cupertino is packed to the brim. The crowd hushes as the lights dim, leaving only the glow of several hundred MacBooks Pro. A glossy animation titled Wonderful tools starts to play, showing off Apple products new and old. Tim Cook runs up on stage to raucous applause. Apparently nobody in...
In 2006, Robert Andersen sent the first tweet that @mentioned another user, and an internet convention was born. In a world without smartphones, Twitter's primary interface was SMS. There were no threads, no @username autocomplete. If a user said something and you wanted to reply, your only option was to compose a new text to 40404, manually...
Alexis Beingessner's Text Rendering Hates You, published exactly a month ago today, hits very close to my heart. Back in 2017, I was building a rich text editor in the browser. Unsatisfied with existing libraries that used ContentEditable, I thought to myself "hey, I'll just reimplement text selection myself! How difficult could it possibly be?"...