Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Really? (Score 1) 110

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

A failure will not appear until a unit has passed final inspection.

Working...