Really wish Jon Stokes had not left Ars. His articles were my introduction to hardware, and even though this article is from 2002 it still very much applies to every CPU.
We will definitely be checking this out. Our experience with another vendor and ES has not been great. From having the whole cluster come down when we're doing batch inserts for initial loads to having 10s timeouts on random queries during low activity windows with the vendor saying "dunno, everything looks good here" (when we measured that this 10s were spent waiting for ES).
I was wondering why the author mentioned _.partial after a sections about Function.prototype.bind. Wouldn't :
_.partial(_.merge, {}).apply(this, confs);
Be the same as:
_.merge.bind(_, {}).apply(_, confs);
That being said, I'm glad this forced me to look up _.partial - seems like you can pass '_' as a parameter and that position in the arguments will not be bound in the partial function!
I'm from a south american country so I get the "do you feel safe?" and the "what was like to grow up in poverty?" - not to mention the 'la raza' type of comments.
These stereotypes are annoying but it's whatever, you shrug it off and find something to make fun of the people saying those things - 'Do you go through withdraws if you don't eat your frosted flakes every morning?'
Do I feel like I belong in a group of people from my country? Well, maybe? If I know them and I'm friends with them. If I do, it sure as hell isn't because they're from my country but because they're good people. My primary group of friends is all WASP (white anglo-saxon protestant), and I don't feel like an outcast.
> Overall: if everybody could stop being so sensetive. Grow up. People are different. Some people aren't nice. Learn to deal with it.
YEP. That's it. The world will be a better place once people stop hating other people based on their physical characteristics and start hating them unconditionally.
They changed their pricing for the crossword subscription too, limiting the back catalog and forcing an upgrade to iOS 7. They lost a long time subscriber, who will probably be switching to Android since that was the only thing keeping me on iPhones.
I had amazing "fun" with Amazon's marketplace API. Highlights include:
- rejection without error messages
- multiple hours before the successful call showed up as successful
- broken XML schemas along with conflicting versioning and
My favorite:
- error messages from the API asking me to call customer service to perform that action.