Viewing profile — miloshh
miloshh
HN member- Joined
- Sat, Oct 25, 2008, 8:14 PM UTC
- HN karma
- 420
- Public activity
- 166 items
- HN profile
- View on Hacker News ↗
About miloshh
No profile information was provided.
Recent public activity
-
comment
Comment #1812474
Is there some serious reason you need to upgrade? If so, then I think you can just unzip a fresh install and copy over the plugins you want (as .jar files) into the new directory s…
-
comment
Comment #1808588
Those are pretty strange. I am using it on a Mac right now, with no serious problems. I'm not sure about the bundle creator, I never used that, but not being able to create a new f…
-
comment
Comment #1807757
> Then there is the beast called Eclipse. It certainly seems like it should be able to do everything in the world... Yet it is buggy, its plugin architecture is a conflicting mess,…
-
comment
Comment #1807718
Indeed, Eclipse for Java is just unbeatable. I just recently started using it for C++ and it also works surprisingly well. I find myself much more productive than in a text editor,…
-
comment
Comment #1804205
That is a cool story... Though, may I add that Python (or any other modern programming language) can manipulate its own code as data - only not as gracefully as Lisp. In other word…
-
comment
Comment #1782405
Agreed; unfortunately, the people that will immediately imagine hordes of terrorists entering the country pretending to be entrepreneurs form a significant portion of the electorat…
-
comment
Comment #1748273
These kids are first generation Americans - they went to school in the US.
-
comment
Comment #1678816
I meant intensity resolution (or color depth, as you say). Dynamic range is something else - it is the interval [darkest, brightest], or their ratio if you prefer.
-
comment
Comment #1678490
That would just increase the resolution. The real problem is that the device is way too dark to display the levels of radiance you see on a bright day. Tone-mapping has to be used …
-
comment
Comment #1616521
A much simpler explanation would be - people that are wealthy enough to choose where they would like to live are predominantly not African-American.
-
comment
Comment #1614338
Doctors are actually very careful not to be overzealous in diagnosis. To meet the criteria for a real diagnosis, the symptoms must be "excessive, long-term, and pervasive". Similar…
-
comment
Comment #1614200
Actually, it might be that doctors are quite accurate with diagnosing ADHD. The problem is that the sample of kids that they even get to examine is already biased - they may be the…
-
comment
Comment #1590154
Note that I defined n as the input size...
-
comment
Comment #1586899
You just painstakingly carried out the absolute analysis, which I know works. Let X be the value in the envelope you have, and Y in the other one (X and Y are both random variables…
-
comment
Comment #1586785
I agree the blog is excellent, and provides a great answer to the original question of this thread. Check it out!
-
comment
Comment #1586696
That's not a very good example - square matrix multiplication is O(n^1.5) (where n is the input size) and extremely fast in practice. (Though, as you say, there could still be an O…
-
comment
Comment #1586180
Very good summary. Though I was just reading the synopsis, and the statistical physics part seems to be proven: "The 1RSB ansatz of statistical mechanics says that the space of sol…
-
comment
Comment #1586108
Yeah, the common complaint against "P=NP would break cryptography" is "but what if the polynomial algorithm for (say) SAT is n^10000?". That is not very likely, in my opinion. Even…
-
comment
Comment #1586044
I do not necessarily agree. There is a large number of open problems in computer science (especially in theory of complexity), and a correct proof of P != NP is very likely to use …
-
comment
Comment #1584538
Ad 1 - Not sure what you're trying to say, all I said is that you don't know the distribution of A - if you knew it, you could make an informed decision on whether to switch. Ad 2 …
-
comment
Comment #1583856
"Nothing interesting about that scenario." OK, but let's say you're not allowed to see the contents of the envelope you picked. In this case, the argument that by switching you get…
-
comment
Comment #1583701
OK, now I see there are two slightly different possible formalizations of the problem: 1. You are told that the two envelopes contain amounts A and 2A, but you aren't told what A i…
-
comment
Comment #1583563
Which three worlds? After you have picked one envelope, there are two possible relative outcomes - 2 and 0.5. The average is 1.25 - there is nothing wrong with the math, the only p…
-
comment
Comment #1583001
"use of an impossible probability distribution" - this sounds interesting. Which exact distribution do you mean? To me it seems (though I might be wrong) that the distributions are…
-
comment
Comment #1582965
Well, of course you're right, as is yanowitz. But there is something unsatisfying about this explanation. Intuitively it is obvious, but why is the relative reasoning incorrect? Th…