Articles:  VMWare review  Useful software

This weblog has moved! You shall get redirected. If not, please just go to a new place yourself: blog.kowalczyk.info

Krzysztof Kowalczyk's Weblog
Blog or you'll be blogged.


daily link  Monday, July 29, 2002


Programming Jabber. Just finished reading DJ Adam's Programming Jabber. Jabber is an interesting but not revolutionary (IMO) technology. It's an Instant Messaging protocol like AIM, ICQ or Microsoft Messenger. What makes it different is that unlike those proprietary protocols you can run your own Jabber server (there's both open-source server and commercial ones). Jabber also puts emphasis on being a p2p platform instead of just limited IM service. The book is a good introduction to Jabber, its protocol and kinds of applications that can be built on top of it. Good if only to stimulate your thinking.    permalink  

Stuid coding mistake of the day. Spent a day figuring out why debug build worked differently than release build. What's wrong with this code:
bool FMyFunc(void) {...}
...
assert( FMyyFunc() );

In non-debug build FMyFunc() will never be called. Aaargh...   permalink  

 
July 2002
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      
Jun   Aug


Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

pine street



Copyright 2002 © Krzysztof Kowalczyk.
Last update: 9/20/2002; 11:48:01 PM.