Viewing profile — jronkone
jronkone
HN member- Joined
- Thu, Oct 06, 2011, 7:21 PM UTC
- HN karma
- 51
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About jronkone
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #6474145
Does taking input from the outside (e.g. internet) change this?
-
comment
Comment #6461038
AFAICT, "good engineers are productive in X" doesn't imply that they wouldn't be yet more productive in Y.
-
comment
Comment #6459105
This should become a law, like Brook's, Sturgeon's or Greenspun's.
-
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…
- comment
- comment
-
comment
Comment #3499619
What makes you think that proprietary software doesn't have good commit messages?
-
comment
Comment #3439334
I hope you learnt something about using magic numbers.
- comment
- comment
-
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…
-
comment
Comment #3360220
I don't see how unions could save space, care to explain?
-
comment
Comment #3343057
All I can see is confusion about what is deemed "non-intrusive" and by whom.
-
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…
-
comment
Comment #3341274
And here I almost thought I was going crazy...
-
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 …
-
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?
-
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.
-
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 …
-
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…
-
comment
Comment #3335426
> I've still no clue why humans procastrinate. I've still no clue why people consider doing stuff so important.
-
comment
Comment #3325766
Consing for control-flow is not normal, but on Python it is. Python - not even once.
-
comment
Comment #3298964
Epileptic here, not allowed either.
-
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…