Forgot your password?

typodupeerror

Comment: Oblig. (Score 4, Funny) 161

by Psicopatico (#43125733) Attached to: If Video Games Make People Violent, So Do Pictures of Snakes
"If Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music."
(Kristian Wilson - Creator of Pac-Man - 1989)

[I know this quote is a comedina joke and not an original one, but whatever it expresses exactly my tougths on the subject.]

Comment: Re:Precedent? (Score 1) 168

Yes and no.

While Italian judiciary system is generally considered as civil law, in reality it is mixed.
There are three levels of judice:
- ordinary;
- appeal;
- court of cassation (a.k.a. supreme court).

After the second level of judice, sentences create precedent and make laws.
But the supreme court only evaluates if previous courts correctly followed the procedures/laws, it doesn't go deep on the facts of the trial.

For other EU countries, I don't know :)

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

by Psicopatico (#42426619) Attached to: Ask Slashdot: Easiest Way To Consolidate Household Media?

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

by Psicopatico (#42396879) Attached to: How Do YOU Establish a Secure Computing Environment?

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

by Psicopatico (#42379705) Attached to: Bee Venom Has "Botox-Like Effect," Is Worth 7 Times As Much As Gold

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

by Psicopatico (#42345589) Attached to: Steam For Linux Is Now an Open Beta
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

by Psicopatico (#42344843) Attached to: Steam For Linux Is Now an Open Beta
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 :( ).

There's no such thing as a free lunch. -- Milton Friendman

Working...