skip to main content

All Posts, page 19

  1. Line breaking - Florian Rivoal at dotCSS 2018
    dotconferences.com

    Florian goes over a set of confusingly named properties and values from the css-text-3 specification that control what happens to white spaces when laying out text, and how line breaking works. He explains the logic of the system, different ways the properties can be used to achieve various results, and looks into some of the complication caused by incomplete implementations.

    I care about this topic a lot, but it really tests my patience. If only browser support for these properties were consistent, I could start to build a mental model that takes them all into consideration. As it stands, it’s such a mess that I routinely have to spend time reading about it, and still not be super confident with the results.

  2. Why have humans never found aliens?
    economist.com

    The Economist reports on a recently published astronomy paper:

    Dr Tarter reckoned that decades of searching had amounted to the equivalent of dipping a drinking glass into Earth’s oceans at random to see if it contained a fish.

    Once the numbers had been crunched, the researchers reckoned humanity has done slightly better than Dr Tarter suggested. Rather than dipping a drinking glass into the ocean, they say, astronomers have dunked a bathtub.

    Huh. I wonder if that really is an apt comparison.

  3. T-Mobile, Sprint, and AT&T Are Selling Customers’ Real-Time Location Data, And It’s Falling Into the Wrong Hands
    motherboard.vice.com

    Joseph Cox, for Motherboard:

    In the case of the phone we tracked, six different entities had potential access to the phone’s data. T-Mobile shares location data with an aggregator called Zumigo, which shares information with Microbilt. Microbilt shared that data with a customer using its mobile phone tracking product. The bounty hunter then shared this information with a bail industry source, who shared it with Motherboard.

    This is crazy. Zeynep Tufekci said it best: we are building a dystopia just to make people click on ads.

    Follow-up: Hundreds of Bounty Hunters Had Access to AT&T, T-Mobile, and Sprint Customer Location Data for Years

  4. Evaluating Technology
    aneventapart.com

    Jeremy Keith:

    Now when we look at new things added to HMTL, new features, new browser APIs, what we tend to ask, of course, is: how well does it work?

    How well does this thing do what it claims it’s going to do? That’s an excellent question to ask whenever you’re evaluating a new technology or tool. But I don’t think it’s the most important question. I think it’s just as important to ask: how well does it fail?

    Nothing like a full hour of Jeremy Keith to get the year’s work started.