Forgot your password?
typodupeerror
Apple

What To Expect From Apple's Rumored MacPad 213

Jeff writes "I decided to review the specifications of recent e-readers and mobile devices as well as the ongoing Apple rumor mill to chart out the most likely features, innovations and configuration we can expect from Apple's long awaited Newton successor/Mac Tablet which I'll call the MacPad. The MacPad will arrive in fall '09 or Jan '10, with a 10" diagonal color display, a $599 price point with a Verizon data plan, a stylus, note taking application and handwriting recognition and an e-bookstore for iTunes. Apple's biggest challenge will be convincing its huge installed base of iPhone owners that they need a MacPad too. Past failed Newtonian predictions by others are available on Slashdot and the likelihood that any of this is right can be gauged by earlier Confucian gems such as Haskin warns that Apple may be setting itself up for a failure with the iPhone."
Movies

Submission + - LG & Netflix Team Up to Offer D/L Movies on TV (wsj.com)

eldavojohn writes: "It might seem like they've come full circle, but the movie injection method has gone from TV to through mail to online download to TV on demand. And Netflix & LG are betting it's going to be a hit and they bet you want to buy yet another device for your home theater. The article astutely notes: "The partnership between Netflix, Los Gatos, Calif., and South Korea's LG represents another gamble by technology companies that video from the Internet, which is commonly downloaded to personal computers, will go mainstream when users can easily access it from TV sets. So far, Internet television products such as Apple Inc.'s Apple TV have largely been unsuccessful, stymied by a poor selection of videos, complexity of use and other shortcomings.""
Security

Submission + - What tech to backpack around the world with?

ryrw writes: I'm planning to spend a year backpacking around the world and the hardest question I have to answer is: What technology do I take with me? Aside from the obvious (digital camera, ipod, et. al.) what technological devices would you you take? Specifically, I wonder if I should bring my nice and shiny MacBook Pro. I can think of lots of uses for it (offloading pix, updating blog, email, etc.), but I'm worried it will be lost or stolen along the way. Does anyone have experience with travel while toting technology?
Encryption

Secure Private Key Storage for UNIX? 95

An anonymous reader asks: "Microsoft Windows, from 2000 forward (except ME) offers secure certificate and private storage at the OS level in what is called a protected store. Offline, it's encrypted by a combination of the user's password and a session key stored on the filesystem. When the OS is running, the private keys stored are available to the logged in user, optionally encrypted with another password. The keys are stored in protected memory, so no applications can access them without going through the Microsoft CAPI calls. This code also is FIPS 140-1 level 1 (the best one can get for software cryptography modules) compliant." Does any other OS provide this kind of feature at the OS-level? If so, who? If not, why?
Encryption

Submission + - Secure private key storage for UNIX?

An anonymous reader writes: Microsoft Windows, from 2000 forwards (except ME) offers secure certificate and private storage at the OS level in what is called a protected store. Offline, its encrypted by a combination of the user's password and a session key stored on the filesystem. When the OS is running, the private keys stored are available to the logged in user, optionally encrypted with another password. The keys are stored in protected memory, so no applications can access them without going through the Microsoft CAPI calls. This code also is FIPS 140-1 level 1 (the best one can get for software cryptography modules) compliant.

This functionality (especially certified FIPS 140-1 or FIPS 140-2) would be nice to see in UNIX variants. MacOS's keychain functionality is similar, but stores at the application level, and is not FIPS compliant. An implementation of the protected store functionality will allow applications like Firefox, Thunderbird and gpg to have one common place to obtain private keys and certificates rather than maintaining their own individual keystores. An additional application for this would be the ability to use hardware PKCS #11 tokens.

I am wondering why this functionality does not exist at the OS level in most OSes except Windows. A number of applications on many platforms have this functionality, but its at the app level, with their own keystores, and not a standard at the OS level.

Slashdot Top Deals

Statistics are no substitute for judgement. -- Henry Clay

Working...