Windows Tip: Boost Performance by Checking IDE Drive Transfer Mode

If you’re struggling with decreased performance on a Windows based machine, it’s a simple fix to check to make sure your IDE drives aren’t operating in a slower, ineffective transfer mode.

When fresh from the box—or your workbench— your computer should have had all it’s IDE drives set in Direct Memory Access mode. This is a far speedier method of disk access than Programmed Input/Output mode. The technical side of the two modes is dense but let it suffice: DMA is a the fast and preferred method and PIO mode is the slower method Windows defaults to after having six redundancy checks fail. Things like power outages, doing a hard reset and other disk interruptions can cause these errors. Your Windows box may be operating in the slower transfer mode because mistakenly thinks that your system is unstable or that there is something wrong with your disks. The fix for your computer downshifting into PIO mode is simple. Go to your Control Panel, click on the System icon, open up your Device Manager and pull up the properties for your Primary and Secondary IDE channels. Under the Advanced settings tab you’ll be able to set the Transfer Mode to “DMA if available”. Reboot and you should be in business.

The R Project for Statistical Computing

R is a language and environment for statistical computing and graphics […]
R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, …) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.

One of R’s strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control.

R is available as Free Software under the terms of the Free Software Foundation’s GNU General Public License in source code form. It compiles and runs on a wide variety of UNIX platforms and similar systems (including FreeBSD and Linux), Windows and MacOS.