Updated: 24/07/2003; 1:04:19 AM.
stevex's stuff
Some code, some writing about code. Some writing not about code.
        

July 23, 2003

Check this out.  I've added a front end to Syndicache that can take data from the cache database and present it as RSS or Atom!

What does this mean?  It means you can take any RSS feed, feed it into Syndicache, and then feed it back out with the web front end.

I'll write more about this in a bit.  For now, have a look here.


9:27:31 PM    comment []

I've been working on getting my own networking to be a little more reliable at home (mostly, getting a static IP address).  I'm not there yet but I've started moving my Radio weblog over to my own server.  It's here:  stevex's stuff.


8:53:50 AM    comment []

A question. If I do, in Win32:

    GlobalUnlock(hMem); 
    GlobalFree(hMem);  

Is there any chance that the memory will move in between the unlock and the free? It's an implementation question, obviously, as I imagine any given implementation of Win32 is free to move any unlocked memory around, but I wonder when, say, Windows XP, does it (if ever).

Reason I ask is I'm working on some code that has a lot of:

    GlobalUnlock(GlobalPtrHandle(pPointer));
    GlobalFree(GlobalPtrHandle(pPointer));

Which Boun dsChecker is flagging as an error. It's obviously right, but I wonder if there was in fact any chance of an error caused by this.
7:03:19 AM    comment []


We're sorry, but due to license restrictions, BuyMusic.com content is available only to residents of the United States. Your internet protocol (IP) address shows that you are attempting to access this web site from outside the US. Thank you for your interest in BuyMusic.com. We apologize for any inconvenience this might have caused.
7:03:16 AM    comment []

© Copyright 2003 Steve Tibbett.
 

July 2003
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


Other sites by me:
Linky
The Restaurant Thing
Syndicache
MapX
Misc Writings


Powered by Radio
Click to see the XML version of this web page.