Sony

No Windows 7 XP Mode For Sony Vaio Z Owners 198

Voyager529 writes "While virtually every Core 2 Duo processor supports the hardware virtualization technology that powers the Windows 7 XP Mode, The Register UK reports that the Core 2 Duo processors in the Sony Vaio Z series laptops had the virtualization features intentionally crippled in the BIOS. Senior manager for product marketing Xavier Lauwaert stated that the QA engineers did this to make the systems more resilient against malicious code. He also stated that while they are considering enabling VT in some laptop models due to the backlash, the Z series are not among those being retrofitted."
Robotics

A Standardized OS For Robots 184

Hugh Pickens writes "The New Scientist reports that at present, all robot software is designed uniquely, even for parts common to all robots but that could be about to change as roboticists have begun to think about what robots have in common and what aspects of their construction can be standardized, resulting in a basic operating system everyone can use. 'It's easier to build everything from the ground up right now because each team's requirements are so different,' says Anne-Marie Bourcier of Aldebaran Robotics but Bourcier sees this changing if robotics advances in a manner similar to personal computing where a common operating system allowed programmers without detailed knowledge of the underlying hardware and file systems to build new applications and build on the work of others. 'Robotics is at the stage where personal computing was about 30 years ago,' says Chad Jenkins of Brown University. 'But at some point we have to come together to use the same resources.' This desire has its roots in frustration, says Brian Gerkey of the robotics research firm Willow Garage. If someone is studying object recognition, they want to design better object-recognition algorithms, not write code to control the robot's wheels. "You know that those things have been done before, probably better," says Gerkey, who hopes to one day see a robot "app store" where a person could download a program for their robot and have it work as easily as an iPhone app."
Medicine

First Internet-Connected Pacemaker Goes Live 158

The Register is reporting that a New York woman has become the first person to have her pacemaker wirelessly connected to the internet for full-time monitoring. "The device contains a radio transmitter which connects to receiving equipment in New Yorker Carol Kasyjanski's home, using a very low-power signal around 400MHz, to report on the condition of her heart. Any problems are instantly reported to the doctor, and regular checkups can be done by remotely interrogating the home-based equipment — the pacemaker itself doesn't have an IP address, fun as that would be."
Input Devices

Deposit Checks By iPhone 293

kaychoro writes to mention that at least one privately held bank is planning on removing a little bit more legwork for the consumer by allowing the electronic submission of paper checks via a new iPhone app. The app would allow users to take a picture of the front and back of the check and submit that to the depository. "Customers will not have to mail the check to the bank later; the deposit will be handled entirely electronically, and the bank suggests voiding the check and filing or discarding it. But to reduce the potential for fraud, only customers who are eligible for credit and have some type of insurance through USAA will be permitted to use the deposit feature. Mr. Peacock said that about 60 percent of the bank's customers qualify."
Media

Neuros LINK Mixes Quiet, Aesthetics, and Ubuntu 121

jonniee writes with a link to Dr. Dobb's Journal's look at a rather cool living-room-suitable media-centric computer from Neuros (presented as being suitable mostly for developers and serious hobbyists for now), excerpting: "The Neuros LINK is essentially a quiet x86 PC running Ubuntu Linux with an ATI graphics card delivering video via VGA, DVI, and HDMI output. ... What makes the LINK such a compelling platform for these folks and Linux/open source developers in general is the recognition that a real business entity is stepping forward to spend the money necessary to market and commercialize what tech enthusiasts have been doing for years."
Patents

Encyclopedia Britannica Loses Information-Retrieval Patent Ruling 95

angry tapir writes with a snippet from Good Gear Guide: "A notorious patent case about a technology that allows people to search multimedia content may finally be coming to a close. Earlier this week, a judge ruled that two patents initially awarded to Encyclopedia Britannica are invalid. The patents were built on the infamous 5,241,671 patent first unveiled by Compton's NewMedia in 1993 at the Comdex trade show. That patent, which covered the retrieval of information from multimedia content and is now owned by Britannica, would have been relevant to the many companies selling multimedia CD-ROMs at the time."
Television

Shaw Cable Again Blocks Firewire On Canadian Set-Top Boxes 257

