View allAll Photos Tagged Compute
A União Europeia vai estabelecer diretrizes sobre o cloud computing. O anúncio foi feito em Davos pela comissária Neelie Kroes.
Cloud Computing Australia
Cloud Computing, Backup, storage and data management are some very important areas which are taken care by Independent Data Solution (IDS) Australia.
"2009 will probably go down as the year when cloud computing became part of everyday jargon. It was the year when... " read more at www.basicgov.com/blog/2010/01/05/2009-year-cloud-overnigh...
I think cloud computing is going to be constantly used because it stores data on a remote server from any location. www.trajano.net/2013/05/introduction-to-cloud-computing/
Staying Cool – By building the Magellan testbed at NERSC on IBM’s iDataPlex chassis, the facility can take advantage of the machine’s innovative half-depth design and liquid-cooled door, which reduces cooling costs by as much as half and floor space requirements by 30 percent. The orange tubes in the picture will carry coolant to chill the system.
credit: Lawrence Berkeley Nat'l Lab - Roy Kaltschmidt, photographer
XBD200912-01023-12.TIF
Over the last 40 years, TWI has been at the forefront of the research, development and application of many non-destructive testing (NDT) technologies. The driving force behind these developments has been industry's need for techniques that would accurately locate, characterise and size flaws in every type of component and structure, from printed circuit boards to offshore platforms and from medical implants to nuclear reactor pressure vessels.
For more information www.twi.co.uk/technologies/ndt/advanced-ndt/
If you wish to use this image each use should be accompanied by the credit line and notice, "Courtesy of TWI Ltd".
Watching the cortical video was like flying through a 3D extrusion of a Jackson Pollock.
[which reminded me of a flickr conversation that spilled over to lunch today... about how we see beauty in certain common patterns in nature... resonant homologies if you will... It seems that we like the emergent constructs, fractal and nested, that arise from iterative computations (evolution, organic growth...). In other words, we appreciate the accumulated computational complexity produced by evolutionary dynamics (genetic and memetic).]
Henry Markram from EPFL showed videos of the morphologically complex dentritic maps from the 10K neurons in one human cortical column. An IBM BlueGene computer runs at 22TFLOPS to model 10 million dynamic synapses for those 10K neurons.
The output from BlueGene is a data stream of 1 terabyte per sec. So they need another supercomputer (SGI with 300GB shared memory) for visualization to assess if the results are interesting.
Polymorphic 8813 with Basic, 8088 compatible processor, Altair compatible slots. Listed in 1978 at $3250. Today's dollar value, over $10000. More Info
------------------------------------------------------------------------------------------
All, thanks for coming, since your here, check out the rest of my photostream . Or just check out my 50 most popular shots. All of my vintage computing photos can be seen here All of my vintage ads can be seen here Thanks, SA_Steve P.S. Also check out my fast food ads from the seventies, targeting African American Consumers
High-speed Interconnect – Magellan systems at both NERSC and the ALCF will be built using QDR InfiniBand fabric like the one pictured here.
credit: Lawrence Berkeley Nat'l Lab - Roy Kaltschmidt, photographer
XBD200912-01023-14.TIF
Main system console for Magellan at NERSC.
credit: Lawrence Berkeley Nat'l Lab - Roy Kaltschmidt, photographer
XBD200912-01023-18.TIF
Beneficios del cloud computing
La siguiente infografía preparada por NovelAspect, empresa de hosting y de servicios de IT, muestra de forma gráfica el crecimiento y actual adaptación de las empresas al cloud computing.
During the week of 19 June 2017, 50 scientists and computing experts came together on the DESY campus in Zeuthen, Germany to discuss new analysis and simulation methods for CTA. The talks covered simulation tools, reconstruction algorithms and tools, instrument response functions, high-level science tools and grid tools.
An interactive game of tic tac toe meant to be played by two people. By clicking on the blank squares, it turns the ellipse orange or black pending on the turn of the players.
Code:
boolean xTurn; // dataType variableName
boolean ohTurn;
color xColor = color(255,150,21);
color ohColor = color (21,12,0);
void setup(){
size (600,600);
background (255);
xTurn = false;
ohTurn = true;
}
void draw(){
strokeWeight(3);
line(0, 200, width, 200);
line(0, 400, width, 400);
line(200,1,200,height);
line(400,1,400,height);
}
void mouseClicked(){
xTurn = !xTurn;
ohTurn = !ohTurn;
print("Is it X's Turn: " + xTurn); //xturn
print('\t');
println("Is it oh's Turn: " + ohTurn); //ohturn
if(mouseX> 0 && mouseX0 && mouseY 000 && mouseX200 && mouseY 000 && mouseX400 && mouseY 200 && mouseX0 && mouseY 200 && mouseX200 && mouseY 200 && mouseX400 && mouseY 400 && mouseX0 && mouseY 400 && mouseX200 && mouseY 400 && mouseX400 && mouseY<600){ //bottom right blk
if(xTurn){
fill(xColor);
ellipse (500,500,50,50);
}
else if(ohTurn){
fill(ohColor);
ellipse (500,500,50,50);
}
}
}
link:
The Deutches Museum in Munich is the only museum I've been in which has a Computing Science exhibit. It was genuinely amazing to see the huge valve driven machines that I had only heard about. From the pictures I took, I created a triptych. The Cray-1 label, some detail of the Cray itself and an IBM 7501 Punch Card Reader.
Cloud Computing Infografía de las ventajas
Tercera y última infografía publicada por GetApp. Ésta se centra en las ventajas que el cloud computing representa para los negocios.