Become a fan of Slashdot on Facebook

 



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: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:5% Gross is a terrible deal (Score 5, Insightful) 143

That's why Notch wrote his own engine for Minecraft and sold Mojang for $2.5 billion.

Oh wait ... maybe success is not only a factor of the engine, but _gameplay_.

You left out the really critical part of your argument, which is that Notch wrote a shitty new engine, and still made billions. It wasn't even a competent job.

Comment Re: Open source it (Score 1) 30

I'll quote it for you, since you seem to have some sort of a disability that prevents you from finding in on your own:

Oh no, I did read it already. You seem to have a disability that leads you to assign meaning to things which have none. See, there's also plenty of cases where they can't license the source code. For example, Google won't be finding bugs in Microsoft's code any time soon, unless it's something they've open sourced. Which they've been doing lately. Which suggests that even Microsoft is beginning to get what you still can't comprehend. Disability, indeed.

Comment Re:In other words (Score 1) 96

To me that headline just says "Valve announces that they're still not working on Half-Life 3".

To me it says that the next version of their engine is going to have support for this baked right in, so that anyone who uses Source can support it without any extra work. And that will include HL3.

Comment Re:The idea was a good one, the execution poor (Score 2) 201

Did it matter that they used it? They used it to give you a free gift. Why is this a major problem?

Yeah, just like when your dog leaves you a "gift" on your favorite rug. Why is this a major problem?

It's been a long time since people who have never heard of U2 before wanted to hear U2. A long, long time.

Comment Re: Open source it (Score 2) 30

That's the GP's point. It wasn't you or any other average user who found the OpenSSL bugs. It was researchers working for large companies.

Right, and the point of the person to whom you were replying is that it actually happened, and was possible. Unlike with closed source, where it couldn't have happened at all.

Comment Re:One way into mobile market (Score 2) 112

Am I the only one who is generally confused by Intel Marketing and rebranding blitz on their products.

Back in the olden day, We had 286, 386, 486... Life was easy, sure there was the SX vs DX (Math-co-processor addition). Then instead of the 586 we got the Pentium. Then is the Pentium pro the 686 or was that the Pentium 2. Then they added the budget Celeron to the name, but still it made sense. Finally at a point where the Ghz peaked around 3ghz, We got the Core and the Core Dual, then the Core 2, after the Core 2, intel swapped to using the i3, i5, and i7, and with a new number scheme.
Now they are doing this with the Atom, so we are just adding to the confusion.
I just want a simple method to knowing what I am running on and if I need my processor upgraded. That i5 runs faster than the 3 year old i7. If I want to upgrade, I may not want the newest but 1 generation behind. But it is so much harder to figure it out now.

Slashdot Top Deals

"No matter where you go, there you are..." -- Buckaroo Banzai

Working...