Live data from Hacker News

Viewing profile — pxia

pxia

HN member
Joined
Tue, Mar 20, 2018, 8:33 PM UTC
HN karma
7
Public activity
3 items

About pxia

No profile information was provided.

Recent public activity

  1. comment
    Comment #20719898

    When the gain is smaller than the cost of hiring people to do the claim.

  2. comment
    Comment #18565510

    It's just an example... Another example would be you want to iterate your array in reverse. The normal `for (uint i=size-1; i >= 0; i--)` won't work.

  3. comment
    Comment #18565153

    Because you want to represent errors. For example a find() function that returns the index of some element: you want to return -1 when the element doesn't exist.