February 2005 Archives

Andy Oram

AddThis Social Bookmark Button

Related link: http://fedora.redhat.com/projects/selinux/

SElinux is an impressively designed but notoriously hard-to-configure
set of kernel hooks that enforce Orange Book-style security on Linux.
Full support for SELinux takes effort, but when I first heard about
Fedora’s new targeted policies for SELinux, I was willing to
tell the Red Hat folks “thanks, but no thanks.” A conversation with
their Dan Walsh changed my mind.

The orginal SELinux approach was that anything not expressly permitted
was forbidden. Technically, this meant that every program anybody
would ever run had to be configured with a policy that
indicated what files it could touch, who could run it, and every other
aspect of the program that might present a risk. Practically, this
meant that you’d start your system and find that some obscure daemon
wasn’t running–and the only diagnostic aid you had was a few lines
listing process IDs and inodes. It didn’t help that all the resources
(files and so forth) had to be tagged accurately, along with programs
and users.

(This is the point where I feel it justified to mention that O’Reilly
has a
book
about basic SELinux use.)

Fedora users were getting frustrated and turning SELinux off, so Red
Hat figured they had to take a new tack before making SELinux the
default in Red Hat Enterprise Linux (which they did last week,
announcing RHEL 4 at LinuxWorld).

The concept of targeted policies is a compromise. Certain well-known
targets such as Apache get the full SELinux treatment. Other services
and programs are left with the old Unix security. Over time, more and
more programs will move into the targeted area.

It’s easy to see why I wasn’t impressed by targeted policies. The
program you don’t protect is precisely the one that intruders
attack. I figured that if you care enough about your house to station
someone with a shotgun at the front door, you should also have
somebody peering out the side window.

Dan deepened my thinking about this. We have to look at the solution
as an evolution. SELinux is still hard to configure, and while the
field learns more about how to develop high-level policy languages and
easy-to-use tools, we should take it slow. Some SELinux is better than
none.

Dan pointed out that firewalls went through growing pains too, and at
the beginning many people just turned them off because they were too
restrictive. With SELinux as with firewalls, providers have to refine
the concept over time.

The older SELinux approach was subtractive: install it, see what
breaks over time, and fix the bugs one by one. Targeted policies are
additive: build up security as you go along.

SELinux is based on well-established principles, and it ought to be a
step forward. But to get there, a lot of us have to be patient and try
it out, to give researchers a base for further improvements.

Will you use SELinux?

Andy Lester

AddThis Social Bookmark Button

I’ve said it before:
Content-based spam filtering is a dead-end path. Here’s one big example from my mail this morning:

.,        ,; .R,
@FS      fUD jos
 DN      Gw,
 Fzw    OUn  hdx  DLdknFf:   qgOKPugU  aYkIda  @ygoaQr
  Dj    hN   Sam  xb    tJ. mBT.  fSV  zek    Nw;   @Hf
  dxd  Stk   ALQ    TZFwKw: qR     ol  HJb      EmpiiA@
   sb .Vz    XWw  chY:: Aw, ju     iA  GFk    aHs,c woi
   FsrQua    Gcc pW     kA  IBy   HFd  ZVx   Gsx    SME
    ziyA     riA  UNvhcHbgj  NZaBdunU  TYA    NsaQfMzrRB
              ,    ,:;U   :        Ae   ,       ,;w   .:
                            lze   yrP
                              IegDp.

Your spam filter isn’t going to catch the keyword “Viagra” there, is it? “But the filter knows that those aren’t words,” I hear you say. So here’s a trivial Perl program to translate all that input into names from a list:
open( my $fh, '/usr/share/dict/propernames' ) or die $!;
while (<$fh>) {
    chomp;
    push( @{$words{length($_)}}, $_ );
}

while (<DATA>) {
    s/(S+)/replace($1)/ge;
    print;
}

sub replace {
    my $list = $words{length $_[0]} or return $_[0];
    return $list->[rand @$list];
}

__DATA__
.,        ,; .r,
@ln      qly tlg
 nq      aq,
 Brg    iaB  WiW  iqpbduk:   ifcciWvj  Wypdip  @rnoqqS
  lc    st   unx  mm    su. Wyl.  eee  daa    jb;   @kS
  kjt  smp   WkW    8hytct: ih     xd  WiZ      Zlantc@
   tg .vk    WrW  cyW:: hy, vx     bo  WnW    gtx,i 0rW
   SnjsaS    WbW gw     oo  kkZ   rto  WeW   fvB    0qZ
    xbcd     ocg  tfrotxynk  veqWhurb  kdy    wavkuseax0
              ,    ,:;i   :        yr   ,       ,;i   .:
                            Zjc   ugr
                              btfau.

which gives back (for one run)
Ed        Al Roy
Amy      Tom Jim
 Ji      Len
 Spy    Lin  Alf  Roderick   Srinivas  Rajeev  Juliane
  Hy    Ti   Tao  Ed    Amy Renu  Fay  Bud    Tom   Jef
  Tim  Kyu   Mat    Nicolas No     No  Hsi      Shannon
   Al Ami    Tai  Judge Hal Al     Hy  Fay    Piete Hsi
   Gregge    Suu Al     Al  Ken   Art  Moe   Lar    Mwa
    Vern     Vic  Stephanie  Teruyuki  Rod    Cristopher
              ,    King   :        Ji   ,       Les   Hy
                            Bob   Dan
                              Dannie

The bottom line is that we’ll never be able to handle the spam problem only by content filtering. The good guys will never be able to win the arms race.
The best I can see is that SMTP must be replaced by something that doesn’t allow anyone to send email to anyone else without any accountability.


Content-based filters are rags stuffed in the hole of a leaky boat. Water’s still getting in, and they’re not going to hold forever.

What’s the best solution you see that isn’t based on content analysis?

Schuyler Erle

AddThis Social Bookmark Button

Related link: http://use.perl.org/~jjohn/journal/20761

My old colleague Joe Johnston reflects on why mod_perl hasn’t taken over the world like some of us once expected: “That’s right, stupid CGI + HTML is a kind of universal Microsoft Fundation Class that works for programmers of all lanuages.”

brian d foy

AddThis Social Bookmark Button

Related link: http://www.oreilly.com/catalog/revolution/index.html

I’ve had Andy Hertzfeld’s Revolution in the Valley sitting around the house for a couple of weeks. One of the O’Reilly people slipped it in with some other review copies, and I was excited to get it even though I didn’t have time to look at it right away.

The book is beautiful. It could be in sanskrit and still be beautiful: it’s a dense hardcover, that sort that you could really use to hurt someone, and its first and last several pages are copies from design notebooks from very, very early Mac prototypes: the time before even the Finder existed. The middle is chock-a-block full of photos: Wozniak’s prototyped circuit boards, office pics, goofy photos of ultra-geek Bill Gates. Everything looks nice, and just the right amount of nice: not too designy like Wired.

The book puts me to sleep though, which might be my fault for reading it before I go to sleep. I’m not a big enough Mac nut to care about the personalities behind it (just like I don’t read movie reviews or actor gossip). For me, it’s like watching other people’s vacation movies or office stories. I’m not in on the joke, or I don’t value the same things.

Andy’s stories, which you can also find on Folklore.org (the proto-version of the book), are short and targeted, and although they are in chronological order, they don’t really seem to connect with each other. To me they seem like little islands in an unmapped sea. If you know the stories already, and how everything fits in, you probably will like the stories more than I do, but Andy didn’t give me much reason to care about these people more than I did already.

I’m not telling you not to buy this book, but you can decide how full of crap you think I am and go from there. It’s a great book if you like the subject matter: I’m just not that into it.

brian d foy

AddThis Social Bookmark Button

One of my friends got unsolicited email newsletter from his congressperson (he didn’t specify which one), and he doesn’t like it. It’s spam, he says. It is opt-out, but unsolicited nonetheless.

I think that’s missing the point. Although spam is usually defined simply as “unsolicited bulk email”, I tend to think of that in terms of people casting a wide net in hopes of catching a few percent of the recipients. I’d love to get an email newsletter from my representatives.

Still, my friend says it’s all still about sales, and the politician is trying to sell himself. Sure, that’s true, but we’re all selling ourselves every day.

I checked the web sites for my senators and discovered they have opt-in lists, but I wouldn’t have know about them unless I really looked for them. I would have liked a single email saying “You can keep tabs on me by …” or something similar.

I don’t think we should use the spam outrage hysteria to keep our elected officials from reaching us.

What do you think?

Schuyler Erle

AddThis Social Bookmark Button

Recently, one of the co-located webservers that I help administer developed some fairly typical colo server problems, and it was agreed that the time had come to upgrade from Fedora Core 2 to Fedora Core 3. I volunteered to perform the upgrade remotely - the server is in California and I am in England - using Yum, the package manager that ships with Fedora Core.

I spent some time screwing around trying to find a decent yum.conf for Fedora Core 3 on the Internet, and finally found the Fedora.us wiki’s FedoraSources page. I installed it in /etc, made sure that it pointed to the FC3 repositories, and ran yum upgrade. So far, so good.

