Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment The desktop itself is dead (Score 1, Insightful) 108

There will never be a "year of the desktop", because the desktop is dead. The reality is that such a large percentage of the population use mobile devices for the majority of their interactions that whatever happens on the desktop is irrelevant. I find it bizarre because the mobile experience is so abysmal compared to a proper desktop. But I've never understood the mainstream, and I guess this is just another example of that.
User Journal

Journal Journal: Farewell, part II :-( 9

It seems right to post this here, where it all started. Farewell, ~jawtheshark.

User Journal

Journal Journal: Farewell :-( 4

It seems right to post this here, where it all started. Farewell, ~talinom.

Comment He's a lukewarmist, not a denier (Score 2) 286

How can anybody call him a "denier" when he acknowledged global warming in the first twenty seconds of the cited video?

He is more of a lukewarmist, meaning that he agrees that the climate is changing, is not certain that's a bad thing, and reserves judgment on controlling emissions until there is more data to confirm the models' predictions.

Comment backup to USB disk (Score 1) 983

Buy a cheap large USB disk.
Sort the files by creation time, remove the ones in your list of files already backed up (empty at start) and fill your USB disk using the oldest files first.
Add list of backed up files to your collection of disk indexes, (excluding files that you want the backup to process again).
Label the disk as "files from xxx to yyy"
Repeat until you're duplicating current files into a current disk.

If the data is sensitive then truecrypt the disks before writing the data, being aware that losing your password would also lose your backup and be prepared to wait days building the encrypted container.

I wrote an awk script to do this, though at the time I was writing 4Gb DVDs rather than multi-terabyte USB disks.

At some point in the future, when disk sizes have grown you can copy multiple old smaller disks into larger ones to avoid being stuck with old technology. I expect after the submitter has moved to a 100Tb NAS in 2018 they'll be using the 20 as a backup.

User Journal

Journal Journal: KVM recommendations

I appear to be in the market for a new KVM as my current one has all but stopped working. Any recommendations? Minimum 4 outputs. *Must* do VGA. My current one has mini-DIN for keyboard and mouse, which has sort of worked some of the time with USB-PS2 converters. I could probably go for a full USB only one, but I'd need to get new cables.

User Journal

Journal Journal: WTF? 1

leto:/stuff% mkdir mp3
mkdir: cannot create directory `mp3': No space left on device
leto:/stuff% mkdir qwe
leto:/stuff% mv qwe mp3
leto:/stuff% ls -ld mp3
drwxrwxr-x. 2 tet tet 4096 Dec 22 20:53 mp3
leto:/stuff% df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/leto-stuff 30G 9.9G 19G 35% /stuff
leto:/stuff% df -hi .
Filesystem Inodes IUsed IFree IUse% Mounted on

Comment Re:I have everything in FLAC too (Score 1) 4

Yep. I rip to Vorbis as well, so that I can easily scp music to my work computer without having to transfer the full FLAC file over my relatively slow ADSL line. The extra 10% storage it uses is essentially insignificant.

Slashdot Top Deals

The trouble with computers is that they do what you tell them, not what you want. -- D. Cohen

Working...