Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Totally different model of behavior (Score 2) 215

The Shinkansen typically runs every 15-20 minutes or so. On the busiest lines (Tokyo-Osaka) at peak times there's a new train every five minutes. You just show up, get a ticket atthe vending machine and step on to the next train.

Flying may be cheaper, but the trains are just so much faster and more convenient. I love them.

Comment Re:Not surprising (Score 1) 288

Even if you could create a version of Windows that would run well in a cluster environment, the applications aren't there. One reason Linux is so dominant is that the kind of code you want to run on a big cluster is all written for Linux.

With that said, some HPC apps are hybrid; you run a client on your local machine (Windows app, or a web app) that dispatches the work on to the cluster in the background. With those you can treat the cluster as a big accelerator for your local app.

Comment Re:wrong problem... (Score 2) 59

I agree low birthrates is a problem (although the reasons are principally economical rather than social). I live in Japan and see this first hand.

Low birth rates is not the cause of the rural depopulation, though. That has been an ongoing trend since long before the population stopped growing; and it's a trend in countries whose populations are stable or still growing at present.

Comment Re:wrong problem... (Score 4, Insightful) 59

This is really about urbanization, not population changes, and it's not limited to Japan.

The issue is that young people leave rural areas - for school, higher education, jobs - and don't return. Cities grow while rural areas shrink, and eventually the population becomes too small and too sparse to support a good range of public services. Similar things are happening in Europe and in north America as well.

Comment Re:PEP 394: /usr/bin/python should not be python3 (Score 4, Informative) 94

Apart from having to rewrite existing code, one issue is that in some fields (HPC and supercomputing) the facilities can be very conservative about what they install. In many places, they install whatever is the conservative, safe default when the system is built, then they never update it. If you do offer newer versions of something, you add it alongside the existing software, not replacing it. When the system us upgraded or replaced, you make very sure to add (or backport) the old versions for the new system.

A major reason is that research projects - that can go on for 5-10 years - don't want to switch software versions mid-stream. If you are comparing an analysis of your current data with data from five years ago, you want to be sure any differences is due to the data, not because you changed software versions somewhere along the line.

This means that many systems may not offer Python 3 at all; or if they do, they still point to Python 2.7 as "the" python, and they will until the system is decommissioned years and years from now. And that means a lot of scientific software still primarily (and sometimes only, though that's becoming rare) target Python 2, since that's where a lot of their users are.

Python 2 will in practice live on for at least another decade, and quite likely for longer than that. I do agree that new projects probably should seriously consider using Python 3, but Python 2 disappearing will not happen.

Comment Re:Core Competency (Score 1) 107

No, more than half of the machines this year were using Infiniband. I get the impression (note: not hard data) that IB is pushing out 10G Ethernet on the lower end of the HPC field. The latency wins are worth it for a lot of applications.

Comment Re:Core Competency (Score 1) 107

Infiniband is the most common interconnect in the HPC space today though. Doesn't seem right to say it's a failure when it dominates the segment it was designed to handle. Or do you mean specifically the Intel implementation of it?

Comment Re:Why would anybody live in a city? (Score 3, Insightful) 108

Because cities have a lot of different kind of people, different kinds of shops, art spaces, restaurants, performances and so on. Suburbs are far more homogenous. They're like that bar in Blues Brothers that have "both Country and Western".

And cities are a lot more accessible; when you get older you may no longer be able to drive or get around easily, and you will certainly start to appreciate the closeness to various medical specialists, nursing facilities and emergency services.

One major trend here in Japan is that as the population grows older, so does the move into urban centers accelerate, and that's exactly for this reason. Baby boomers are selling their suburban homes and rural houses to get convenient, accessibility-adapted apartments in the city.

Comment Unsurprising (Score 1) 38

Patents have become another "must-have" item in a scientists resume. It presumably shows you're able to create practical applications from otherwise abstract research results.

In practice, of course, you can patent pretty much anything you want if you put your mind to it, and the vast majority of granted patents are never implemented in an actual product and never make any money at all. So researchers just jump through another set of hoops to pad their CV with, usually, a completely worthless patent or two.

The researcher is happy since they got another item on their career-critical CV. The university is happy since granted patents counts toward university rankings. The granting agencies are happy since it shows their research grants are producing tangible results. Too bad the actual end result - the patent - is utterly worthless.

Slashdot Top Deals

We are experiencing system trouble -- do not adjust your terminal.

Working...