
Original flyer
The independent republic KaZantip opens the embassy in Limassol, Cyprus. The party will take a place at 16th of September in the club Fabrique. One of the most famous Russian DJs DJ Fonar will play his amaizng trance set. Also, you’ll see the fire show from LoveFlame. The dress code is ORANGE. The ticket is 15CYP. Let’s set fire to night!
For more information, please, call to Nick Schtansky 99-768173.
Linux is 15 years old! Best wishes and Happy Birthday! Thanks to Linus for the great operation system.
I came across this article published on thinkvitamin.com. I found there many ideas which are similar to mine:
Like you, I’ve got a million things to do and I’m constantly battling to keep on top of my inbox and RSS reader. The last thing I want to do is add another thing to that already-way-too-long list.
I like web services such Flickr, del.icio.us, Gmail, Bloglines but I don’t use their social part too much. Maybe I’m not so social person or maybe I don’t have enough time.
Anyway, the article is useful to understand a conception of social (and not social) web apps in the future. Moreover, there are a few new services which can be interesting for you. For myself I discovered Netvibes – amazing place which may agregate a lot of others web services, LinkedIn – resource for linking with business partners and Basecamp – service, developed by 37signals and offered TODO list, file sharing and more. But last one has too expensive price for me.
If you need Web 2.0 logo feel free to use this generator. Basically, this is a parody of Web 2.0 Logos. But it looks very nice 
Here is a my logo:

Recently I uploaded a few photos to the my site and I did a mistake in the name: Kirenia intead of Kyrenia. There were ten files but I didn’t want to change their names one by one. Thanks to bash. It offers an easy and elegant way to fix this problem:
for FILE in `find|grep Kirenia`; do TARGET=$(echo $FILE | sed -e “s/Ki/Ky/”); mv $FILE $TARGET; done;
P. S. I alwas forget about structure bash operator for:
for VARIABLE in LIST; do SOME_OPERATIONS …; done

Last Sunday we went to North Cyprus and met with our friend Evren. He showed us around and made a great excursion for us in Nicosia and Kyrenia. We took few pictures. So, you can see them here.
Recently I decided to upgrade my Nokia 770 up to OS 2006. The procedure of upgrade is very simple. There is a Windows utility which make this procedure easily for Windows guys. But you can use flasher under Linux as well.
My first impression of OS 2006 is very positive. It looks much better than OS 2005. But the most significant change is an application installer. It works now similar to apt-get utility. So, it’ll be easy to update installed packages. Also, the application installer uses dependences for packages.
But after playing with the new OS I returned back to OS 2005. Because the OS 2006 has a new architecture – ARMEL and there is not way anymore to install Debian packages for ARM. Well, I’m going to work with OS 2005 till all packages needed for me (mainly related with SDL) will be ported to the ARMEL.
Nokia 770 is shipped with aluminium cover and stylish bug. But it doesn’t allow to wear it on the belt. Also, Nokia can be switched on/off spontaneously because power button is not covered at all. This problem can be solved by using the Brando hardcase. The brief review and more photos after jump.