Stas's blog

Thursday, December 20, 2012

git hangs after "Resolving deltas"

›
Have had a funy problem with Git. I suppose it's proxy-related. Writing it down, because sure that will have the same problem some time...
5 comments:
Thursday, December 13, 2012

File.setLastModified & File.lastModified

›
Have observed interesting behavior of File.lastModified file property on Linux. Basically, my problem was that I was incrementing the value...
2 comments:
Wednesday, October 24, 2012

Effective Concurrency by Herb Sutter

›
Have never ever written feedback on events or courses, but here I decided to write one. It is about "Effective concurrency" cours...
2 comments:
Tuesday, September 11, 2012

Building OpenJDK on Windows

›
Experimenting with some stuff, I found that it is often useful to have JDK source code available in hand to make some changes, play with it,...
6 comments:
Saturday, May 19, 2012

Bug in Java Memory Model implementation

›
Just have came around amazing question on stackoverwflow: http://stackoverflow.com/questions/10620680/why-volatile-in-java-5-doesnt-synchr...
1 comment:
Monday, February 6, 2012

What is behind System.nanoTime()?

›
In java world there is a very good perception about System.nanoTime(). There is always some guys who says that it is fast, reliable and, whe...
2 comments:
Monday, December 5, 2011

The magic of conditional operator

›
Can you guess what is going to be the output of the following piece of code? Object obj = false ? new Long(1) : new Integer(1); Sys...
2 comments:
Wednesday, November 9, 2011

Java file flushing performance

›
There are many situations when it is required to ensure that data was written to the disk and write is also required to be fast. The most m...
1 comment:
Wednesday, July 20, 2011

The most complete list of -XX options for Java JVM

›
There was a wonderful page with that list ( http://www.md.pp.ru/~eu/jdk6options.html ), but it seems it's gone now and not available an...
12 comments:
Tuesday, July 12, 2011

Integration of TeamCity 6.x and Fitnesse

›
Team city is wonderful CI and build management platform, which combines great capabilities with really simple configuration. I seriously lov...
3 comments:
‹
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.