Прошу ещё одного совета

Первый вопрос про оффлайновый органайзер и список дел очень успешно разрешился советами перейти на Evolution. Выяснилось, что Evolution довольно стабилен, просто не надо было пользоваться Ubuntu. Удобнейшая интеграция с Clock Applet + возможность вести несколько календарей в разных цветах растопили моё сердце за несколько минут. Вот только списки дел могли бы быть иерархическими, впрочем, нет в мире совершенства.

Так что я осмелюсь задать ещё один вопрос. Не подскажет ли кто книжку по реляционным базам данных и по языку SQL, в которой бы простым языком разъяснялись базовые понятия. Например, про то, что существует 4 основных типа JOIN'ов, 3 уровня изоляции, и почему тех именно четыре, а этих -- три. Пока нашёл ссылку на одну вроде как стоящую книжку -- Joe Celko - SQL for Smarties

Посоветуйте оффлайн-календарь с todo

Сабж, будучи завален разнообразной работой, ищу удобный способ самоорганизации. Пока лучше Google Personalized Homepage + Google Calendar ничего не нашёл, хотя всего-то хочется календать с возможностью добавления событий и какой-нибудь иерархический TODO с возможностью определения приоритетов.

Ужасно хочется чего-нибудь оффлайнового.

Время тестов ;-)

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

Java behaviour between different JVMs

Recently, I caused a delay in the delivery of a JSF/Spring/Hibernate application running under Tomcat.

The reason was that I built the application with Java 6 and shipped it this way for testing which used Java 5.

Testing identified a major performance problem. Pages that took max. 5 seconds to load were loading in 30 seconds.

It took me a few days before I figured out I was using Java 6 at the time of building.

Now, I am looking at the The JavaTM Virtual Machine Specification and wondering what could have changed between Java 5 and Java 6 if the specification did not change since 1999.

Connecting to a hosting provider VPN from linux

I never did this before, so the most difficult part of getting a VPN connection working was about finding the right solution.

The source of my inspiration being apt-cache search, I first tried the Gnome Network Manager but the version in Efty Edge is so buggy that it was barely usable.

Then, I tried kvpnc. I could not get through all the menus it presented and make it work.

At that point, I gave up on graphical tools and went back to basics by googling for a HOWTO on linux+vpn+windows. My today's luck drove me to an openswan-based tutorial. After meditating for around an hour on IPSec configuration, I desperately returned to Google in a quest for a simpler solution and, within 15 minutes, I stumbled upon the pptp-client which had a ... surprise-surprise! Debian HOWTO. After that, it was just a matter of 5 minutes to set up and test the first configuration.

Pages