What can be done with old computer equipment?

  • Thread starter Thread starter Tom McCurdy
  • Start date Start date
  • Tags Tags
    Computers
Click For Summary

Discussion Overview

The discussion revolves around the potential uses for old computer equipment, particularly outdated PCs and Macs, with a focus on creative projects, repurposing, and the feasibility of setting up computing clusters. Participants share ideas ranging from selling components to building a Beowulf cluster or donating the equipment.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant suggests selling individual components on eBay, while also considering using the computers for a server or a Beowulf cluster.
  • Another proposes setting up a Linux Beowulf cluster to drive an array of monitors for television viewing and PVR functionality.
  • A participant mentions the potential value of RAM from older machines and suggests they could run various Linux distributions or even MS-DOS.
  • Some participants discuss the idea of donating old computers to schools or organizations in developing countries.
  • There is a debate about the merits of learning Windows networking versus Linux networking, with differing opinions on ease of use and functionality.
  • One participant expresses frustration with Windows, advocating for Linux as a superior operating system for performance and usability.
  • Another participant questions the practicality of running a Windows cluster with Macs, highlighting compatibility issues.
  • There are multiple mentions of the time it might take for a novice to set up a Linux network or Beowulf cluster using older Macs.

Areas of Agreement / Disagreement

Participants express a variety of opinions on the best use of old computer equipment, with no clear consensus on the most effective approach. There are competing views on the value of Windows versus Linux for networking and computing tasks.

Contextual Notes

Some discussions involve assumptions about the capabilities of older hardware and the specific software environments that can be utilized. There are also unresolved technical details regarding the setup of clusters and networking configurations.

Who May Find This Useful

This discussion may be of interest to individuals looking to repurpose old computer equipment, those interested in computer networking, and participants in educational or community service projects involving technology.

  • #31
franznietzsche

i would. twelve times 200 mhz gives me an extra 2.4 ghz. Very useful because it would give me a dedicated system for my work. Unfortunately, straving student, i don't have $600, and i doubt I'm going to be able to convince the uni to cover it.

-------------------------------------
buy them! and youll still get 200mhz not to mention the old buses that run at hot
speeds ,franznietzsche you can find more machines of such speeds to add up to greater speeds say 300ghz
guys the linux guru franznietzsche
 
Computer science news on Phys.org
  • #32
You can't just do 12 times 200Mhz. There are things like overhead which will reduce the maximum speed achievable. You'll be lucky to get 1.2ghz from all twelve computers.
 
  • #33
philocrazy said:
buy them! and youll still get 200mhz not to mention the old buses that run at hot
speeds ,franznietzsche you can find more machines of such speeds to add up to greater speeds say 300ghz
guys the linux guru franznietzsche


I sense ridicule, coming from someone who doesn't know how to use quote tags.

dduardo said:
You can't just do 12 times 200Mhz. There are things like overhead which will reduce the maximum speed achievable. You'll be lucky to get 1.2ghz from all twelve computers.

I will admit my own ignoarance in hardware setups. What specifically would be limiting the number of cycles you could get?
 
  • #34
Some of the factors that cause overhead:

1. The speed of the network.

In a non-clustered configuration a single computer a stick of PC100 can be read by the cpu at 800MB/s. With PC133 it is 1GB/s. Therefore, if you using a 100baseT network your bottlenecking the speed at which one cpu can get data from other node on the cluster. This is why high end clusters use fiber optic.

2. The software managing the sharing of the load.

Managing data over multiple nodes is very complicated. You need to keep track of all the processes going on at all times. Syncing processes/memory is one of the major design issues encoutered when writing clustering management software. If not designed properly, you'll get terrible performance.

3. The program you want to run.

Not all programs can be split. Depending on how the software was programmed will dictate how well the process can be split.
 
  • #35
I am getting lost in the discussion are people debating on whether or not a 12 Power Computing mac beowulf cluster would be worth setting up?
 
  • #36
Tom McCurdy said:
I am getting lost in the discussion are people debating on whether or not a 12 Power Computing mac beowulf cluster would be worth setting up?

