I see you have started uploading tutorials for SFML 2. Great!
Here is your first bug report:
From Threads tutorial:// with lambdas
sf::Thread thread([](){
std::cout << "I am in thread!" << std::endl;
});
I suppose you meant to be using the same coding style throughout. :)