Archive for February 2007

Funny Story About My Law School Friend

I have a friend in law school who is always bugging me about web programming issues. It seems she has a genuine desire to do a web start up some day — after law school.

She nags me with questions about the “best” web language, or how she can get started. The other day, she wanted to know if it was possible to view the source code of a major database driven website. Of course, the answer was no.

So I gave her a few tips about the industry. Mainly, I de-emphasized the importance of knowing how to program and stressed she should focus on finding a good idea to hire others to implement for her. In short, focus on your strengths, not your weaknesses. The conversation went something like this:

her: Should I have been a programmer?
me: Programming isn’t that great if you don’t like it.
her: But how do you start up a site if you have to rely on dirty programmers? :-P
me: But how do you start up a company if you have to rely on scum bag lawyers?

My point was that we all have something to bring to the table. :)

Programmers aren’t the ones making millions. In fact, programmers are just another cog in the business wheel. The business minded entrepreneurs are the ones with the success. Some just happen to be programmers.

Bogus Patents be Gone!

 Here’s a neat graph I found. It shows the acceptance rate – not count - of patent applications in the past 30 years.

There are two interesting points here. First, you can see how the dot-com boom and the rise of technical patents confused the US Patent and Trademark Office (USPTO). Thus, you see a pretty big, fluffy explosion of granted patents. Nearly everything submitted was accepted!

But the after the bubble burst and word got out of those retarded patents, it seems the USPTO listened!

Really, what happened was a clamp down on standards. Before, with the huge spike in applications, their emphasis was on being quick. Then, after their reputation got slammed, they decided a back-log of patent applications was better than a surge of bogus patents.

Now patent acceptance rates are very low. Mind you the graph starts at 50%, but even still, it’s a 50% drop from rates 30 years ago.

Update: Rewrite Rules on Apache 1.3 are Greedy By Default

Well, that was annoying! Some of you may have noticed intermittent outages on my blog while I was trying to fix the URL’s. Scary stuff. Anyway. This post will be gibberish if you don’t understand regular expressions. If you’re one of these people, I suggest you turn back now. :) This is, after all, a technical blog too. :P

What I discovered was that I was incorrect in my post last night about the catch-all .htaccess entry that would redirect all traffic from michikono.com/blog. Here’s the wrong rewrite rule:

RewriteRule ^/?(.*) http://www.michiknows.com/$1/ [R=301,L]

The goal was to take whatever text came after “michikono.com/blog” (such as the post name), and stick it on the end of “michiknows.com” so that all the old articles translate over without outages. Unfortunately, I noticed a few problems.

The correct code is as follows:

# match just blog
RewriteCond %{REQUEST_URI} blog/?$
RewriteRule . http://www.michiknows.com/ [R,L] 

# match blog posts
RewriteRule (.*) http://www.michiknows.com/$1 [R,L]

Why two regular expressions? Well, I couldn’t use the reluctant modifier (“?”) to make it catch a case when there was no trailing slash. Thus, no matter what I did, it would act as if there no no trailing slash. This broke stuff such as the RSS feed!!

The problem was that Apache 1.3 uses a greedy catch all by default that can not be disabled. In other words, the “*” can’t be set to be non-greedy by adding a “?” behind it. This is possible in virtually all other implementations of regex. The warning flag is that when you put a question mark behind a “+” or “*”, it will give you an error!

So my new solution breaks the problem into two steps.

  1. First, I check specifically for a hard link to the blog home page, which may or may not contain a trailing slash. If so, it will just forward it to this site with a trailing slash.
  2. Then I setup a second catch all rule that just does a straight search and replace. It doesn’t bother with the trailing slash stuff at all since it just snips the entire URL and tags it on.

Why does it seem like the second rule could replace the first? Because the greedy operator acts weird and doesn’t behave as I want. I tried for an hour straight. Believe me. No matter what hack or work around I used, there was always a case that no longer worked (usually the home page bug). And to be honest, regular expressions with Apache are just plain horrible to work with. This solution finally worked, and is what I will settle with (even as I write this post, I tried three other solutions that should work in any other regular expression environment — but failed to generate positive results).

