Odnoklassniki.ru – Russian classmates

I’m always amazed and shaken when ugly things work. I know they often do, but every time it happens, it’s like the first time for me.

There are many examples around, MySpace.com being the most well known. The idea behind it is nice – to provide a place for youngsters to communicate and share pictures and music. But the way it is implemented is truly ugly. Yet, MySpace.com is one of the top visited web sites on the Web.

Odnoklassniki.ru is another example of this. (Odnoklassniki is a Russian word for “classmates”.) Again, the idea was pretty good – create a way for people to find their classmates and all friends easily. 10, 15, 20 years later names and faces tend to fade out and we don’t remember them all that good anymore. So, those of us who want to get re-connected with friends from the old days have some troubles locating those. With Odnoklassniki.ru it becomes pretty easy – pick the region, area, and school or college where you studied, specify the years during which your were there, and you’ll be shown other people who are registered on the web site, who studied at the same place during approximately the same years. Names and pictures are there, and those help a lot.

The way the whole thing is setup is terrible though. First of all, the web site is horribly slow. Always. I’ve been registered there since forever, and I was checking it out once in a while – always slow. Secondly, it tries to be everything – a contact manager, a search engine, people directory, photo sharing and rating service, messenger, forum, and so on. Needless to say, it sucks badly at most of these. There is not a single function that works properly.

But, the main thing is that it works. The web site is very popular in Russia and lots of people register there every day. I myself managed to find and connect with people who I lost and forgotten a long time ago.

When I think about how these things work, this quote comes to mind (from Pirates of Silicon Valley movie):

Steve Jobs: We’re better than you are! We have better stuff.
Bill Gates: You don’t get it, Steve. That doesn’t matter!

Upgraded to WordPress 2.3.1

I’m doing lots of silly stuff.  Who else could post a few articles in the morning, and then start with major WordPress upgrade?  Surely, there was a disruption of service while many of your came to read the posts.  Sorry, guys.

The good news is that I finally did it.  The blog was lagging behind the recent security updates and new features, running on WordPress 2.2.2 .  Today I updated it first to 2.2.3, which went without any problems.  Then I went for 2.3.1, which broke a few things.  I had to remove a few files and re-upload them and then fix a few places in the database and adjust the theme a bit.

All my posts were under a single category, and were tagged with Ultimate Tag Warrior plugin, which WordPress 2.3 provided an import for.  That thing didn’t work properly.  Probably, because I have a few thousands of posts, and a few thousands of tags, and importing them all takes more time than a browser is willing to wait without timing out.

But I don’t care for that right now.  It was a mess anyway.  Some posts got tags imported, others didn’t.  I’m not going back to fix them all. What’s done is done and it’s time to move on.  All posts will still remain under the single category (General), but that won’t be displayed.  Instead, you’ll see the tags to each post.  I’ll try to keep them orderly, and maybe even organize them a bit later.  For now, if you want to find something, use the search box of this site, Google, or drop me a line and I’ll try to locate the bit for you.

If you notice any misbehavior of the site, please let me know.  Thank you.

WordPress for Dummies

Matt links to the announcement about “WordPress for Dummies” book coming out.  It’s been a while since I read any “for Dummies” books myself – they are usually written for beginners, a stage which I don’t stay at for long enough to buy and read a book.  But I feel like “WordPress for Dummies” book could use some publicity.  There are a lot of people without technical background using WordPress and trying to figure things out.  I think that a book like that could save them a lot of time and effort, as well as show a few things they might not have thought about.

It’s not the only book about WordPress out there, but it’s not in the crowd by any means.  Here are the Amazon search results for “wordpress”.

Firefox feature wishlist : tab groups

I wish Firefox (or any web browser for that matter) had a nice and easy way to group tabs together. If I could just move or copy tabs between groups, color them differently together or one by one, collapse and expand groups, search for tab, link tabs together (close one and linked one close together, move one and others will follow), etc.  Considering the amount of time it took for tabs to go mainstream, I am not sure I’ll live long enough to see a solution for grouping…

P.S.: Yes, I am aware of

  • grouping related tabs in several browser windows,
  • ColorfulTabs plugin for Firefox,
  • using bookmark groups to save tabs and open them later with one click,

but these aren’t solving my problems.  Not as they are now at least.

The future of SQL

Slashdot lets us know that Google contributes code to MySQL.  Among the comments to that post, there is this one, which is while being rather funny holds some truth to it:

They need to add a GOOGLE function to allow queries to be searched nicer.

SELECT * FROM articles WHERE GOOGLE(‘boobies’);

something similar might be available but it is a PITA to list the fields to search and specify the operators etc

I think here lies the future of SQL…