WestCoastSuccess writes with this excerpt: "A year and a half ago, Canada's Shaw Cable began encrypting channels with the '0x02' flag. This flag has the effect of making the IEEE1394 (Firewire) output useless to customers who use third-party PVRs (such as the excellent MythTV, for example). After complaints to the CRTC and Industry Canada about this practice, the encryption flag was dropped on most channels and the Firewire connection again functioned. Until last night, that is."
Portables

Is Intel Killing 12-Inch Displays On Netbooks? 297

HangingChad writes "Dell has retired their 12-inch Intel Atom-powered netbooks, they said today. The official reason — 'It really boils down to this: for a lot of customers, 10-inch displays are the sweet spot for netbooksLarger notebooks require a little more horsepower to be really useful.' Or is the real reason that 12-inch displays on netbooks cut into Intel's more profitable dual-core market and Dell's profit margins on higher-end machines?"
Power

Printable Batteries Should Arrive Next Year 92

FullBandwidth writes "Paper-thin batteries that can be printed onto greeting cards or other flexible substrates have been demonstrated at Fraunhofer Research Institution for Electronic Nano Systems in Germany. The batteries have a relatively short life span, as the anode and cathode materials dissipate over time. However, they contain no hazardous materials."
Displays

Linux-Friendly, Internet-Enabled HDTVs? 277

mrchaotica writes "I'm in the market for a new HDTV (in the $1200-or-slightly-more range, as I won the extended-service-plan lottery and have a Sears store credit). Several of the TVs I've looked at have various 'Internet TV' features (here are Samsung's and Panasonic's). Some manufacturers appear to be rolling their own, while others are partnering with Yahoo (maybe in an attempt to create a 'standard?'). Moreover, these TVs also tend to run Linux under the hood (although their GPL compliance, such as in Panasonic's case, may leave something to be desired). Finally, it's easy to imagine these TVs being able to support video streaming services (YouTube, Netflix, Amazon, etc.) without a set-top box, but I don't know the extent to which that support actually exists. Here are my questions: 1) Is this 'Internet TV' thing going to be a big deal going forward, or just a gimmick? 2) Which manufacturers are most [open standard|Linux|hacker]-friendly? 3) Which TV models have the best support (or best potential and community backing) for this sort of thing?"
Data Storage

Garbage Collection Algorithms Coming For SSDs 156

MojoKid writes "A common concern with the current crop of Solid State Drives is the performance penalty associated with block-rewriting. Flash memory is comprised of cells that usually contain 4KB pages that are arranged in blocks of 512KB. When a cell is unused, data can be written to it relatively quickly. But if a cell already contains some data, even if it fills only a single page in the block, the entire block must be re-written. This means that whatever data is already present in the block must be read, then it must be combined or replaced, and the entire block is then re-written. This process takes much longer than simply writing data straight to an empty block. This isn't a concern on fresh, new SSDs, but over time, as files are written, moved, deleted, or replaced, many blocks are a left holding what is essentially orphaned or garbage data, and their long-term performance degrades because of it. To mitigate this problem, virtually all SSD manufacturers have incorporated, or soon will incorporate, garbage collection schemes into their SSD firmware which actively seek out and remove the garbage data. OCZ, in combination with Indilinx, is poised to release new firmware for their entire line-up of Vertex Series SSDs that performs active garbage collection while the drives are idle, in order to restore performance to like-new condition, even on a severely 'dirtied' drive."
Robotics

Nano Origami for DNA, Complete With Software 32

wisebabo writes "Some researchers at Technische Universitaet Muenchen and Harvard have developed a way to make DNA 'Origami' fold up into all sorts of desired nanoscale shapes. While this has been done before, there now seems to be a much greater assortment of shapes they can create. What's particularly interesting is that they've developed some software that can be used (presumably with a DNA assembler) that will create what you want; think of CAD/CAM on a molecular scale! 'The toolbox they have developed includes a graphical software program that helps to translate specific design concepts into the DNA programming required to realize them. Three-dimensional shapes are produced by "tuning" the number, arrangement, and lengths of helices.'"
Input Devices

Microsoft Hardware Demos Pressure-Sensitive Keyboard 212

