Live data from Hacker News

Viewing profile — phao

phao

HN member
Joined
Thu, Aug 16, 2012, 4:10 AM UTC
HN karma
82
Public activity
56 items

About phao

No profile information was provided.

Recent public activity

  1. comment
    Comment #33691262

    Maybe this is one of those things like cold reading. IMO, the text may be seen as a piece of advertising for a fictional "de-programming" (like they call it) treatment from a cult.…

  2. comment
    Comment #33486812

    I've just spent the last 30min-1h looking this up. I think I might have a form of this... Mostly, I can't really picture stuff. I thought that was just everyone. Gotta find out mor…

  3. comment
    Comment #33180717

    He is mostly talking about computational linear algebra problems of a large scale type due to large matrices: the "computational intensity" comes from having really large matrices …

  4. comment
    Comment #33180618

    With Newton's method, you'll be solving Hx=g (H = hessian of f, g = gradient of f) at each iteration. For large number of variables N, building H is of order N^2 and solving Hx = g…

  5. comment
  6. comment
    Comment #33154211

    By the way... which font is being used in the readme screenshot? https://github.com/helix-editor/helix/blob/master/screenshot...

  7. comment
    Comment #33150289

    Directly, I believe this has more to do with people interested in the language seeing it being used in actual projects. Indirectly (a lot indirectly), sure. Maybe the software shou…

  8. comment
    Comment #33028608

    > Very sincerely, you must read just about zero tech news. Not 0, but really not much, that is true. I remember the shutdown of google reader. I tried it once, but let go of it bef…

  9. comment
    Comment #33023888

    Super sincere question. > Google's reputation for not supporting things long term I didn't know Google had such a reputation. I mostly use drive and gmail, so it was fine to me. Do…

  10. comment
  11. comment
    Comment #32989533

    > In my view, because pi crops up unavoidably in math, if you concoct a "unit" to get rid of pi in one place, it will simply crop up somewhere else, perhaps in a denominator. That …

  12. comment
    Comment #32981986

    The major motivation for radians is arc length parametrization, really. Meaning that in a circle of radius 1 unit (in whatever measurement unit you've chosen), an arc formed by a k…

  13. comment
    Comment #32975787

    I see it in a lot of matlab code as well.

  14. comment
    Comment #32975777

    > performance tends to be a major objective My comment is about the thinking behind making this decision, C++ or not. It wasn't "is it speculative that GC will add a cost?" or some…

  15. comment
    Comment #32973992

    I wonder how much of (2) is speculative and how much of it is a real need in actual projects.

  16. comment
    Comment #32973979

    For numerical and scientific (high performance) jobs, possibly not that much harder than C++. For other jobs, I doubt it and would stick to C++. The issue is that, for example, you…

  17. comment
    Comment #32887411

    Where could one go to read more about the mathematics behind the format, its compression techniques, etc? I remember reading that jpeg 2000 is based on wavelets. Is this the case f…

  18. comment
    Comment #32880529

    This, I believe, touches upon the accidental versus essential complexity theme. I believe people, in general, agree C is too simple of a programming language to actually deal with …

  19. comment
    Comment #32716077

    One of the thing that isn't obvious to me that seems to be for many people is the decision to maximize expected value instead of best worst case scenario. In this situation, given …

  20. comment
    Comment #32704409

    The investor's situation, I believe, is very much different from the common person's. The investor put him or herself in the position of doing tons and tons of financial transactio…

  21. comment
    Comment #32704322

    I think I get it, but I'm not so sure I'm convinced. Those examples, however, don't resonate with me (don't have a car, nor a license to drive one; nor I own a house; I've been ins…

  22. comment
    Comment #32703893

    I suspected that much (that it was an analogy for some kind of actual situation). But what situation? How is it that a person's life has many of these chances in large enough volum…

  23. comment
    Comment #32703696

    > your life will have plenty of such games What are you talking about? Which life will have plenty of such games? In what way is that true?

  24. comment
    Comment #32531050

    I wonder how relevant operator overloading can be without things like RAII and move semantics (thinking in comparison to C++), or without some kind of managed environment. Would th…

  25. comment
    Comment #32472701

    About drafts... Iirc, the last draft before final publication is free and it's just as good. As another user replied, there is more going on in the post than what is specified, gua…