2008

Coming Attraction: Random Product Ideas

I have always had random product ideas. My father once told me that he had seen many product ideas he’d had turn out to be real products 5-10 years later. I have the same affliction, however since many of my ideas are internet related, it’s often only 6 months to a year before I find the idea in some form of application.

I suppose a lot of people have ideas, but what sets the entrepreneur apart from everyone else is the knowledge, motivation, and courage to follow through on one of them–and stick with it until it either fails or succeeds. The fact that I’ve seen so many of my ideas turn out to be real later means I’m either very plugged in, or perhaps a bit unoriginal, but either way I have them and very briefly get excited about them.

I am going to blog about these ideas.

The first reason to do this is that it gives me an outlet for the ideas. I’m hoping that an outlet will help me put them to rest as my mind often obsesses on what it feels is the next big thing. Right now, I want to stay focused where I am.

The second is a bit of hope that the idea is so unoriginal, it actually already exists and I just haven’t heard about it yet. As a side to this, it might help those entrepreneurs out there trying to decide whether to go for it. If I’ve blogged about it, it’s something I would use so here is at least one consumer!

Finally, and by far the most self-serving of the bunch, I get a bit of personal gratification from having “called” an idea well ahead of time. Like the idea of Political Base over a year and a half before they launched. Or Fire Eagle a good 6 months before they were even announced (though many others had similar ideas too).

One final note: while most of the ideas are things that I really think would make a good product, there will be a few splashed in that are humorous only. Like the ‘Spaint and Soyda ideas I helped dream up in college. I’ll let you decide which ideas are serious.

business
product ideas

Comments (1)

Permalink

Um… what?

Um.mp3

Uncategorized

Comments (1)

Permalink

Tipjoy – A Neat Concept That I Hope Sticks

Tipjoy is a neat new company that aims to make it easy for people to reward content producers. The premise is simple: content producers embed the tipjoy button on their website (as I have done on the left) and any person that clicks it agrees to “tip” 10 cents. Alternately, a surfer can use tipjoy’s bookmarklet to tip any website–even if the site owner has not signed up.

The idea is profoundly different than any model that exists now. This is what makes the idea so neat, but is also their biggest challenge.

Presently, the vast majority of independent financial gain that comes from publishing content is based on advertising. Generally speaking, this advertising is a good thing (though I may never admit I said that) for a few reasons: it increases brand awareness, it takes financial burden off of the end-user, and most importantly it allows the content producer to keep going.

Without delving too deeply into the world of web advertising, there are typically three things for which a content producer might get paid:

  • Impressions (ie, how many times the ad is viewed)
  • Clicks (ie, how many times the ad is, erm, clicked)
  • Actions (ie, how many times a user that clicked that ad went on to buy something, or sign up for a subscription service)

Different forms of advertising tend to reward based on different actions. If the advertiser is paying based on actions only (such as most affiliate programs), the content producer receives no financial gains unless their users spend money on the advertiser’s product(s) directly–or to a lesser extent if the user gives up their personal information to the advertiser to become a lead.

Tipjoy’s service fills an interesting void by allowing an end-user to reward a content producer much more directly. Under the advertising model, a user could click on an advertisement, but it’s very difficult for users to know whether this even helps the content producer. If the advertiser is paying for impressions, then it can be argued that the user’s presence on the site is reward, but it’s still very difficult to know whether this is the case. By giving users the option to more directly reward good content, it can inform the content producer of the true perceived value of their content–and thus their work–rather than a much less tangible number such as number of visits.

The inherent challenge of this is that it relies on users to pay for things they would otherwise get for free. If a user tips one great blog post per day, this adds up to $36.50/year that s/he otherwise would not have had to pay. Arguably, the user probably received much more value than that from all of that great content, but it’s a problem of motivation. It requires the content consumers to have a sense of altruism in their day-to-day surfing.

Due to this challenge, I don’t know that Tipjoy would work as a sole form of income. I do think that it works nicely beside already existing forms of income and also for content producers that don’t look to make a living off of their content, using more of a “donation” style of model. Whether this will generate enough revenue for Tipjoy to stay in business remains to be seen.

In the meantime, those of you that enjoy my content–and feel ever-so-slightly altruistic–feel free to leave me a tip. To my fellow content producers, watch out as you may have some tips coming your way.

As Robert A. Henlein wrote through his character Lazarus Long, “If tempted by something that feels ‘altruistic,’ examine your motives and root out that self-deception. Then, if you still want to do it, wallow in it.”

business

Comments (1)

Permalink

Sweded Tron. Oh yes.

Uncategorized

Comments (1)

Permalink

Changed hosting providers (aka why Dreamhost sucked)

Dreamhost is awful. They were always a bit slow, but hey, they are cheap (cough, inexpensive).

As you probably know if you’ve visited my web site, one of the primary reasons I keep a site is to have a place to upload my photos. Sure, I could use Flickr, or Picasa Web Albums, or even SmugMug like Elizabeth does.

