... Home Contact

Krzysztof Koźmic's blog

You're doing it wrong.


Show appreciation: My Amazon.com Wish List

Me@Twitter

    Currently reading

    Article Categories

    Archives

    Post Categories

    MyPersonal

    Syndication:

    December 2007 Entries

    Anything unusual?

    Ok, seriously - I might be just the only blogger in Poland that hasn't written anything about Nasza-klasa.pl in the passing year. It's basically social networking site where you write all schools you went to, and it helps you find people from the same school, the same class and so on. It's been a huge success here in Poland, and everyone is talking about it, even my mom knows what it is, and that's quite an achievement. Well, anyway - my wife seems to like it, and she spends quite a lot of time there, and she found this on...

    Resize any Firefox Window

    I sometimes come across a website that pops up a window with some video, chat or something, but its size is fixed, and it doesn't fit in it, when opened in Firefox. I used to move that tab to the main window, where I'm able to resize it, but I don't like doing that. I want to be able to resize that stubborn window in the first place, so I found a way to do just that. It only requires three simple steps: write about:config in your address bar, and hit enter find dom.disable_window_open_feature.resizable double-click it in order to...

    Nullable<bool> GetHashCode() - bug or a feature?

    Today I stumbled upon a strange bug, that seems to be a feature of .net framework. I had a method that performed some action upon a instance of a class, lets say Customer, based on the hash value of that record. Seems plain and simple, however my unit test exhibited a strange behavior - in some cases, although Customer record had been updated, it acted as if it was not changed. Short investigation pointed to a field of type bool? (Nullable<bool>), that although its value was changed, returned the same hash code. The problem is, that generic struct Nulllable<T> implements...

    To continue installation close the installer

    The title says it all. I've uninstalled beta2, and currently I'm trying to install the final version of Visual Studio 2008. As many people had problems with .NET 3.5 installer, while installing VS, I wanted to install it before installing Studio. While installing it, I received one of the most bizarre notifications I've ever seen. Oh, and clicking 'ignore' causes the installer to exit with an error. Any ideas? Technorati Tags: Visual Studio 2008, .NET 3.5