Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment CM - a way to extend short life of the devices (Score 1) 65

Verizon and others would love you to upgrade your device so often. Usually if you want latest and greatest, that would be only way.

For example, device I bought in late 2011, came with Android 2.3 and had only one upgrade - to 4.0. Yet I'm still on the contract, and there were 4 Android releases.
Thanks to mods and CM, I got very stable version of Android 4.3, and I intend to keep my device for a while.
Thanks to Verizon and HTC, I got not much for my money.

This is one area where Apple excels, their device commonly have up to 3 yrs of updates.

Comment Not bad (Score 4, Interesting) 151

Dell has one less thing to worry about: quarterly profits and revenue. This is right thing for struggling or declining companies. "analysts" won't bug them every moth how their market is shrinking and sales declining. Bet employees will feel safer too without threats of layoffs every time they don't meet "expectations"

Comment From C++ perspective (Score 2, Interesting) 543

Eclipse's gcc code parser integration is better than IntelliSense. It actually understand OO code. VS struggles badly with understanding OO code. for example, if every class re-implements one virtual function, VS cannot figure out usage of one particular implementation; even if there are object declared with that class.

Thus VS is good for debugging, for everything else in C++... not much so.

Slashdot Top Deals

An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'.

Working...