29 Nov
Guys from Bytonic have created a java port of open-sourced quake2 engine. It is using standard Java3D API and two different implementations of Java3D based on OpenGL. So apart from OpenGL the engine is all pure java. Although they have a benchmark page, I was interested to test it myself. So I downloaded jake2 (this [...]
Posted in Java, News by: Alexey
2 Comments
28 Nov
На днях болтал со старым кипрским знакомым, который уехал жить в Австралию. Речь зашла об автомобилях и он рассказал о своём. Оказывается, в Австралии популярны огромные машины, потому что:
не тесно, не трясет
ветром не мотает
грузовики тебя видят
при столкновении с кенгуру больше шансов остаться в живых
У этого знакомого FORD Falcon GLi, 4х литровый седан-чемодан. Переделанный на [...]
Posted in Cars & Driving by: Alexey
1 Comment
22 Nov
В последюю неделю погода у нас отличается тем, что сильно отличается. В смысле, от типичной в это время года, а, по-моему, и вообще от типичной для юга Англии. Прогноз погоды я смотрю редко, на Кипре в этом не было смысла, да и люблю я сюрпризы. В последнее время англичане на работе поговаривали о удивительно тёплой [...]
Posted in Life in the UK by: Alexey
2 Comments
22 Nov
Ha, another addition to my Things that I still discover about Java registry: Expression void.class is legitimate and results in a java.lang.Class instance representing void type. I did know that each primitive type had its own Class referenced as byte.class or char.class, but had no clue that you could do same thing with void.
Posted in Java, Software Development by: Alexey
1 Comment
21 Nov
Yow! According to “IntelliJ 6.0 (Demetra) Roadmap released” TSS article, next major version of my favourite and truly enjoyable Java IDE, IntelliJ IDEA will have support for IBM Websphere appserver. That would be a pleasant addition for me. Currently, I use a somewhat hacker’s approach to start/stop Webshpere instances on my computer. I intercepted [...]
Posted in Java, Software Development by: Alexey
3 Comments
20 Nov
После небольшого перерывчика решил написать о третьем дне нашего отдыха в Северном Уэльсе. С ходом времени всё забывается, поэтому история будет менее красочной.
День 3, понедельник, 24 октября 2005
День этот, по причине пасмурности, мы решили провести недалеко – погулять по берегу моря. Ничего особенно примечательного для глаза мы от побережья не ждали, так как я смотрел [...]
Posted in Leisure, Photography by: Alexey
2 Comments
16 Nov
We had an short argument with a collegue at work recently whether the private “stateless” methods of a class (those that do not use instance fields) should be declared static or not. My opinion was they should be static because this marks them as stateless and not only eases code reviews, but provides a compile [...]
Posted in Java, Software Development, Work by: Alexey
7 Comments
15 Nov
Here goes Heron the Wise who knows no doubt and is above all vanity:
Posted in Casual, Photography by: Alexey
No Comments
14 Nov
Выложил несколько снимков Шуриковой Toyota Avensis для тех несчастных, кто не может увидеть этот пепелац “лично”. Обратите внимание – багажник designed for kids
Posted in Cars & Driving, Leisure by: Alexey
No Comments
08 Nov
The topic of acceptable speed in a XX mph limit zone in the UK seems to be quite popular and I hear my friends asking me same question over and over again. Browsing rupoint.co.uk, I found the link to the Speed Trap FAQ. If you scroll to the bottom you’ll see the table:
Limit
Fixed Penalty
Summons
20 mph
25 [...]
Posted in Cars & Driving by: Alexey
2 Comments