Live data from Hacker News

Viewing profile — jjr

jjr

HN member
Joined
Wed, Jan 05, 2011, 10:52 AM UTC
HN karma
10
Public activity
7 items

About jjr

No profile information was provided.

Recent public activity

  1. comment
    Comment #4950657

    But a dict is a list of paired elements? I do like the fact that you can convert freely between string/list/dict. It removes a lot of boilerplate type conversion. Want to serialize…

  2. comment
    Comment #4921623

    With all the discussion about the syntax, some of Tcl greatest features are overlooked. The article could do with an update. I would like to see the current state of Tcl compared t…

  3. comment
    Comment #4782619

    200 mbps is plenty. Problem is that real speeds are mostly lower. Note that most office networks still operate at 100Mbps and are doing just fine. Arguably so though.

  4. comment
    Comment #4782603

    No, 50 Mbps will be sufficient for this with the right codecs and gear. Now if you want it all as raw data - that makes a difference.

  5. comment
    Comment #4701843

    1 + 1 = 2 Is fairly unambiguous until you introduce operator overloading (and why i despise overloading).

  6. comment
    Comment #3025896

    I have a gut feeling that there is some merit to the idea that exception handling isn't all that great. Just so much code out there does not really handle the exceptions, it just e…

  7. comment
    Comment #2070635

    Agreed. Game programming will teach you a lot of programming skills, and staying with game programming can elevate you to great heights as a programmer, and it's great fun. The onl…