2015-12-21
Eric Posner: The First Amendment's Nemesis - Ken White
It's OK not to use tools - Jonas Downey
"'The Icelandic women were amazing' is about as much as he'll volunteer."
"The team framed a copy of a 2000 Defense Department report that had declared the Predator a failure and hung it on a wall next to a list of what Marshall called their greatest hits."
Congress vs. the Internet - Shari Steele
Free Concurrency with GNU Parallel - Philipe Fatio
How To Predict Bad Cops In Chicago - Rob Arthur
"Even laying aside the moral imperative to prevent abuse, the financial cost of police misconduct to the cash-strapped city is immense. Direct costs, in terms of legal fees and the funds disbursed in settlements, exceeded $500 million over 10 years, according to a Better Government Association study."
"Repeaters only make up a small fraction of the more than 12,000 officers on Chicago's force — perhaps 1 percent to 10 percent of the officers in the database, depending on where you draw the line — but are responsible for a huge fraction of the complaints: 10 percent of the officers who had received complaints generated 30 percent of the total departmental complaints since 2011."
Python Is Not C: Take Two - Jean Francois Puget
Introducing new open-source tools for the Elixir community - Steve Cohen
"The system that manages rate limits for both the Pinterest API and Ads API is built in Elixir. Its 50 percent response time is around 500 microseconds with a 90 percent response time of 800 microseconds. Yes, microseconds."
"The Java version used an Actor system and weighed in at around 10,000 lines of code. The new Elixir system has shrunk this to around 1000 lines."
Too many open files: Tracking down a bug in production - Paul Bostrom
"We use a Clojure agent as a queue to store the set of HTTP clients that were marked, and then call `close' on each one. With logging turned up for this namespace, I could see that clients were being queued up, but never closed."
"We issue about 2 to 3 million requests per day to these APIs and we would see the problem occur every three to four days, so roughly one in 10 million API requests returned a problematic response."