Archive for July, 2008

Победа, товарищи!

July 31, 2008

Можно выдыхать. Мое творение было удостоено третьего места в конкурсе от издательства МИФ: http://www.biztimes.ru/index.php?artid=669. I’m really glad! Но особенно я буду рад, когда получу свой приз.

Lost

July 27, 2008

Watching second season of Lost. Series by series. During almost 4 hours. And connot stop.

Investigate your device closely

July 26, 2008

Damn! I haven’t noticed this slot for CF memory card since I bought my pocket pc. It’s more than 2 years! But now I have a 8 Gb card instead of 4 Gb I was going to buy in a couple of days.

Saturday at work

July 26, 2008

Today I’m at work due to some reasons. I really like this atmosphere of silence.

Rain

July 26, 2008

The rain we had a couple of days ago. That was great

The reason of twitter problems…

July 18, 2008

birds, trying to pull it in different directions.

Забавности и идиотизмы

July 13, 2008

Разгребая фотографии с мобильного, решил выложить куда-нибудь некоторые любопытно-идиотические кадры. Чтобы не засорять эфир здесь, выкладываю на тамблр - http://sandlex.tumblr.com. Все фотографии реальные, никакого фотошопа и подстав.

Inbox zero

July 8, 2008

Inbox zero concept in action:

at work

and with personal email

I’ve read just a small article about it but I like this idea on the whole.

Gmail’s strange behavior

July 6, 2008

Does anybody know why it’s impossible to create label “important” in gmail?

importantgmail

What’s going on?

i18n bug in NetBeans is fixed

July 2, 2008

As a result of my previous post concerning i18n problem in Matisse I’ve reported about this issue in community. It was clear that code was refactored by IDE by introducing java.util.ResourceBundle bundle variable but something went wrong with it and as a result we have synax errors. After a couple of letters between me and one of the developers (I’ve explaned steps to reproduce, sent some sources and given my estimates) they’ve fixed the issue:

Code string contains: java.util.ResourceBundle.getBundle(”com/sandlex/svr/resource/Application”, new Locale(Configurator.getInstance().getLocale())).getString(”Show_list_button”).

To workaround this problem we need to change code slightly by adding a dummy space after ‘getInstance()’ e.i. replace ’getInstance().’ by ‘getInstance() .’.

This issue was fixed in current build and will be released: http://www.netbeans.org/issues/show_bug.cgi?id=138802