Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:If you want proof they've changed (Score 2) 242

It's no secret that Azure is their big money-maker now. The fact that all these technologies integrate better with Azure than with other cloud platforms shouldn't surprise anybody. Microsoft still exists to make money. But they're not throwing monkey wrenches into the products either. I'm currently working on a weekend project using ASP.Net core that I plan on running on Google as docker containers. I'm using Visual Studio to develop, writing my code in C#, and planning on deploying to GCP. Yes, there was a little pain in getting everything set up. What, you want Microsoft to give you a roadmap on how to set up your environment to run your product on a competitor's cloud platform? I don't expect that.

There's a HUGE difference in what they're doing now and what they did before. Before it was impossible, or expensive, to run a .Net project on any other platform besides Azure. Now, it's very do-able, and it's left Azure to compete on its merits, rather than because the tools just didn't work anywhere else. And I think Azure is pretty good, and is getting better all the time. But when it comes to cloud, I'm team GCP, and admittedly, it would take a much better value proposition to get me to switch. I do feel that their developer tools (C# as a language, .Net as a platform, and Visual Studio as an IDE) are the best around, and am thrilled that I get to use my favorite developer tools to deploy product to my favorite cloud platform, which happen to be owned by two different, competing companies. Not only that, but they also allow for plug-ins to Visual Studio that allow someone like Google to provide tools to make it easier to develop for their cloud platform.

One of my favorite podcasts is .Net Rocks, and they have ads on their show that talk about deploying .Net projects to GCP. It's a crazy world. As the GP said, if someone had proposed this 10 years ago, I imagine a mushroom cloud would have erupted out the top of Steve Ballmer's dome.

Comment Re:Spyware (Score 3, Interesting) 109

What you call spyware I call the price I gladly pay for free email, calendar, contact management, search, web browsing, drive space, photo organization, document creation/editing/management, (simple) web site hosting, a mobile device OS, maps, translation, music management, video hosting, messaging, social media (I know), note-taking, and data synchronization.

Comment Re:law abiding (Score 2) 367

When encryption is criminal, only criminals will have encryption?

Screw the federal government. They had their chance when things were unencrypted. They took advantage and spied on people without warrants. Now he says that when warrants are issued, they need to be able to get into encrypted devices? Screw you. You should have played fair when you had the opportunity. Now nobody trusts you, and we'll do everything we can to keep you from our devices, because you've already proven that when given the opportunity, you'll hack into our devices without a warrant.

He wants an adult conversation? They should have acted like adults.

Comment Re:How about we reject the settlement? (Score 1) 232

Yes, today, the Cell gets outclassed by most any GPU. GPU-based computing didn't get popular until just after the Cell came out, though. Back then, the architecture of the Cell was considered the future of computing. Even on the PS3, where you got access to 6 SPEs, times the quadruple-wide (128-bit) registers on the SPEs and the specialized, simplified instruction set that allowed you to do SIMD processing, you could execute floating point math at 24 times the throughput than using traditional computation.

Shortly after the Cell became a topic of interest in academia for its parallel processing capabilities, you saw GPUs coming out with 256 cores, and their instruction sets started allowing for the same sort of SIMD computation that the cell allowed, and the Cell was obsolete.

I was working on my Master's degree in CS at the time, doing some work on the Cell, and I wound up buying a PS3. I was in the market for a game console, and I had a young son at the time. I was trying to decide on whether to buy a Wii or get the PS3. Being able to do some schoolwork on the PS3 is what tipped the scale in favor of the PS3. The PS3 was the only consumer-available system you could get that had the Cell processor. However, I also used it as a game console. So removing OtherOS definitely harmed me. And because I wanted to play games on the PS3, I couldn't not update the system, as games and other features required you to update when there was one available. I readily admit OtherOS wasn't the ONLY reason I got the PS3, but without it, I definitely would have gotten a Wii.

Comment Re: Uninstall would be nice (Score 1) 80

Or at least disable. Some of these apps don't even let you disable them. I know that doesn't actually free up any space if you just disable, but uninstalling doesn't help so much either because these preinstalled apps are on the /system partition, and removing them doesn't give you any more space on your /data partition.

Comment Re:Gots to find more ways to avoid taxes (Score 1) 533

So small government = your dollars going to large corporations? Show me where Rand Paul is for corporate welfare of any kind. In fact, the first article I get back on a Google search of Rand Paul corporate welfare is where he's criticizing Republicans for not standing against corporate welfare. Reducing corporate welfare by definition is reducing government.

Comment Re:Clarification (Score 1) 249

But if the app had the SMS group permission when you installed it, it had the ability to do that already. You haven't granted it any additional permission. If the developer only really wanted the ability to read SMS messages, it should have only asked for that in the first place.

I can definitely buy that app developers may get lazy and ask for more permissions than they need because it's more convenient. Let's say a group had 5 permissions, and an app needed 3 of those. The app developer may get lazy and just ask for the whole group instead of the 3 permissions the app really needed.

If a developer gets lazy and asks for more permission than the app needs, that developer should get raked over the coals in the app reviews, and maybe they'll fix their app.

The human component of asking for permissions (both on the developer's end and on the user's end) may be weakened, but the security model itself is no different with permission groups. As far as I can tell, they're not removing the ability to ask for individual permissions, they're just making it easier to ask for collections of permissions.

Slashdot Top Deals

The trouble with a lot of self-made men is that they worship their creator.

Working...