HN user

jeppz

35 karma
Posts0
Comments17
View on HN
No posts found.

In some cases its not that simple, for example with Hibernate if you select specific columns then the object you get back won't be put in its L1 cache because its not the full object.

So in some cases its better to select the whole object by primary key because some other method would do that later anyhow and now its in the cache and will skip an extra db call.

As a reddit user it is hard to resist throwing around the quick quips that one would expect to find but really just makes the content worse. There really is something about the HN environment that makes one take that extra moment to think things through and write a constructive argument instead of mindless jokes.

It really isn't that simple, most people will start spending more if you bump them up this ladder which means that "for the rest of your life" probably wont be true for long.

EVE reporting have a long history of being very biased, some of the largest organizations in the game usually run their own news sites.

I think it's very difficult to make people see you as unbiased in a world where everyone is an enemy, even your "friends" are probably spies waiting to stab you in the back and steal all your stuff.

GitHub down 9 years ago

Yea ok I didn't know that either, I thought they were rather rare and worse than that.

I have no idea why you would want to use this instead of running it directly in aws yourself. Maybe the learning curve is less steep but you lock yourself in with a 3rd party framework and if you run into problems you probably will have to learn aws anyway.