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

 



Forgot your password?
typodupeerror
×

Comment Re:C++ - but look at C# as well (Score 2) 407

I'll admit I haven't seen much of Objective C (apart from on OSX) - while C++ is pretty much available on anything and anywhere. However I'd also recommend having a look at C#. If you are not allergic to Microsoft products it's got a lot to recommend it:

But stay away from Entity Framework and Nuget. EF is slow, and Nuget....well, even Microsoft evangelists criticize it.

Cross-platform tools like Xamarin (which as an interesting ecosystem for cross-platform mobile apps)

If you do want to do cross-platform development, you should stay away from advanced C# features like code-contracts. In fact, if you really want to do that, then you should have at least one person developing on Linux, so you stay aware of all the little incompatibilities.

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:Secure is now illegal (Score 1) 199

Just because I know it's going to happen: Everybody, please keep in mind - Canadian police means it's Canada and not US Law that matters.

But I had the same thought as you. Sure, 1.2 petabytes is a huge amount of data, but at ~$200/terabyte, that's 'only' $200k worth of data, and easily reachable by many commercial businesses that are 'data intensive'.

Should a car rental place be liable if one of their customers is using their cars to run drugs? What if they're one of their bigger customers? How about they've been good enough to never return a car 'dirty', IE leaving drugs, money, or evidence of drugs?

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:But can it protect users against the Stingray? (Score 2) 59

Yes, it will protect you. The government will still be able to intercept and listen to your calls, data and text, but they will be encrypted and they will not be able to know what you were talking about.

But if you just have mobile data, you can do all that now with a typical Android phone without even installing additional software.* Just configure IPSEC to encrypt your SIP communications (you're going to need someplace for them to go, with IPSEC, that's your problem) and then configure the SIP phone to connect to your server, and finally make your calls via SIP. If you want to go WiFi-only, you can disable the cellular antenna for added security (or just buy a device without cell support in the first place, obviously.)

* My SIP settings went missing. They're not where they're supposed to be. Moto G, 5.0.2.

Comment Re:5% Gross is a terrible deal (Score 2) 143

I think the reason minecraft was/is so successful is that the UI is shitty,

The UI is one of the better things about the game. The absolutely horrible performance is more what I'm talking about. Whether it can or can't be blamed on Java is academic (and thus perfect slashdot-fodder, but anyway) but the game runs like poop. There are numerous clones which don't, but ironically none of them have UI as good as minecraft. Which, I know, is shocking. But it's still true.

Comment Re: A giant lagoon dam (Score 1) 197

I'm sorry, but I agree with that. If you on the UK want us to dam up our rivers and build roads out to geothermal areas and tap into our resources, and raise our local power prices in the process, all for the benefit of the UK, our government better damn well profit as much as possible from it and reduce our taxes / improve our services in exchange for that.

Unfortunately, xB and xD do not agree.

Slashdot Top Deals

To do nothing is to be nothing.

Working...