Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Admittedly anecdotal (Score 1) 485

2TB NAS? Preferably one that is cloud-storage aware (or has its own clients for tablets/phones) to be broadly accessible even when not on LAN? (I guess I could settle for SkyDrive's Fetch feature, but would rather not have to go through that route).

Comment Re:Flat-Line (Score 1) 485

Even a general-purpose computing device can be sold in a configuration that by default "just plugs in and works."

We (the techies) are not incompetent to be unable to switch to a more productive environment - just that environment does not need to be in everyone's face all the time. Rather than think of this as the PC being "dumbed down," think of it as a call to action to make all the other "appliance" computers be more full-features, but without the historical complexity of PCs, before we knew how to make them easy to use.

Comment Re:I don't know if they'll even go down (Score 1) 485

Er... not quite. Yes, clustered distributed systems exist, and are growing much faster than mainframes, but there is still a lot of stuff that is done on mainframes, if only because it is a lot more convenient to have a really beefy box for that large, mission-critical multi-user database/application, without having to figure out how to partition it and without being subject to CAP.

Distributed clusters are generally better for non-real-time processing. Real-time HPC stuff is still the realm of supercomputers (not to be confused with clusters, even though both generally tend to run Linux or some other embedded POSIX OS)

Cloud

Submission + - Full Cloud Computing Adoption as Likely as seeing a Unicorn? (www.enterprisenetworkinhttp)

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.

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

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

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

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

Submission + - Sprint orders all OEMs to strip Carrier IQ from th (geek.com)

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.

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

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.

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...