Viewing profile — unstabilo
unstabilo
HN member- Joined
- Mon, Dec 30, 2013, 3:27 PM UTC
- HN karma
- 59
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About unstabilo
No profile information was provided.
Recent public activity
-
comment
Comment #10064915
> Was it Einstein who said, "Any scientist who cannot explain what they are doing to an eight year old is a charlatan"? No. It's commonly attributed to Einstein, but of course he d…
- comment
-
comment
Comment #9986345
You didn't read the search results. Those are not ads, but articles mentioning the phrase, at least on the first page (20 articles).
-
comment
Comment #9931823
In Firefox press Shift+F2, then type "screenshot --fullpage" in the command line at the bottom of the page. No addon, plugin or extension needed.
-
comment
Comment #9897537
[1] [1] Thank [2]! [2] you
-
comment
Comment #9702967
Also, margarine consumption causes divorce in Maine. More "true facts" at http://tylervigen.com/spurious-correlations .
-
comment
Comment #9425927
My point is that a good algorithm, a good strategy can give you a several orders of magnitude speedup, more than the speed differences among languages. If a higher level language m…
-
comment
Comment #9425322
Or if you use clever algorithms. I don't have benchmarks at hand, but I suspect that an FFT in Python is faster than a naive Fourier transform in C.
-
comment
Comment #9367320
I already linked below, I didn't want to repeat it: https://en.wikipedia.org/wiki/Gender_differences_in_suicide
-
comment
Comment #9367047
3. The number of reported suicidal attempts are actually higher for women.
-
comment
Comment #9366996
Basically, what user squids wrote. For more information: https://en.wikipedia.org/wiki/Gender_differences_in_suicide
-
comment
Comment #9366849
Women tend to choose less effective methods, like wrist-cutting or sleeping pills, while men are more likely to choose hanging or shoot themselves.
-
comment
Comment #9315746
Technically, only half of it.
-
comment
Comment #9303900
He didn't say all open source is trustworthy, only that closed source is not. And Sourceforge, the repository itself is not open source.
-
comment
Comment #9264354
Not even dreams. It's PR. Daddy runs an "archery academy".
-
comment
Comment #9170371
Hello World execution time benchmark in many languages: http://lists.nongnu.org/archive/html/chicken-users/2011-03/m... With Haskell: http://lists.nongnu.org/archive/html/chicken-u…
- comment
- comment
- comment
-
comment
Comment #8887470
No need to apologize, even if it's perfect, the first player can always win by playing the right moves.
- comment
- comment
-
comment
Comment #7875736
Nor in Opera 12.
-
comment
Comment #7796313
Maybe not exactly what you want, but this book has some useful information: http://cleveralgorithms.com/nature-inspired/index.html . Check out the "Heuristics" subtitle of the algo…
-
comment
Comment #7558143
"Undefined behavior" means "undefined by the language specification ", but it is well defined by the compiler implementation . In other words, you never use the C language, always …