Forgot your password?

typodupeerror

Comment: TFA misleading (Score 1) 60

The article uses the word "hologram" over and over, and comparisons to Star Trek, but the PR video avoids the term 'hologram' and uses "projection" instead. Hologram technology is not used, and people expecting features found in any hologram (paralax viewing, different views from multiple simultaneous points) will be sorely disappointed.

If someone has created a new and useful car, don't call it "a street aeroplane just like the Wright Brothers!"

Comment: false positives (Score 5, Insightful) 159

We've already had people get slapped for birdsong as copyrighted work. An acquaintance of mine is already wrestling with YouTube because he recorded classical music on his guitar, and he's getting slapped because someone else identified it as a copy of their recording, and YouTube has already jammed advertisements into his video to compensate the accuser, as if he already agreed to a plea-bargain.

Too many false positives, and it costs much less for the people who are already wealthy to make false claims than it does for private citizens to defend themselves against the false claims. This stinks to high heaven.

Comment: "Reader's Choice" is not "Best Choice" (Score 5, Insightful) 378

by Mozai (#38322138) Attached to: GNOME 3 Wins Linux Journal's Readers' Choice Award

I am disappointed in this year's "Reader's Choice." It mentions "Gmail" as the best Linux app for instant messaging, "Google Docs" as the best Linux(?) app for collaboration, and the "reader's choice" for Linux games have been the same for the past eight years, despite eight years of new developments (Battle for Wesnoth? From 2003? When there's Warzone 2100, OpenTTD, 0 A.D., Heroes of Newerth, Minecraft, Braid, Darwinia, DEFCON, MegaGlest, Amnesia Dark Descent, Aquaria, Tiny & Big, OpenClonk, SpaceChem ... jeez.

I think the "Reader's" part of the "Reader's Choice" may be out-of-touch.

Comment: Re:It's been done better by someone else (Score 1) 121

by Mozai (#38027682) Attached to: <em>LEGO Universe</em> To Shut Down
> what Lego Universe SHOULD have been.

You mean logging into a server and seeing someone replaced my house with a 24m tall penis made of solid gold blocks?

One of the problems with running an MMO "for kids" is how much operating costs you'll need to spend on the lawsuits by American parents for "exposing children to content I don't like."

Comment: Re:Property in Canada (Score 1) 142

by Mozai (#37085090) Attached to: Canadian Judge Rules Domain Names Are Property
> ISPs would not be able to take your site down without a court order
You're confusing the server with the domain name.  The ISP could not tamper with the domain name records (wiping out or changing A records) without a court order, but it could shut down the server that responds to an IP address listed in the domain name records. 

Comment: Re:Perl - the COBOL of scripting languages (Score 3, Funny) 187

by Mozai (#36133218) Attached to: Perl 5.14 Released
php5 is simpler?  What planet do you live on?

In Perl:
curl -sL 'http://slashdot.org/index.rss' |perl -ne 'm/<title>(.+?)</ && print "- $1\n";'

Same thing in PHP5:
curl -sL 'http://slashdot.org/index.rss' |php5 -r '$h = fopen("php://stdin","r"); while(! feof($h)){$line=fgets($h); if(preg_match("/<title>(.+?)</",$line,$match)){echo "- ".$match[1]."\n";}}'

... and if you say "well, php5 is simpler for what *I* need," I'mma gonna poke you for thinking that everyone else has the same needs as you.

Comment: gdm alternatives have always been here (Score 1) 236

by Mozai (#36118014) Attached to: Ubuntu 11.10 To Switch From GDM To LightDM

Why all the butthurt? There's always been alternatives; if you do more with your login screen than "name/password", you can always replace what they gave you out of the box with something else.

moses@deunan:~$ apt-cache search x-display-manager
lightdm - Display Manager
lxdm - GUI login manager for LXDE
slim - desktop-independent graphical login manager for X11
wdm - WINGs Display Manager - an xdm replacement with a WindowMaker look
xdm - X display manager
gdm - GNOME Display Manager
kdm - KDE Display Manager for X11

Comment: "I Robot" wasn't I Robot (Score 1) 342

by Mozai (#35541844) Attached to: Potentially Great Sci-fi Films Still Due In 2011

Most people don't know that the movie version of "I Robot" didn't start that way. It was an entirely different screenplay, the studio got the rights to some of Asimov's short stories, and retrofitted pieces of the Susan Calvin stories onto a screenplay they already had.

That's why "I Robot" didn't seem like the story -- it was another story entirely, decorated with Asimovian merchandise.

I'll turn over a new leaf. -- Miguel de Cervantes

Working...