Live data from Hacker News

Viewing profile — orting

orting

HN member
Joined
Thu, Aug 15, 2013, 7:37 PM UTC
HN karma
110
Public activity
38 items

About orting

No profile information was provided.

Recent public activity

  1. comment
    Comment #21411952

    > -I don’t know whether their policy differs from country to country Would not be surprised if it did. I remember one rental in the Netherlands where the english text said free par…

  2. comment
    Comment #20221651

    A month is not a well defined unit. There are four different month units: 28, 29, 30, 31 days. If you do calculations respecting this there will be no problem. Complex numbers and …

  3. comment
    Comment #19431822

    This is a good point. From the article "Once the students were selected, the researchers then administered the Major Field Test in Computer Science, an exam that was developed by t…

  4. comment
    Comment #18693599

    There is an interesting version of this with The Netherlands and Belgium The Netherlands: https://www.google.com/maps/place/Baarle-Nassau,+Holland/@51... Belgium: https://www.googl…

  5. comment
    Comment #15549155

    I am not criticizing the study. I am highlighting that the conclusion that the paper arrives at i the correct one: That it warrants large scale studies. This work is a prime candid…

  6. comment
    Comment #15548396

    The phase 2 study primarily looked at safety. There was no correction for multiple hypothesis testing on the efficacy endpoints. So it seems that the only conclusion that is warran…

  7. comment
    Comment #12874132

    Basically we can represent any signal as an infinite sum of sinusoids. If you know about Taylor expansion of a function, then you know that the first order term is the most importa…

  8. comment
    Comment #12874095

    The first thing I noticed was the ringing, which is an artifact of low-pass filtering so it's a nice opportunity to go into problems with that kind of filtering. Other than that I …

  9. comment
    Comment #11575724

    It is from Bellman, Held and Karp [0] and has O*(2^n) complexity for both space and time. It is quite simple and based on the idea that "Every subpath of a path of minimum distance…

  10. comment
    Comment #11325085

    As with a lot of "simple" math, the trick is to actually write it down and calculate it, because our intuition (at least for some of us) is often not the best when it comes to this…

  11. comment
    Comment #11033469

    Forcing a nation is what war is about, and it rarely works out very well. Negotiation is about finding a solution to a problem that leaves all parties better off if they follow the…

  12. comment
    Comment #10787631

    There is a lot of stuff the human eye cant see that is very interesting. One of the challenges in medical imaging is getting accurate labelling of images. For many labellings we se…

  13. comment
    Comment #10028384

    > It is not a question of if but when You can say that about almost anything, and the world is still full of factory workers. As a PhD student in medical imaging, you must also kno…

  14. comment
    Comment #10028347

    Stating it as "thousands of patient images a day" is misleading. It would be the same as saying you inspected "thousands of parts each day". As the radiologist further down notes, …

  15. comment
    Comment #10024551

    I am curious. Could you highlight some of the technical problems with Firefox?

  16. comment
    Comment #9298967

    Yes it is obviously an error by the doctor and the pharmacists, no one is saying otherwise. The whole point of the article is to investigate how this error occurred. We live in a w…

  17. comment
    Comment #9286372

    That is a good question, and one we should discuss more actively, because if it can go wrong it will go wrong. What happens when an over eager politician learns that "we can predic…

  18. comment
    Comment #9286327

    I think it is nicer if you just link to the arxiv page instead of directly to the pdf. Then I can read the abstract before downloading it. http://arxiv.org/abs/1503.02401

  19. comment
    Comment #9125366

    I think the points are good, but I am not very happy about this statement "When dealing with small amounts of data, it’s reasonable to try as many algorithms as possible and to pic…

  20. comment
    Comment #9085852

    A specific critique raised in the press release from IARC is that the study has an "emphasis on very rare cancers (e.g. osteosarcoma, medulloblastoma) that together make only a sma…

  21. comment
    Comment #9018031

    Yes I can do basic arithmetic. My point is that the ratio is easy to interpret, the program ran 6.36 times faster. The only reason I can think of for giving a percentage is to make…

  22. comment
    Comment #9015003

    That is nice illustration of premature optimization. Instead of thinking "Lets parallelize", one should measure and find out what causes performance problems. Should one choose to …

  23. comment
    Comment #8771391

    In general I think the distinction between physical, neurological and psychological is peculiar. It suggests that the mind is not physical but a metaphysical entity that can be be …

  24. comment
    Comment #8209091

    I think that programmers reasons for choosing a specific language are as varied as the languages. Personally I like programming in C++ because the typesystem and abstraction mechan…

  25. comment
    Comment #8206546

    I dont like this paper. It makes statements based on references to opinion style articles. F.ex "in practice, run-time type errors in deployed programs are exceedingly rare [TW07].…