Skip to content

Instantly share code, notes, and snippets.

@cellularmitosis
Last active October 11, 2022 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cellularmitosis/30318c15c0b9a3f7ab20767b10a595ae to your computer and use it in GitHub Desktop.
Save cellularmitosis/30318c15c0b9a3f7ab20767b10a595ae to your computer and use it in GitHub Desktop.
Used PC's are an insanely good deal these days

Blog 2019/12/28

<- previous | index | next ->

Used PC's are an insanely good deal these days

I recently saw the 8-bit guy's video ("Are Computers Still Getting Faster"), in which he remarked that while a 10-year-old machine is still relatively usable today, a 20-year-old machine wasn't really usable 10 years ago. Similarly, a 30-year-old machine wasn't really usable 20-years ago. That is to say, the curve of computer obsolesence seems to be flattening out.

I also came across Karl Rupp's post "42 Years of Microprocessor Trend Data", which included this chart:

42-years-processor-trend

In particular, notice how the graph of single-threaded performance has two distinct slopes (which I've indicated using magenta and cyan lines):

42-years-processor-trend-lines

This means that since about 2004, buying a used PC is a better and longer-lasting value than it was prior to 2004.

Conveniently, the two periods in this graph also roughly correspond to the transition from x86 to x86_64 processors.

Finding a good deal

Probably the best way to capitalize on this trend is to find a used Dell workstation on eBay. The many businesses which upgrade their PC's ensure a large supply of several-year-old models on the used market at low prices.

I use the "eBay Popularity Sort" Chrome extension to identify models being sold in high volume, which typically represent the best deals:

Screen Shot 2019-12-28 at 5 46 34 PM

To make better sense of the various models, I put together a chart:

Untitled Diagram (2)

The chart indicates the Optiplex model, the processor type / generation, the RAM type, and year of introduction.

The overall "sweet spot" of value is near the end of the DDR3 models (as DDR3 is cheaper than DDR4, and you'll likely want to add additional RAM).

Gaming

Adding a used graphics card can turn one of these machines into a decent gaming PC. The trick is to find a model which can accomodate the phyiscal size of a graphics card and has a power supply which can handle the additional power draw.

"The Game Bench" just recently published a "Dell OptiPlex GPU Upgrade Guide" video which addresses exactly these concerns, including several excellent charts comparing power draw and performance:

Screen Shot 2019-12-28 at 8 33 44 PM

Screen Shot 2019-12-28 at 8 27 34 PM

Screen Shot 2019-12-28 at 8 31 26 PM

Following his advice, I put together an Optiplex 9020, 16GB of additional RAM (24GB total), a GTX 1060 6GB graphics card, and a 250GB SSD for about $375, which is pretty fantastic!

@cellularmitosis
Copy link
Author

@Moni01234
Copy link

This is really informative. Also, see: https://www.xfurbish.com/cpus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment