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

 



Forgot your password?
typodupeerror

Comment Re:What's more important, speed or capacity ? (Score 3, Informative) 47

both fast hard drives and slower hard drives have their place in the chia farming process. Fast hard drives for 'plotting' ie, creating the cryptographic proofs on the storage. Slower ones for storage of them 'farming'. I plot on NVME and SSD then transfer them to high capacity spinning plater drives.

Comment opportunities for advances in storage tech? (Score 1) 47

it amazes me that AMD/NVIDIA didn't embrace the people that wanted their products. I hope the storage manufacturers do and use the opportunity to put some more money into R&D and improve their space. like, shut up and take my money... what am I missing? Shouldn't all this money flowing to these GPU/Storage/etc industries help their companies to develop better technologies faster?

Comment Re:Very interesting article (Score 1) 164

The Tunguska event could be mis-interpreted as a nuclear strike if it were to happen today over a populated area.

I thought nuclear strikes were highly radioactive. That and other clues would be easy to gather very quickly.
What do you mean "very quickly"? By "very quickly", do you mean "Mr. President, we believe this to be a Russian first strike, and you must decide in the next 5 minutes if we are going to retaliate" quick?
Announcements

Journal Journal: 116 pics of assorted ladies 8

Just to show that I can use curl as well as wget: of course, now you can have fun writing it in perl for a change :-)

#!/bin/bash

User Journal

Journal Journal: Okay friends, here's some more 5

And this time NO TYPOS (I hope).

#!/usr/bin/perl

# sample url http://www.hardloveart.com/34/inf8.0015.jpg
for ($i = 1; $i <=8; $i++) {
for ($j = 1; $j <= 15; $j++) {
if ($j < 10) {
$cmd = "wget www.hardloveart.com/34/inf$i/000$j.jpg -w4";
} else {
$cmd = "wget www.hardloveart.com/34/inf$i/00$j.jpg -w4";
}
`$cmd`;
}
}

About 7 megs of pix, 120 images.

Slashdot Top Deals

% "Every morning, I get up and look through the 'Forbes' list of the richest people in America. If I'm not there, I go to work" -- Robert Orben

Working...