Comments on: Ways to speed up an aging laptop https://dfarq.homeip.net/ways-to-speed-up-an-aging-laptop/?utm_source=rss&utm_medium=rss&utm_campaign=ways-to-speed-up-an-aging-laptop David L. Farquhar on technology old and new, computer security, and more Sat, 19 Dec 2015 13:37:21 +0000 hourly 1 By: Dave Farquhar https://dfarq.homeip.net/ways-to-speed-up-an-aging-laptop/#comment-6292 Thu, 13 Jan 2011 23:59:36 +0000 https://dfarq.homeip.net/?p=2875#comment-6292 In reply to Francisco García.

When you display the code in the post, it truncates, but when you copy and paste into the console, the missing part shows up. I couldn’t figure out a way to make it both display properly and work properly when you copy and paste. So I opted for the latter.

Thanks.

]]>
By: Francisco García https://dfarq.homeip.net/ways-to-speed-up-an-aging-laptop/#comment-6290 Thu, 13 Jan 2011 18:15:36 +0000 https://dfarq.homeip.net/?p=2875#comment-6290 I think your Firefox link has the code to run truncated. It should be:

Components.classes[“@mozilla.org/browser/nav-history-service;1”].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL(“VACUUM”)

The “VACUUM”) part is missing.

Cheers

]]>
By: Dave Farquhar https://dfarq.homeip.net/ways-to-speed-up-an-aging-laptop/#comment-6280 Sat, 08 Jan 2011 18:08:36 +0000 https://dfarq.homeip.net/?p=2875#comment-6280 In reply to Glaurung_quena.

You’re absolutely correct. I use a SATA SSD with a PATA-SATA adapter in my Compaq Evo D510 (desktop). Like you say, the bus doesn’t change the seek time one bit. And SSDs spend more time doing random I/O than they spend doing sustained, full-speed reads, and we’re still at least 3 months away from drives that can deliver more than 133 MB/sec doing random I/O.

How much difference does it really make? I had to reboot the Evo last night due to a power failure. It booted XP in less than 30 seconds. Seriously, if you turn your back, you miss the XP splash screen. And it’s an old build of XP that I’ve been using for 3 years, copied over from the previous drive. No Nlite or other sneaky tricks involved.

So, yes, an SSD even on an old PATA bus does a lot of good. To prove the point, Runcore will set up exhibits at computer shows with old laptops upgraded with their drives and let people use them. I’ll bet they move a lot of drives that way.

]]>
By: Glaurung_quena https://dfarq.homeip.net/ways-to-speed-up-an-aging-laptop/#comment-6279 Sat, 08 Jan 2011 17:47:54 +0000 https://dfarq.homeip.net/?p=2875#comment-6279 If the laptop is too old for a SATA intel SSD, or if it requres a really tiny non-standard drive form factor, Runcore makes IDE SSDs in all kinds of odd form factors. I bought one for my spouse’s old thinkpad. Yes, the IDE bus doesn’t allow the lightning fast speeds an SSD can deliver, but the random access speed boost has been very noticable. And as a nice bonus, the SSD runs cooler, so the underside of the laptop gets less annoyingly hot.

NB: Don’t order from runcore.com; order from their US distributor (mydigitaldiscount.com) and you’ll get a better price and faster service.

]]>