Hours later, Yum had downloaded all the packages it thought it needed, and got about a third of the way through installing them, when it hung, with the Python process taking up over 200 megs of RAM, doing absolutely nothing. Control-C didn’t work, and neither did a simple kill - I had to kill -9 the process ID. Then I ran yum upgrade again, hoping it would pick up where it left off.

No such luck. Yum instead started complaining of broken dependencies, and refused to install anything. Well, of course its dependencies were broken - the system was a third of the way between Fedora Core 2 and 3! Not only that, but there were apparently duplicate packages of various important things like glibc installed, each with different version numbers. I was 6,000 miles from a webserver with a now-broken packaging system. I started to sweat a little.

In desperation, I turned to APT to clean up Yum’s mess. Thankfully yum install apt still worked - I think I had to make sure that Fedora Extras were enabled in the yum.conf - and, although the FedoraSources page claims that there are no APT sources for Fedora Core 3, in reality, you can change the revision number in the FC2 sources.list from 2 to 3, and it apparently does find sources for Fedora Core 3 on apt-get update.

APT whined about the tons of duplicate packages, but did clean up the mess when I ran apt-get -f install. What’s more, a subsequent apt-get dist-upgrade actually did finish the upgrade to Fedora Core 3. To be fair, APT didn’t know what to do about the duplicate packages and I had to remove them with this hack:

rpm -qa --qf "%{NAME}t%{NAME}-%{VERSION}-%{RELEASE}n" 
    | sort -r 
    | perl -lne '($pkg, $ver) = split; print $ver if $pkg eq $oldpkg; $oldpkg = $pkg' 
    | sudo xargs -n1 rpm -e

That left a few duplicate devel packages the first time, so I ran it again. The upshot is that the machine rebooted with a shiny new Fedora Core 3 install! (Subsequent note: Okay, I did also have to move /etc/postfix/aliases.rpmsave back to /etc/posfix/aliases to get the MTA working again… But that’s not the packaging system’s fault, per se!)

Last week, I was upbraided by a Fedora developer for running an APT archive of GIS RPMs for Fedora Core. Given that Yum is the packaging system shipped with Fedora Core, he maintained, I should start using it and expect APT to fall by the wayside. He pointed to the halting official support for Fedora Core 3 and the lack of Fedora Extras for FC3 available from APT (which I believe is not actually so). Given my own experience - and we’ll leave aside the ways in which APT provides a superior user interface (e.g. countdown timers for downloads) - I think my next move will be to apt-get remove yum from that webserver.

Was I a fool? Was I right? Did I misuse Yum somehow? Have you had similar problems or no problems at all using either Yum or Apt on Fedora Core?

David Sklar

AddThis Social Bookmark Button

IBM’s new PHP efforts are described in this press release and this news article. They include:

- A free-download package combing PHP and the Cloudscape DB
- IBM developer resources focused on Web Services in PHP

I suppose this makes (or will make soon) IBM a commercial resource for PHP support.

I’ve felt for a while that PHP is about five years behind Linux on the commercial acceptance/support arc. Maybe that number isn’t exactly on point, but the general trends have been pretty consistent. I don’t remember exactly when the building at 42nd & 8th (across from Port Authority) in Manhattan was splashed with a giant penguin on it as part of IBM’s “we do Linux” ad campaign a while ago, but perhaps a big Elephant (or whatever PHP’s logo is nowadays) isn’t far behind.

Is this good for PHP? Bad for PHP? What do you think?

brian d foy

AddThis Social Bookmark Button

Related link: http://www.theperlreview.com/?orm

The third print issue of The
Perl Review
is now on the presses and will be mailed during the first week of March
(so you have time to href="https://www.theperlreview.com/cgi-bin/subscribe.cgi/orm">get your
name on the subscriber list). TPR is
the only print magazine devoted to Perl.

In the Spring 2005 issue (You can see the first page of most articles for free):

  • Hashes with History — Alberto Manuel Simões
  • Test::Number::Delta — David Golden
  • 9-Block Quilt Patterns in Perl — Daniel Allen
  • Packet Sniffing with Perl — Gerry Finkel
  • Serious Perl — Henning Koch
  • Barcodes from Perl — brian d foy
  • plus Perl News, Perl Mongers and Perl Foundation reports, book
    reviews, short notes, and more.

Subscribers get immediate access to the href="http://www.theperlreview.com/Subscribers/?orm">online PDF
versions:

brian d foy

AddThis Social Bookmark Button

I think I need to create, and distribute, a dictionary of Perl terms. I can’t disagree more with BBEdit’s judgement of Jarkko.

image

brian d foy

AddThis Social Bookmark Button

Related link: http://www.usps.com/webtools/technical.htm

I applied for a User-ID and password so I could use the US Post Office’s web services. They have some promising looking tools: zip code lookup, city/state lookup, address verification, and some other things.

A couple of hours after I applied for an account, I got my welcome email. I was on to the next task though, so I filed it. Tonight I wanted to take it for a spin.

I wrote a little program to give it a go. I didn’t follow their technical details because I don’t want to put a long XML string in the query string of the XML. This is an idempotent request, but I’ll put that stuff in the message body anyway and use a POST request.

Here’s the code. Notice I have my ID and password in the environment. The USPS says on just about every other page that I can’t give out those credentials. I can’t share them and I can’t tell anyone else what they are. Fair enough.

Look at the request scheme though! It’s plain ol’ HTTP. That’s plaintext floating across the air, or copper, or whatever. I tried sticking https in there, but it never makes a connection. Every time I test this little application, I’m exposing my credentials. You don’t have to hack ChoicePoint to get that.

use HTTP::Request;
use LWP::UserAgent;

my $content =<<"HERE";
API=Verify&XML=<AddressValidateRequest
	USERID="$ENV{USPS_ID}"
	PASSWORD="$ENV{USPS_PASS}">
<Address ID="0">
<Address1>5250 N. Kenmore Suite 157</Address1>
<City>Chicago</City>
<State>IL</State>
<Zip5>60640</Zip5>
</Address>
</AddressValidateRequest>
HERE

my $ua = LWP::UserAgent->new();

my $request = HTTP::Request->new( POST =>
'http://testing.shippingapis.com/ShippingAPITest.dll' );
$request->content( $content );

print $request->as_string;

my $response = $ua->request( $request );

print $response->as_string;

Okay, it’s their system and a password to their system. Obviously they know what they are doing. They are the government after all.

Not so fast. Check out this response: All I really have is a User-ID and password. I can’t actually use the service, even on the testing service. It turns out that I have to request that separately. Ughh. Not only that, they are using IIS. Oh boy, so this service will down a lot, won’t it? I’ll have to wait to see about that because I need someone to authorize me to use the web service I signed up for two weeks ago.

HTTP/1.1 200 OK
Connection: close
Date: Fri, 25 Feb 2005 11:04:46 GMT
Server: Microsoft-IIS/5.0
Client-Date: Fri, 25 Feb 2005 11:04:40 GMT
Client-Peer: 56.0.134.43:80
Client-Response-Num: 1

<Error>
	<Number>80040b1a</Number>
	<Description>API Authorization failure.
User 931THEPE4647 is not authorized to use API Verify.</Description>
	<Source>UspsCom::DoAuth</Source>
</Error>
Schuyler Erle

AddThis Social Bookmark Button

Related link: http://mappinghacks.com/

Although Mapping Hacks isn’t slated to hit the shelves until sometime in May, you can start following the latest developments in Open Source GIS and digital cartography on the Mapping Hacks weblog.

Kevin Shockey

AddThis Social Bookmark Button

In the military they are very big on succession planning. This mentality comes from their heritage — armies exist to go into battle. In combat situations, everyone is vulnerable, so they spend time making sure they have a replacement for any critical function. Even in non-combat units, they share the principle and prevent the single point of failure.

In business, we are aware of this logic, and everyone agrees it makes sense, but unfortunately businesses does not share the same culture as the military. So for many different reasons, sometimes we find critical skills trapped in just one employee. Inevitably she is under-appreciated, overworked, and looking to advance. So the dreaded day comes when she “needs” to talk and before you know it, there on your desk is her letter of resignation. She has been looking for a new opportunity and has found another company to appreciate her and provide the advancement she desires.

Your first thought is typically “How are we going to survive without her?” Which is quickly followed by “We can’t survive without her! I know! We’ll make a counter-offer!” Before you let that train of thought continue, let me say, just say no!

Consider for a moment her fidelity. By the time she drops the letter on your desk, her fidelity is no longer with your company. It took effort on her part to pursue this new opportunity. This effort typically changes a person. In the end, when her mind was made to accept the new offer, she also decided that your company was no longer in her best interest. So briefly consider whether you want an employee who no longer believes there is a future in your company?

I say cut your losses and be done with it. Suck it in, do your cross training during the time given, and start your search for her replacement. I’ve seen the counter offer used on several occasions and in each case, both employees eventually left the company for another new opportunity.

Another twist to consider as well concerns trust. Typically when someone informs their employer they are resigning, they have already accepted the new position. When they accept your counter-offer, they will have to inform the other company that they have changed their mind. So do you want an employee that does not honor their word?

