Live data from Hacker News

Viewing profile — crntaylor

crntaylor

HN member
Joined
Wed, May 06, 2009, 2:07 PM UTC
HN karma
3,009
Public activity
324 items

About crntaylor

http://www.linkedin.com/profile/view?id=19184234

Email at @gmail.com

Recent public activity

  1. comment
    Comment #7328531

    London Haskell Meetup: http://www.meetup.com/London-Haskell/

  2. comment
    Comment #7328530

    Sorry I missed the talk! Did it get videoed? They usually are.

  3. comment
    Comment #7231076

    The part that really surprised me was this: We only had 23 years of Python interpreter development, how would things look like when Python is 42, like C? C, which I always think of…

  4. comment
    Comment #7225944

    It was a reference to the Hemingway app. If you paste acqq's comment into Hemingway, it suggests "Four adverbs used. Try to aim for two or less." As humour goes, it's a few levels …

  5. comment
    Comment #7223318

    You might not work any less hard, but you'll certainly take more risks if you don't experience the downside. Answer quickly - how much of your net worth would you risk on a bet wit…

  6. comment
    Comment #7223305

    The investment banking industry basically invented the concept of OPM (other people's money) in the 1980s (okay, I'm sure it existed before that, but the 1980s was when it became a…

  7. comment
    Comment #7212610

    If it helps, you can replace "Secure" with "X" where X is any adjective, and my argument will still work.

  8. comment
    Comment #7211814

    In case it's not clear to you, there are two reasons that you are getting downvoted: 1. snark, and 2. you are committing the logical fallacy of affirming the consequent. [0] In par…

  9. comment
    Comment #7205650

    You tend to hear high frequency traders refer to the code that makes pricing and trading decisions as a system , or signal , or model , or (very occasionally) algo (all refer to sl…

  10. comment
    Comment #7203516

    This would have been a significantly more enjoyable experience if the title of the submission didn't give away the ending.

  11. comment
    Comment #7144804

    The pattern will break down once you get past 8192, which is 2^13. That means that the pattern continues for an impressive 52 significant figures (well, it actually breaks down on …

  12. comment
    Comment #7101509

    I think you mean "its a art".

  13. comment
    Comment #7062194

    I think you need to parse it as more (portable and secure) rather than (more portable) and secure

  14. comment
  15. comment
    Comment #7045631

    Having someone re-write my 7 line Haskell program into 40+ lines of C# is the best argument I can think of for why it's worth learning a functional programming language ;)

  16. comment
  17. comment
    Comment #7043977

    SICP has something to do with square roots in the first chapter, although I don't think they do this particular refactoring. I first saw it (or something like it) in John Hughes' W…

  18. comment
    Comment #7043943

    "Turning your code inside out" is a great piece of advice, as it often opens up abstractions and refactorings that you didn't realize where there to begin with. The same idea is be…

  19. comment
    Comment #7037489

    Disclaimer - I've never played Starcraft or Magic: The Gathering. But I expect that in both of them, just like in real life, there is some value to having unspent liquid assets, in…

  20. comment
    Comment #7036724

    I know an accounting joke: An engineer and an accountant are on a train when they pass between two fields of sheep. "Boy, there are a lot of sheep in those fields." says the engine…

  21. comment
  22. comment
    Comment #7022979

    Anyone thinking about taking this course should be aware that Bruno Latour is not, and has never been, a scientist. He is in the same camp as Derrida, Lacan and Foucault, in that h…

  23. story
  24. comment
  25. comment
    Comment #7005758

    Completely shameless plug for a tiny probabilistic programming language that I wrote as an embedded DSL in Haskell: https://github.com/chris-taylor/hs-probability The code that sol…