So if you ever decide to move your blog, try the above solutions before giving up.

Digital Transmission Right – The Anti-DRM Proposal of Bennett Lincoff

So the big news today is the new open letter against DRM. If you don’t want to read a 28 page PDF white paper, keep reading; I have summarized the article’s most important points.

An IP law attorney named Bennett Lincoff has thrown his hat into the ring, but unlike everybody before him, he has offered a solution. Lincoff is suggesting introducing a new type of digital music distribution right  (“digital transmission right”). Here are its upsides:

  • All other traditional distribution rights as applied to digital dissemination are abolished.
  • Regular consumers can copy their own music to other devices or mediums without fear.
  • Downloading non-DRM music would be the norm. No music would need DRM ever again.

But it doesn’t equate to unrestricted free distribution. And this is the key part.

  • Any website that would be distributing music would need to obtain a license.
  • Any centralized P2P network would need to obtain and license.
  • Webcasts would need to obtain licenses.
  • Users of social networking sites would need to obtain licenses unless the website already has one (key point).

How do the record companies make money? Consumers would flock to sites that have the newest, highest quality content where they can share and mingle. This means sites like MySpace, YouTube, and others would need to obtain licenses to continue to operate legally. Seeing as I just named two extremely popular web sites that largely owe their popularity due to copyrighted material, you can see how there is definitely a market for this. The record companies make money by selling this right to distribute to these services.

The juicy stuff starts on page 12. Here’s a blurb about lawful operation of such services:

Licensed services, being lawful, would be able to operate openly, attract investment capital (without exposing investors to copyright infringement liability), and offer users the most sophisticated functionalities. … Service providers who obtain through-to-the-user licenses would have a competitive advantage over those who do not even though they would be required to pay license fees. The availability of through-to-the-user licenses under the digital transmission right would provide a positive economic incentive for service providers to secure the authorization they need.

The above quote also mentions another key point in his proposal, the ability of service providers to obtain “through-to-the-user” licenses, which would essentially be a license authorizing its users to share with each other through its service. In other words, because the license is explicit and replaces the old rights, it is now very clear that not obtaining a distribution license would be stupid. Thus, he argues licenses would be adopted widely.

Operators of centralized P2P networks would be jointly and severally liable with their network participants who share recorded music with others on the network. … Alternatively, a single license held by the operator of the network could authorize all digital transmissions of the licensed recordings through the network.

This means P2P would stay alive. Consumers are able to share and download music without fear of having personal liability – if they are at a properly sanctioned website.

Let’s be clear here: he is not advocating a free file-sharing utopia where nobody pays a dime. He suggests that P2P sites may need to charge to offset this new cost. But let’s think about this. If I can download all the music I want every month, with zero liability, no DRM, at CD quality, the ability to copy and burn it to as many separate devices as I want, and it costs money… Well, it doesn’t sound too shabby, right?

And this means iTunes will still be around. Nothing about it would change except now you would be able to download music without DRM. It also means Rhapsody and other streaming services will be forever changed. This is because his proposal no longer distinguishes between streams and downloads. All that matters is that it was transmitted. Today, there is no difference between a stream and a download except usually the stream has more DRM in it.

I just touched on a very important concept that Lincoff stresses. Because consumers are now able to copy media for personal use without restriction, a whole new market would open up. iPods work with your DVR that works with your laptop that works with your car audio system that works with your computer that works with your Zune that works with… well you get the point. Right now,     interoperability between music devices is a huge obstacle that makes pirating more attractive than ever. He is arguing that with such barriers gone, new and innovating devices will flood the market, further pushing music into everybody’s daily lives, thus further increasing demand for legal channels to obtain the music.

This guy is smart, and has thought through his arguments. For example, he stresses how the natural ecosystem of the Internet will favor legal channels if this distribution model is used.

