Live data from Hacker News

Viewing profile — ww2

ww2

HN member
Joined
Thu, Jun 21, 2012, 2:46 PM UTC
HN karma
65
Public activity
47 items

About ww2

No profile information was provided.

Recent public activity

  1. comment
    Comment #19026900

    your title is more eye-catching in addition to more accurate.

  2. comment
    Comment #18546506

    I guess the speed of APL is comparable to python rather than Fortran?

  3. comment
    Comment #15900466

    Project Euler is a good place for teenagers to start learning programming, better than the routes of game or website design.

  4. comment
    Comment #13664509

    But LINQ is too slow comparing to vanilla SQL.

  5. comment
    Comment #13636611

    When you look at the GPS estimated time of arrival, or check the current MPG or mile left for your car.

  6. comment
    Comment #13534710

    Kalman filter is a natural example of iterative algorithm. Writing it in Fold does not gain much.

  7. 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 …

  8. 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…

  9. 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.

  10. comment
    Comment #10734106

    I do not like it because http://stackoverflow.com/questions/18880654/why-do-i-get-sam...

  11. comment
    Comment #10587682

    "Most of the stuff is rational trivia" --- rational trivia, I like the word.

  12. comment
    Comment #10041716

    That is just the point, you dont have to limit yourself to "Pythonic". your style can be language agnostic.

  13. comment
    Comment #9622142

    try to get the derivative of sin(x) from his approach.

  14. comment
  15. 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).

  16. 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…

  17. comment
    Comment #8814991

    Almost none of them are significant.

  18. 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…

  19. 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.

  20. comment
    Comment #8341971

    one hurdle of J is that the verb train approach is too raw.

  21. 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 =...

  22. comment
  23. comment
  24. comment
    Comment #7698359

    That is correct. Math is a language more than 'logic'/patterns'/ and any other metaphors.

  25. comment
    Comment #7698142

    Even the music metaphor is the same. And the mention of geometry proof. The blogger is so uncreative.