How Los Angeles Could Source its Water Locally

Interesting article on ways Los Angeles can source more of its water locally in the future.

Stormwater capture is a big one. In the early 20th century, the area built a flood control system to deal with the massive deluges that hit every decade or so, but during off years (and especially during drought years) it only serves to flush water out to sea that we’d be better off using to replenish reservoirs or ground water.

How Los Angeles Could Source its Water Locally

A new report challenges the city to think bigger about its plans to source more water locally.

note: combine with third 1000-year-storm when importing.

A binary star system passed within one light year of our solar system only 70,000 years ago. It may have jostled a bunch of comets out of their orbits at the time.

A binary star system passed within one light year of our solar system only 70,000 years ago. It may have jostled a bunch of comets out of their orbits at the time.

Did a close pass by an alien star system millennia ago rain down comets on the solar system?

Facebook is pushing its data-tracking Onavo VPN within its main mobile app

Facebook is plugging a VPN app they own. It lets you hide your non-FB activity from your ISP and let Facebook collect that data instead.

Facebook is pushing its data-tracking Onavo VPN within its main mobile app

Onavo Protect, the VPN client from the data-security app maker acquired by Facebook back in 2013, has now popped up in the Facebook iOS app itself, under the..

An example of how confused movie ratings have gotten: Logan’s director went for the R rating not so they could show the violence, but so they could do serious drama that adults would appreciate but 11-year-olds would find boring. @ComicBook

An example of how confused movie ratings have gotten:

Logan’s director went for the R rating not so they could show the violence, but so they could do serious drama that adults would appreciate but 11-year-olds would find boring.

https://comicbook.com/marvel/2018/02/09/logan-director-reveals-why-movie-had-to-be-r-rated/ @ComicBook

Interesting story about the history of the Los Angeles River (and paving it).

Interesting story about the history of the Los Angeles River (and paving it).

Paving the Los Angeles River wasn’t an egalitarian idea. The plan for revitalizing it should be

As we remake the Los Angeles River once again, we ought to allow the river to re-make us, too — into a more equitable city.

On Facebook

Meltdown and Spectre

TL;DR: 2 vulnerabilities in CPU performance optimization that allow locally-running programs to access either system memory or other applications’ memory. One affects all Intel processors, the other affects all Intel, AMD and ARM – so basically everything from your phone to the cloud server you connect to.

Patches are rolling out for some attack vectors, basically having software do the security checks the hardware is supposed to. But it’s both a performance hit and whack-a-mole.

Meltdown and Spectre

Meltdown and Spectre exploit critical vulnerabilities in modern processors. These hardware bugs allow programs to steal data which is currently processed on the computer. While programs are typically not permitted to read data from other programs, a malicious program can exploit Meltdown and Spectre…

The main target is a technique called speculative execution, where the CPU uses idle resources to predict the most likely followup instruction and do it ahead of time. If the next instruction comes in and it was right, great, it’s already done! If not, no big deal, it wasn’t doing anything else at the time, so it just rolls back the actions and moves on to what it’s been asked to do.

But it turns out that it doesn’t always roll back completely, and under the right circumstances it can leave traces in memory that another program can read.

More fun: As ~~Brion~~ Brooke points out, JavaScript can be used for timing attacks *in the browser*, so vendors are disabling high-precision timing and shared buffers in javascript.