Decentralized P2P file-sharing networks, on the other hand, do not have network operators … Accordingly, each participant in a decentralized P2P file-sharing network would be responsible for securing authorization for their own conduct on that network. … And again, it stands to reason that the vast majority of consumers who are interested in P2P would likely seek out networks that had secured licenses that authorize their file-sharing activities…

A decentralized file-sharing network would stick out like a sore (and very liable) thumb because you as a user would be liable for whatever you share. Besides, why use such a service when there are other legal alternatives? Well, let’s be honest, some always people will. But through the logic of the above example, it’s clear that there will be a very strong demand for a legal downloading service.

Wait, but how is this different from today? I mean, it’s still illegal to be copying music over a decentralized network, right? Nothing is different!

Wrong. Sharing is legal on sanctioned web sites. Public perception will be different.

As in, YouTube could get a license letting users upload copyrighted content. Napster could buy a transmission license and exist exactly as it did in 1999 (assuming they can make the money back). It means my Rhapsody account lets me download whatever I want whenever I want.

Perhaps the most interesting point he makes is about litigation becoming accepted.

Under these circumstances there would be no justification for public outcry over the industry’s litigation campaign against those who continue to infringe.

He has a point. Pirating is less attractive than it has ever been. His solution both addresses the economic (convenience) and social (“it’s okay because the RIAA is greedy”) reasons people pirate. He argues that action is urgent by reminding the reader that (slow) broadband adoption rates are the only thing keeping pirating at a still relatively low point:

The worst outcome for the music industry would be if worldwide broadband penetration overwhelms the industry’s ability to police unauthorized distribution of recordings before a full, fair and feasible solution for the digital music marketplace is in place.

While I haven’t gone into it here, the last 10 or so pages are dedicated to discussing royalties. He has thought through how the royalty structure could work in a global digital economy. He suggests royalties are paid by assessing both where the transmission originates and ends. He also discusses how the royalties should be divided between the owners of the works. Amazing.

In short, his approach doesn’t just swing blindly at the music industry and DRM. Rather, he takes an intelligent, unbiased, and fair stance that shows that a true compromise can yet be reached. I like his solution, how about you?

Who Else Wants to Hide Their WordPress Folder?

Tonight, I solved a very old problem in WordPress security among novice users. I will show you how to hide your WordPress admin directory while still being able to use it! When I say “hide,” I mean you can rename the wp-admin folder to whatever you want!

The Code (for people who don’t want to read)

Copy and paste the following into your .htaccess file (located wherever your WordPress folder is) to “rename” your wp-admin folder! If you are having trouble editing your .htaccess file, you should Google around for that as it’s beyond the scope of this article (or post a question in the comments and maybe another person can help).

  • Change YOURSECRETWORDHERE to something else. It can be any word you want. Just make sure it’s unique and somewhat long. Make it, like, your pets name or something random. Read this post to understand why this matters.
  • Change ADMINFOLDER to the new folder name you want. Letters, numbers, underscores, and dashes only. That ^ in front of it is on purpose. Don’t delete that.

RewriteEngine On
RewriteBase /
##### ABOVE THIS POINT IS ALREADY INSERTED BY WORD PRESS
##### Michi’s code is BELOW #####
RewriteCond %{REQUEST_URI} wp-admin/
RewriteCond %{QUERY_STRING} !YOURSECRETWORDHERE
RewriteRule .*\.php [F,L]
RewriteCond %{QUERY_STRING} !YOURSECRETWORDHERE
RewriteRule ^ADMINFOLDER/(.*) wp-admin/$1?%{QUERY_STRING}&YOURSECRETWORDHERE [L]

##### Michi’s code is ABOVE #####
##### BELOW THIS POINT IS ALREADY INSERTED BY WORD PRESS
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

Note: there are a few drawbacks to this hack. Read the bottom of this post for those.

The Explanation

