show/hide this revision's text 3 backlight

Eliminate the servers, p2p rules :)

1 More efficient use of available machines. They have enough storage and networking capacity that it should be simple to get rid of the big iron.

2 Make sure the backlight of the monitor is out when the machine is not used. Spin down the disk. Not really at application level.

3 If you take a look at current architectures, processing is happening too far away from memory. Going off-chip takes an awful lot of power. If you just count chips in your pc, you'll notice there are more memory chips (8 or 16) than processing ones (CPU+GPU). It makes sense to move the processing towards the memory, but that means a non-unified memory model, which is difficult to program. Basically, a grid inside your pc.

show/hide this revision's text 2 grid inside the pc

Eliminate the servers, p2p rules :)

More efficient use of available machines. They have enough storage and networking capacity that it should be simple to get rid of the big iron.

If you take a look at current architectures, processing is happening too far away from memory. Going off-chip takes an awful lot of power. If you just count chips in your pc, you'll notice there are more memory chips (8 or 16) than processing ones (CPU+GPU). It makes sense to move the processing towards the memory, but that means a non-unified memory model, which is difficult to program. Basically, a grid inside your pc.

show/hide this revision's text 1

Eliminate the servers, p2p rules :)