Now of course, there are situations when this advice is not appropriate. I’m also aware that filling a gaping hole left by a key resource will not be easy. Neither am I saying that an employee who resigns and accepts a counter-offer is a bad person. I urge you to consider carefully your decision when this situation occurs. What I’ve found is that a counter-offer will only buy you some time. You’ll end up filling that hole now or later. So unless there is a really good reason, get out your spackling, patch things up, and move on to the next fire fight.

Have you ever accepted a counter-offer and stayed at a company?

Ming Chow

AddThis Social Bookmark Button

Like that FedEx Super Bowl commercial that said every great commercial must have a certain list of elements (a celebrity, some animal, a kick in the groin, a punchline, etc), every great class should have a certain list of elements for its success. Students love examples, hands-on demonstrations, and something to keep and utilize for a long time to come. Because of the increasing use of technology in the classroom, and it is commonplace for most rooms to have a computer and even a projector, instructors want flexibility and consistency of technology. The Knoppix CD satisfies the need of students and instructors.

I am currently teaching my course entitled Security, Privacy, and Politics in the Computer Age, offered at Tufts University by the Experimental College. There is a Dell computer in the room that I teach in, but it is problematic. I have to login using some generic account, thus I do not have many privileges; error messages about the hard drive running low on space, but there actually is plenty of space, constantly pop up; and I can’t run some examples from the SSH terminal that is provided on the computer. To resolve these problems, I boot the computer using the latest Knoppix CD. For instructors who roam to different classrooms, a Knoppix CD is nice because you will have a consistent look-and-feel on different computers, a consistent and flexible set of tools, and you can bypass numerous barriers.

I have twenty students in my class. All of the students are familiar with Microsoft Windows. Only a handful are familiar and have used UNIX or Linux. I have used Linux on numerous occasions: to demonstrate software tools such as John the Ripper (how easy it is to crack passwords), the ping command (although it is installed on almost all Windows systems anyway), how to send forged e-mail via Perl script, and open source packages such as the Gimp, GAIM, OpenOffice during my lecture on open source software. The students were spellbound when they saw a live Linux desktop for the first time.

I gave each of my students a copy of the Knoppix CD. The value of this is tremendous. They can test-drive and learn Linux (especially basic commands) without installing anything on their hard drive. They can use most of the popular open source software packages, can play games, and even browse the Internet. Of course, I also told them that they can use the Knoppix CD in case of emergencies to retrieve and backup files, scan for viruses on their Windows hard drive, and reset Windows passwords. Last Saturday, I received an e-mail from one of my students that he needed to reinstall Windows but the install CD didn’t work. He was locked-out of his system (Windows could even boot, and the hard drive was on the verge of being erased), and feared that some of his critical documents were lost. Fortunately he had the Knoppix CD and was able to read and back-up the files. So everyone was happy with that news.

brian d foy

AddThis Social Bookmark Button

I’ve received about 20 of these sorts of emails this week, which is up from the usual 0 or 1 a week:

From: ...
To: comdog@panix.com
Subject: Please Remove

I received a medical newsletter from this email address although I am not
sure it is legitimate.  If you are a doctor and your office has a
newsletter, please remove me from your list.

If this message is in error, please ignore.

Thanks

There’s been a surge in worm activity, I think, so all of those Windows computers infested with it have been sending all sorts of mail using whatever names they find in people’s address books.

It’s still depressing that people think that people who are trying to sell snake oil would use their own name.

Kevin Bedell

AddThis Social Bookmark Button

I was recently looking over the Hula Project, the new calendaring and mail server that Novell recently open sourced.

I was struck by the idea that they wanted to fundamentally rethink what people used a calendaring system for. For example, here’s a whiteboard shot laying out some if the different ideas they’ve been working on.

But these ideas got me thinking. It looked to me as if they were starting with ideas steeped in current technology. That is, I felt they were limiting themselves by beginning with ideas from the current technology — not looking at fundamentally how people could use calendaring technology. This seemed like a limiting approach to me.

I got thinking that if instead of beginning with ideas like ‘notifications’ and ‘aggregation’ they began with common ‘human interactions’, then that may lead to some interesting places.

Here are a couple ideas that look at ‘calendaring’ as “Coordinating meetings and tasks among different spheres of people”.

Common human interactions that are facilitated by calendaring might be:

  • Meetings with co-workers
  • Meetings with people in other companies
  • Social events
  • Family activities
  • Etc.

In general, I believe this can be generalized as ‘coordinating events and tasks with people in different spheres’. We all have different spheres of people we interact with. My spheres might be:

  • Work
  • Family
  • Friends (different circles/spheres of friends)
  • Various professional ’spheres’ of people.

And calendaring facilitates each of these spheres of people by coordinating both 1) meetings, and 2) common, coordinated task scheduling.

One spin on this is that each of these ’spheres’ of people may use different calendaring systems to interact with each other. I may use outlook or evolution at work, but among friends I may use an e-mail list. A central question is essentially, “How do I integrate the common events and tasks/activities of different spheres of people to give users a way to manage them all easily and make the interactions fun and useful?”

Some ideas that make this even more interesting are:

Varied Clients/Media for facilitating interactions.

  • Different people will use different clients or prefer different media for interaction. For example, many will use an e-mail client, but others may want to use a browser or a cell phone.
  • Using a cell phone as your way to interact with your ’spheres of people’ makes it possible to use audio/voice rather than text/images for interaction. (For example, ORBITZ calls my cell phone with audio-based flight updates based on my flight schedule.)
  • Using a cell phone with a camera and rich display as your way to interact with your ’spheres of people’ makes it possible to use pictures/images rather than text/images for interaction.

Archiving/historical records of interactions (i.e., the “memory” of the interaction)

People that meet with each other create ‘memories’ of each interaction that can take various forms. These forms may be:

  • Blog entries regarding the event
  • Pictures of the event
  • Recordings or voice annotations of the event
  • New tasks or other meetings that follow from the event.

These ‘memories’ are of value to the spheres of people involved in the event and are likely generated by them. This is the same whether the event is a birthday party for my son or a customer meeting. I’d posit that these various memories should be part of (or at least facilitated by) the calendaring system.

One example might be generating a ‘tag’ for Flickr where images associated with the event can be accessed. The calendaring system (using the Flickr API) should create the tag and provide users of the calendaring system a way to locate images of the event. (Again, this is just one example.)

Given all the latest technologies (like RSS, digital photography, audio/pod casting, super cell phones, etc) it’s almost as if every application we commonly use should be rethought with an eye toward leveraging all the infrastructure that’s being put into place.

What are your ideas?

How can calendating systems leverage new and emerging technologies?

Kevin Bedell

AddThis Social Bookmark Button

Hunter S. Thompson was a hacker of the first order. Not a hacker in technology terms, but a hacker none the less.

HST’s profession was journalism. Instead of choosing to follow the rules and trying to write the way people are taught in journalism school, he instead chose to hack the entire profession.

He threw out the rules and invented his own style of journalism, which he called “Gonzo Journalism”. His idea was to insert himself (as the journalist) into the middle of the story; to literally become part of the story. Then he related the story to the reader from a participant’s viewpoint.

Being in San Francisco in the 1960’s, he absorbed himself in the culture of that time and place — and that was reflected in a great deal of his work. But if you read beyond his most popular work (Fear & Loathing in Las Vegas), you find that his desire to literally reinvent journalism led to his doing a great deal of other brilliant work.

Like the time, for example, that he paid someone to take him on a boat to a smuggler’s village on a remote beach somewhere in South America. He waded ashore — not speaking a word of the local language — with a few belongings and his heavy typewriter and got a great story. He noted that, even though they lived in a remote village, they all wore rolex’s and had top of the line scotch and rum (spoils of their smuggler’s lifestyle). He spent time with them and got to the heart of the story; for some reason they spared his life and let him go.

He didn’t like the way journalism was being worked, so he hacked the rules and made journalism work the way he wanted it to.

To steal a quote from Fear and Loathing in Las Vegas (via Nat Friedman’s post today):

“There he goes. One of God’s own prototypes. Some kind of high powered mutant never even considered for mass production. Too weird to live, and too rare to die.”

Note: Here’s a page put up by a fan for his admirers to leave their thoughts.

Kevin Shockey

AddThis Social Bookmark Button

Related link: http://www.sugarcrm.com/home/SugarCRM_Series_B/234/

As I mentioned in “Follow the Money!” these venture capital deals involving open source companies are important. I believe this deal is of particular importance. First, this deal is exactly the kind that should worry Oracle/Peoplesoft and its shareholders, as I mentioned here. Although each venture capital firm has their own metrics and guidelines, most stick close to the industry standard. They look for ventures that are poised for rapid growth. VCs are typically looking for companies that expect at least 20% growth for the next five consecutive years. Remember, they expect AT LEAST 20% growth, it is usually much more.

