Skip to main content

If you haven't bought an SSD you really should


I just finished upgrading my home workstation from Xubuntu 18.10 to 19.04 and the upgrade not only went smoothly but finished in less than 30 minutes. This might seem like a long time, fresh installs can literally be minutes when using a flash drive to install to an SSD, but upgrades usually take a long time.

Lately when someone asks what they can do to speed up their computer I almost universally recommend they upgrade to an SSD over upgrading RAM/CPU/etc. One of our local computer shops has been carrying a 120GB SSD for $26.99. I bought one of these SSDs about 2 years ago for $69.99 and at the time felt it was a pretty good deal. Although the write speed on this particular SSD is only 350Mb/s it's still much better than the speed of a 'spinning rust' hard drive.

During a distribution update more than a thousand files get updated and often more than 2,000 files are downloaded. The process also involves deleting some packages, and unpacking a number of programs before installation. Updates are pretty complex, but developers have made this pretty seamless under Xubuntu.

This afternoon we had someone bring in an HP Core 2 Duo that they had an older version of Xubuntu on. They were okay with us putting a fresh install on their system. After the installation we noticed a lot of artifacting on the screen. We opened up the system and discovered a number of bad capacitors, but I also seem to recall the onboard video for these particular HP machines was not much better than the HP Pentium 4 offering, so we stuck a half-height AMD video card with a DMS59 connector in the machine (it was the only half-height card we had that didn't only have DisplayPort connectors). The AMD video card did the trick, gone was the screen tearing and performance was quite a bit better, but nothing like having an SSD.

When the person comes to pick up the system tomorrow we'll probably encourage them to buy an SSD (even though we're referring them to somewhere else to buy the SSDs). It really makes a huge difference to certain processes like updating.


Comments

Popular posts from this blog

Our media encoding process

It occurred to me that I started posting to debugfs as if I just left off from my old domain (a story for another time). I had something in the order of 300 articles on the site so naturally posts on this site don't have the context they had on the old site. When I first started debugfs I talked about the Handbrake command-line script I run on our KODI server to shrink the size of Blu-rays (since they can be huge). I didn't really get into the details of the whole process and I've since changed how I rip and encode media. When I buy a DVD/Blu-ray the first step I take is to back-up the media using MakeMKV. MakeMKV is great for dumping both Blu-ray and DVD content to a .mkv file. I prefer .mkv over .mp4 because I love subtitles and the .mp4 container only lets you "burn" one subtitle into the file. Files in an .mkv container can contain as many subtitles as the DVD/Blu-ray has. I normally rip these on my desktop workstation which has a late 2013 AMD A8-5...

CentOS 4.8 in Virtualbox 5.1.x

Years ago I was part of a project that was developed on and ran on CentOS 4.8. The software we developed was only used in-house so we were able to work around any bugs we found. The development cycle was extremely short, 4 months, considering the end result. While we've backed up the source frequently over the years the software really never got a major facelift. I spent a bit of time over the years making some minor changes (I gave the menu a facelift changing it from rotating gifs to CSS, and made some code changes to deal with a tax shift that happened years ago), but what the project really needs is a major overhaul. One of my goals right from the outset was to open source the project, but this didn't happen because I was simply too swamped with other things to completely audit the code. Also I wanted to simplify the project before exposing it to the world. Initially we based the project on an eCommerce suite (OSCommerce). At the time we were using that suite for an...

That itch to upgrade again - Ryzen 5 2600G?

Lately I've been collecting a lot of movies. Each week Maria and I set a small budget for personal "wants," much of mine has gone to DVDs and the occasional Blu-ray disc. I've been lucky to find some really great deals, but it's got to the point where I'm backed up because ripping all the media is taking more time than I have on evenings and weekends. From what I've read ripping Blu-rays (unless you're also re-encoding them) is entirely dependent on the Blu-ray drive - there's little to be gained by upgrading to a new CPU/motherboard. I use a licensed copy of MakeMKV to rip my Blu-rays. Then I transfer the ripped mkv to our KODI machine and using HandbrakeCLI (the command-line version of Handbrake) to compress the large Blu-ray file to a smaller file. I could compress the file on my desktop, but my AMD A8-5600K APU doesn't have the same power as our KODI machine (which has an i7-2600 and is cooled with a Corsair H60 water cooler). The...