As you've probably seen by now, Delicious 2.0 has launched. It's an all new design and the whole thing has been rewritten from the ground up. Most of the gripes I've seem like general dislike of change—which actually attests to the gargantuan effort put forth to reimplement the original from scratch in a whole new language and architecture.

That said, I found at least one little bug that stops my usual bookmarklet flow. And, what's really annoying is that, it's probably a bug in code I wrote at one point. As it turns out, the original URL parameters for the bookmark posting form don't seem to be accepted anymore, so legacy bookmarklets may be broken. I swore I tested that, since I've got some personal investment in it.

But, although I can't contribute code to the project anymore, I've at least still got Greasemonkey. And, through this quick & dirty user script, I'm back to using my legacy bookmarking bookmarklets. In case you're interested, here's my favorite Firefox keyword shortcut bookmarklet—just select some text, type the keyword in the URL bar with some tags, and hit return.

Archived Comments

  • Just curious-- what language was del.icio.us originally implemented in, and what language was it re-implemented in for 2.0?

  • @peter: The original del.icio.us was built with Mason in Perl, backed by MySQL. The new Delicious 2 is built with Symfony in PHP for the web frontend, with all the out-of-box Symfony database abstraction replaced by a Yahoo!-developed data management and business logic layer written mostly in C++ for the backend. I'm pretty sure I've read all of that in other public releases, so I don't think I'm letting any cats out of bags there :)