Viewing profile — crntaylor
crntaylor
HN member- Joined
- Wed, May 06, 2009, 2:07 PM UTC
- HN karma
- 3,009
- Public activity
- 324 items
- HN profile
- View on Hacker News ↗
About crntaylor
Email at @gmail.com
Recent public activity
-
comment
Comment #7328531
London Haskell Meetup: http://www.meetup.com/London-Haskell/
-
comment
Comment #7328530
Sorry I missed the talk! Did it get videoed? They usually are.
-
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…
-
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 …
-
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…
-
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…
-
comment
Comment #7212610
If it helps, you can replace "Secure" with "X" where X is any adjective, and my argument will still work.
-
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…
-
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…
-
comment
Comment #7203516
This would have been a significantly more enjoyable experience if the title of the submission didn't give away the ending.
-
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 …
-
comment
Comment #7101509
I think you mean "its a art".
-
comment
Comment #7062194
I think you need to parse it as more (portable and secure) rather than (more portable) and secure
- comment
-
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 ;)
- comment
-
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…
-
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…
-
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…
-
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…
- comment
-
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…
- story
- comment
-
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…