Live data from Hacker News

Viewing profile — andrewhare

andrewhare

HN member
Joined
Sun, Mar 21, 2010, 4:41 PM UTC
HN karma
59
Public activity
17 items

About andrewhare

No profile information was provided.

Recent public activity

  1. comment
    Comment #3252887

    Good point! I just wanted to make sure that the OP knew that he was too sweeping in his generalizations.

  2. comment
    Comment #3252819

    Be careful with terms like "irresponsible parents" and "family planning". Some people plan to have kids close together in age. For what it's worth, however, I have this to offer: *…

  3. story
  4. story
  5. comment
    Comment #3043012

    Google Drive is $5 per 20GB per year . I'd say that's a pretty significant difference.

  6. comment
    Comment #2968147

    He sounded pretty serious to me. Do you have a better suggestion? The Mavis Beacon software does a perfectly fine job at teaching touch-typing.

  7. comment
    Comment #2866579

    Will the real Jeremy Ashkenas please stand up?

  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #1581441

    I would check out these books: C# in a Nutshell ( http://www.amazon.com/C-4-0-Nutshell-Definitive-Reference/dp... ) CLR via C# ( http://www.amazon.com/CLR-via-Dev-Pro-Jeffrey-Richt…

  13. story
  14. story
  15. story
    What’s in a name? (C#’s hidden support for structural typing)

    C# is well known for its nominative type system. This means that C# identifies types and their relationships based on their names. That is why C# does not allow you to create two t…

  16. story
    Togaroga - Choosy developers choose interfaces

    Each time you write a method that accepts arguments you must make a decision as to the type of those arguments. If you are not careful, your choice could place unnecessary restrict…

  17. story
    Writing better code: it’s imperative that you are declarative

    Most C# developers are very familiar with writing imperative code (even though they may not know it by that name). In this article, I will introduce you to an alternative style of …