Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:What happens? (Score 3, Interesting) 63

I wonder if they'll discover bulletin board systems (BBS) like we used to use before the internet was even a thing.

Seems to me there might be a proliferation of such systems appearing in Oz. I wonder if they could even "import" content from other mainstream social media platforms such as Facebook, YouTube etc like FidoNet used to do with usenet postings. Now *that* would be interesting.

Hey... come to think of it, let's just revive usenet and be done with it!

Comment Re:Really? (Score 1) 113

It can probably write you a full NTP client. But it can't run it,

Then the proper response should be something like:

Run the following:

#!/usr/bin/perl

use Net::NTP qw(get_ntp_response);
use Time::HiRes qw(time);
my %response = get_ntp_response();

.
.
etc.

Comment Re:Struggling to quit the dollar (Score 1) 30

Using nukes (or even a large dose of conventional warfare) is beyond a point of no return. Where most other nations will refuse to deal with you. Some may, but then you end up with a division into two groups. Like the Axis and Allied powers during WWII. And we all know how that ended up.

It's not a situation one can step back from easily and return to the negotiating table.

Slashdot Top Deals

The hardest part of climbing the ladder of success is getting through the crowd at the bottom.

Working...