Archive for May, 2007
After some playing with python, I’ve finally finished my booklist plugin for pyblosxom. Still some work that should be done, like a way to fetch both the booktitle and the cover image from the same ASIN. Had some initial trubbles with running this on my VPS though, seems like my current version of debian runs [ READ MORE ]
So, the last few days I’ve been hacking on a little booklist plugin for this blog. At the moment it’s starting to look like something usable, but still some work to be done until I’ll put it up on this blog. (Running at my testserver at home, those of you that know the url can [ READ MORE ]
So, I finally got around to make the commenting system work just the way I want to, with the right theme and stuff like that. One could have told me that you needed the ?showcomments=yes after the link to make the commenting system appear. Needless to say, critical features like that should be written about [ READ MORE ]
I hope.. Thanks to the guys over at PyBlosxom.sf.net I’ve found a plugin that,hopefully, will kill most of the spam. It shouldn’t be hard for the not-bots out there to make real comments, even though I don’t think that will be a problem seeing how many that comments on this blog to begin with. If [ READ MORE ]
So, with the help of my good friend Marti I took the Sunday night and redesigned this entire blog. ( Well.. not the entire). I’ve been productive today though, created Root certificate for this entire domain, securing several login pages. Redesigned this blog, and rewritten some code on the pyBooklist plugin[ READ MORE ]
I hate it when your third party libraries f00 stuff up. This time libxml2 seg.faulted when I tried to send it a string not terminated by \n\0. I’ll check into it later, and send a mail to the mailing list when I’m more sure about the error. It could be me after all On further [ READ MORE ]
Yay, so I finally got around to create a new and better frontpage for langly.org I would as usually like to thank Marti for his help on the desgin/css part. Still, I find assembly more logical and easier to work on than that HTML/CSS thing everybody are talking about. On the other side, I finally [ READ MORE ]
Soo, I’m finally getting somewhere on my schoolproject, yay! Over the few last days, I’ve been hacking C++ to the max, learning everything there is to know about Unix sockets, XML and XSL transformations. Now, my tips to you, _DO_ initialize your pointers if you want your app to work, I’ve spent X hours trying [ READ MORE ]
Download it here[ READ MORE ]
client =(ClientSocket*)malloc(sizeof(ClientSocket)); client->server_addr =(struct sockaddr_in*)malloc(sizeof(struct sockaddr_in)); bzero(client,sizeof(ClientSocket)); bzero(client->server_addr ,sizeof(struct sockaddr_in)); Grrr! Pretty obvious[ READ MORE ]