irahul

↗ HN profile [ 67.7 ms ] full profile
Karma
3,322
Created
February 9, 2010 (16y ago)
Submissions
0
rahul AT thoughtnirvana DOT com
  1. I am taking a break from reading "Programming in Scala" http://www.artima.com/shop/programming_in_scala_2ed Man, that's a huge book, and scala is one kitchen-sink of a language. I would wager it's bigger than C++(quite…

  2. The Borderlands Gun Collector's Club (steve-yegge.blogspot.in)
  3. Today I checked the man for fflush and this surprised me: For output streams, fflush() forces a write of all user-space buffered data for the given output or update stream via the stream's underly ing write function.…

  4. Is it GWT as with Wave? The back-end for video chat would most probably be Java or C++. And chat backend was already there. What about the rest?

  5. SQLAlchemy, WTForm, Jinja2, blinker would be some examples. What are the others?

  6. Last night I read the open source perl6 book and played some with it. It definitely looks different and more expressive compared to the languages in the same league - perl5, python and ruby. Changes to regex and rules…

  7. If yes, can you point me to some resources? I know it's a hard problem and one that hasn't been solved yet, but my domain is very limited. I just need to classify text as positive or negative. Of course this can't be…

  8. Passwordless scp with python and pexpect (prag-matism.blogspot.com)