Live data from Hacker News

Viewing profile — rl9

rl9

HN member
Joined
Wed, Jan 14, 2015, 8:42 AM UTC
HN karma
7
Public activity
3 items

About rl9

No profile information was provided.

Recent public activity

  1. comment
    Comment #26440320

    I had a similar upbringing, but in Canada. A lot of this rings true. Our family doesn't farm anymore,but for different reasons. Still, the pressure to go big or go home exists nort…

  2. comment
    Comment #8891227

    One of many possible reasons is the way arrays are stored. In a matrix representation, should the memory be laid out one row at a time or one column at a time? It's mostly an arbit…

  3. comment
    Comment #8885062

    It's not just learnability. In some cases, Fortran can be considered to be faster than C since it can apply something like -fno-strict-alisasing by default. Not to mention that mos…