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

 



Forgot your password?
typodupeerror
×

Comment Re:Answers for both (Score 1) 235

Then you're extremely lucky, I've had iOS hard lock when dogfooding apps fairly frequently (although that was a few years ago, maybe they're better). But I don't trust ANY device without a real pull the plug option, not after years of doing firmware and mobile development. If a device needs batteries, I will not buy it unless those batteries are removable.

Comment Re:C++14 != C++98 (Score 0) 407

I wish people would stop adding to C++. C++ as it stood in 1998 was a good, if somewhat complex, language. The new additions (except for a few of the libraries) make the language way too complex and lead to unreadable code.

You need to learn that concise != good. If it did, everyone would be programming in perl 1 liners. Auto is the most braindead addition in history, it causes bugs, loses all the advantages of a typed language, and only needs to exist because they fucked up the STL by not using proper inheritance. Any code review that uses them is an auto bounce and fix. Templates are the most abused language concept in history- if you're using it for anything other than a container class, odds are 98% that you're writing hard to follow, hard to maintain code that should be rewritten

C== was better when it was treates as C++98.

Comment Re:Relaxing = Live longer? (Score 1) 208

it's quite the contrary, we (finns) throw water to stove, which boils immediately forming steam (löyly) which fills the 'sauna room' (löylyhuoneen).

Considering the drinking habits of the Finns I've known, I'm not sure I want to be copying their health regime.

I've known some big drinkers, but Finns are in a class by themselves.

Comment Re:Relaxing = Live longer? (Score 2) 208

Of course. I would bet that you'd get the same results from people who spend an hour doing tai chi or meditating or just relaxing on the back porch with a good book.

But I can't remember, is the sauna the one where naked people whip each other with eucalyptus leaves or is that the steam bath? Or is that something from a nightmare?

Slashdot Top Deals

Always draw your curves, then plot your reading.

Working...