Live data from Hacker News

Viewing profile — troydj

troydj

HN member
Joined
Sun, Sep 08, 2013, 1:38 AM UTC
HN karma
246
Public activity
22 items

About troydj

No profile information was provided.

Recent public activity

  1. comment
    Comment #33394537

    He says in the book (right after introducing that example), "if you have trouble with import std;, try the old-fashioned and conventional #include ..." And he shows a snippet with …

  2. comment
    Comment #21383566

    To really appreciate the need for awk, imagine writing one-liners and scripts in the late 80s where Perl or Python weren't present. The associative arrays in awk were a game change…

  3. story
  4. comment
    Comment #17918052

    Thank you for sharing your methodology. A pointer to the study that you're probably thinking of is research done by Paul Nation and Robert Waring (vocabulary researchers). They cit…

  5. comment
    Comment #14660393

    Maybe if we all start sending tweets to @timoreilly he will reconsider this very unfortunate decision...

  6. comment
    Comment #14659959

    One of the things I'll miss is the "upgrade a registered O'Reilly print book to an ebook for $4.99" option. Always nice to have both the print and [affordable] ebook versions. Bumm…

  7. comment
    Comment #14649800

    One way would be: perl -nae'printf("%s:%s %s\n",$F[2],$F[0],$F[1])'

  8. comment
    Comment #14648479

    I learned Awk in 1988 before Perl was around (on our systems, anyway). It was super useful at the time. But if you know Perl and Perl is available on your system, there's certainly…

  9. comment
    Comment #12994962

    Yes, agreed! You'd think most of the CS people in a room listening to a Lamport lecture, of all things, would've at some point in their education taken a theory of computation or s…

  10. comment
    Comment #12796256

    Linus' "good" version has a McCabe cyclomatic complexity of 2, whereas the "bad" version has a value of 3. So, objectively, one could argue there is improvement there (albeit small…

  11. comment
    Comment #12470331

    It seems like the purpose of this book significantly overlaps with Cal Newport's _So Good They Can't Ignore You: Why Skills Trump Passion in the Quest for Work You Love_ [1]. Newpo…

  12. comment
    Comment #10733258

    I wouldn't go so far to say that the Dragon Book is outdated and irrelevant. (I'm assuming you're referring to the 2nd edition from 2006.) Unless you're focusing on back-end optimi…

  13. comment
    Comment #10048018

    Don't be depressed. This is normal. All memories are subject to gradual decay. The best way to prevent this decay is by reviewing and testing yourself on the material you want to r…

  14. comment
    Comment #9399624

    The original abstract for the talk (which summarizes the slides) were posted by the author here: http://blog.cr.yp.to/20150314-optimizing.html

  15. comment
    Comment #9355310

    I'm waiting for jgrahamc to post a 40% off No Starch Press coupon code for the loyal HN readers (in celebration of his newly-published book, that is :).

  16. comment
    Comment #9244411

    Nice recommendation. Looks like the 3rd edition was just published this month. Bryant's blog describes the updates to the 3rd edition here: http://csappbook.blogspot.com/2015/02/th…

  17. comment
    Comment #9243899

    Andreas Zeller, original author of GNU DDD, has a good book called "Why Programs Fail: A Guide to Systematic Debugging", 2nd edition. http://www.amazon.com/Why-Programs-Fail-System…

  18. comment
    Comment #8510054

    Noticed that the price is double the price of the 1st edition. Is that due to the number of authors doubling? ;)

  19. comment
    Comment #8188165

    A more up-to-date and complete treatment of these exact topics can be found in the recently-published book, _Make it Stick: The Science of Successful Learning_ ( http://www.amazon.…

  20. story
  21. comment
    Comment #7393797

    Part of the confusion, I think, is that people unnecessarily require "perfect pronunciation, hearing, and intonation" in their definition of "fluency". You mentioned that your wife…

  22. comment
    Comment #6505998

    There is also a reference to this method on page 61 of SICP (footnote 40 of exercise 1.18). http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-11.html...