Live data from Hacker News

Viewing profile — jronkone

jronkone

HN member
Joined
Thu, Oct 06, 2011, 7:21 PM UTC
HN karma
51
Public activity
45 items

About jronkone

No profile information was provided.

Recent public activity

  1. comment
    Comment #6474158

    Please don't compare insurance companies to casinos. In casinos the odds are completely computable and known beforehand to everyone. Not so with insurance which deals with real lif…

  2. comment
    Comment #6474145

    Does taking input from the outside (e.g. internet) change this?

  3. comment
    Comment #6461038

    AFAICT, "good engineers are productive in X" doesn't imply that they wouldn't be yet more productive in Y.

  4. comment
    Comment #6459105

    This should become a law, like Brook's, Sturgeon's or Greenspun's.

  5. comment
    Comment #6369186

    30 credits doesn't equal 30 hours as far as I know. But still, I think GP should just suck it up and finish his degree, he has only a very limited amount of time to lose by doing s…

  6. comment
  7. comment
  8. comment
    Comment #3499619

    What makes you think that proprietary software doesn't have good commit messages?

  9. comment
    Comment #3439334

    I hope you learnt something about using magic numbers.

  10. comment
  11. comment
  12. comment
    Comment #3376924

    > Plugins for printf()/scanf()?? Not even remotely the kind of thing that needs to be in the core language libraries. Where then? As far as I can tell, there's no sensible way to e…

  13. comment
    Comment #3360220

    I don't see how unions could save space, care to explain?

  14. comment
    Comment #3343057

    All I can see is confusion about what is deemed "non-intrusive" and by whom.

  15. comment
    Comment #3341286

    For the sake of argument (let ((my-favorite-programming-language (find-language "common-lisp")))): I would like to see Lisp and *nix have babies. Take the best ideas of both and ma…

  16. comment
    Comment #3341274

    And here I almost thought I was going crazy...

  17. comment
    Comment #3341256

    This must be the 9001st time I read a post by a C++ programmer that doesn't understand that the problem isn't that other languages don't have RAII. The problem is that C++ doesn't …

  18. comment
    Comment #3340530

    > Bellard did this in 15 seconds, in 2004 with a 2.4Ghz Pentium 4 But isn't Linux kernel a lot bigger nowadays?

  19. comment
    Comment #3339786

    In other words, automated "now playing" scripts are as annoying and useless on social media as they were on irc and and instant messengers.

  20. comment
    Comment #3338720

    The idea seems good, but I think many people would prefer a demo (or more explanation) about how it actually works, preferably without the user needing to supply his/her email. On …

  21. comment
    Comment #3338596

    I think there's a huge pent-up demand for software that makes it easy for artists to publish their own content on their own websites easily and also makes making and collecting pay…

  22. comment
    Comment #3335426

    > I've still no clue why humans procastrinate. I've still no clue why people consider doing stuff so important.

  23. comment
    Comment #3325766

    Consing for control-flow is not normal, but on Python it is. Python - not even once.

  24. comment
    Comment #3298964

    Epileptic here, not allowed either.

  25. comment
    Comment #3294256

    > I've developed an aversion to anything that doesn't follow the Zen of Python: "There should be one-- and preferably only one --obvious way to do it." Ok, so which language(s) are…