Forgot your password?

typodupeerror
Cloud

Full Cloud Computing Adoption as Likely as seeing a Unicorn?->

Submitted by darthcamaro
darthcamaro writes "Lots of hype about the cloud, but there is a new study out today that takes a very different view. Apparently ppl are more likely to see a unicorn than complete a cloud migration and are more confident in their ability to play angry birds that migrate to the cloud.

While cloud offers benefits, it also has the potential to introduce a non-trivial amount of complexity into a network administrator's job. In fact, Cisco's study found that 39 percent of respondents would rather get a root canal, dig a ditch, or do their own taxes, than deal with the challenges of public/private cloud deployment. One out of four reported they are more likely to see a UFO or Unicorn before starting and finishing an entire cloud migration in the next six months."
Link to Original Source

Comment: Re:No mention in the story (Score 1) 197

by Lokitoth (#39852709) Attached to: Microsoft Invests $300 Million In Nook e-Readers

And they will still pay Microsoft royalties for Android. From the B&N press release (link from TFA):

Barnes & Noble and Microsoft have settled their patent litigation, and moving forward, Barnes & Noble and Newco will have a royalty-bearing license under Microsoft’s patents for its NOOK eReader and Tablet products

Above emphasis mine.

Comment: Re:Public-Key vs. Secret-Key Crypto and P?=NP (Score 1) 165

by Lokitoth (#39817999) Attached to: Travelling Salesman, Thriller Set In a World Where P=NP

Pick any cryptosystem (symmetric or asymmetric, except one-time pad of course). If you have a key, is it "easy" (=possible within polynomial time) to check if the key will decrypt a cipher text? Well, almost certainly, otherwise it would be a pretty impractical cryptosystem.

Disagree. It is possible to construct a CryptoFunction C(t, k) such that exists k_0 != k where D(t, k_0) = t_0 != t, with t_0 "plaintext" that appears correct but is, in fact, wrong, by inserting specifically tailored "trash" data.

Comment: Re:Just an excuse (Score 1) 441

by Lokitoth (#38601432) Attached to: Windows 8 To Include Built-in Reset, Refresh
I would actually advise against installing those program to [C:\]Users\ instead create a parallel [C:\]Program Files[tag]\ folder with proper permissions set. Since those programs will still want to screw around with the registry as they get installed, (and all the uninstall information is in the global registry), it makes sense to let them be wiped and require a reinstall while preserving user data. With a manually created parallel Program Files folder (I usually use "(ul)" to tag it) you get all the advantages (and disadvantages for that matter) of not having to deal with UAC for these applications, but do not pollute the [C:\]Users\ folder.
Privacy

Sprint orders all OEMs to strip Carrier IQ from th->

Submitted by Anonymous Coward
An anonymous reader writes "In an attempt to distance themselves from the increasingly volatile Carrier IQ situation, we’ve been told that Sprint has ordered that all of their hardware partners remove the Carrier IQ software from Sprint devices as soon as possible. This is being done as soon as possible and, according to a source at HTC, anyone who is working with Sprint in testing labs have even had their vacation time over the holidays seriously restricted."
Link to Original Source

Comment: Re:For your own good (Score 1) 476

by Lokitoth (#38398432) Attached to: Microsoft Upgrading Windows Users To Latest Version of MSIE
As far as I can tell, all that needs to be done is to implement a system-wide Windows Media Foundation component to render Theora, and IE will pick it up if it sees a Theora video.The MSDN docs there are really bad, though; they will tell you how to build out the component itself, but nothing about how to get the system to pick it up. However, what I guess you can do is run regmon while installing the WebM MF components (which is all the installer does) and see how it publishes its MediaSource implementation out. Given that there are macros to create media type guids for arbitrary FOURCCs, it should not be impossible to register arbitrary filters to be used by this.

Comment: Re:For your own good (Score 1) 476

by Lokitoth (#38387640) Attached to: Microsoft Upgrading Windows Users To Latest Version of MSIE
If you can stick a meta-tag into the HTML generated by the application there is a one-line fix that will trigger IE7 rendering/DOM mode in later versions of IE for backwards compatibility. Here is a good overview of how it works, and how to manually trigger it, overriding doctype sniffing.

Comment: Re:Android = trash (Score 1) 232

by Lokitoth (#38285312) Attached to: Dell Kills Streak 7, Bails On Android Tablets
Fair enough. I did not quite get that you were speaking about tablet Android specifically, though in retrospect I should have. The main thrust of my argument was about the silliness in taking the overall Android "activations" and taking that to mean that Android tablets are doing well in the market.

Liar, n.: A lawyer with a roving commission. -- Ambrose Bierce, "The Devil's Dictionary"

Working...