Live data from Hacker News

Viewing profile — ichramm

ichramm

HN member
Joined
Fri, Nov 05, 2010, 5:24 PM UTC
HN karma
2
Public activity
3 items

About ichramm

I like to make things, specially software.

Recent public activity

  1. comment
    Comment #8913245

    I'll go with number 4

  2. comment
    Comment #2195593

    That's the problem of java developers, they dont use the bitwise operations: if(e.intValue()%2 != 0) == >>> if((e.intValue()& 1) != 0)

  3. comment
    Comment #1874025

    I really like the __attribute__ mechanism that GCC has, something covering that will be really nice.