Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Really? (Score 1) 109

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

"Summit meetings tend to be like panda matings. The expectations are always high, and the results usually disappointing." -- Robert Orben

Working...