Viewing profile — ww2
ww2
HN member- Joined
- Thu, Jun 21, 2012, 2:46 PM UTC
- HN karma
- 65
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About ww2
No profile information was provided.
Recent public activity
-
comment
Comment #19026900
your title is more eye-catching in addition to more accurate.
-
comment
Comment #18546506
I guess the speed of APL is comparable to python rather than Fortran?
-
comment
Comment #15900466
Project Euler is a good place for teenagers to start learning programming, better than the routes of game or website design.
-
comment
Comment #13664509
But LINQ is too slow comparing to vanilla SQL.
-
comment
Comment #13636611
When you look at the GPS estimated time of arrival, or check the current MPG or mile left for your car.
-
comment
Comment #13534710
Kalman filter is a natural example of iterative algorithm. Writing it in Fold does not gain much.
-
comment
Comment #13037552
I think this is overdone and does not help the intuition. two things: (1). the first step of transposing the second matrix 90 degree is unnecessary and confusing. A row vector and …
-
comment
Comment #13037471
If you compose two linear transformations into one step, and apply distributive property, you get the matrix multiplication rule. http://math.stackexchange.com/questions/31725/intu…
-
comment
Comment #12804868
stock price is about the sum of all future cash flow. not current profit level. you can have different forecasts, but you cannot say the act of making forecast itself is nonsense.
-
comment
Comment #10734106
I do not like it because http://stackoverflow.com/questions/18880654/why-do-i-get-sam...
-
comment
Comment #10587682
"Most of the stuff is rational trivia" --- rational trivia, I like the word.
-
comment
Comment #10041716
That is just the point, you dont have to limit yourself to "Pythonic". your style can be language agnostic.
-
comment
Comment #9622142
try to get the derivative of sin(x) from his approach.
- comment
-
comment
Comment #9620394
Definition 5.1/5.2 is interesting. It defines derivative at point c, not the derivative function of f. Note that f1(x) is not equal to f'(x) for all x, but f1(c) = f'(c).
-
comment
Comment #9100880
Good point but examples can also be drawn from other fields like programming rather than from mathematics. So far I found that the link below is very enlightening. http://bartoszmi…
-
comment
Comment #8814991
Almost none of them are significant.
-
comment
Comment #8814861
There is a big gap between chapter 1 and chapter 3, which makes me doubt this book is very unrealistic. In chapter 1, it argues kids cannot follow logic, it is not trivial for them…
-
comment
Comment #8701445
People use R as a convenient tool.i.e., R users are tool/library users, not tool builders in general. Haskell cannot compete with R for this user base.
-
comment
Comment #8341971
one hurdle of J is that the verb train approach is too raw.
-
comment
Comment #7749352
you missed two most important methods: 5+9 = (((((((((5+1)+1)++1)+1)+1)+1)+1)+1)+1) 5+9 = 9 + 5 =...
- comment
- comment
-
comment
Comment #7698359
That is correct. Math is a language more than 'logic'/patterns'/ and any other metaphors.
-
comment
Comment #7698142
Even the music metaphor is the same. And the mention of geometry proof. The blogger is so uncreative.