Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Submission + - Slashdot Alum Samzenpus's Fractured Veil Hits Kickstarter

CmdrTaco writes: Long time Slashdot readers remember Samzenpus,who posted over 17,000 stories here, sadly crushing my record in the process! What you might NOT know is that he was frequently the Dungeon Master for D&D campaigns played by the original Slashdot crew, and for the last few years he has been applying these skills with fellow Slashdot editorial alum Chris DiBona to a Survival game called Fractured Veil. It's set in a post apocalyptic Hawaii with a huge world based on real map data to explore, as well as careful balance between PVP & PVE. I figured a lot of our old friends would love to help them meet their kickstarter goal and then help us build bases and murder monsters! The game is turning into something pretty great and I'm excited to see it in the wild!

Comment Could also be an M.2 card upgrade (Score 1) 38

It took only a few minutes for me to upgrade my 'Legacy' 2016 model Lenovo laptop to WiFi-6 and BT 5.1 using a US$25 intel AX200 kit. It was just a matter of disconnecting the old WiFi card and installing the new one. The replaced M.2 card actually does connect at 2400 Mbps to my WiFi-6 router, though actual speeds are certainly slower. Other notebook PCs might be harder (or impossible to upgrade), but Lenovos are pretty easy to work on.

Before you try this on your own machine, make sure you research any BIOS blacklists / whitelists from your PC's manufacturer, to determine if they prevent you from upgrading hardware.

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.

Slashdot Top Deals

On a paper submitted by a physicist colleague: "This isn't right. This isn't even wrong." -- Wolfgang Pauli

Working...