HN user

TwoBit

2,039 karma
Posts0
Comments1,111
View on HN
No posts found.
Stockfish 14 5 years ago

Did Alpha Zero play games against Stockfish on regular PC hardware or big specialized hardware.

OK, I must have mistaken what the original was, because I thought it was like this:

processWidget(new Widget, priority());

I think I saw the above code elsewhere.

Is now impossible

I don't see how that is so. C++ 17 allows new Widget to complete and then the priority() call to execute and throw before both are passed to shared_ptr(), thus creating a leak. Your cited example [1] doesn't leak because both arguments are shared_ptr. Seems to me that C++ 17 does indeed solve this latter case but not the former.

Where I last worked they said it would be hard to switch to AMD quickly because Intel CPUs had a feature set they were dependent on and would take some time/effort to switch.

I wouldn't be surprised if the MLB secretly notified the teams that they have x days to stop it because enforcement will commence thereafter. That way the MLB still looks clean but they get rid of the problem. MLB is very concerned about their image.

I feel like this really is the biggest gap between Tesla and others. Other car companies treat software as an afterthought and may never recover.