All posts by kobaan

Join Stardust@Home

Following the search for
extraterrestrial life with the SETI@HOME project and
huge amounts of further other projects
that are being worked on
using a cross-platform distributed computing architecture named
BOINC, there is now a new
project for volunteer participants to help work on:
Stardust@HOME
stardustkobaan
The spacecraft Stardust
was launched in 1999 to catch dust particles of comet Wild 2.
Therefore a substance called aerogel was invented
which is capable of catching high speed dust particles and softly
de-accelerate them so they will stuck inside the aerogel and can be
brought home to mother earth without any damage.
aerogel1
The aerogel which holds the dust particles “maybe from beginning of
the universe” is now to be inspected by “you”. Since it’s almost
impossible to find a needle inside of a soccer-field, you can
imagine the work that has to be done to find particles from outer
space sticking inside the aerogel. So what has been done to solve
this problem ? “Simply”: The aerogel is scanned layer for layer by
a microscope and the images are stored in a database. From this
database you’re now able to access pre- and past-focussed images
and search for dust impacts.
aerogel-profile
Once you finished a short tutorial and training, you’re presented
new images to analyze mixed with already known images to test your
discovery “or spamming” skills.
Wow, that’s what I call science by wire…. Winking

VIA invents the “TreeMark”

VIA has just invented a formula to
measure ecology of processors.
In it’s “TreeMark” called index, VIA’s new C7-D processor
takes
a top position, by
only needing four trees over 3 years to compensate
the CO2 produced by the energy consumed for the processors
operation.

Compare your own
processor, it’s just that easy:
viaformula
1 Assuming 27% standby mode, 3% sleep mode, 67%
idle mode, 3% performance  mode
2 Global
average carbon intensity of electricity
3 Based on
average broad leaf tree

viac7dOther “TreeMarks” ordered by their integer performance:

35 Trees = Mac Pro Quad Xeon 3,0 [115,3
SPECint_rate_base2000]
73 Trees = 2 x Xeon DualCore 2,8 [ 59,0
SPECint_rate_base2000]

53 Trees = 2 x
Opteron 285 (2,6) [ 76,4 SPECint_rate_base2000]
6 Trees = iMac
2,16
[ 34,5 SPECint_rate_base2000]
19 Trees = Athlon X2 5000(FX-60) [ 34,0
SPECint_rate_base2000]
21 Trees = Pentium D
820         [ 28,3
SPECint_rate_base2000]
18 Trees = Pentium IV 540J 3,2   [ 17,4
SPECint_rate_base2000]
2 Trees = Mac Mini G4 1,2
[  6,0 SPECint_rate_base2000]

Nostalgically – Dark Faith of 3rdMillenium Projects

Browsing through my computer library
archives, I rediscovered some demo screenshots of a computer
role-playing-game that I was programming together with Sun(Gerd) as
graphical artist, Loki(Reyk) and Bernhard for background story and
concept.Within 3 years, and only 1 programmer, we didn’t achieve a finished
playable game, but anyway we all learned a lot doing this Dark
Faith Game for he 3rd Millenium Projects initiative.

Click on
the image above or here to see further screenshots of “our”
programming and “graphics design” progress.

Back right now, Sun is heavily creating in Blender again, as you
can read in his blog.

The more interesting thing is, that all project members changed to
intel Mac’s by this year. Laugh

Supercomputer on your graphicsboard

Most people don’t even know they’re
already owning awesome computing power.
They take a look on their CPU, compare the speeds on a
supercomputing archive like Top
500.org
and after that, they’re disappointed.But compared to CPU’s (the main processor), modern graphic boards
GPU’s are already a lot faster than their complex instruction
processing pendants.

Fast GPU’s (graphics processors) are needed for the latest 3D games
which are getting more and more hype. They even bundle lots of
GPU’s to virtual graphics boards for maximum performance. For the
consumer that’s called SLI or crossfire, for graphics offices
Nvidia introduced quadroplex
recently.

nvidia_quadro_plex

Now back to supercomputing, ok GPU’s are faster ? why still use
CPU’s ?
A GPU has the limit that it can only handle simple instructions
which are highly optimized, further they work from their own board
based but extreme fast memory banks. So, a CPU is needed for
complex calculations and system management and flexible functions,
whereas a GPU can do the simple but effective calculations.

Some smart people started to use GPU’s to accelerate physics
calculations for games, making Ageia’s Physx accelerator
board
a nonsense investment.

More smart people started to figure out how to use GPU’s for their
own purposes.
A programmer needs an API to abstract function calls to the
hardware.
The common API for GPU’s is OpenGL, and this leads to a very
uncommon thinking
in programming, as a graphics API like OpenGL has graphics
functions.
Lets get closer to some expression differences.

On graphics boards you know an expression like:
– texture (pixels in x,y space)
– drawing
– shader program
the same on a CPU langauge would simply be:
– array (2 dimensional x,y)
– computing
– algorithm / calculation formula

Now if we want to give the GPU work to do we copy input data from
the main memory to the graphics board texture buffer. Like we do as
graphics textures for game-models.
The next thing is, we implement an algorithm workflow in assembly
as a shader
program. (The graphics card thinks we will animate a flickering
fire for example, and does the calculation according to the shader
program from the input texture buffer to an output texture
buffer.)
And now we transfer back the output texture buffer to the main
systems memory, and wonder wonder…. the calculation was done by
the GPU.
Depending on the shader program and implementation possibility the
GPU will be lightyears faster in calculation as the CPU.

The big advantage of GPU’s is of course graphical calculation, this
is why makes sense to use them for floating point and limit
calculations.
See here for some implemented examples:

Lineare Algebra auf GPU’s


GPU Tutorials

GPGPU
Implementations

Now it’s only a matter of time when distributed computing projects
like
setiathome, faah, hpf, hpf2 and so
on will run a hundred times faster on peoples
home computers graphics hardware.

Hallelujah !

Quote of the day

bush-alien

Programming today is a race between software engineers striving to
build bigger and better idiot proof programs,
and the Universe trying to produce bigger and better idiots.

So far, the Universe is winning.