Proprietary CRM software is not cheap. A typical Siebel installation will easily cost above $3 Million if you include license fees, installation services, and technical support. salesforce.com has done well because it provides a low entry alternative, however the application services model is not for everyone. Therefore, SugarCRM is poised to bring CRM functionality to millions of small and medium sized enterprises (SME) that previously could not afford the entry price and were not interested in the ASP approach. So in the short term, salesforce.com is SugarCRM’s biggest competition. I’m sure their strategy is to dominate the SME market and stay out of reach of bigger competition. This will allow SugarCRM to grow quickly. Once they are big enough, they will set their sights on the markets and customers were Oracle/Peoplesoft is under-performing. Maybe then Oracle/Peoplesoft will regret their support of open source software as a marketing strategy.

The second reason this deal is important is by marking a change in the open source industry. Up until now open source has thrived in the server room. With this deal it emerges onto the desktop. Web servers, database servers, and file and print servers are transparent to most workers — as they should be. SugarCRM, however, is an application and it runs on client computers. A whole new set of users will now interact with open source generated applications on a daily basis. Accounts Receivable, Accounting, Customer Service, and Sales personnel will now begin to hear about open source software. This is a clear example of what Geoffery Moore will discuss in his keynote speech “Open Source Has Crossed the Chasm — Now What?” at this years Open Source Business Conference (OSBC). Once SugarCRM and other open source software becomes accepted in the these user communities, it will much easier for others to follow. None other than Larry Augustin, CEO of MedSphere will offer his own vision of what I’m predicting here in his session from this year OSBC, The Next Wave of Open Source: Applications.

Who will be the next Open Source Application to get financing?

Andy Oram

AddThis Social Bookmark Button

Related link: http://linuxworldexpo.com/live/12/events/12BOS05A

Last night I was discussing with friends what could be the biggest
barrier (or at least the biggest technical barrier) to Linux
desktop adoption: the refusal of consumer device manufacturers to
release specifications that allow the community to develop drivers.

It’s clear that people are increasingly seeing computers as just tools
to interact with a colorful and sublimely noisy world; they love their
digital cameras and scanners and videos and music files. So for Linux
to move out of the basic black storage cabinet in the air-conditioned
back room and onto the desktop, drivers for all these devices have to
appear.

So the four of us batted around several strategies for forcing
manufacturers to open up, which became more and more extreme and
unprintable as the drinks went down in our glasses. We talked about
manifestos and boycotts and appealing to the European Union. But I
like best a campaign that I suggested: asking the stores and web sites
that sell consumer devices to post lists of devices that have open
source specifications. This is like putting nutritional information
(or in Europe, notification of genetic engineering) on food packages,
except that I wouldn’t expect governments to require it.

If enthusiasts for open source operating systems wrote a bunch of
retailers and just asked for signs and web pages saying “Open source
specifications available: Foo-Device 808A, 1001D, 1022X…” it would
accomplish several things. It would show the extent of public support
for opening up the specs, make retailers aware of the issue (and aware
that they could quiet people down by making a minimal concession),
reward cooperating device manufacturers with publicity, and–not least
in importance–bring media attention.

We shouldn’t compromise on the definition of open source here: no
binary-only portions should be tolerated, and every advertised feature
should be available to open drivers.

Why aren’t the manufacturers already releasing their specs?
Occasionally they say it’s because somebody could abuse the device and
do something dangerous, particularly where wireless spectrum is
concerned. Personally, I feel that the Supreme Court “Betamax”
philosophy should hold: manufacturers should give the public powerful
and useful instruments and the public should be held responsible for
their use. (After all, nobody has suggested banning lasers, even
though their effect on air travel is much more dangerous than what
people could do with wireless devices.)

In addition to the concern for misuse, manufacturers may harbor vague
worries about releasing trade secrets. They have to be persuaded that
secrets hurt sales.

People like to set Microsoft up as the big nemesis for open source,
but I think it’s more positive-minded and ultimately productive to
look at the companies the open source has to deal with–and that could
be our allies.

A few reports on companies

I found out a bit more today about
MySQL Network,
which naturally makes one think of Red Hat Network and shows some of
the same concern for offering something extra to those willing to
license open source software. Without changing a single character of
the source code, MySQL AB offers its licensed customers a faster and
more robust product than they could get through a download (unless
they employ their own experts to recompile it). Through tweaking
compile-time options, testing on various operating systems, and
certifying results, MySQL AB can reassure customers that their
database engines will run fast and stay up. This goes along with a
Knowledge Base, an advisory system for security alerts, and various
other standard elements of software support.

A head’s up: the next MySQL conference (which O’Reilly is running)
takes place in Santa Clara, CA this coming April, and early
registration ends February 28.

Emic Networks
continues to grow and roar ahead with a clustering solution for MySQL
and Apache. They point out that you can use their clustering solution
without switching to a different database storage engine as MySQL’s
clustering solution does. (I gave my own review of MySQL Cluster in a
blog
from last year’s MySQL Conference.)
Emic now offers a console for convenient management of their clusters,
and plans to move in the direction of integrating the management with
other logging and monitoring subsystems so you can use the same
familiar tools that you use for the rest of your system
administration.

Radiant Data
is also in the clustering business, offering an interesting filesystem
called PeerFS. Any system–even the laptop they were using as a demo
at the show–can participate as a peer in a continuously synchronized
network running Ethernet, Fibre Channel, or iSCSI. If somebody updates
a file on one system, it is quickly updated on all the others. PeerFS
exchanges all the locking information as well as incremental data
changes to keep files up-to-date and uncorrupted. Their demo shows two
systems running autoincrements on a MySQL table, and properly sharing
the index. Kids, this is something you can try at home.

While many companies tried to find niches in the MySQL ecosystem at
LinuxWorld, Oracle and Sybase of course were present too.
Sybase
is building on their established customer base in Wall Street,
government, and Asia, and is offering migration tools to companies
trying to get off various systems that Sybase regards as obsolete (but
that I will be too polite to list here). Also, a
Standish Group report (PDF)
promoting Linux mentioned last year that Sybase delivers “the most
economic performance” on both Linux and Windows.

Speaking of migration, I dropped by the
Alacos
booth to find out why their Linux Migration Agent won the Best
Integration Solution award at LinuxWorld. What’s cool seems to be that
you don’t have to load software on any desktop to migrate bookmarks,
address lists, and other user preferences–all you do is insert a CD
that describes what you want migrated. You can do the migration from
Windows to Linux on a single system or move the Windows settings to a
Linux operating system running on a different computer.

Novell
had a booth the size of a city (probably because their headquarters
are local). In addition to promoting the Novell Linux Desktop and
other SUSE-based operating systems, they were focusing on their
traditional identity products, which support single sign-on and
various administrative conveniences. One of these earned another of
LinuxWorld’s much coveted product excellence awards. Companies
struggling to comply with Sarbanes-Oaxley take note: you can use Nsure
Audit to log a wide range of user access data to a central facility.

Sarbanes-Oaxley was on the minds of many vendors at the conference,
which I assume means that customers are worried about it too. For
instance,
ConfigureSoft
claims that their system for distributing and keeping track of updates
not only speeds up this onerous task, but provides evidence that one
has conformed to the software security requirements in
Sarbanes-Oaxley.

I have written in other blogs that storage and backup are key concerns
for large organizations, and are becoming more and more a concern as
the volume of data goes up. One interesting response to this has been
the release of a new version of an SSH implementation by
SSH Communications Security.
This is the company that developed the original SSH implementation,
known as OpenSSH and their proprietary implementation SSH Tectia
remains compatible with the ssh2 run by Linux users everywhere. But
the company has managed to speed it to the point that their customers’
data transfers take only one-third as long as they did on their
previous version.

Last (as they are alphabetically) but not least,
Zend Technologies
is evangelizing PHP 5.0 in the expectation that its object-oriented
capabilities will interest more and more companies to build
mission-critical applications on PHP; they definitely want to move up
the enterprise ladder. While PHP will always be a scripting language
and will therefore lack certain assurances that Java or C# offer the
programmer, it is very easy to learn and offers some pretty powerful
features, such as a simple API for Web Services and even SAP access.

LinuxWorld Boston summary

This LinuxWorld was definitely smaller than the New York City ones (as
well as the San Francisco one, of course) but was solid and
successful, at least for O’Reilly. I saw a few new things, but mostly
the show revealed some jockeying on familiar tracks: companies
striking partnerships and incrementally improving their offerings.

Other blogs I wrote from this conference:

Andy Oram

AddThis Social Bookmark Button

Related link: http://linuxworldexpo.com/live/12/events/12BOS05A

While a few companies at
LinuxWorld Expo
base their business on offering Linux, and a few more on offfering software that runs on Linux, a hefty number operate within the larger computing ecosystem of which Linux a part. For instance, Linux is brought within the mission-critical task of storage and backup by such companies as
Arkeia
and
BakBone Software. This year I noticed a new micro-industry at LinuxWorld: Windows-to-Linux migration. Scads of books are coming out on the subject, and now some vendors are cleverly figuring out how to package up the tasks available for automation, mostly migrating all the little things such as customized dictionaries and calendar entries that one builds up in application-specific data stores over the years.

