| 31. | | Why secure systems require random numbers (cloudflare.com) |
| 83 points by jgrahamc on Sept 13, 2013 | 26 comments |
|
| |
|
|
| 33. | | The Folks Who Sell Your Corn Flakes are Acting Like Goldman Sachs (newrepublic.com) |
| 78 points by cs702 on Sept 13, 2013 | 47 comments |
|
| |
|
|
| 35. | | US-East AWS Connectivity Issues (amazon.com) |
| 77 points by fjordan on Sept 13, 2013 | 49 comments |
|
| 36. | | Programming Without Variables (drdobbs.com) |
| 73 points by ProgC on Sept 13, 2013 | 36 comments |
|
| 37. | | Raspberry Pi as an Ad Blocking Access Point (adafruit.com) |
| 71 points by jwcooper on Sept 13, 2013 | 37 comments |
|
| |
|
|
| |
|
|
| |
|
|
| 41. | | HHVM is fast – too bad it doesn’t run my code (hhvm.com) |
| 69 points by anu_gupta on Sept 13, 2013 | 59 comments |
|
| |
|
|
| 43. | | New Programming Jargon (2012) (codinghorror.com) |
| 59 points by cdl on Sept 13, 2013 | 21 comments |
|
| 44. | | Fox News attempts to explain what Github is (twitter.com/huth) |
| 58 points by libovness on Sept 13, 2013 | 60 comments |
|
| |
|
|
| 46. | | The Freedom - Responsibility Trade-off for Entrepreneurs (jacquesmattheij.com) |
| 59 points by jacquesm on Sept 13, 2013 | 18 comments |
|
| 47. | | The Conversation (1974) (wikipedia.org) |
| 57 points by primigenus on Sept 13, 2013 | 33 comments |
|
| 48. | | Formance.js – Library for formatting and validating form fields (omarshammas.github.io) |
| 54 points by omarshammas on Sept 13, 2013 | 29 comments |
|
| |
|
|
| |
|
|
| 51. | | How to Make School Better for Boys (theatlantic.com) |
| 52 points by jseliger on Sept 13, 2013 | 58 comments |
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| 59. | | Bullshit Job Title Generator (codepen.io) |
| 52 points by TimPietrusky on Sept 13, 2013 | 48 comments |
|
| |
|
|
|
| More |
If you don't pay much attention to how TLS works, you should know that NSA (presumably) does not have a magic ability to inject new certs into your root cert repository. If you remove every CA cert from your browser and selectively allow certs, they can't MITM that. The CAs aren't baked into TLS! They're a software configuration detail. And when MITM certs appear on the wire, for them to be honored, they have to somehow chain to a specific CA.
What things like pinning and TACK do is give us the opportunity to discover MITM certificates and start tracing them. If that capability becomes widespread enough, it can potentially foreclose on dragnet TLS MITM attacks, because there will be too much of a risk that deploying a dragnet MITM net will result in the death penalty for the implicated CA.
TACK (and the related efforts) are hugely more important than I think most people think they are. If you want to advocate for something in the wake of the NSA debacle, I think TACK is a great choice.