Live data from Hacker News

Viewing profile — kidb

kidb

HN member
Joined
Sat, Feb 01, 2014, 2:53 AM UTC
HN karma
1
Public activity
2 items

About kidb

No profile information was provided.

Recent public activity

  1. comment
    Comment #7251650

    I'm too lazy to look it up right now, but I think you can continue to build on the road, BUT if they put a settlement at the end of your road you can't continue to build. E.g. if […

  2. comment
    Comment #7160668

    I think the trick is that array[i] and i[array] will always be the same value in C. It's confusing because array[i] makes sense but i[array] doesn't (how the hell can you use an ar…