Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Believe? (Score 1) 365

I think there's some belief involved here, because we don't really know whatever the hell it was that Tesla was up to at the time. We don't have enough information, I don't think, about what went on in his head, what he was ultimately doing, to know if he had some theory in his brain that we haven't even come close to rediscovering, or not.

It seems clear that if we had a way to do this already, if we could prove out that this was possible, using the knowledge that we have right now, then we would already be doing it, if the technological progress wasn't out of our reach.

I think this kind of hints at an underlying question -- do you believe that Tesla knew what he was doing, and that he may well have had some idea that we haven't even yet thought of, that might've worked?

Comment meh (Score 3, Informative) 218

jquery makes an absolute mess out of javascript. Much of it involves DOM manipulation, which is something you generally want to avoid doing as much as possible. It's a pain in the ass to read, has a nasty learning curve, and it's slow as fk. Don't bother, unless you need to operate on existing jquery code, or have some other very specific reason to use it or interact with code that uses it.

Comment Re:Online poker .com would pay BIG (Score 1) 89

... this shows how little you understand of poker. Primarily, that poker is a game played between people, and it does not involve the house. The house makes some money for providing the service of dealing the cards, but it is not involved in the game of poker.

Just playing the odds is an extremely exploitable strategy.

Comment Re: World's best? (Score 1) 89

I paid attention pretty thoroughly to offline poker, from '02 to about '10... and I've only ever heard of him as a guy that writes articles for Bluff. He's certainly not a name anyone I know would say is #1, when there's players out there who churn through (lose-win) more than this guy has made in his entire life, on a weekly basis.

Comment Re: Mind games (Score 1) 89

No -- There is an absolute best way to win in chess, from every possible position, and it can be calculated. The human opponent can only screw it up for themselves. (yes, I am aware that the 100% absolutely perfect chess program has not yet been written, that will win when given a time limit, but given unlimited time, a computer will always win at chess. The only reason computers have not already done this is because of time limits. It's the same reason all casinos have betting limits -- in a game with near 50-50 odds such as perfectly played Blackjack, you can do Martingale betting, and never lose .. if you have unlimited funds. The moment you hit the betting limit and lose a hand, you are now losing, and not recovering)

In poker, particularly in No Limit Hold'em, you are typically up against up to 9 other opponents. The only way TO win is to figure out how to play each player individually, and adjust strategy based on that. (or figure out one really bad player and capitalize :-) ) If you play entirely on the odds, a good player will capitalize on that, and make it only possible for the computer to win if given a literally unlimited amount of time and money.

Comment Re:I would think (Score 1) 379

The point should be, that open source CAN be superior in these respects. It's probably pretty likely that no one but the original code author of this bug actually considered what the code was doing, and just said "Hey, looks good, accept pull request." and then no one else looked at it.

Slashdot Top Deals

C++ is the best example of second-system effect since OS/360.

Working...