Let’s do experiments on measuring the internet, at scale, from multiple perspectives! (Got a query you want to run? I have tokens to spend!)
RIPE Atlas is a global platform for Internet measurement. Thousands of volunteers all around the world allow their machines to be used to run pings, traceroutes, DNS queries and so on. Users ask a question, the system selects a subset of probes, all probes run the query, and the system collects the results and timings.
A fascinating from-scratch construction of something approaching CRDTs starting from a much simpler idea, “server reconciliation”. You, yes you, can implement this!
Collaborative text editing is arguably the hardest feature to implement in a collaborative app. […] Or rather, that’s what I thought until recently. This blog post describes an alternative, straightforward approach to collaborative text editing, without Conflict-free Replicated Data Types (CRDTs) or Operational Transformation (OT).