My adventure started when I read a pretty terrible piece of advice that suggested using the .htaccess file to restrict who sees your admin section by IP. Great, so if I’m at work, I can’t login. So if my IP changes, I can’t login. If I’m at Starbucks, I can’t login. That’s retarded. That’s not a solution!

But it’s on the right track. The .htaccess file can do a lot.

Oh, and if any WordPress developers ever read this, please make the word press admin folder be a variable name you can change! It is retarded that it is a hard coded.

The .htaccess file shines best when it is used for URL rewriting rules. For you non-programmers, the next block explains a little about what I just said. If you don’t care, skip it.

It is good for making URLs access files that don’t necessarily exist on the server exactly as they appear in the URL. For example, Digg.com uses URL rewrites to hide file and variable names. So the URL digg.com/videos certainly does not point to a file or folder actually called “videos”. Rather, it probably turns into something like digg.com/somefilename.ext?type=videos. The point is, you can hide what’s actually happening behind the scenes. I hope you get the idea.

Disabling the wp-admin Folder and Creating a Secret Mirror Folder

There are two steps in blocking access to the wp-admin folder. Disabling it is easy, but making it still functional is the hard part. Additionally, there are CSS files and other dependencies in that folder that must still be used. So after disabling it, a condition must be added that makes it only be disabled when appropriate.

RewriteCond %{REQUEST_URI} wp-admin/
RewriteCond %{QUERY_STRING} !YOURSECRETWORDHERE
RewriteRule .*\.php [F,L]

  1. The first line says “If the word wp-admin is found in the URL…”
  2. The second line says, “And if the query is missing our password…
  3. The third line says “And it’s a PHP file… Deny access.”

We’ll get to that password thing in a minute. At this point, if you visit wp-admin/, it will not work. Half way there!

The next part is the guts of it all. We get to set our very own admin folder! I want to call my admin folder “secret_room”. So here’s how the code would look:

RewriteCond %{QUERY_STRING} !YOURSECRETWORDHERE
RewriteRule ^secret_room/(.*) wp-admin/$1?%{QUERY_STRING}&YOURSECRETWORDHERE [L]

This next block is for you technically oriented people:

The first part basically makes sure the rule doesn’t trigger itself later (recursive condition). This is basically saying “if the URL starts with ‘secret_room,’ then replace that part with wp-admin. Then, add in the query string (things after the question mark). Finally, add in the secret word.”

Now, if I go to the folder secret_room/, it will work just like wp-admin used to!

Don’t use “secret_room.” That’s my example. You use whatever folder name you want. Letters, numbers, underscores, and dashes only.

But we’re not done yet. That secret word thing needs to be customized. Why? Well, try this. Go to your blog’s wp-admin folder, but this time, add on “?YOURSECRETWORDHERE” on the end and it will work too (as in, myblog.com/wp-admin/?YOURSECRETWORDHERE)! Curious why? If you’re a little geeky, read the next block. Otherwise, skip it.

Well, this hack works by changing the URL you type in by adding that “secret word” on the end of it. It only does this when someone visits the “secret_room” folder. But it doesn’t add it on when you just type in the wp-admin/ folder (or any other location). Then, when someone is looking at a wp-admin folder, it looks to see if that secret word is in the URL. If you went to the URL by hand, you likely did not type that word in. But the “secret_room” always makes sure the secret word is attached. This is how it distinguishes between visiting wp-admin directly, and visiting it through the mirror folder. Remember that any re-writing of the URL happens behind the scenes, so your browser won’t show you what’s going on.

Since I just gave this same code to about 10,000 people, it’s in your best interest to change your secret word to be unique to you. Note that nobody will ever see it, including you. You will forget what it is, and realistically, it doesn’t matter what the hell you set it to. As long as it’s not the default one I just gave to you. Ideally, it should be long and something highly unlikely to appear in a URL. Try your name, then maybe add your favorite color. I don’t know. Just do something random. Case matters.

