Viewing profile — jjr
jjr
HN member- Joined
- Wed, Jan 05, 2011, 10:52 AM UTC
- HN karma
- 10
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About jjr
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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.
-
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.
-
comment
Comment #4701843
1 + 1 = 2 Is fairly unambiguous until you introduce operator overloading (and why i despise overloading).
-
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…
-
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…