Wed, 23 Aug 2006
Is Perl Installed? Don't use this script to check!
Over at use.perl.org Ovid recently posted
How to tell if Perl is installed on your computer
, an entry that points to a shell script that must die.
Go and read the script in the post, I'll wait.
Note: this isn't his code and he's blame free, he just found it and started waving it like a red flag so the anal shell scripters among us have something to moan about :)
Firstly why use ksh? The script doesn't do anything neat so just use sh,
which exists on almost all Unix machines in some form (even if it's bash
in a dress playing pretend). Secondly, why do a which perl
and then COMPLETELY IGNORE the results? You might as well just run
perl -V on the command line as you're using
$PATH anyway. GAH!
Like this post? - Digg Me! | Add to del.icio.us! | reddit this!
Posted: 2006/08/23 00:39 | /justdont | Permanent link to this entry | This entry and same date
Eric Cartman^WRaymond Strikes Again
The Register is one of the sites covering ESRs
Linux / iPod-compatibility rant and he's managed to confuse himself,
other people and the issues. Once again.
Firstly we have this request that the "community", most of whom cringe when he starts talking, start compromising on closed source platforms and formats. Apparently the OpenSource movement hasn't given up enough rights yet and he'd like us to back down and hand over a couple more.
He then tangents off about 64bit architectures and the desktop... Which is an odd mix to start with, all the early 64bit action will happen in the datacentre and the server room. But anyway, Linux has had better AMD64 support than Windows for years now. SuSE led the crowd (Bo Thorsen gave a couple of great 64 bit porting talks at GLLUG years ago) and his "the end of the transition to 64-bit computing by the close of 2008." is insane. The sheer number of people still running Windows 95 is a testament to how slow the conversion process happens.
As for binary kernel drivers being a necessary compromise what can I say, I'll side with people like Theo De Raat and RMS any day. They've done the legwork, written the code and actually stick to their principles. Unlike the guy who's now most famous for a kernel build system that the kernel builders wouldn't touch and altering the Hackers Dictionary to suit his own ego.
Bonus link: The Everybody loves Eric Raymond Cartoon.
Like this post? - Digg Me! | Add to del.icio.us! | reddit this!
Posted: 2006/08/23 00:22 | /geekstuff | Permanent link to this entry | This entry and same date

