Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment "Ultra" ? Just like Apple? (Score 1) 36

Apple is using 'Max' and 'Ultra' in their own branding, for their ARM processors. They've been doing this for, what, two years? So why is Intel using the exact same word now?

I guess other words were just too ugly or tainted? "Super"? "Mega"? "Uber"?!?

I never liked Intel's names, honestly. We know processors have cores, no need to put that word in the name too...

Comment Yes. In scientific research. (Score 4, Informative) 198

I work for a medical research group. We have about 40 developers and 100 people on the research side (including students). We use almost only Linux desktops, and some Macs. Devs often spawn VMs on them, and other non-dev users can get VMs on dedicated CentOS servers we own. We write many of our own IT tools too.

I think we might have one or two windows desktops, for the graphics designer guy.

Comment Can the devs do it themselves? (Score 2) 96

Did he Rust maintainers have to implement the dbg!() method, or could any Rust dev add their own? I know in Ruby I could have created my own:

def dbg!(x)
      STDERR.print "#{__FILE__}:#{__LINE__} #{x.inspect}\n"
      x
end

Just curious, don't know how flexible Rust is when it comes to extending the language itself.

Comment "Small Gods", by Terry Pratchett (Score 2) 261

I've read 4/5th of it at this point, I'll probably finish it this weekend. It's a beautiful nice fantasy story. No need to have read any of the other Discworld novels, either.

It's the story of a young apprentice priest in a extremely religious society, who meets the actual god of that society. The god has just re-incarnated into a small tortoise, and has almost no godlike powers left. And, the little tortoise can only be heard by the apprentice.

Comment Interactive daily diagram of sea ice extent (Score 3, Informative) 245

Personally, I love this diagram. I bookmarked it a couple of years ago and I like to show it to people. Climate change is pretty obvious if you hide all the series and then reveal them one by one in chronological order.

    http://arctic.atmos.uiuc.edu/cryosphere/arctic.sea.ice.interactive.html

(University of Illinois)

Comment Re:because desktop linux is a toy and novelty (Score 1) 1215

Well, what about that lab? What do they do with Windows? I tried a quick Google search but all the results I got were related to cold fusion research and the infamous Pons & Fleischmann affair. That poor department, I bet it must be difficult for them to do proper research nowadays and get it seen in its true light, because it must be constantly drowned by all the (continuing) coverage of that fiasco!

Comment Re:because desktop linux is a toy and novelty (Score 5, Informative) 1215

Yeah, in science, it's usually rare to have serious development done on Windows, except for the occasional data acquisition station or for some control computer attached to a commercial lab apparatus. Just have a look at the Top 500 supercomputer clusters, most of them run a flavor of Linux or UNIX. I've worked for genomics companies and now I'm at a neurological institute, and all the heavy duty HPC pipelines are designed to integrate with such clusters, and the scientists themselves work on Linux desktops. We're shuffling terabytes of medical images back and forth, with large data trees on shared filesystems that are continuously updated by scripts in bash, Perl, Ruby, Python, and Java. If Microsoft had the power to force us to switch to Windows for everything, science would grind to a halt for 15 years while we re-code everything, and even then it would probably still not be as functional as what we have right now. There is great beauty and power in command-line processing, when done well.

Does anyone know of any big science project that's all done on Windows? Really, I'm asking because I'm curious. As far as I know, in physics, chemistry, astronomy, geology, medecine etc, any project that requires complex custom HPC pipelines are created on Linux (or UNIX). Windows? Never heard of one. But it might exist, I suppose.

Slashdot Top Deals

A computer without COBOL and Fortran is like a piece of chocolate cake without ketchup and mustard.

Working...