Krystalo writes to tell us that Microsoft hardware has an interesting demo of a pressure-sensitive keyboard they have designed. While there are no currently announced plans to turn this into a shipping product, there are many cool uses that one could imagine a device like this providing. "The device will be put to use in the first annual Student Innovation Contest in Victoria, Canada, where contestants will be supplied with a keyboard prototype and challenged with developing new interactions for it. Contestants will demo their creations and attendees will vote for their favorite at the conference on October 5. $2,000 prizes will be given to the authors of programs deemed as the most useful, the best implementation, and the most innovative."
Science

LHC To Start Back Up In November At Half Power 110

mcgrew writes to mention that the Large Hadron Collider, smasher of particles, will get another chance to prove itself this November. The restart will begin with tests at half power, a mere 7 trillion electron volts (TeV), and ramp up slowly to the designed goal of 14 TeV. "Measurements indicate that some of the electrical connections could not safely handle the amount of current needed to run at the full 14 TeV, so will need to be replaced before dialing up the energy that far. But even 7 TeV is much higher than physicists have ever probed in the laboratory before. The Tevatron accelerator at Fermilab in Batavia, Illinois, is the current record holder, with collisions at 2 TeV."
Books

Sony Takes Aim At Amazon's Kindle 273

MojoKid writes "Sony recently announced two new eBook readers and has set its sights on tapping into Amazon's Kindle market share. The Sony Reader Pocket Edition and the Reader Touch Edition will come out at the end of the month and will reportedly cost less or the same as the older, more established Kindle. The Pocket Edition has a five-inch display, comes in several colors ('including navy blue, rose and silver') and fits, as one might expect, in a jacket pocket or a purse. It can store about 350 'standard eBooks' and can last about two weeks on a single charge, Sony claims. The Touch Edition is a bit larger, with a six-inch display that, as you'd expect, can be controlled via a touch interface."
Security

How Can I Tell If My Computer Is Part of a Botnet? 491

ashraya writes "My father (not too computer literate) has a desktop and a laptop both running Windows in his network back in Hyderabad, India. I set up a Linksys router for him to use with his broadband service. For some reason, he reset the config on the Linksys, and connected it up without wireless security, and also with the default admin password for some time. As you would expect, both of the Windows computers got 'slow,' and the desktop stopped connecting to the internet completely for some reason. As I logged in remotely to 'fix' things, I noticed on the Linksys' log that the laptop was making seemingly random connections to high-numbered ports on various IPs. I did an nslookup on the IPs to see that they were all either in Canada or US, with Comcast and other ISP addresses. Is that a sign that the computers were in a botnet? Are the other hosts part of the botnet too? (I have since rebuilt the Windows hosts, and these connections are not happening now. I have also secured the Linksys.)"
Input Devices

The Mice That Didn't Make It 202

Harry writes "For every blockbuster of the mouse world (such as Microsoft and Logitech's big sellers) there have been countless mice that flopped, or never made it to market. Mice shaped like pyramids; mice shaped like Mickey; mice that doubled as numeric keypads or phones. Even one that sat on your steering wheel. I've rounded up some evocative patent drawings on twenty notable examples."
Hardware Hacking

Apple Working On Tech To Detect Purchasers' "Abuse" 539

Toe, The writes "Apple has submitted a patent application for technologies which would detect device-abuse by consumers. The intent presumably being to aid in determining the validity of warranty claims. 'Consumer abuse events' would be recorded by liquid and thermal sensors detecting extreme environmental exposures, a shock sensor detecting drops or other impacts, and a continuity sensor to detect jailbreaking or other tampering. The article also notes that liquid submersion detectors are already deployed in MacBook Pros, iPhones and iPods. It does seem reasonable that a corporation would wish to protect itself from fraudulent warranty claims; however the idea of sensors inside your portable devices detecting what you do with them might raise eyebrows even beyond the tinfoil-hat community."
Graphics

AMD's OpenCL Allows GPU Code To Run On X86 CPUs 176

eldavojohn writes "Two blog posts from AMD are causing a stir in the GPU community. AMD has created and released the industry's first OpenCL which allows developers to code against AMD's graphics API (normally only used for their GPUs) and run it on any x86 CPU. Now, as a developer, you can divide the workload between the two as you see fit instead of having to commit to either GPU or CPU. Ars has more details."

Slashdot Top Deals