Viewing profile — _ut0p
_ut0p
HN member- Joined
- Wed, Sep 08, 2010, 2:58 PM UTC
- HN karma
- 2,046
- Public activity
- 246 items
- HN profile
- View on Hacker News ↗
About _ut0p
No profile information was provided.
Recent public activity
-
comment
Comment #4877408
There is a reason why I would never use such service like Prismatic. The main problem for me here is that it creates a confined universe for you where you are surrounded by only "r…
-
comment
Comment #4485145
But what was a little surprising is that there were no handsets for the press to play with. There were some demonstration units carefully attended by PR personnel, and while we wer…
-
comment
Comment #4118253
The big difference of drugs from alcohol and tobacco is their addictiveness. While you can't get addicted to alcohol or tobacco after one use, certain drugs cause severe addiction …
-
comment
Comment #3986955
This is great: Use j/k keys to navigate
-
comment
Comment #3904796
For virtualbox.org it's planned maintenance from April 27th to April 30th. The announcement was on the main page.
-
comment
Comment #3883518
Why goto is bad? Again this "structured programming" bullshit. Kernel uses 2 a lot to handle errors like here [1]. [1] https://github.com/torvalds/linux/blob/master/mm/shmem.c#L99.…
-
comment
Comment #3881744
It's just a technical failure. The trading was stopped for about 4 hours. After reopening the stock market fell 2.5 percent. No official statement was made about what caused the fa…
-
comment
Comment #3823792
In US (not counting downtowns of large Cities like NY or SF) it is much harder to enjoy walking compared to most other places in the world. First you just look weird here when you …
- story
-
comment
Comment #3497288
While he really seems to be a well known scientist, the photo of a "scorpion" [1] is not the best confirmation of his theories. [1] - http://www.mk.ru/science/article/2012/01/20/66…
-
comment
Comment #3494625
There is an excellent book "Poorly Made in China: An Insider's Account of the China Production Game" by Paul Midler [1] for those who want to know more about behind-the-scenes of C…
- story
-
comment
Comment #3446914
Previous discussion http://news.ycombinator.com/item?id=1228779
-
comment
Comment #3446472
Seems like the idea was to make the iPad rotate like falling maple seeds [1] so it would considerably slow down. [1] - http://www.youtube.com/watch?v=ZUEXKapAVcY
-
comment
Comment #3442504
One problem with induction cooking is that you have to use cookware made of ferromagnetic metal. For other pots an interface ferromagnetic disk is required.
- story
- story
-
comment
Comment #3432531
Question three about dates is pretty much Anchoring Effect: http://en.wikipedia.org/wiki/Anchoring Also an interesting reference about anchoring and electric cars from the above Wi…
-
comment
Comment #3415765
Microsoft BitLocker in its most secure mode is the gold standard because it protects against more attack modes than other software. Unfortunately, Microsoft has only made it availa…
-
comment
Comment #3400479
Just to add some more. Some examples of Soviet era infographics (in Russian): http://community.gidlipetsk.ru/blog/view/6786
- story
-
comment
Comment #3395939
Actually 10-petaflop barrier (LINPACK benchmark) was surpassed in November by Japanese K-computer: http://www.riken.jp/engn/r-world/info/release/press/2011/111...
-
story
Ask HN: Best book you read in 2011
My choice this year is Burton Malkiel's "A Random Walk Down Wall Street"
-
comment
Comment #3391420
Here are major C11 Standard changes: - standard multithreading support ( header) - atomic operations ( header) - type-generic macros (sqrt translates to sqrt, sqrtf, sqrtl dependin…
-
comment
Comment #3366934
In scientific computing it's not unusual to get 2x-3x speedups by doing simple optimizations like this one. For desktop applications it's nothing, but when your simulation is takin…