The issue of image ownership and usage rights aside, the bottom line is that I’m a control-freak. I like doing things my way. This means that I want full control over the display, linking, searching, protection, and usage of my photos. Though the set up of my photo gallery is far from perfect, it’s my own.1 I’d eventually like to build my own photo gallery software, but that is a bit speculative right now.

Back to the point, on my previous host my photo gallery crawled. In a large collection of photos, say over 100–which is small by my photographic tendencies–it would often take 10+ seconds to load a single page. At first, I thought it was just because of the sheer number of photos. When I paired down the galleries, I noticed that it was still quite slow. It was almost embarrassing to send out links to something I should take pride in–a gallery of wedding photos for a friend for example! The performance would get even worse with more users.

As I had done a number of customizations to the gallery software, I immediately assumed I had made some mistake somewhere that was causing slow performance. Though I can hack my way through code and make customizations, I’m a product manager, not a developer. Thus, I set about doing some tests. The first test was to remove all customizations from the code–I reverted it back to an “out of the box” installation. There was a slight performance increase from doing this, but the site was still very slow. I then slowly added back my customizations one by one, first my overall appearance, then my custom breadcrumbs, then Google Analytics. Finally, I added back the (rather large) scripts that controls the “Lightbox” effect. Ah ha! There was a noticeable performance decrease in using these scripts.

My first assumption was that it was purely the size of the scripts at play. Thus, I set about one more test: I disabled the Lightbox scripts, but left an exorbitantly large quantity of unused scripts embedded in the page. My theory was that if the size of the scripts were at play, there would be little to no performance increase. I was wrong. Clearly, something else was at play here. At the time, I probably should have also realized that file transfer from my site had always been speedy–something anyone that had downloaded a straight file (ie, music mix-tape) from my site could attest.

This left me one conclusion: the extra database queries required to make the Lightbox effect work were slowing things down.

Sometime later, I realized that it was not just my gallery that had performance problems. After installing a blog, a wiki, a project management tool, and other miscellaneous open source projects and scripts, I realized every application that depends on the database was slow. Mind-numbingly slow. Dare I say, dial-up slow!?

Finally I bit the bullet and contacted Dreamhost’s customer service. I always prefer to figure things out on my own rather than dealing with the hassle of customer service channels–I like the learning experiences involved–so this was a rather big deal. After a quick response, they immediately tried to place blame on the software, on me, on anyone other than themselves really. They even had the audacity to try to up sell me! I figure that as a web operator that has a “peak” of 50 users in a day across ALL sites, there was no reason I should be too big to fit in a shared hosting package.

Dreamhost has grown too fast for their own good.

Why not, they are offering one of the cheapest packages in hosting around? I finally decided to bite the bullet and switch providers. After a fairly exhausting search, I settled on GeekStorage. They don’t offer nearly as much space or bandwidth for the price, but I like working with the owners. I worked with them 5 years ago and up until they were acquired by a less than reputable company.

The experience with GeekStorage has been pleasant (barring one customer service snafu with a friend I recommended them to). Migrating websites is not a fun task, but the head geeks at GeekStorage have been accommodating and helpful. The performance increases alone have been well worth it! Their pricing is also not bad. Not nearly as much space/bandwidth as some other hosts, but I value performance and working with people I trust much more. Plus, at those rates they are not likely to oversell their resources.

So please, enjoy the improved performance around here. Browse around some photos without wanting to poke your eyeballs out with a big stick. And watch for some improvements to the site coming in the next few months.


1. The software is actually the open source and very powerful Gallery 2. I mean that I have total control over the display and organization of my photos.

technology

Comments (0)

Permalink

Songs to wear pants to

www.songstowearpantsto.com/

Uncategorized

Comments (0)

Permalink

Superbowl Party

We're having a superbowl party, woohoo!

While the preceding fact is true, I'm mainly testing Pownce's Event functionality.

What
Superbowl Party
Where
My place
When
Sun, February 3 2008 at 5:30 p.m.

Uncategorized

Comments (0)

Permalink

Sony BMG to offer DRM free digital music… with more hassle than CDs.

As anyone that follows my Google Reader Shared Items knows, I enjoy sharing a lot of news from TechCrunch.

This one is absolutely preposterous. Sony BMG has announced that they will now [finally] be selling DRM free music. This makes them the last of the “big four” to wake up and smell the coffee.

With one small catch. In order to purchase said music, you must go to a store, choose the album you want, buy a special card for $12.99, bring it home, log on to a special website, and voila!… you may now download your DRM free album.

At that point, why wouldn’t you just buy the album on CD where you get the uncompressed full version? If you have a computer with internet access, it’s not much of a stretch to presume you would have access to a CD drive that can rip your music. The major reason I haven’t hopped on the digital music bandwagon is the compression issue.

This begs the question, “Do record companies really wonder why people are compelled to steal music?” If they continue to make it this difficult to legally purchase digital music, nobody is going to start buying any time soon.

music

Comments (1)

Permalink