Of course, migration of any sort is a major undertaking that requires a lot of planning and marshaling with the organization, and software can’t help you with much of this. But wouldn’t it lower barriers to migration if you could reduce the time it took an administrator to convert a single user’s settings from an estimated six hours to twenty minutes? That’s what one of the migration companies,
Versora,
suggests can happen with their Progression software. They actually do much more than dictionaries and calendars; for instance, they can load a MySQL database with the data from SQL Server. They are finding a lot of interest in their product among companies with 500 or more systems to convert. In such an environment, the cost of the software might be justified not only by the time savings but by maintaining the system administrators’ sanity.

To me and to many potential customers, the inevitable question came up: could Versora automate a conversion from Linux back to Windows, in case the companies are not happy with their Linux migration? Although Linux ideologues might not like the concept of a reverse path, it might induce more companies to make the leap to Linux, and Versora is taking note of the requests.

MySQL AB
is also taking note of the environment in which their product runs. They now have a large project called MySQL Network, which contains their knowledge base, indemnification, and other sorts of non-technical components of enterprise computing. They think their upcoming 5.0 release will let them reach a new tier of enterprises with heavy database requirements, and actually pushed some features from 5.1 back to 5.0 to make it more attractive. (The major enhancements cited by VP Zack Urlocker were stored procedures, views, and triggers.) The code and staff they got from SAP were a great help in developing the latest wave of features. MySQL AB is also focusing more than ever before on their GUI tools such as the MySQL query browser. These tools are currently oriented toward database administrators, but will hopefully be helpful to users in the future as well.

I have reported several times on
Black Duck Software,
which maintains a database of open source software and lets companies check their own code against it to make sure no one has snuck in something from an open source project that taints the company’s product. Black Duck is facing (literally across the aisle at LinuxWorld) a new competitor,
Palamida. One of the services stressed by this new company is a database of binary fingerprints that lets one search for infringing binaries as well as source code. The search for binary infringement is like the snaring for viruses in email, and indeed Palamida bases its technology on research in the area of viruses.

Penguin Bowl quiz show

In previous years I haven’t bothered to report on this LinuxWorld Expo fixture, which has a precedent in the incredibly wacky and stunning Internet Quiz Shows that Jon Orwant put together starting in 1997 for the O’Reilly Perl Conference (now there’s a bit of free software trivia). But I find it harder to ignore the Penguin Bowl this year because I found myself on the stage. I was part of a “Media” team that competed against at “Analyst” team for the prize (membership on both teams was very loosely defined).

When asked to join the media team, I wanted to protest that the combination of search engines, handheld computers, and wireless connections has rendered obsolete the practice of memorizing facts and therefore downgraded the value of quiz shows. But I am not hard to draw in when an opportunity to make a fool of one’s self publicly comes up, as you can tell from the quantity of my blogs.

The analysts pulled off some impressive events, such as writing infinite loops (which MC Jeremy Allison of the Samba team called patentable perpetual motion machines) in eight different languages. But the media ended up slightly ahead, thanks mostly to the vast knowledge store of Don Marti, editor in chief of the Linux Journal. I picked up some points on the easier questions, such as, “Which desktop came first, KDE or GNOME?” My answer on this question made up for my incorrectly identifiying the inventor of the mouse as Alan Kay rather than Douglas Englebart. But my main contribution, I think, came at a point when the media had left the analysts in the dust, and I tried to sooth their feelings by explaining that the media was winning because we never get fired for saying wrong things, and therefore are bigger risk-takers.

The overall point is that we had fun and the judges balanced justice with charity, so the Penguin Bowl upheld a model of what the open source movement should be.

Andy Oram

AddThis Social Bookmark Button

Related link: http://linuxworldexpo.com/live/12/events/12BOS05A

Jacking in from the first day of the first LinuxWorld in Boston,
Massachusetts, I’ll discuss the following in this blog:

Silly obligatory St. Valentine’s Day reference

LinuxWorld happens to start on St. Valentine’s day this year. So (like
many other superficial-minded journalists attending the conference,
I’m sure) I searched around for silly metaphors involving
St. Valentine. Oddly, I found one that was appropriate.

St. Valentine is the patron saint of beekeepers. Bees are valued and
cultivated for their honey–which is certainly a miraculous
substance–but another, lesser-known product from bees may be even
more valuable. I am referring to propolis, a kind of glue that bees
make from the wax and resins they collect. Propolis has valuable
anti-biotic properties that make it useful even today for healing
cuts, burns, and dermatological problems. It provides a general guard
against disease and infection.

We all wait expectantly for Linux to yield us its honey–the rich
variety of desktop and multimedia programs that the free software
community has created for it–but we must remember that Linux is even
more valuable for its propolis–for the inherent security of its
design and the robust operation that earned it the term “unbreakable”
from Oracle Corporation.

Microsoft’s entry into free software, and other observations from OSTG

The ancient city of Jericho once experienced a crisis: its waters had
turned bad and polluted the land. The prophet Elisha, newly brought
into the role of prophet by the great Elijah, threw a jar of salt into
the water. A miracle! The water was purified, and the people could now
thrive. But strangely enough, as Elisha was leaving town, some youths
mocked him.

Why is that? Commentators suggested an answer two thousand years ago
by adding another dimension to the tale. They said the mockers were
merchants who had based their living on bringing water to sell to the
inhabitants. They were furious at Elijah for cleaning up Jericho’s
water and ruining their business!

Has anything changed over two thousand years? Even now, no good deed
goes unpunished. When people contribute free software that increases
the common pool of productivity, the narrow proprietary interests that
profited from the lack of functional software strike back.

While Microsoft publicly tries to poison the open source well with
stern animadversions, it quietly tests the waters by releasing open
source projects of its own. No, I am not talking about the tangled,
encumbered Shared Source initiative. Rather, check SourceForge for
Wix
(the Windows Installer XML toolset) and
FlexWiki
(a collaborative web-based authoring environment implemented on the
Microsoft .NET platform)–two of the bona fide open source projects
that Microsoft has put up. “To their credit,” says Colin Bodell of
VA Software,
the company that owns SourceForge. “They ought to be exploring open
source, and it’s good that they’re doing so.”

Can companies open up proprietary software successfully? Many
observers say that such efforts don’t work–whether because the
community doesn’t see the projects as their own, or the companies put
barriers up in front of user contributions, or for other reasons–but
Bodell thinks they can. He suggests that Computer Associates, by
making Ingress open source, created a base of expertise among its
users and thereby offloaded onto the users a lot of its customer
support costs. And he referred to other projects that had reduced
support costs the same way. (I cynically pointed out that an
investment in better documentation might have achieved the same
benefits.)

Bodell is one of those who believe in the conquest of free software up
the stack. Having achieved great things in providing infrastructure,
free software will take on applications next. It is already difficult
to find any proprietary software product for which there is no free
software project trying to compete–and bit by bit, the open source
alternative is becoming more viable. Bodell cited CRM solutions
(Compiere
and
SugarCRM)
in particular. We’ll see another example in the following section.

VA Software developed incrementally the list of
Open Source Technology Group
sites that are now household words (among technologically
sophisticated households):
SlashDot,
SourceForge,
Linux.com,
ThinkGeek.com,
and so forth.
An integrated vision for these offerings has evolved along with the
sites themselves.

Originally, as VA Linux, the company was searching for a way to
quickly bring into being the kinds of third-party applications that
existed for other vendors with proprietary systems. Rather than build
(slow) or buy (expensive), they decided to facilitate what the free
software community was already doing by starting SourceForge. As they
noticed other information gaps, they started sites to fill them. And
In subtle ways these sites are all integrated. For instance, a manager
might visit
ITManagersJournal.com
to find news about software that might be worth using, and pass on to
a staffer the URL that points to implementation details on
SourceForge. Postings on SlashDot (often consisting of nothing but a
URL, but modded up to the highest rating by users) take readers to
valuable information and software. Every level of potential free
software user is served, from novices (Linux.com) to developers
(SourceForge).

OSTG has just announced the milestone of registering its millionth
user. As it scaled up over the years, it’s had to make some
interesting technical innovations. It has enhanced the PostgreSQL
database, and passed its changes back to the project when they would
be useful to others. It also has a clever proxying server for CVS so
that multiple CVS servers can host different projects and be accessed
by users through the same interface.

Scalix: an example of moving up the free software stack

Scalix has jumped into the competitive market for Exchange
replacements with a flexible, Linux-based email and calendaring
platform. Scalix is sufficiently powerful that one might be insulting
to call it merely an Exchange clone. And while Scalix is proprietary,
it rests heavily on open-source software.

For instance, although one of the company goals is to work so
seamlessly with Outlook that users couldn’t tell when the back office
switches from Exchange to Scalix, the platform works equally well with
a number of Web browsers. For this purpose, the company has developed
a clever cross-platform development library that uses vanilla
technology such as JavaScript and style sheets to create such
sophisticated effects as tool tips and drag-and-drop. (The resulting
interface is really cool and well worth viewing a demo.) Furthermore,
while Scalix interoperates with Active Directory, it can also be used
with other LDAP servers. Its storage is built on LVM.

