Archive for June, 2007

.NET on Linux faster than on Windows ? Hmm

27-June-2007

An interesting article on JavaLobby caught my eye today: Do .NET Applications Run Better on Java?

Normally, knowing the not exactly impartial focus of the Java centric site such as JavaLobby or theserverside.com, one should be careful when reading how much Java outperforms .NET. The bias works the other way too - just look at the [...]

Search for perfect online photo storage

25-June-2007

One thing that is on my Someday/Maybe list for quite some time is to get some off-site storage for my digital images. They are reasonably safe on RAID-5 NAS with a copy on USB disk, but what is missing is off-site copy. At minimum, a remote backup, ideally with an UI resembling something like Aperture [...]

Netbeans Ruby IDE - great tool getting even better !

24-June-2007

I have spent last two days (and few evenings before) playing with Rails and using Netbeans Ruby IDE. What a great experience ! Unlike before, it is so much easier to have really good debugger that allows put breakpoints not only into the Ruby code in controllers and model - but even into the RHTML [...]

Quote of the day

21-June-2007

The realization came over me with full force that a good part of the remainder of my life was going to be spent in finding errors in my own programs.
– Maurice Wilkes
What is so worthy mentioning on this obvious stament, describing fate likely shared by many thousand or milions of software developers worldwide ? Not [...]

Adding image to link with CSS only

21-June-2007

As seen in the video at http://sciencehack.com/videos/view/IDT2RMJNvSA#searchkeywords
The source code:

Very good explanation is in the video mentioned above. So far so good - unfortunately the technique, however cool it is, does seem to work in Firefox only. Or at least it does not work in the still most prevalent browser on the Net.
Here is how it [...]

BOTD: Railscast

19-June-2007

Today’s blog of the day is not really a blog, but a screencast. Dedicated to Ruby on Rails, the Railscast offers (as of today) 46 episodes of short, targeted practical advice on various aspects of Rails development.
Unlike some other screencasts who try to record the screen action as MPEG movie, this one is perfectly legible. [...]

MSDN Documentation - the follow up

15-June-2007

Judging by the number of hits, Joel (and myself) are not the only people who would like to see nicer, better and faster MSDN documentation. As a very nice surprise, some of the feedback came directly from the people than actually can do something about it - like Darren Parker from Microsoft and Anand [...]

MSDN Documentation - the worst in class ?

14-June-2007

Did it ever happened to you that you were using some tool day after day - and never realized it’s pretty big deficiencies ? Until somebody, coming from different background pointed out what everything is wrong with the tool ? Before that moment of revelation, the issues were just inconvenience, but right after that [...]

BOTD: Strange Maps

12-June-2007

Today’s Blog Of The Day is named Strange Maps, which strangely accurate name. If you have are into maps, or information visualization - or combination of both, do NOT visit this link, because you risk sticking there for few hours :-).
Some ideas presented are quite original and wonderful: for example the map of the USA, [...]

Swing-ing back - to Netbeans

11-June-2007

It has been quite some time since I used a Swing based Java application. Compared to beauty and close-to-native feeling of Eclipse based application, Swing just did not feel right - it looked differently and behaved a bit differently. For long time, my desktop was Swing-free (not counting the JDK demo). Not any more, though.
What [...]