Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:So (Score 1) 709

Awesome post. Let me add one thing, though: If you like BASIC, you will love FORTRAN. It is procedural, so it is similar in concepts to BASIC; and it is extensible, so you can start with a Hello World program in Fortran with a PRINT *, "Hello World", similar to BASIC's PRINT "Hello World".

You can then gradually introduce concepts, such as loops and conditionals in the same way with BASIC; then, you can take on more complex ideas, such as variable typing and allocation (IMPLICIT NONE ftw!), pointers, modules/classes, and you can go all the way to object oriented fluff with the latest standards.

Moreover, FORTRAN is still being used in industry, and not just as a legacy language. There is extensive development of parallel code in Fortran, and the language still reigns king in High-Performance Computing. Thus, the language can grow and be anything from a crayon to a calligraphy quill as desired.

Comment Re:GPU = supercomputer? (Score 1) 135

The major problem with adoption is probably that most of the people running jobs on SC's are scientists not computer scientists. They use large piles of ancient, well tested libraries and only tweak small parts of the code that are specific to their problem. This means that most of those libraries will need to be ported to OpenCL and CUDA before adoption really picks up.

And we have a winner!

Most people do not want to write their eigensolvers, Poisson system solvers, matrix multiplication routines, and the like. They just want to use code that already does that, and that has been tested to do its job well. Code verification is important. So, the libraries that do so need to be ported before anyone in HPC switches to GPU architectures seriously. (Remember: this is the land where FORTRAN is still king...)

Submission + - Check this out: Swedish police attacking wikileaks (www.vk.se)

An anonymous reader writes: Polisen genomför just nu ett tillslag mot webbhotellet PRQ:s lokaler i Solna. Där finns bland andra Wikileaks servrar. Åklagare bekräftar för P 3 Nyheter att ett tillslag pågår och lovar mer information inom kort. (TT)

Use googletranslate to translate it:

The police currently making a strike against PRQ hosting company's premises in Solna. There are, among others, Wikileaks servers. Prosecutors confirmed for P 3 News that a crackdown is under way and promises more information soon. (TT)

Be ready for more news, btw, they are doing it under guise of taking down filesharers, but are cracking down on the ISP which means ALL SERVERS are under investigation.

Submission + - Large filesharing bust in Sweden, more within the (sverigesradio.se)

An anonymous reader writes: At 10:24 (Swedish time) this morning the Swedish national radio published an article stating the following (translated from Swedish):

"Large bust against filesharers
A large file sharing bust concerning all of Europe is happening right now in Sweden.
The Police are raiding the PRQ office in Solna, where among others The Pirate Bay's servers where situated during the large raid 2006.

Today the Wikileaks servers are at the site. Prosecutors will not comment at the moment but confirms that the raid is related to filesharing and a press release is expected within the hour.

Google

Submission + - Primary WHOIS Servers Hacked, Apparently For Lulz (sophos.com)

Titoxd writes: Sophos reports that the primary WHOIS servers for the web at whois-servers.net have been hacked, and that several high-profile websites (such as Microsoft, Google, Apple, Facebook, MySpace, and others) have had their WHOIS records altered. The attack seems to be more of a nuisance than anything more serious.
HP

Submission + - Oracle hired Mark Hurd (americanewsheadlines.com)

newsheadlines writes: Mark Hurd, 53, exited HP after an investigation of a sexual harassment allegation found inaccurate expense reports filed by Hurd or in his name. While the company determined that Hurd didnâât violate the harassment policy, it found that he concealed a personal relationship with his accuser, Jodie Fisher, a former actress who handled executive events. Hurd and Fisher, 50, settled her complaint out of court.

Submission + - MIT creates self-repairing solar cells (geek.com)

An anonymous reader writes: If you put objects in direct sunlight they degrade quickly. Solar panels are no exception and current panels will degrade over time, eventually becoming useless. What we need is a solar cell that does not degrade, or as MIT has just created, a solar cell that repairs itself.

Michael Strano is the chemical engineer at MIT who headed up the research and development of the new cell. He explained:

Sunlight, when it hits oxygen, is very damaging. It’s the reason why we age, and the reason why when we leave paper or plastic out in the sun, it fades. There’s a kind of a horse race among scientists around the world to make the highest efficiency cell, but very few people are asking what happens with that cell when you plug it in for a few hours or for a week or for months

Strano’s answer to cell degradation is to mix together a number of different components that would form into a solar cell on their own. This meant using the photosynthetic reaction center of plants, lipids that create cell walls, carbon nanotubes, and a surfactant that helps keep specific molecules separate.

Google

Submission + - Major Malware Attack on MT Network (google.com)

An anonymous reader writes: 1/6 of the sites hosted on the Media Temple network are being affected by malware. As of today, "Of the 64585 site(s) we tested on this network over the past 90 days, 12128 site(s), ..., served content that resulted in malicious software being downloaded and installed without user consent.". Most of those affected are victims of the oeaou hack. This result on a major ban by Google of those sites, but it also affects the ranking of all the other sites hosted on this network. The problem is getting worse everyday and nobody is acting on it to fix it. Internet is a battle field, you have to query on the fight, if you don't, you die !!!
Hardware

Submission + - MANCHESTER POLICE DUMP TERROR SECRETS IN STREET (dailystar.co.uk)

Tootech writes: POLICE chiefs were last night probing how a memory stick containing top secret anti-terror documents was found dumped in the street outside their own station.
The 4in stick contains more than 2,000 pages of highly-sensitive and confidential information intended to be seen only by senior officers.

Sections on countering the threat of terrorism on British streets include strategies for acid and petrol bomb attacks, blast control training and the use of batons and shields.
There is even a comprehensive list of officers’ names, ranks and their divisions.

Also covered are sections detailing the use and understanding of firearms as well as water cannons and CS gas.
Describing its contents as “an essential reference for all officers”, it goes on to outline methods to combat football violence, riots, public disorder and how to deal with violent people when entering a room.

Produced by the National Police Improvement Agency, the files, bearing the title Manual On Guidance Of Keeping The Peace, cover all aspects of counter terrorism and “tactical deployment”.
The memory stick was found dumped on the pavement outside the police station in Stalybridge, near Manchester.

Submission + - Broadband determines Australian Government (itnews.com.au)

An anonymous reader writes: Access to broadband especially in country areas emerged as the deal breaker in the recent Australian elections, with a hung parliament resting on the decision of two independents as to which side of politics they would support. Conservative independents Tony Windsor and Rob Oakeshott today threw their support behind Labor based in large part on the plan by the left-leaning party to roll out a $A43b, optical fibre network to 93% of Australian homes and businesses. My advisers in relation to broadband technology — of which I have many — suggest you do it once, do it right and you do it with fibre," Windsor said. "That has been one of the major influences I've had in making a decision."

Slashdot Top Deals

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...