Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Bogus study (Score 1) 357

My Samsung Galaxy S (Vibrant on T-Mobile) has been the toughest phone I own. I even managed to drop it in a pool, let it dry out and it is still working today. The gorilla glass on this phone is amazing. It lives in my pocket with no screen protect and with change, pens and sometimes keys and doesn't have any noticeable scratches. About the only thing that bothers me is that the GPS is crap, but that isn't high on my list of priorities. I will definitely go with the SGS II or the SGS 3 if that is out by the time I can upgrade late next year.

Comment Re:Building Clusters (Score 2) 264

This post is full of good information. I have been managing HPC for seismic companies for the past 8 years now. I regularly use xCAT as I find that after a few nodes automation is the way to go.

You will find that most clusters run RedHat or a variant of the OS. Most places run CentOS on the nodes and have a machine with RedHat stashed around somewhere in case a problem occurs and they need to reproduce it on a "supported" OS.

Why is there a requirement for a full blown X install? Are these machines desktop boxes or are they racked? Typically you have a thin client software installed at the cluster gateway. We use both NX and ThinAnywhere today.

Comment Re:Because its magic (Score 1) 720

I love your feed, I have been following you for quite a while on twitter. I know a lot of the tips and tricks that come up but at least once a week something new to me shows up.

I have been a systems administrator for over 10 years and I find the command line invaluable. Even the geophysicists ask me to write quick one use awk scripts to format a file into something usable.

Comment Re:The solution is well organized physical storage (Score 1) 70

While I agree for the most part I think you may be missing an important facet of a software based inventory system.

With a software based system that is kept up to date you can know without having to count physical items if you have enough parts for a particular project.

Just my quick $0.02 on the subject.

Comment The overkill solution (Score 5, Insightful) 405

Time for overkill solution number 1:

1) Buy a SIP to POTS adapter
2) Install asterisk on your Linux server (You do have a Linux server right?)
3) Create a web app, preferably Ruby on Rails, that connects to Asterisk over the management port and dials a phone number and rings it back to your home phone line
4) Profit until the system breaks and the wife wrings your neck because she can't call to make her beauty salon appointment!

Enjoy!

Comment Re:ROCKS rocks! (Score 1) 114

A cluster is a collection of, usually, homogeneous compute nodes. They are usually split into MPI and SSI, Message Passing Interface of Single Server Image. The latter is a bunch of machines trying to emulate a single system and is not commonly found in the HPC world. You are more likely to find MPI setups where each bit of processing can be broken into smaller pieces and distributed to each node.

For a render farm you can have machines with no knowledge of each other as they can each work on a separate set of frames. If the rendered is MPI aware it can ask neighboring nodes for data.

ROCKS Clusters are MPI based but can be used as individual machines. ROCKS strength is its simplicity in managing the OS image on each of the nodes. You plug a machine into the network, flip it on, wait for ROCKS to find the MAC broadcast during PXE boot and then assign it to a predefined image group. Minutes later you have a machine installed exactly as all other nodes on the cluster are. This is sometimes vitally important as certain software may not work with a different revision of the OS.

ROCKS allows for easy management and easy expandability. If you need more compute power, plug in new nodes, collect the MACs and image.

Comment XCAT and post scripts (Score 2, Informative) 113

We have XCAT and post scripts setup to do the majority of our work. Images the machine (PXE generation, DHCP config), installs files based on group, sets the ganglia config. I don't have any monitoring setup on compute nodes as I have ganglia open daily to watch for cluster node failures. Zenoss is done afterwards as I have yet to find a good way to automate that.

It's funny.  Laugh.

PETA Using Games To Spread Its Message 477

Cooking Mama is a series of games for the Wii and the DS in which players go through a number of steps to prepare meals using a variety of recipes. Last week, People for the Ethical Treatment of Animals (PETA) created their own Flash-based parody of the game, highlighting the use of meat products by having a more bloody-minded Mama do things like pull the internal organs from a Thanksgiving turkey. Cooking Mama's maker, Majesco, issued a light-hearted response, pointing out the vegetarian meals in the game. PETA then said they plan to continue making parody games as a way of "engaging the public."
Sun Microsystems

Submission + - Sun to Counter sue Network Appliance (sun.com) 1

An anonymous reader writes: Sun's CEO has posted on his blog that Sun will be filing a counter suit some time this week to quote from the article:
"And to be clear, once again, we have no interest whatever in suing NetApps — we didn't before this case, and we don't now. But given the impracticality of what they're seeking as resolution, to take back an innovation that helps their customers as much as ours, we have no choice but to respond in court.

So later this week, we're going to use our defensive portfolio to respond to Network Appliance, filing a comprehensive reciprocal suit. As a part of this suit, we are requesting a permanent injunction to remove all of their filer products from the marketplace, and are examining the original NFS license — on which Network Appliance was started. By opting to litigate vs. innovate, they are disrupting their customers and employees across the world. "

Books

Submission + - Robert Jorden Passes Away (dragonmount.com) 1

OS24Ever writes: "From the site (having server issues already): It is with great sadness that I tell you that the Dragon is gone. RJ left us today at 2:45 PM. He fought a valiant fight against this most horrid disease. In the end, he left peacefully and in no pain.

Robert Jordan had amyloidosis, a disease characterized by extracellular accumulation of amyloid in various organs and tissues of the body"

Television

Submission + - Getting Video to Multiple Remote TVs

2names writes: The facility where I work consists of multiple buildings spread across a fairly large campus. I have been tasked with setting up a media server of some sort so that multiple televisions in the different buildings can access stored video, satellite video (such as DirecTV), and also be able to show live video from our conference room. I have looked into MythTV, SageTV, and a couple of other options, but nothing has really covered all the bases so far. What I envision is a central server to house the archived video and connection to the "television" and camera sources and a menu driven selection method on each remote TV. Have any of you slashdotters had to set up something like this, and if so, what was your solution?

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...