Based on looking at the games at the end of the post, it seems unlikely. Both sides play extremely poorly — gpt-instruct is just slightly less bad — and I don't see any reasonable engine outputting those moves.
HN user
basman
Also a bad argument: rephrasing GP's "We don't know enough to be sure this is safe" as "This is definitely unsafe".
The raycast probably disambiguated the state pretty well, such that it essentially had to memorize a few hundred actions, so that it did end up basically doing a sort of asynchronous distributed Dijkstra's algorithm.
352 with all options and limit 1000. Anyone do better? :)
This is a misleading article in the following sense: the implication is "here are these seven surprising factors that are correlated with successful marriages". Except, in recent decades US divorce rates have bifurcated into two groups — well educated, affluent people who get married later and have lower divorce rates, and less well-off people who have a higher divorce rate. Given this one fact, most of the factors in the article are completely unsurprising. For example, it would be surprising if going on a honeymoon was not correlated positively with a successful marriage given that it is positively correlated with income.
So yes, they would be runtime errors in Python. But that's not such a catastrophe, actually. The way I write Python is by being in an IPython shell, writing short functions, unit-testing them as I go. So the development-time cost of those runtime errors is not very high, and in my experience offset by the flexibility and interactiveness. Writing in a functional style without much mutable state is really the thing that I find saves development/debugging time.
Your type checker catches array indexing bugs? Impressive.
Not a book, but Andrew Ng's coursera course (or Stanford class video lectures) are great and have lots of practical tips.
This blog post? http://antirez.com/post/different-take-sexism-it.html
I'd be curious how many people here find this beyond the pale. As a data point, I didn't. I don't agree with all of it, but I don't see what part of it counts as sexist, in the sense of advocating discrimination based on gender.
Or, perhaps easier:
scoped_ptr<Image> image(allocate_image(...));
What about the fact that 13 of the warmest years on record happened in the last 15 years?
> He basically wanted to upgrade just one (obscure) app, and the process triggered the automatic removal of Gnome2 and installation of Unity. Just _IMAGINE_ how nightmarish this must look for normal users. You simply dont remove somebodys installed desktop sneakily from under their feet. You simply dont. That feels like the total loss of control over your computer.
Hmm, that's not exactly what happened, according to the link: "I upgraded to Ubuntu 11.04 a week or so back in order to get a more recent version of SCons."
Your overall point is well taken, but I wonder how much it affects what I think of as "normal users", who don't care so much about upgrading to the bleeding edge of scons. Consider a hypothetical user of Hardy, so they've had it for four years: what are they actually missing if what they do is web surfing, email, and maybe document editing?
I found it interesting that their claimed value of 15-20k a year went unquestioned. At ~300 days a year, that's $60 a day. I'd value free food at a quarter of that at most.
The nice thing is that many commands set the mark automatically. So in your example, there's no need for the initial C-SPC.
The way it works in Jeopardy is that after the question is read, there's a guy who flicks a switch after which the betting window is open (and there's a visual cue so the players know when this happens). If you buzz before that you get briefly locked out.
How does this compare with OpenCV's existing python interface? The examples at http://opencv.willowgarage.com/documentation/python/cookbook... look fairly simple.
> Wine experts don't judge the quality of the wine but the quality of what the wine is supposed to taste like based on it's appellation controléé
If that's really true, why do they bother tasting the actual wine?
Partial solution: http://www.bodymedia.com
No guessing needed. You could have just read his comment to find the answer.
The arguments about mature programmers being more efficient with less time are a red herring. The point is, given this guy working 40 hours a week and an equally mature (presumably childless) programmer working say 70 hours a week, I'd go with the second one. It's just that there aren't a lot of the second to go around.
Anyone know the release schedule for this?
I haven't used either of these, but they seem to fill a useful niche. What do you find are the pros and cons of deft vs. org-velocity?
OK, so if you replace his 38% chance of $200B with 28%, the valuation is still $79B. I think the qualitative point about upside potential stands, unless you find it completely unlikely that they will succeed big.
What are some examples of functions that take advantage of having this sort of dictionary-like access to objects?
I use the g=git alias :) Are there any negative consequences I should be aware of?
That's an orthogonal distinction. The methods thus far have typically been parametric, in that there's a fixed network topology and the learning algorithm adjusts the (fixed set of) weights on the edges. There's no reason, though, why you couldn't have a nonparametric version that adaptively chose the number of hidden nodes in the networks and the connectivity structure.
In my experience, the reason is less due to speed and more because there's a perception that training algorithms for things like RBMs still involve a certain amount of "black magic" in tuning parameters, deciding when it's converged, etc, in contrast to linear/logistic regression or support vector machines, where you can basically turn a crank and get an answer out.
To play devil's advocate, the relevant number is expected future earnings, not current ones: at a 0.95 discount rate, $75 billion amounts to an income stream of $3.75 billion a year. Clearly they're not making that now, but: 1) there's a good chance that they will have far richer data, and therefore the ability to target ads better and more profitably, than google 2) there's a nonzero chance that they will be able to monetize micropayments in a far bigger way than paypal ever did.
There are plenty of other potential revenue streams, but these two alone make the valuation seem like not so much of a stretch — they might just be a $20b company, but then again, they could conceivably end up being a $200b company.
So let's say you're doing an everyday search for something such as researching a new camera. Would you consider the probability of someone eavesdropping on your communication times the amount of harm they could likely cause to you using that information to outweigh any amount of improvement in search result quality? I'm not trying to be facetious — just genuinely curious if that's how your utility function works.
Source?