The Scalix company didn’t place its bet on open source components in
order to provide bragging points for free software developers. (Well,
maybe they did, but that alone wouldn’t be a sufficient business
model.) Rather, founder Julie Hanna Farris points out that using
these components means Scalix could focus its resources on developing
an email and calendaring platform, period. No need for reinventing the
wheel with new storage, backup, and other components.

But the pay-off for the customers is just as great as for Scalix. They
have more choice among components and don’t need to follow along like
sheep when each upgrade comes along, as they do when they accept a
complex, integrated Microsoft solution. (They should, however, use a
the versions of software that Scalix has tested and certified to be
compatible.) Furthermore, if they are willing to give up the
enhancements Outlook offers and use more standard-based email
solutions, Scalix supports that in parallel with Outlook.

What does Scalix offer that would make sites choose it over free
software servers? Like many proprietary products, it offers a more
attractive and efficient graphical interface than users generally get
with the free software. For instance, trying to find an email that’s
blocking a queue means, for most free software servers, hunting
through obscure directories and checking timestamps. The newest
version of Scalix lets you find the queue with a couple clicks and
look at what’s on top. I was impressed with their web-based
administrative interface that supports several types of administrators
with different privileges.

Looking ahead to the rest of the conference

At LinuxWorld this year, I will probably meet other companies hungry
for the Exchange server market, along with proprietary computer
vendors making the big transition and asserting their open source
credentials, racks and racks of blade clusters, and companies offering
GUI sugar for common administrative needs. I meet them every year. But
when one makes a mark in a way that’s worth noting, I’ll note it
here. And I’ll be on the lookout for new paradigms in free software.

St. Valentine (or one of the two other early Christian martyrs named
Valentine) was famous for healing a blind girl. He thus serves as a
good patron for LinuxWorld, which tries to progress year by year in
gradually curing the leaders in business and government of their
blindness toward the benefits of free software.

The blindness is slow to lift. Short-term thinking wins out over
strategic advantage. The importance of transparency in public
institutions’ software–like transparency in other areas of public
discourse–is little appreciated. IT departments fear dislocation and
the costs of retraining above everything–even in a world of constant
innovation where people always are having to learn something new. But
change comes nevertheless. The Boston Globe announced this morning a
repository for free software for government sites.

I do not by any means ignore the enduring problems of Linux,
especially as a desktop system (I run into some new problem every
week). Nor am I blind to the new ways of thinking required to get
free software tools working together smoothly. But this is what IT
departments in what large organizations are for. It’s time for
executives to open their eyes and get their IT departments to do what
they’re paid to do.

Derek Sivers

AddThis Social Bookmark Button

I haven’t explained to the public WHY I’m re-writing CD Baby from scratch, and I think the reasons would be VERY useful to you if you’re a programmer or webdesigner that may have started a project that will grow in ways you never expected.

When I started writing CD Baby back in 1998, it was only a hobby that I made to sell my CD, and some friend’s CDs.

I assumed it would ONLY sell CDs, nothing else, from my one location, in one language. That’s all I needed it to do. OOOPS!

  • Need us to sell something much heavier than a CD? Can’t do it. In 100 different places in my code, it calculates shipping cost by just counting the number of items in the order. It has no concept of weight. (Also - no concept of NON-weight: like a download.)
  • Want to sell something with different sizes/colors/variations? Can’t do it. The whole system is set up where an item is just an item and doesn’t understand the idea of variations or sub-items.
  • My business could really use multiple warehouses, but the code can’t. The whole inventory/stock/shipping idea assumed there was only one warehouse.
  • I wish the site could be in multiple languages, but like an idiot, I wrote all of my English words directly into my HTML code, so now to replace them with language-variables, I’d have to re-write every single line of HTML. MUCH harder than if I had just put all the language in one file to begin with.

The list goes on, in less-obvious ways. For years I had been saying, “If I could do it all over again…” - and that list got so long that it was time to do it all over again.

How to solve these problems and future ones I haven’t imagined yet?
EXPECTING CHANGE: question yourself anytime you assume anything will “always” be a certain way (examples below).
ENCAPSULATION: how to deal with anything that might change in the future: make sure it’s not assumed anywhere in your code. That there is only one definitive source for any bit of information or logic, and it hides its methods, so that if it needs to change, you don’t need to go change your entire program.

My example solutions to the problems named above:

  • Shipping cost will be calculated in one single place. An order will get it’s shipping cost from this one definitive source, so that if my shipping rules change, (or if I start selling items that need no shipping), I only need to change that one file.
  • Item will not assume it’s an album: more generic, they can be anything, or have have variations.
  • Warehouse/Inventory/Shipping will not assume only one warehouse. I’m going to start calling our existing warehouse “warehouse #1″, and plan that there might be more.
  • Words displayed on screen will not assume they are always English. I’ll put a variable where that phrase should go, and call it from a single language file, remembering the sentence structure might be different, so I can’t assume it will say, “Welcome, $username!”, because some languages might need to say, “You $username welcome are!”. (The language file itself uses printf-style, so it puts the external variable in a %s placeholder, where it’s appropriate for that language.)
  • Can’t assume all languages read from left-to-right. Hebrew and Arabic are right-to-left.
  • Can’t assume all currency is USD
  • All visual presentation will come from a single CSS file.

I hope my bad experience helps you question some assumptions in your program. My best advice is making sure ALL words that display on the screen are taken from a single language-config-file. That one move will get you into the right mindset of expecting change and encapsulation. Then you can start noticing other things that your program/website is assuming will never change.

I just went looking for links that explain encapsulation to beginners, but I can’t find any good ones! Maybe I’ll have to write a future post with my take on explaining encapsulation to non-Java-geeks.

Jacek Artymiak

AddThis Social Bookmark Button

Related link: http://www.sheflug.co.uk/seminar/tiki-index.php

I can confirm that I am travelling to Brussels, Belgium for Fosdem 2005 (Feb 26-27) and Sheffield, UK for the ShefLUG 2005 Seminar (Mar 2).

I did have plans to go to the LinuxForum 2005 in Copenhagen, Denmark, but other things got in the way.

I may try podcasting from the conference, but it’s not certain yet.

Andy Lester

AddThis Social Bookmark Button

Related link: http://geeketiquette.infotrope.net/

OSCON 2005 is fast approaching. Hundreds of computer professionals will attend dozens of sessions, and most of them will have their noses in their laptops. Miss Manners would not approve.


Miss Manners doesn’t know alpha geeks, and Kirrily “Skud” Robert is not Miss Manners. An avid fan of old etiquette books, Skud has started a new blog, Geek Etiquette, to address the manners and customs of the technical community.


Skud’s latest entry, “Multitasking Manners”, clearly spells out what’s within the bounds of propriety in technical training sessions. “[W]hat many of use are doing while we’re staring at our laptop screens is sitting on IRC on a channel dedicated to the conference, and talking about the presentation in progress,” she explains. Still, it’s rude to ignore the presenter: “[T]he minimum you should be trying to do is to look up at the presenter at least every minute or two.”


Previous topics have included how to dress at work (”If you follow the secret dress code, life will be easier for you”), resignation letters and The Poo Rules. Considering Skud’s loquacity, the RSS feed may make things easier to follow.

Kevin Shockey

AddThis Social Bookmark Button

Taking a page from Tim O’Reilly’s playbook with his presentation last year at OSCON, What Book Sales Tell Us About the State of the Tech Industry I thought it would be fun to examine this years batch of Superbowl ads to determine anything useful.

Premise

I have been fascinated by the connection between advertising, culture, and business for as long as I can remember. I get especially interested in trying to detect any patterns in Superbowl advertising. One of the most famous trends detected by these announcements was the appearance of the dot com explosion eight or so years ago.The last couple of years the trends were escapism with movie ads dominating the line-up during the technology bust of 2003, and the erectile dysfunction bowl from last year.

This should all be taken in perspective. Although these ads can be terribly entertaining, they aren’t particularly useful as marketing. Just try this test for yourself. On Thursday ask some friends if they can name the companies related to these ads from this year: guy working with monkeys (yes I know, name any company), burnt sunbathing beauty, weight-loss pill, inaction heroes, and hero salute. If your friends are like most people, they will be lucky to name at least two of the brands associated with these ads. This analysis looks deep into the companies that paid for these ads to determine their motivation.

No shows

First, something notable was the complete absence of most of the “leaders” in the technology industry. Although most of these companies have advertised in the past, they did not purchase any time in this years game: IBM, HP, Microsoft, Apple (except for iTunes, and we’ll examine that next) CA, Oracle, Sun Microsystems, Novell, Siebel, SAP, Accenture, and Gateway.

Quickly, there are only a few reasons why companies pass up the big game. One, they don’t have anything to say. Two, they don’t believe that they need to advertise. Three, they don’t want to spend the money (or don’t have it). Or, but most unlikely, they understand that viewers have developed an immunity to advertising as I eluded above. Except for admitting that viewer immunity exists, the other three reasons are bad news for any company.

