Life

Exception #07

You can read in russian my report on Exception #07 conference. In brief - this was a great experience for me. And in the nearest future I’ll share all materials.

Kharkov Salsa party (OTB video)

I was a bit confused :)

Sky diving (no comments)


To fly like a bird

Just watch this


Small tip for blogger.com users

If you do not like the navigation panel (the bar in the top of the page) - you can hide it.
Just add the following javascript in your site template:

function hidenav() {
document.getElementById(’navbar’).style.display=’none’;
}

Then add onload=”hidenav()” to the body HTML tag

That’s all. Have fun.

Software I use every day

I’ll provide a brief list (not ordered) of useful software I use.

That is all what I need to breath :)

Now I am happy Mac user :)

MacBook

Life

Танечка, существует много вещей, которые человек не в состоянии описать. Их и не возможно описать, так как они не имеют не цвета, ни формы, ни размера. И в этом случае мы прибегаем к символам. Сюда я отношу любовь. Некоторые люди полагают что чувства обусловлены лишь гормонами, которые разбавляют нашу кровь, и, скорее всего, это верно по отношению к ним самим.

Не считаю себя романтиком, да и не являюсь им, но тем не менее, для меня любовь представляет собой нечто большее нежели белки, заставляющие тело радоваться и наслаждаться, бояться и переживать. Для того что бы описать это чувство не существует подходящих слов, ибо любовь находится на другом уровне восприятия. И на самом деле совсем нету смысла пытаться это сделать, ибо это можно лишь почувствовать.

Предложение разделить отведённое нам с тобой время вместе является для меня тем самым символом.
Спасибо что ты его приняла.

Ты устал

Ты устал, тебе хочется кричать. Готов взорваться мириадами льдинок в невесомости. Сигарета. Одна сигарета и ты на месте, стоишь обеими ногами на земле. От неуправляемого полёта в неизвестность до приземления всего одна сигарета. От дна печали до пика безмятежности. От шквала безумных бизонов в прериях подсознания до одинокого рыбака в тумане - всего горстка табака, обёрнутая в бумагу. Щепотка сушёных листьев, брошенная в бушующий океан эмоций, растворяясь синим дымом, превращает его в зеркало. Зеркало, в котором не видно отражения. Зеркало, в котором, зачаровывая, шепчут свои заклинания таинственные вязы.

Одна сигарета и мир вокруг замирает. Нет ни единого звука, лишь прерывистый стук метронома в груди выбивает ломаный ритм, расплёскивая эритроциты в суженных жилах. Секунда и мир оглушительно взрывается, его вновь наполняет стремящаяся в никуда жизнь своим вездесущим неуловимым движением. Ещё одна сигарета и секундная стрелка останавливается на пол пути. На пол пути к будущему и на пол пути от настоящего - время перестаёт существовать. Ещё одна сигарета и мир в безмолвном оцепенении вращается вокруг тебя. Всего одна глубокая затяжка синей праны, растекающейся теплом в лабиринте лёгких и ты паришь, беззвучно рассекая тишину.

Frédéric Beigbeder - 99 Franks

This is an exciting reading. Some interesting thoughts about how advertising is made, about Cannes lions, and money. This book is overflowed with sex and drugs. What can I say - regular bestseller, not more. You’ll like it.

Long live UTF, no localization problems!

No localization problems at allI’ve bought a new notebook, and it was a big problem to make a good choice - which operation system to install? Really there is only two operation systems - Linux and Windows. So has been installed Ubuntu 6.10. Ubuntu is one of most popular Linux distribuions, it has a big and fast growing community, and if to be honest, I think this is most promising distribution.
But, after some minutes after installation I’ve fond such interesting window.
I thought UTF usage will solve all localization problems, but it seems not to be a silver bullet. Can you imagine such situation in Windows?

Vista Gadgets

It is interesting thing - Windows Vista was not released yet, but demand on Gadgets development already exists. Gadgets idea, naturally, is not new (as most things Microsoft done), but anyway, I think it is interesting. Now is the better time to start with Gadgets development.

Outsourcing boons

Freelancer At our days, I think, we can divide programming to web-development and non-web. But most oursourced projects are web. Why? Because on the West exists a great demand, and supply is on the East. In addition, web-programming is more simplier, there is a lot of documentation and the specialists number constantly grows. Eastern freelancers can and want work for $500 whole days and nights, even if there already no place for strawberry. I believe that soon we’ll see frelancers that will work for food, scriptlance.com already has specimens of those who a ready to work only for positive clients review. Of course, 4 dumb indians or ukranians will do more work than one expensive specialist. But I doubt they’ll do it better. Freelancers do not care about the code quality and maintenance cost. And as result you’ll get a black box.

So it is a good idea to have no deal with freelancers, but with medium and big companies only. You’ll pay more for it, but for serious longterm projects this way is more acceptable.

And if you are a young specialist, I’ll advise you not to go on web-development. It became much less prestigious and profitable as before.

Handy way to send POST request

Sometimes we need to make POST request to verify some functionallity or for anything else. As for me, the most handy way is to use wget with –post-data command-line parameter.

Wget is one of usefullest applications I have ever used. Windows version is also available.

Books on MySQL

MySQL 5.0 Certification guideAt our days there is a lot of books on different languages, technologies, databases and etc, and sometimes it is a difficult to make a good choice. As for me I don’t like books with humor, curious cases with author’s pets and other flood. I don’t like and I do not want to spend my time for reading such things. Also I do not want to spend time for incompetent authors. So from all MySQL books I have ever seen I think only two are really good enough: official documentation и MySQL 5.0 Certification Study Guide. And no matter your MySQL experience you’ll find a lot of new and usefull things.

- Next »