Forgot your password?
typodupeerror

Submission Summary: 0 pending, 0 declined, 2 accepted (2 total, 100.00% accepted)

Submission + - Ask Slashdot: Best small-footprint modern browser

Annirak writes: I've recently started a paid internship at a company which is expanding faster than their IT department can supply new hardware. As a consequence, I've been issued a P4 2.4GHz with 512MB of RAM. Currently, I am using Firefox 4, but I find that it eats up far too much of my limited RAM. I'd rather not give up some of the more modern UI features that are offered by the current versions of Firefox and Chrome, but I need a smaller footprint. What other browsers are out there which could help me conserve resources?
Linux

Submission + - Ask Slashdot: Software SSD cache implementation?

Annirak writes: With the bottom dropping out of the magnetic disk market and SSD prices still over $3/GB, I want to know if there is a way to to get the best of both worlds. Ideally, a caching algorithm would store frequently used sectors, or sectors used during boot or application launches, (hot sectors) to the SSD. Adaptec has a firmware implementation of this concept, called MaxIQ but this is only for use on their raid controllers and only works with their special, even more expensive, SSD. Silverstone recently released a device which does this for a single disk, but it is limited: it caches the first part of the magnetic disk, up to the size of the SSD, rather than caching frequently used sectors. The FS-Cache implementation in recent Linux kernels seems to be primarily intended for use in NFS and AFS, without much provision for speeding up local filesystems.

Is there a way to use an SSD to act as a hot sector cache for a magnetic disk under Linux?

Slashdot Top Deals

There are three kinds of people: men, women, and unix.

Working...