Online music war?

With both iTunes and Napster both running two 30 second ads, we can safely say that the digital music business is heating up. Add into this mix, the return of Michael Robertson, of mp3.com and Lindows (oops I mean Linspire) fame, to the digital music business with mp3tunes.com and I’d say we have the beginning of a real change in the music industry. My only hope is that the success of these sites will bring an end to the awful practices of the RIAA.

I have my doubts about the new Napster business model. Yes they have an all you can eat service, but you can only keep eating as long as you are a valid Napster customer. If you let you Napster account run out, then all of the music you have accumulated becomes garbage. It would be tragic if I let my Wired subscription lapse, but I can always go back and re-read the back issues any time I want (or even easier just look it up on-line). So I’m not sure if this is the right way to manage digital rights.

Dot com disappearance?

careerbuilder.com was the only other dot com to make an appearance in this years game. (Editorial correction: I heard later today that GoDaddy.com also had an add, but it must have been before the game or when I dozed off when Philadelphia had the ball and then I woke-up and New England had it and I was like whoa, what happened?) Checking into careerbuilder, I think it may have been worth the investment. According to the news on their site, they surpassed Monster.com several times in 2004 by receiving more job seeker traffic. This was news to me, so in that sense it may have been worth it.

I’m actually glad to hear of GoDaddy, because I get to share what I like to call the numbers game. You can play along at home, it’s easy. First the estimated cost of 30 second spot was $2.4 million. To earn back their investment they will have to sell 268,156 domain names. They better hope the IETF adds some more top level domains (I suggest .spam, .bull, and .junk). Of course they hope to turn some of those domains into hosting contracts, the domains are just the hook.

Now, let’s play the numbers game with careerbuilder. Since the took out three spots, their bill is $7.2 million. To earn back their investment they will have to place 20,055 applicants. That certainly looks achievable, but I’m sure they are hoping that their forecasts are correct and 2005 will show increased spending and hiring.

Conclusions

I think there is a clear trend for increased competition in on-line digital music. Apple certainly looks hard to catch at this point, however I think it is important that competitors survive to keep Apple honest. I think careerbuilder and GoDaddy are both making a very calculated wager. Both are seemingly somewhat stable dot com businesses with fairly well known business models. Both companies are private so I can’t root around in their garbage to see if anything stinks, although those ROI calculations seem pretty smelly.

The big mystery for me was the complete absence of the big boys, and girl. Some of the companies in my the MIA list are chugging along fairly well, so I’ll assume that they were just not interested. However there are a few names on the list that are battling for their lives, so I’ll assume that the cost was just too high considering the stakes they are already playing for, existence.

Did you catch any technology trends from this batch of ads?

Jono Bacon

AddThis Social Bookmark Button

There is little doubt that one of the most publicised Open Source projects doing the rounds at the moment is Mozilla Firefox. From the roots of the Netscape browser, the Mozilla project has spent some considerable time and effort in redeveloping, modularising and improving the components from the Netscape Communicator suite. Ever since the sources were made available, the project has made a number of successful wins that have spawned among others, Firefox, Thunderbird and Sunbird.

With the eventual release of Firefox; the little browser that could, the public perception of Firefox has not been typical of an Open Source project. When projects such the GIMP, OpenOffice.org and Apache hit version one, there was not the sheer level of fanfare spawned from the Firefox camp and echoed around the international press. This was undoubtedly due to the efforts of SpreadFirefox.com, the cross platform nature of Firefox, and its abilities to block Internet nasties such as spyware and popup ads. Combined with the easy to install nature of Firefox and its lean athletic figure, Firefox seems destined for success, whether you read the New York Times or not.

Since the hype of the first release, the awareness of Firefox has gone onto new and dizzying heights. On the SpreadFirefox website the current download count at the time of writing since November 9th 2004 stands at 22,852,187. With coverage in a variety of IT and general press, Firefox has assumed the position of being the direct competitor against Internet Explorer, providing the promise of a browser that works well for developers, users and system administrators/integrators.

The climate of development

One of the most important groups to persuade to take up Firefox are web developers. Inside this large and complex industry, developers basically fall into two approximate camps; those who create public facing sites and those who create bespoke web applications. Within these two areas, you can reasonably identify where the importance of the browser fits into the hierarchy of technical dependence. In the case of developers who create public facing web sites, the range of browsers available need to be supported by the site being created, or potentially valuable custom could be lost. This is even more important with browsers such as Firefox and recent versions of Netscape (which is based on the Mozilla work), as they are potentially in second place to Internet Explorer in the browser share stakes.

In the case of developers who work on web applications, the importance of multi-browser compatibility is less so. The main reason for this is that developers can specifically target a web browser type and version and build their application around that technology. Within this sphere, the browser is less a window to see the Internet but more a platform in which an application is hosted. It is not uncommon within this culture for developers to create applications for a specific version of Internet Explorer and dictate which version the client must use to run it. These kinds of web applications are specifically designed around standards and technologies that are specific to Internet Explorer and possibly not available in exactly the same form in other browsers. Switching support for these applications from a specific incarnation of Internet Explorer to multi-platform or even Firefox specific support, is no easy task. Some may even speculate that such a job is impossible and would require a rewrite of the application.

Firefox growth and standards

With the growth that we are experiencing with Firefox, and with the increasing confidence from the public, it is fair to assume that Firefox is taking on a fairly consistent growth curve. With many products (including Open Source products), the growth in usage is high at the beginning of the project, and if we plotted it on a graph, the line would indicate a very steep and efficient growth margin. As the project continues to develop but achieves less press attention, this growth begins to fall and may become a straight line or even drop. This is common for fairly typical products.

The issue here is that Firefox is not typical. A typical product will not have its technology and authors showcased in national press and TV to the level that Firefox has achieved. In addition to this, the sheer number of “yeah, I installed Firefox, and it is great. I was unsure of the tabbed browsing at first, and now I can’t live without it” testimonials from regular people is encouraging substantial growth. The issue is that Firefox is as simple to use and install as Internet Explorer, yet gives you improved functionality from a users standpoint. In addition to this, Firefox provides a more consistent developer platform for those developers who care about standards.

The problem is that standards compliance may be an issue that can keep developers away from Firefox. I know a number of prominent and capable web developers who don’t care for standards. They care about creating web applications that just work, and their prerogative is to develop around a specific browser to bypass the nightmare of cross platform compliance. From an economic standpoint, this can make sense, particularly for managers. Getting your development team to understand the quirks that are involved in getting your project to work in all browsers can require extensive resources that are not directly mapped to productivity. As many of you will be aware, some people who are running a development team will want to take the easiest development option that requires the lowest resource count. This has produced a culture of developers who create web applications based around a specific browser; something that contradicts with the original intention of the Internet.

It is not a coincidence that any of this is happening. Microsoft have pushed a lot of resources in the general direction of Internet Explorer, and they gave it all away for free to users. A lot of people joke about how Microsoft did not see the importance of the Internet and then managed to get directly involved in the Internet five seconds later. This is likely because the executives at Microsoft realised that the Internet offered the company a new opportunity to create and market development tools for this new medium, but they knew that they would need to develop some technologies that could give them the leverage to provide products that made developers use a Microsoft development tool as opposed to another development tool that was simply based around web standards. Hence, Internet Explorer was born and it gave Microsoft the opportunity to use their weight to push their browser to prominence and augment the web standards with their own technology; technology only available in Internet Explorer.

Microsoft knew full well that one of their strongest commercial attributes was the fact that people often use Microsoft products in a variety of computing areas. People would need an Operating System, so they would go for a Microsoft Operating System. Then they would go for a Microsoft office suite and then the Microsoft development tools. The reasons for this are two-fold. Firstly, the IT industry knew that Microsoft had enough weight to direct how the industry moves and that they would be there in five years (a case that could not be applied, for example, to Borland, who seemed to reinvent themselves more times than the Rolling Stones). The second point is that if you were to pick something that Microsoft do really well, it is making their their tools integrate with each other really well. Note how I emphasise their tools. I don’t think I need to reiterate how there have been issues in the past in how Microsoft tools inter-operate with other entities outside the Microsoft bubble. These two factors encouraged the deployment of Microsoft products in different areas of IT. The result of this is that developers would be running a Microsoft Windows system, developing for Microsoft Internet Explorer, using development technologies such as Microsoft ASP or Microsoft .NET, and very possibly using Microsoft SQL Server and Microsoft IIS. Oh, and people would waste their afternoons playing Microsoft Solitaire too.

Tracking the curve

Where all of this becomes interesting is when we compare the rate of Firefox growth with the amount of time it would take to redevelop a complex Internet Explorer specific web application to support Firefox. As Firefox continues to grow, it is likely that the growth factor could actually increase further. This is because of a number of factors; people in the established user base who can use word of mouth to recommend the browser, more sites/developers will be supporting the browser due to either preference or browser share reasons and more press agencies will be latching onto the already fashionable Open Source phenomenon and Firefox is an example of Open Source that anyone can use. Oh, and lets not forget the increasing rate of Internet nasties that make Internet Explorer and increasingly hostile environment for users; Firefox can improve in this area.

