Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:An ultimately simple concept... (Score 3, Informative) 272

Agreed.

Basically set up a BIG container where to put the digital stuff, plus number of network shares and you're done.

BUT

In any case do not forget about redundancy and back-up.
Even in the tinyest case, that would mean a single HD, with its twin in RAID-1, plus another as offline backup. Total: 3HDs.

Going up with sizes will add complexity.
Let's say you target a 10TB container, made of 2TB drives. That translates into 5+5 drives for a RAID-0+1, or 7 drives for a RAID-6 (which one is more suited, is another discussion). Plus the back-up (another minimum 5 drives).

For any choice but the absolute minimal one (the three drives example), be absofuckinglutely sure about airflow.
Cramming a lot of drives in a box probably not engineered for this task and putting it into a closet is the perfect recipe for a disaster.

Comment Re:linux (Score 4, Interesting) 314

My experience as well.
So far, in the last 8 years it gave me excellent results.

We all know 99%+ of the generic malware out there is crafted to break in Windows setups.
The amount is so vast it's only a matter of time, you *will* be hit.
But once you take the target out of the equation, the rest is much much more easy to manage.

Once I realized this, I stopped recommending Linux to random folks: the more people keeps using Windows, the more *I* am secure.
And, at the end of the day, this is the only thing that matters to me.

Comment Lolwut (Score 5, Interesting) 248

Bee's venom can kill by inducing shock in allergic subjects.
It looks like it has a very nasty property of being a potential allergenic (I hope I got the correct term. If not, sorry) meaning: once you get stinged, you may become allergic to venom even if before you weren't. This in sufficently predisposed subjects.

And now it is going to be the golden ingredient for some cosmetic? I hope it is going to be subjected to some form of medical control, to say the least.

But I'm no chemist nor biologist so I may be completely wrong.

Comment Re:Two minor warnings (Score 1) 353

Replying to myself to answer the other posters.

In my case alien did its job. The resulting .rpm installed without a single complain.
OTOH, the following are the relevant snippets from trying to run the client:

me@linux:~/Downloads> /usr/bin/steam
Setting up Steam content in ~/.local/share/Steam
~/.local/share/Steam/ubuntu12_32/steam: /lib/libpthread.so.0: version `GLIBC_2.12' not found (required by ~/.local/share/Steam/ubuntu12_32/steam)
~/.local/share/Steam/ubuntu12_32/steam: /lib/libpthread.so.0: version `GLIBC_2.12' not found (required by ~/.local/share/Steam/ubuntu12_32/steam)

me@linux:~/.local/share/Steam/ubuntu12_32/steam> ldd steam
./steam: /lib/libpthread.so.0: version `GLIBC_2.12' not found (required by ./steam)
[...cut...]

linux:~ # rpm -qa|grep -i glibc
glibc-devel-2.11.3-12.59.1.i686
glibc-2.11.3-12.59.1.i686

Those led me reporting about the version of GlibC. I'm no expert coder so I hardly can go further than this.
Anyway, latest distro release is downloading now and upgrade is scheduled soon. :-)

Comment Two minor warnings (Score 5, Informative) 353

1) The client is currently shipped in .deb format.
If you use an .rpm based distribution, the Alien script will do the conversion so you can install it (hint: alien.pl -r steam_latest.deb --scripts ).
2) The client requires GlibC 2.12 or later. So if by any chance your distribution was released prior to may 2010, you're out of luck (example: my OpenSuse 11.4, released on march 2010 :( ).

Comment Power consumption (Score 1, Insightful) 51

While it's all fine and good emphatizing on the computing capabilities and bragging with MHz, GFLOPS and the such, any good slashdotter knows we're already well beyond the "good enough" threshold.
In the meantime, only few vague words are spent for improved power efficiency.

I personally don't feel the need for a graphic card that goes the double faster and draws 80% more power.
Give me a graphic card that goes same as the actual one, but consumes 40% less, thank you.

Comment Re:Really Blizzard? REALLY? (Score 2) 147

Lack of PvP is not a deficency.
It keeps the screaming whiney kiddos affected by the "I have a bigger e-peen than you, faggot" syndrome away, directly rerouting them to other games.
Heck, the more I think about it the more I appreciate it.

Other than that yes, game has flaws. Even important ones.
And I don't think porting to consoles will solve them.

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...