Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:This is a real problem (Score 1) 253

Have you considered using Fortran? Matlab is much closer to Fortran than C (arrays start at 1 instead of 0, to pick a rather annoying bug), has plenty of libraries available (just like C) and the newer versions of the language standard are not the spaghetti-laden soup they used to be.

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.

Slashdot Top Deals

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...