Archive

Archive for December, 2005

Неофициальный юбилей

December 29th, 2005 No comments

Rose
Ровно девять лет назад, 29 декабря 1996 я сошел на перрон Московского вокзала города Санкт Петербурга свободным (от армии) человеком. Там меня ждала моя любимая и единственная Машенька. Я крепко обнял ее и прижал к себе. Так началась наша совместная жизнь.
Я благодарен судьбе за то, что выбрал именно Ленинград, и именно Можайку. Ведь благодаря этому мы встретились. И несмотря на разного рода препядствия, мы – вместе и любим друг друга!

Categories: Наше!, Personal Tags:

Merry Christmas!

December 23rd, 2005 No comments

Merry Christmas

Kala Christougenna Ki’eftihismenos O Kenourios Chronos :)

Categories: Personal Tags:

Selection of Instant Messenger for Linux

December 22nd, 2005 2 comments

After trying licq, gaim and kopete I decided to use sim – just another IM for KDE. It has pretty good user interface, supports UTF-8, allows to define encoding for each person in the contact list. It’s intergated to KDE (I like it and use only it). So, there is an only one problem. Yahoo! client cannot work via proxy. But this’s because Yahoo! doesn’t want to open its protocol and offer API.
SIM is also available for Windows and MAC. It supports all known IM protocols and in additional Livejournal connetion (I didn’t test yet).
Anyway, I’m happy and I’m ready to talk :)

Categories: Digital Life, Personal Tags:

Hundredth subscription on Bloglines!

December 21st, 2005 2 comments

Bloglines
I made 100th RSS subscriptions on Bloglines today! It was Flickr RSS channel.

Have alook my blogroll. Maybe you’ll find something interesting for you ;)

Categories: Personal Tags:

Perl Oneliners: rename files

December 21st, 2005 No comments

Image you have some files in the directory. You heed to rename them added some prefix. This is a simple Perl code can do it:

find . | Perl -ne ‘chomp; next unless -e; $oldname = $_; s#\./(.+)#prefix_$1#; next if -e; rename $oldname, $_;’

Let’s see what we do. First of all we get a list of files using command find and pass it to our oneline Perl script. The option-e is used to specify Perl expressions to be run and -n is used to create loop over input without printing anything.
Inside our Perl expression we get a file name, remove end of line from it, then check if the file with this name is not exists get next one. Then we store the file name in the temporary variable, add prefix to the file name, check if file with new name is exists (get the next file if yes) and remane inputed file.
It’s pretty easy to add more complicated processing of file names and additional checkin (file type, for example).

Categories: Software Development Tags:

Yahoo! offers MovableType on its hosting

December 21st, 2005 3 comments

Yahoo!+MT
Yahoo! announces possibility to use MovableType on Yahoo! Small Business Web Hosting. I thought about using MovableType as en engine for my blog at the beggining because it’s developed on Perl. I like Perl and my work related with Perl. So, it’d be easy for me to customize my blog, develop new plugins and so on.
But there is a problem with MovableType license. It’s not GPL. So, I chose WordPress (thanks to Leonid Mamchenkov) and I don’t regret :)

Categories: Digital Life Tags:

Yandex – найдется все!

December 20th, 2005 No comments

Yandex
Вслед за Google, предоставляющим программу для локального поиска на компьютере, Yandex (русский Google без преувеличения) тоже анонсировал подобное приложение для ПК – Персональный поиск Яндекса. Фирменная фишка Yandex – поиск с учетов морфологии русского языка присутствует и здесь. Так что по крайней мере одно преимущество перед Google Desktop уже налицо!
Вообще, на мой взгляд Yandex в рунете просто вне конкуренции. Это и онлайн словари, и маркет, электронные деньги, и конечно же почта – опять же не имеющая достойной альтернативы в рунете по моему мнению. Моему ящику на Yandex уже лет пять наверно и никаких нареканий. Только положительные отзывы.
Так что надеюсь, что новый продукт от Yandex не разочарует.
Скачать Персональный поиск Яндекса [Версия 0.9.7, размер файла 2,3 МБ]

Categories: Digital Life, Наше! Tags:

Del.icio.us in down

December 19th, 2005 No comments

I heard del.icio.us was sold to Yahoo! So, it’s good news because the people who develop it earned good money (hope). But right after that del.icio.us starts show exceptions time to time and today it’s completely down! There is not way to see bookmars or create a new one. I understand developers work with intergration del.icio.us and its new owner. But that’s no help!

Categories: Digital Life, Personal Tags:
Get Adobe Flash playerPlugin by wpburn.com wordpress themes