Live data from Hacker News

Viewing profile — jfields

jfields

HN member
Joined
Tue, Apr 13, 2010, 11:52 PM UTC
HN karma
3
Public activity
6 items

About jfields

No profile information was provided.

Recent public activity

  1. comment
    Comment #2771166

    An alternative strategy to limiting data is to obfuscate it at the source. If a small group of people use from a set of cards and each person pick one at random whenever they need …

  2. comment
    Comment #2214854

    I have been fluent in Scheme for some time. In fact, I used Project Euler problems and Racket (formerly called PLT) to teach myself Scheme. I enjoyed it immensely, and it reminded …

  3. comment
    Comment #2214795

    My relationship with Hacker News is also much like this. I have made exactly three comments before this one, and they were almost a year ago. If not for those, I might not have eve…

  4. comment
    Comment #1566732

    There is a very big difference to those of us who don't have persistent Internet connections. Because of a rather unique social situation, I spend a lot of my time house-sitting at…

  5. comment
    Comment #1263982

    As you have said, it is practically impossible to use vectors without mutating their contents with (vector-set! ...), but purely list-based Scheme is actually quite easy to write w…

  6. comment
    Comment #1263767

    Upvoted in agreement. Without Project Euler, I probably wouldn't have been able to wrap my head around Scheme, and subsequently, I wouldn't have learned how to program without muta…