Let the blogosphere explode… Google acquired YouTube

From TechCrunch:

In their largest acquisition to date, Google has acquired YouTube for $1.65 billion in an all stock transaction. Both companies have approved the deal, which should officially close in the fourth quarter. YouTube’s 65 employees will remain with the company at YouTube’s San Bruno headquarters.

I don’t understand spending well over a billion dollars for something that is positioned to get hammered in copyright-violation-related lawsuits, uses technologies that you, by and large, already have, and probably loses money. But, clearly I’m a simpleton.

Firefox 2.0 and the use of democratic features

Anti-phishing in Firefox

Lifehacker covers some of the new features of the upcoming Firefox 2.0. The fact that it will support google suggest and integrate with bloglines seem useful to me personally. A more interesting feature though is this anti-phishing/forgery one (pictured).

It seems to track phishing sites based on some central database, and people can “rate” a site as a forgery or not (I’m guessing by the “This isn’t a web forgery” link). I imagine it isn’t purely a human-generated list of sites, but I think the trend towards democratic, “wisdom of crowds“-type features is going to increase in browsers. Right now there are some Firefox plugins that fall into this category (stumbleupon comes to mind).

A lot of the web-2.0 apps these days rely on some democratic way for users to affect the experiences of the community. For example, if enough people digg a story it makes it to the front page, where it’s viewed by more people. It’s also common for even older sites like craigslist to offer features like “report this post as offensive” and rely on their user base to filter out content that might be inappropriate for other users.

Continue reading

A visual representation of screen resolution

Last year I had to make a table of how the various screen resolutions map to their cryptic acronyms, because I couldn’t find a nice consolidated list.

I just stumbled upon this sweet graphic at wikipedia which does a good job of showing them all. The red line represents 4:3 formats, and the purple line is for 16:9 (widescreen) formats.

Screen Resolutions

For reference, QVGA is what your iPod can display, XGA is probably what your computer is running, WUXGA is what my computers run, and WQXGA sounds like heaven. Well, maybe unreadably-tiny hell if your screen is 15″, but heaven if it’s 30″ Apple Cinema Display.

Users want video downloads on the TV

ArsTechnica covers an Accenture study which reported:

The results found that nearly half (47 percent) of those surveyed in the US want to be able to download movies, TV shows, and other video content to their television sets, with even more of those surveyed globally (54 percent) wishing for such technology.

This starts to support some of the theories that Paul Graham espoused in his essay The Power of the Marginal:

The big media companies shouldn’t worry that people will post their copyrighted material on YouTube. They should worry that people will post their own stuff on YouTube, and audiences will watch that instead.

If we get to a point where people can rouinely get video-based content via the web on their TV, that starts to put network programming and user-generated content on a more even playing field. They will have to compete for user’s attention on the big(ger) screen.

Nerd word of the day: Idempotence

I came across this word when reading about pipelining at mozilla.org. They used it casually, as if everyone knows what it means. I looked it up and it’s actually a useful word, at least in the context of computer science.

In computing, idempotence is the quality of something that has the same effect if used multiple times as it does if used only once…

There are a lot of times where knowing whether or not a function is idempotent would be handy, especially with stuff like character-escaping.

MySpace copping an attitude

Dare had an interesting post about how the COO of News Corp (parent company of MySpace) came out and said some disturbing things about MySpace’s role in the internet ecosystem.

From COO Peter Chernin:

“If you look at virtually any Web 2.0 application, whether its YouTube, whether it’s Flickr, whether it’s Photobucket…almost all of them are really driven off the back of MySpace, there’s no reason why we can’t build a parallel business.”

Pete Cashmore correctly points out that Flickr probably had little success on the back of MySpace. I’d also add that digg, del.icio.us, writely, gmail, google maps and the vast majority of Web 2.0 sites are not driven off the back of MySpace – so Chernin is making a huge overstatement. Admittedly though, Photobucket and YouTube are good examples of businesses MySpace could probably kill (or substantially wound) if they wanted to.

Continue reading

MySpace is becoming a haven for SPAM

myspace.com, currently pushing 100 million members, is attracting a lot of commercial attention. What happens when a lot of people gather at one site on the internet? They get targeted for viruses, spam, and all sorts of advertising overload – of course!

Today was a weird day for me on myspace. I don’t normally chat with friends there, leave comments, send messages, etc. I’m linked up with everyone, and browse profiles from time to time, but I wouldn’t say I’m a heavy user. Today:
– I received 10 MySpace messages
– I received 9 Friend requests

Continue reading

Are high search results self-perpetuating?

An interesting (and short) article over at arstechnica takes a look at that question. If a website ranks highly in searches, and search rankings are based on popularity, won’t that only serve to make the website more popular and keep it high on the list? This study suggests, counter-intuitively, that the opposite is true.

Interesting choice of icons in IntelliJ

In IntelliJ, they have a built in code inspector with will run through your code and find potential problems. The icon for this tool is a head that looks like a detective (“an inspector” I presume):
Code Inspector

If you want the code inspector to ignore certain source files, or specific types of errors, they have a different icon for that:
Code Inspector with his back turned

I don’t know that the metaphor is especially helpful, but I think it’s at least moderately funny.