Here is what the final .htaccess, ideally, should look like:

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} wp-admin/
RewriteCond %{QUERY_STRING} !YOURSECRETWORDHERE
RewriteRule .*\.php [F,L]
RewriteCond %{QUERY_STRING} !YOURSECRETWORDHERE
RewriteRule ^secret_room/(.*) wp-admin/$1?%{QUERY_STRING}&YOURSECRETWORDHERE [L]
# BEGIN WordPress
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress

Benefits and Drawbacks to Hiding wp-admin

This hack has its drawbacks.

  • The “edit” link on your posts will no longer work. You may want to remove it from your theme.
  • The admin link on your side bar will no longer work. You may want to remove it from your theme.
  • The standard login link will no longer work. Instead, use a bookmark as it will redirect you back to your hidden login page after you finish logging in.

Note that the first two drawbacks can be addressed by editing wp-includes/link-template.php: line 248 and 263. Change “wp-admin” to your new folder name. However, this hack would need to be re-done if you upgrade WordPress. If you make these hacks, it will only be visible to users who have permission to see these links anyway.

There are a few significant upsides:

  • If ever again there is another vulnerability that hits the WordPress wp-admin folder, you are very likely immune.
  • Upgrading WordPress doesn’t un-hide the folder. It will persist through upgrades.

Remember, this hack will not protect you from having an insecure admin password. Although, it could protect you from a hacker since he won’t know where to go after successfully logging in (hah!).

Lastly, be careful when doing this. If you type something wrong, you’ll get server errors (I believe error code 500). Make sure you type it in exactly as you see it in these examples first. Then change one part at a time.

Changing the Admin User

One other point I noticed when tightening up my security was the default admin user name. Now, hah, this is assuming they actually brute force my password and then figure out how to get to the admin folder… good luck.

I noticed that I had an admin user account under the login name “admin”. Well, that’s a no-brainer. I went into the database and ran the following query:

UPDATE wpt_users SET user_login = ‘[my new username]‘, user_nicename = ‘[my new username]‘ WHERE wpt_users.ID = 1 LIMIT 1;

That solves another part of the problem. Now hackers have to guess not only my password, but also my username.

In Closing…

If you like what you’ve read, I’d appreciate it if you could Digg/Reddit/Stumble this article. :)

Michi Knows – Dedicated Blog URL

Update: These re-write rules are wrong. See this post for correct rewrite rules.

My friend gave me a suggestion to make myself a “brand” out of this blog by calling it “Michi Knows”. Apparently, he stumbled into the name while thinking about the URL of my website. Funny story.

Anyway, I liked the name so I bought it. What’s another domain, right? Besides, it was bugging me that my blog had no title and had weird formatting.

Porting Word press over to this domain wasn’t all fun and games. Most importantly, I have tons of incoming links I wasn’t about to 404. My goal was to make sure every single link out there coming to my site would correct redirect. Here’s how I did it.

There is a file called .htaccess that web servers use to setup rules for processing requests. Or in other words, when someone visits a server, that file is checked and any rules listed in it dictate what to do next. My blog was previously located in a folder called blog/. I placed a .htaccess file there and put in the following content:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^/?(.*) http://www.michiknows.com/$1/ [R=301,L]
</IfModule>

Ignore that weird HTML tag thing. What’s important is the stuff in between.

  1. The first line is telling the server “hey, we’re gonna do some funky stuff with the URL.
  2. The second line tells the server “hey, everything is relative to where we are now” (blog/)
  3. The third line says “change anything you see into http://www.michiknows.com and then put whatever stuff came after “blog/” on the end of the new URL.

Thus, the above code would change:

http://www.michikono.com/blog/some-really-cool-article

Into:

http://www.michiknows.com/some-really-cool-article

Notice the distinction. The (.*) means “anything”, and the $1 refers to the “anything” found in between the parenthesis. The “R” means redirect, the “permanent” is more for stuff like search engines. The L stands for “Last” – as in: “this is the last rule, stop processing more”.

Let me know if anything in my new blog is broken. :)