Philocrazy might, but I'm just asking about clusters in general.
 
  • #37
Basically, if all you're after is learning how clustering works then go for it. If you're after performance, don't even bother.
 
  • #38
Who is paying for all the electrons needed to power this daughter of Frankenstein??
:-)
 
  • #39
Hehehe Mom and Dad
 
  • #40
Tom McCurdy said:
Hehehe Mom and Dad

always good.

I just got another hard drive so that i can add two more operating systems to my computer, which they were kind enough to cover for me. :biggrin:
 
  • #41
I think it's more work than it's worth to make a cluster with that unless it's simply to learn how clusters work. However 2 other uses comes to mind.

1.) If the hard drives are still useful you can set them up as file servers.

2.) Since one of the most popular games in the world was made for a machine of those specs you can make a big Starcraft LAN and invite your buddies.
 
  • #42
FulhamFan3 said:
2.) Since one of the most popular games in the world was made for a machine of those specs you can make a big Starcraft LAN and invite your buddies.


*shakes head*

People still play starcraft?

Its not that good a game, its really not.
 
  • #43
franznietzsche said:
*shakes head*

People still play starcraft?

Its not that good a game, its really not.

Go to south korea and try to find someone that doesn't play starcraft. Is it really starcraft you don't like or the strategy game genre in general?
 
  • #44
FulhamFan3 said:
Go to south korea and try to find someone that doesn't play starcraft. Is it really starcraft you don't like or the strategy game genre in general?

I don't consider starcraft strategy, its all simply micromanagement.

I love strategy games, real strategy games anyway. I'm a serious Total war addict for one. Any game in the starcraft engine (including the age of ------ series) is not really strategy though. Or at most, its unrealistic strategy. I like the total war games that really allow for some strategic innovation in battlefield tactics (well, not everyone innovates, but its possible at least).
 
  • #45
FulhamFan3 said:
I think it's more work than it's worth to make a cluster with that unless it's simply to learn how clusters work. However 2 other uses comes to mind.

1.) If the hard drives are still useful you can set them up as file servers.

2.) Since one of the most popular games in the world was made for a machine of those specs you can make a big Starcraft LAN and invite your buddies.

Would it be worth all that effort for a whole bunch of 2 gig hard drives
 
  • #46
Also if I were to sell the computers would I be able to make more money if I took off all the old mac OS and loaded say gentoo onto them all?
 
  • #47
hahahaha. You expect to compile gentoo on those old machines. You'll be luckly if you can finish by the end of next year. :smile:

personally, I don't think you'll get much for the complete system. Your better off selling the components individually.
 
  • #48
dduardo said:
hahahaha. You expect to compile gentoo on those old machines. You'll be luckly if you can finish by the end of next year. :smile:

personally, I don't think you'll get much for the complete system. Your better off selling the components individually.
How can you compile gentoo ?

-Christophe Messiana
 
  • #50
If you had a large number of microprocessors in series and a large number of identical problems, you could build a system to step the problems through with a gain in processing time. For example if a single data set can be run through a single processor in ten seconds, break the problem into ten sections each requiring one second in a dedicated processor. To run one set through the series of ten processors still requires ten seconds, but if you keep feeding data in, pretty soon you will be getting answers output every one second.

The FAA developed such a system with the assistance of MIT back in the 1980s using about twenty series connected microprocessors to predict air traffic. The goal was to schedule takeoff times so that the aircraft did not have to orbit around their destination waiting for a opening to land. It was called the Enhanced Traffic Management System (ETMS).

Parallel connected microprocessors are more limited in utility unless you are dealing with irrational numbers a thousand digits long. Modern ciphers use non-repeating series of numbers such as pi to encrypt messages. Since the cipher cracker does not know which irrational number has been used and what portion of the numerical sequence to use, a square matrix of processors would be useful. The X-axis could step the numerical series through while the Y-axis could step the message through and look for repetitive sequences.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
31
Views
5K
  • · Replies 5 ·
Replies
5
Views
8K
Replies
9
Views
7K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 17 ·
Replies
17
Views
5K
  • · Replies 13 ·
Replies
13
Views
4K