Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
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.
User Journal

Journal Journal: Vindicated 4

My decision to rip all of my audio losslessly to FLAC has been vindicated. I rip to Vorbis as well, but I always thought it was worth having the lossless originals around too. That way, if a new codec arrived on the scene at a later date, I could rerip to that without any further loss of quality. That codec is now here. Hello, Opus!

Programming

Journal Journal: Javascript 1

I'd forgotten how much I hated Javascript. I very much appear better suited to server programming than to web programming...

User Journal

Journal Journal: On the merits of redundancy 3

Some people think I'm paranoid. I wouldn't say so. It's just that I pay more attention to the potential worst case outcome that some. So when it comes to storage, I have a mirrored RAID array in my home server. The contents are backed up to a separate disk in the same machine. I also have an offsite backup in a datacentre.

Comment Re:Ha (Score 1) 11

I'll ask my electrician for a full size rack on wheels, but if he can't get one, the wall mount it is

Unless you need the full 42u, I'd definitely go for something smaller. A half-ish rack on wheels should be more than adequate, will be less imposing, and they're relatively cheap, too. We have a couple in the office at work because the few machines that aren't in one of the data centres don't need a full height permanent rack. I can't believe there isn't a suitable supplier in Luxembourg, given the number of financial institutions there. But if not, there should be plenty in Germany, right?

Comment Re: Nouveau (Score 1) 70

Also, good luck getting multiple monitors to work

I've had far more success with multiple monitors using nouveau than with the proprietary Nvidia drivers. I'm currently running with 4 monitors using nouveau, and have been for many years. Further, in the last few years I haven't encountered anyone else that's had problems with multiheaded support in nouveau either, and we have an office full of people doing so here.

Comment Re:Canonical (Score 1) 11

I am stuck with a linux desktop that can't talk to my camcorder, scanner (though the linux-compatible printer now *finally* works), etc.

To be fair, those things are rarely due to resources being spread too thinly or duplicated efforts elsewhere and are far more commonly caused by patents, obstructive vendors and unethical business practices. Apple gets around this by paying the vendors, which simply isn't an option for most Linux distributions.

Red Hat seem to have a pretty good business model when it comes to open source, and are now a billion dollar company. That shows that you can do it. I don't think Canonical can follow their example, though.

Comment Re:Stephen R.Donaldson- Chronicles of Thomas Coven (Score 1) 1244

But they are the only modern fantasy novels that are on the same high level as Tolkien

I couldn't disagree more. Donaldson has a terrible writing style that has a few brief moments of greatness and a lot of tawdry mediocrity. He doesn't come close of Tolkien on any level, and I found "The chronicles of Thomas Covenant the unbeliever" to be very dull for the most part. I wouldn't recommend them to anyone.

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...