Here’s some things I considered before moving that I hope you all consider if you ever move blogs:

  • Moving means killing any page-rank I may have gained. My blog had a page-rank of 5 in only a few months. I figure I can do it again. :)
  • Moving means losing a lot visibility in search results. Now that the content is on an unknown domain, results can omit me a lot. I don’t even know what Technorati is going to do!
  • Any tracking you have of users is destroyed due to the changing of cookie domains. Yep, now everybody is anonymous again.
  • Incoming link tracking in Word Press completely breaks. It currently says “No results found.”

Anyway, no big deal. I look forward to finally having a blog-only domain. :) Thanks Jackson for the name idea.

The Secret to Failure: Rushing a Zune Phone and Killing the Zune

I consider this rumor bullshit, but I thought I’d cover it for the sake of painting a fuller picture.

According to CrunchGear, Microsoft is going to release a 4G enabled Zune Phone in the next few months. This would make it one of the fastest smart phones on the market and a music playing device.

I call bullshit. This is hype brought to the next level. A respectable site like CrunchGear shouldn’t be making these huge logic jumps to arrive at these conclusions. This is reporting gone awry where someone jumps to a conclusion first and then fills the gaps with whatever they can find.

Their only real evidence is an FCC filing for a “consumer broadband access and networking” device. Realistically, most people would conclude it means Microsoft wants to enter the smart phone market with its own branded device. You know, maybe a smaller Origami or something. Really now.

…pending FCC approval, the specter-like Zune Phone will hit the streets sometime in May, a full month before the iPhone.

They’re going to throw together a device in the next three months?

You have to be kidding me. Even Microsoft isn’t that stupid. They spent five years making Origami. Over a year making a simple music device. And you’re going to tell me they’re going to essentially toss these things together not even six months after they release Zune 1.0? You’re saying that they are ready to stab at all of their mobile handset partners in the back barely a year after they finally gained a significant foothold on the market? Even Microsoft isn’t that stupid.

And then there’s the Zune.

The Zune Phone would seriously undermine the regular Zune if it has the feature CrunchGear mentions:

The Zune Phone remedies this by allowing you to share music not via WiFi, but via WiMax, so that anyone on your friends list who is online can sample your music, and vice versa. By using the mobile WiMax network, you can be in New York and your friend can be in San Jose and you can send him that Shins song you like.

Cool. Okay, so who the fuck want to buy the shitty regular Zune that only works at voice range now when you have to compare its neutered sharing feature to that of its phone counterpart. Come on! It hasn’t even been six months since the Zune was released. Releasing a Zune Phone would bury Microsoft’s ambitions of gaining any significant lower tier market share.

Lastly, it took Apple three years to make the beautiful UI of the iPhone. It is the brain child of years of development on the phone plus the knowledge gleamed from the iPod. Now Microsoft is going to release a Zune-killing Zune Phone when the Zune 1.0 isn’t even polished? They’re going to add a significant amount of new features to the Zune, including dealing with the number-pad issue, and tossing in a browser, and still do it in only six months after the Zune’s initial release?

Apple didn’t rush its iPhone out because it wanted to enter the super-crowded cell phone market with machine guns blazing. If Microsoft enters it with a half-assed rushed phone, it will get slaughtered. Apple has an additional edge due to consumers practically begging for years for an iPhone to be released. That’s the only reason their phone is getting so much attention. Microsoft can’t fight toe-to-toe with Apple on this, especially not with a rushed product.

Besides, their real competitor in the cell phone market isn’t Apple; it’s that other 99% market share that is held tightly by wireless monopolies, proven smart phone manufacturers with an entrenched corporate customer base, and the very partners Microsoft would stab in the back by releasing this phone.

This would be an interesting development, but it’s pure speculative garbage at this point. If Microsoft really did this, it would be a huge, retarded move.

What Does It Take to Beat Google?

VentureBeat, a site that covers venture funding is covering a company called Powerset that is supposedly getting its hands on a new technology that will let it understand contextual meaning in search phrases, something Google has been trying to do for years. A crazy claim is being made that this technology will allow the company to surpass Google someday. Are they nuts? Have they actually sat down and done the numbers?

