aaronkrolik's comments

aaronkrolik | 9 years ago | on: AWS Elasticsearch Service Woes

Another annoying point: the documentation only lists the api methods you can call, but not the ones you cannot. I was a bit irritated to find out that the /_update method is not supported on AWS ESS

aaronkrolik | 10 years ago | on: AWS X1 instances – 1.9 TB of memory

A small word of caution: I'd strongly recommend against using a huge java heap size. Java GC is stop the world, and a huge java heap size can lead to hour long gc sessions. It's much better to store data in a memory mapped file that is off heap, and access accordingly. Still very fast.

aaronkrolik | 10 years ago | on: Al Jazeera America to Shut Down in April

>And Al Jazeera America has not been free of controversy in recent months. In November, the news station’s general counsel, David W. Harleston, was suspended following a report in The New York Times that he did not appear to be licensed to practice law. In late December, Al Jazeera aired an hourlong documentary that linked some of the biggest stars in Major League Baseball and the National Football League to performance-enhancing drugs. The most prominent athlete mentioned in the report was the Denver Broncos quarterback Peyton Manning, who angrily denied the report, calling it “complete garbage” and “totally made up.”

Lets not forget that they are being sued for libel

http://deadspin.com/ryan-howard-ryan-zimmerman-sue-al-jazeer...

aaronkrolik | 10 years ago | on: The Mobile Downturn (continued)

"mobile is here to stay"

nothing in the past decade has been here to stay. I dont know what the next decade holds, but i highly doubt it will look like what we now call 'mobile'

aaronkrolik | 10 years ago | on: Khan Academy's React style guide

Style question re dom manipulation: third party embeds, such as twitter, instagram often come as specially classed blockquote elements that are swapped with iframes by a jquery plugin. What is the best way to integrate this with react?
page 1