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

 



Forgot your password?
typodupeerror
×

Comment Moral: (Score 1) 779

The moral of this story is that if, in an interview, you're asked "have you ever enslaved a civilization?", you probably don't want to work there, regardless of whether or not they're affiliated with scientology.

Of course, unless they're game developers or recruiting Bond villains.

Comment Aim Higher. (Score 1) 517

If performance is your goal, don't look at the "buy-it-at-Frys" level of NAS, or at "roll-your-own."

If you build your own, you'll end up bottle-necked by the performance of the particular OS you use, plus SAMBA or NFS (depending on your needs.) Plus, there's the time factor in putting it together, tuning it, and maintaining it. Granted, this isn't a lot if you're already a tech-head, but your time isn't free.

If you buy one of the consumer-level NAS boxes, what you're getting is the equivalent of building your own, without the ability to tune it, since most are based on the same open-source software you would use yourself. Pretty much every NAS device I've ever seen has the same cyclical bursty transfer profile as a build-it-yourself.

If you want better performance and buzzwords, every major PC vendor now has a SAN solution. You get the benefit of a team of people whose job it is to maximize disk performance, and a nice management system. However, your system head still has the same problems as before - using a general purpose OS and/or open-source software.

If you want pure performance, look at Network Appliance. They've been in the game for a long time, and their hardware/software combination allows them to control/tune the whole environment. To a first approximation, all the cool things in ZFS were done ten years ago by NetApp. You get the benefit of a whole company whose job it is to maximize disk and network performance. You can look at a performance review from earlier this year showing about 30k SPC-1 IOPS.

Personal anecdotes:

  1. Several years ago, we did a benchmark for ClearCase between a Sun hardware head with a (a) directly connected, fibrechannel SCSI RAID array, and (b) a 100G ethernet connection to a NetApp. The performance of the NetApp was about 20% higher than directly connected disk.
  2. NetApp service is incredible. We came in one morning, and there was an email from Network Appliance that basically said "Hello; your NetApp notified us that one of its disks has failed. We have shipped a replacement. Here's your UPS tracking number."
  3. The above also holds for software. There's nothing like "Hello; your NetApp had a software failure. From analyzing the crash dump it sent us, we recommend you install patch xxyyzzz."

Note: My only relation with NetApp is being a very satisfied customer.

Toys

Submission + - Digital Cameras: Red changes the game

dghcasp writes: It's been an interesting year in the world of digital cameras. Just over a year ago, Canon advanced the SLR megapixel race to 21 MP with its $8k 1Ds Mark III. Around six months ago, a resurgent Nikon brought forth the $1000 D90, a 12 MP full-frame SLR that could shoot 1440x1080 video. Four months ago, Phase One announced a digital medium format back with 65 MP resolution at 1-fps in the $50k+ price range. Just over a month ago, Canon introduced their 5D Mark II a sub-$3,000 full frame camera with 21 MP that shot 1920x1080 video. And today, Red said "Enough with the incremental improvements — let's just get it over with" and finally published information on their upcoming convergence cameras, the Epic and Scarlet [warning: huge JPEG brochure.] Interchangeable sensor backs with resolutions between 4 and 261 MP (not a typo!) Shoot video at up to 120 frames per second and resolution up to 28 MP (that's 14 x Hi Definition.) Full interchangeability between components (think medium format.) And a price for entry (sensor only) of only $2,500.

Comment Re:Useful tricks. (Score 1) 2362

Don't use anything not in Bourne shell, for example $(), lest you someday have to fix a problem on an older system that predates bash and you are unable to remember how to do it properly.

I could also say "Don't use any command not available in a miniroot," but then I'm really dating myself... either that, or opening up more "stupid unix tricks," like Identify 3 ways to get a directory listing where the only commands you have available are shell builtins, echo, and dd

Comment File under "tricks" (Score 1) 2362

I once was a sysadmin at a company where official policy was "every user has the root password."

Since I didn't want people wandering through my pr0n^H^H^H^H work directory, my home directory was empty except for a single directory: "my/directory". Yes, a single directory with a slash embedded in the name.

Only one other user at the company was smart enough to figure out how to cd(1) into the directory. Fortunately, he doubled the size of it.

Slashdot Top Deals

The optimum committee has no members. -- Norman Augustine

Working...