Even if the technology isn’t PR bullshit, it’s still 10 years too late. How can a yet un-invented technology be too late you ask?

Because searching has become standardized as a keyword game. When the web first started out, people typed in stuff like “where is the airport?” But nowadays, people will type in “airport location”, which works great. People no longer type full sentences into queries, and that’s a good thing. The web is going onto mobile devices at an increasing rate. This means people are even less likely than ever to want to type out an entire sentence or phrase. It’s all about keywords now.

This company and its venture capitalists misunderstands the race. To fight Google, you can’t just have the best results by a small margin; your results have to smash Google’s results into tiny little pieces. And to do that, you first need to index at least 10 billion websites just to catch up to Google, an effort that takes years. To catch Google, you have to also build a sustainable business around supporting the hundreds of thousands of servers required to crawl and store the entire web. You have to convince people that the extra effort of typing more words is worth it even if your index crawls less pages, which increases the likelihood they won’t find what they want.

Had this technology come out in the days of Altavista, this company might be rolling in the green. But to complicate things further, in the era of Google, the race is no longer just about search. Google provides email, chat, calendar, and word processor services. Google has groups, video, and most importantly the largest and best funded online ad and publisher network on the planet.

The biggest reason why this technology is late is because of the time it will take to overcome Google. Even if a company was truly better than Google, it would take it years just to catch up. Microsoft has thrown billions at the search problem and they are actually losing share to Google and Yahoo. Even though nearly every computer in the world have MSN as their default home page, people actually type in “Google.com” and search from there. Google is that entrenched. It’s even in the dictionary now!

And even with the vastly superior search, the new competitor would need to fight Microsoft and Yahoo, both which are companies that own the top two websites in the world. The fact that these two companies have immensely popular portals is one of the big reasons they can still compete with Google.

I’m not saying fighting Google is impossible. But it’s improbable, especially if you are a no-name company. Talking about a yet to be officially announced technology as if it is guaranteeing this unknown company a top spot is just a grab at publicity. Any realistic analysis would show that unseating Google would take billions of dollars in marketing, hundreds of millions of dollars in infrastructure, and a general assumption that Google, Yahoo, or Microsoft will stand still.

I’d love to see them try. But even if my friend told me, “Michi, I try this cool search engine that understands what you say,” I still wouldn’t switch. In a nut shell, I won’t switch search engines for that 0.1% time where I can’t find what I need. Neither would most people.

My Apple Prediction Coming True

Check it out, my prediction doesn’t sound as crazy as it did a few weeks ago. Someone else is now reporting Apple may drop the  big clunky hard drive versions of their iPods.

Given that he sees flash storage capacities up to 32GB as being cost-feasible for the initial introduction of a new flash-based video iPod later this year, Tortora said the question becomes whether or not 32GB contains sufficient capacity to store video content.

Tortora explained that a 30GB of HDD-based iPod is sufficient for around 40 hours of video content, but only has about 3.5 hours of battery life for video playback. He added that replacing the hard drive with flash memory would allow for an increase of about 60 percent in battery life to 5.5 hours of video playback.

Well, according to those calculations, one charge only lets you see 1/8th of your content, making video viewing not quite as attractive as the audio capabilities. And until the flash based iPod goes wide screen, video viewing won’t be a major factor anyway. Right now, iPods are used for music first, video second.

Only 1 percent of the content items played on either an iPod or iTunes by iPod users was video content, with that number only growing to 2.2 percent among video iPod users. It appears that during the other 97.8 percent of the time, video iPod users are still just listening to audio content such as music and audio podcasts.

Of course, this could be because video is not yet ready for prime time in the iPod’s current form. Slap on double the battery life and a bigger screen and maybe we’ll start to see those numbers go up. I mean, really, who wants to view a video on a tiny ass screen anyway? Well, maybe people would if they gave it a try, but right now, the idea is just not yet mainstream.

