Live data from Hacker News

Viewing profile — PhilipTai

PhilipTai

HN member
Joined
Wed, Jan 29, 2014, 6:15 PM UTC
HN karma
25
Public activity
5 items

About PhilipTai

No profile information was provided.

Recent public activity

  1. comment
    Comment #28452551

    Right. Local storage is much more performant and cost effective than network storage. I tried to run some iops sensitive workload on cloud. It turns out I need to pay several thous…

  2. comment
    Comment #27339002

    Seems like an accurate emulation of the real capitalism, as intended by the game creator.

  3. comment
    Comment #26786137

    No. There is really no difference whether CEO is paid in cash or in stock, regarding the negative impact of the pay. Scenario 1: CEO get paid $50 million in stock. Scenario 2: CEO …

  4. comment
    Comment #7146150

    For Fibonacci sequence, x = 1x^1 x * g(x) = 1x^2 + 1x^3 + 2x^4 + 3x^5 + 5x^6 + ... + x^2 * g(x) = 1x^3 + 1x^4 + 2x^5 + 3x^6 + ... --------------------------------------------------…

  5. comment
    Comment #7146044

    The techniques of constructing such sequences have been studied formally in combinatorics under the name "generating function". http://en.wikipedia.org/wiki/Generating_function In …