Curious Blend of VPN, PDA and USB Drive
An anonymous reader writes "Realm Systems has developed a cellphone-sized mobile device that takes advantage of the hardware of a another PC by attaching via USB. It requires an Internet connection to connect to a backend system, but acts as a fully functional PC with dual PowerPC processors, a 20 GB drive and all your applications - if you can find someone who lets you connect to their PC. An interesting option especially for a price of $195 for the mobile device." So, for a $10,000 central server, a $1000 PC, and a $195 device, you can have the computing power of: a $1000 PC. It seems like there might be cheaper ways.
My guess would be that it puts it into hibernation and then boots from USB.
It is a USB hard drive + integrated computer running something like knoppix + fingerprint scanner, in a package not much larger than an iPod. You take it with you anywhere, then plug it into any computer you find. After scanning your fingerprint it automatically takes over that computer and brings up your suspended Linux desktop on the screen, just how you left it. It also sets up a VPN over the Internet to access your company's intranet so you can work just like you were in the office. When you're done you unplug it, which instantly suspends your session until you plug it in again.
The central server is cool because it backs up all of the devices as they are being used, so if somebody loses theirs it's not a problem. You can just copy their backed-up image onto a new device and give it to them. You can also track usage and do security junk like that. I'm not a big fan of that feature, since it will probably lead to stupidly restrictive policies that are automatically enforced with an iron hand by the software. But that's a management problem, not a problem with the technology per se.
main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}