Software engineers should know and start from Computer Science, why not ? Mechanical and Electrical engineers have to learn Physics, Control dynamics and Differential equations the first couple of years.
It's interesting to see the HN responses in the GPA thread -https://news.ycombinator.com/item?id=17441601 when compared to this one, although both boil down to the measure of scholastic tests as a ingress criteria.
Comparing tax paid to market cap is disingenuous at best - I was surprised Bloomberg would print that, but they then go on to explain it in the article.
I am not sure if thats necessarily true - a lot of folks are using cloud databases/datastores (Azure, S3 etc). Getting access to that is a different problem than remote code execution. Unless I am misunderstanding something, or you are specifically talking about on-site databases.
"Encryption" in cloud data stores (like KMS) is really just an expression of permissions; it's systems security, not cryptographic security. If you don't have permission to access a resource on another server, yes, you've protected that resource --- but you don't need cryptography to express that.
Since you mentioned KMS, S3 has ACL mechanisms, along with separate mechanisms to encrypt at rest using KMS, or any client based key. On cloud based stores, you can't basically guarantee systems security against the cloud provider or intrusions in their system, and for sensitive data need to encrypt it from your side.
In general I am not sure if we wish to conflate systems security and cryptographic security - cryptographic security ideally should guard against system security failures. Although in practice I grant you that broad system failures which expose crypto secrets (code execution would fall into that) would lead to crypto failures as well.
I am not sure why no one is correlating the price increase to the the drop in Ebook sales, especially since Amazon at that point pointed out exactly this as a consequence - since ebooks have to compete with other digital media.
I'm surprised no one is focusing on this as well. I believe that ebooks being overpriced is the main reason they aren't selling well. If ebooks were at least the same price as paperbacks instead of more expensive I would buy more of them. But right now it's cheaper to buy physical copies of books than ebooks.
> and had a few people conspire to potentially remove a few select items from my house. So I started going out in the city more, and now everything's back to the nice vibe it once was. I'm just as comfortable as I was before and that process of potential betrayal and silent forgiveness (I'm not sure my friend even knows I knew he was planning to pull the jux (as my friends from my hometown might say)) is just a part of who I am.
My friends told me that some of the other block regulars were planning to rob me. So I backed off from them for a little bit. And now I hang out with them again, just not inside my home. If this was in a poor white neighborhood I don't imagine similar things wouldn't happen there either.
Maybe the wording was a bit over the top for what the situation actually was: I enjoy hanging out with my neighbors, and wasn't going to let some stupid shit like this mess that up.
Sorry that I explained where the word jux comes from in my vocabulary.
Edit: And in this world - [0] - You're damn straight I'm proud to have such a multicultural group of friends, and experiences. And even though this post indicates otherwise, I don't particularly give two shits how anyone misconstrues my post which essentially was trying to say "We should come together, hang out with eachother, and understand and forgive". Because, apparently I'm assuming superiority by continuing to hang out with people after I heard they where going to take shit from my house. All I can say is, fuck that. And then I made a joke at the end about this stupid nickname they gave me once. Good lord.
Last I heard Google is still on Java 7 precisely because of this, although that might have changed. It's fun seeing the different theologies at Amazon and Google - I remember Yegge's famous platform rant, and he highlighted the Amazon versioned-library system as something which it did better than Google.