My concern is that as Firefox grows and hits the point where it will become a relevant market force, clients will naturally require support for Firefox, and the web application development companies may have fallen back too far to be able to support it with sufficient timeliness. This could have pretty distinctive repercussions for people involved in this sector, and I can imagine that there will be some uncomfortable board meetings with some developers experiencing a tirade of questions from upper management asking why they did not take Firefox into account and why they have lagged so far behind.

If this hypothesis occurs, the source of these problems are not the fault of Firefox, but they lie with developers who are not considering emerging technologies and their potential impact on the industry as a whole. As someone who works as a professional consultant with Open Source, I can testify that Open Source is garnering a huge amount of interest from all sectors of business, educations, charities and government. If some of these companies don’t realise the potential impact Firefox is going to have, it may be just too late.

Does all this make sense, or is it utter nonsense. Share your views here…

Uche Ogbuji

AddThis Social Bookmark Button

Related link: http://www.oasis-open.org/news/oasis_news_02_03_05.php

My reaction to UDDI from a technical standpoint, which I’ve heard echoed by many is that it’s ludicrously complex for a spec that just defines a resource directory framework, and it reinvents wheels that no one in their right mind should be venturing to reinvent.

My reaction to UDDI from a commerce standpoint, which I’ve heard echoed by many is that the white pages/yellow pages analogy simply doesn’t fly. People in real life use these books as the most cursory index to find vendors, and in the end they use a lot of other, very specialized inquiries to determine whether a particular vendor is truly a compatible trade partner. Why do Web services consumers need an over-elaborated infrastructure for accessing all sorts of Web services details when in the end they’ll still have to pick up the phone and make the usual, specialized inquiries?

Clearly some people don’t share this skepticism, since progress has continued on UDDI, but honestly, this surprises me. I wonder who really does see the value in UDDI, and to what extent they have begun to realize the potential value. My bemused reaction to UDDI might just be an aspect of the general phenomenon I’ve noted that Web services have miraculously ceased to intersect my professional life. Perhaps we just don’t see what we don’t like. Well, if so, today is presumably a good day for folks with different tastes from mine.

Do you use UDDI in practice? Does UDDI 3.0 provide anything that makes the practical difference?

David Sklar

AddThis Social Bookmark Button

Related link: http://www.apple.com/powerbook/index12.html

Where’s my 3.5 lb Mac notebook?

When Apple announced new Powerbooks recently I thought, “Ah, finally, they’ll release a 12″ screen model without an optical drive so that it will be much lighter!” But I was wrong (and disappointed.)

One of the primary reasons I bought my Thinkpad X31 two years ago was its weight (or lack thereof): 3.6 lbs with battery. The lightest Powerbook (or iBook or TiBook or WiFiBook or whatever Apple is calling their notebook computers then or now) was 4.9 lbs. The lightest one of the new crop from Apple is 4.6 lbs.

The skinniness of my Thinkpad comes at a price, of course: 12″ screen, no optical drive. (And about $2000, in March 2003, for a 1.4Ghz Pentium M, 40GB hard drrive, Gigabit ethernet, 256MB RAM).

I have an external USB CD/DVD drive to use when I need it, which is infrequently: installing new software, burning a CD, copying music from a CD onto my computer, watching a movie.

But I have never needed that optical drive while traveling and I’ve been very glad not to tote around its mass. I suppose if I wanted to watch a large stack of DVDs while on the road, it would be handy, but putting a few video files on my hard drive before I leave home provides much the same result.

So how about it, Apple? I’m willing to pay a financial premium, but not a mass premium. Where’s my 3.5 lb (or less!) Mac notebook?

Would you buy a lighter Powerbook? How about a heavier Newton?

Kevin Shockey

AddThis Social Bookmark Button

I learned this one only having seen hours of my work go completely un-noticed. If you’re ever asked to work on ATP reports or write up why something was big-time hosed, here is my recommendation. Put whatever message you are trying to convey in the very first paragraph. Preferably in two sentences or less.

I call this the Director’s rule because anytime you are communicating with anyone at the Director level or above, they have very little bandwidth. The usually only have time to read the first paragraph. If you haven’t delivered your payload by the beginning of the first word in the second paragraph, their comprehension will drop exponentially until they stop reading.

Now there is the occasional executive that will read your documents, but only if he in turn needs to report to his superior why the ATP reports were late. So in that situation, I put the payload first, and then follow with the justifications, and the explanations, and things of that nature.

And God forbid, DO NOT use any information technology buzzwords in your payload paragraph or you jeopardize their comprehension free falling to 0. Remember, simple is as simple does. Hit’em with both barrels right from the start, no matter how good or bad; and keep it very simple.

Am I right? Or, am I right?

brian d foy

AddThis Social Bookmark Button

Related link: http://use.perl.org/~ziggy/journal/22978

Adam Turoff knows how companies can lower their phone support costs: don’t resolve anything and the customers will stop calling.

I’ve certainly had that experience, and it’s one of the reasons I took all of my money out of Citibank. I was tired of talking to a call center in India that only wanted to complete the call, and would would only transfer me to higher level support if I complained loud and often during the call. The first line always claimed to be able to do nothing, and they were basically screen-readers for what I could already see online. Of course, the second level support was just as impotent, until I filed a claim with the Office of Thrift Savings, the US Department of Treasury branch that regulates Citibank. All of a sudden things look like they may be resolved.

So, they’ve certainly lowered their telephone support costs, and any costs associated with me since they won’t see any of my money anymore. They’re probably feeling smug that they’ve raised the costs of some other bank by forcing me to bank elsewhere.

Way to go, morons.

brian d foy

AddThis Social Bookmark Button

Think about all of the web sites you shop on. How many of them have household accounts? How many of them limit accounts to one per household? How many of them assume that you have no connections to other people, at all? Some people are starting to figure it out. Maybe the people behind these companies have grown up and gotten married.

Netflix limits you to one free trial per address, which has irked many of my friends living with roommates. Even with the account that my wife and I share, until a couple of weeks ago, we had to share the same queue and our movie ratings were mixed together. We were a virtual individual with very odd ratings. Now, Netflix has profiles: my wife and I still share an account, but Netflix is smart enough to separate my activity and ratings from hers. I even get my own login, now, and I see my name at the top of the screen instead of hers. I don’t have to endure any more recommendations in Musicals and can get right to the Steve McQueen movies like God intended.

Amazon Prime, the new “all you can ship” subscription service, let’s me share my membership with anyone in my household (which I guess is the same thing as address). Although I paid the $79 annual fee, my wife gets the benefit even when she orders from her own account.

Of course, my online bank has been doing this for years. It knows the difference between my joint accounts and our personal accounts. My wife looks at our bank account online and sees her accounts along with our joint accounts, but when I look, I see my accounts and the joint accounts. When we log in, we see our own names.

Our T-Mobile account is almost there, but not quite. It knows that I have a different phone number, but even though we’re in a family plan, all the numbers have my wife’s name on them. That really doesn’t bother me, but shouldn’t a “family” account be able to handle more than one person?

In our TiVo account, I still have to pretend to be my wife, although with the internet that doesn’t involve any costumes or wigs. It’s the same thing with or broadband, TV, and phone service. Since I’m not the name on the bill, there is no way for me to directly complain when the service is out (although I just use my wife’s name and they don’t seem to care).

Who else is smart about this?

brian d foy

AddThis Social Bookmark Button

Related link: http://www.amazon.com/gp/subs/primeclub/signup/main.html/ref=amb_promo_177981_1/…

For $79, you can get a year of free two-day shipping on Amazon.com. You don’t need a minimum purchase and you don’t have to consolidate items into one shipment.

It sounds good, but what does that mean about Amazon? These deals typically trade cash now for expense later, which makes me think Amazon needs a quick revenue boost for some reason.

And, since they have a one-click sign-up, I just signed up when I clicked in the wrong place to switch windows. No matter—if I didn’t want it I can get my money back as long as I haven’t used it yet. :)

brian d foy

AddThis Social Bookmark Button

Related link: http://msnbc.msn.com/id/6854309/site/newsweek/

Steven Levy of Newsweek thinks his iPod Shuffle may like some songs more than others. He got a mathematican and cryptographer to see if it did.

They conclusion: the iPod Shuffle is probably random, but we aren’t. We seen patterns where there are none because we are always looking for ways to explain things.

brian d foy

AddThis Social Bookmark Button

Related link: http://tivohme.sourceforge.net/

Dr. Dobbs Journal (March 2005) has an article by Arthur van Hofff and Adam Dopplet, the guys behind TiVo’s Home Media Engine (HME). TiVo is kicking it off with the TiVo Developer Challenge to see who can come up with cool applications based on HME.

You need release 7.1 of the TiVo software (which I don’t have yet but Nitesh Dhanjani talked about earlier) and a “secret” backdoor (go to the “System Information” screen and enter Clear-Clear-0-0).

Anyone at TiVo listening? We can’t target release 7.1 until we get it. :)

Advertisement