Crazy Ideas: Forget the PS3, Push the PS2!

By now, everybody has heard about the PS3 being only luke-warm. Sony has had their eye on the wrong ball. Sony should have pushed the PS2 harder than they’ve ever pushed any console rather than launch the PS3. Allow me to explain.

There are many reports that the PS2 is still dominating.

Sony sold 1.4 million PlayStation 2 (PS2) consoles in the United States in December, compared with only 491,000 of the PlayStation 3 (PS3) model…

Meanwhile, buyers snapped up 1.1 million Xbox 360s and 604,000 of the family-oriented Wii consoles made by Nintendo.

So in other words, even with virtually no marketing, the PS2 is outselling the Wii, Xbox, and PS3! People have been focusing so much on the “next-gen” that nobody stopped to wonder if the last war is really over. Besides, what makes a system “next gen?” New games? PS2 has that. Better graphics? The Wii and Xbox are destroying the PS3, which is supposedly the most powerful machine out there.

Pretend for a moment that Sony decides to push the PS2 with renewed vigor. After all, the PS2 beat the 360 every single month last year. Why is it that Sony can’t continue this momentum? It doesn’t matter if Xbox has 10 or even 30 million consoles out there. Sony has shipped over 115 million PS2 consoles and sold at a rate 50% greater than 360 sales last year. That’s nearly one PS2 for every 55 man, woman, and child in the entire world! They have a library of over 7,000 games. Since there have been 1.2 billion games sold for the PS2, that works out to an average of 10 game purchases for each PS2.

The problem is that Sony is hung up on this whole “next-gen” concept that they don’t even realize they have no reason to start a new war! The fact that their “outdated” console is out-selling everybody else shows that they could have sat back on the PS2 for another year or two.

If they’re so keen on the Blu-Ray, they should just drop the price of the regular PS2 to $99, and create a new Blu-Ray version for $300. Seeing as the Wii and PS2 are roughly equivalent in power, trying to convince someone to pay a $50 markup over the Wii is much easier than convincing them of a $200 markup over the 360. Additionally, even if they take a $100 loss for each Blu-PS2 they sell (you heard the term here first!), the 10-1 game ratio would pad the losses a lot faster than the crappy 2:1 ratio the PS3 has been seeing.

Sony should embrace their PS2, polish it up with some new case colors, maybe a built in wireless card, slim it down, and re-release it. In the end, consumers care about games, not the power of the CPU. The PS2′s gaming library is the undisputed champion of that race. I’m not saying they should never release a new system. I’m saying they shouldn’t sideline their current best seller.

Lastly, let’s discuss publisher support, which is how I even came to this idea. The PS2 is a well understood system with a huge developer base that understands how to maximize its potential. It is still releasing new games at as fast a rate as ever. And its market reach is greater than the sum of all of its competitors combined. Developing a hit game for the PS2 is guaranteed mass market penetration, whereas the current next-gen consoles are still somewhat of a risk. In other words, there is a great appeal that still exists with developing on the PS2.

With the PS2 dominating the market even harder than it is now, Sony could have taken a lot of steam out of its competitors with phrases like, “Buy our PS2 and 10 games for the price of a 360!” Then, after the buzz is all gone, Sony could have launched their PS3 at their own leisure on a separate year than Nintendo or Microsoft. As the dominant leader, Sony should have set its own schedule rather than letting Microsoft set the pace of the next-gen race.

Sony should have finished milking the PS2. Sony could have taken their sweet time and let the PS3 technology drop in price and nurture the software lineup. They could have launched their system with a library of 50 games, but instead, they rushed it with only eight launch titles. By letting the PS3 brand flounder, they risk losing their actual next gen market forever since lagging console sales makes publishers flee, which causes further lagging console sales. In short, the PS3 was released a year too early because Sony got impatient.

Microsoft’s greatest victory was making Sony doubt the PS2′s ability to keep up its steam.

And Sony stumbled.