Archive for the ‘ Uncategorized ’ Category
So, after submitting my patch for Beep Media Player I kinda got hooked on their project. And after having a quick chat with deadchip and asking if he needs help for their project, I ended up with helping out on their new UI on BMP2. To make a long story short ( Not as long actually ), I ended [ READ MORE ]
Now that Illiad have let the cat out of the box I’m guessing that it’s okey for me to blog about the progress at ARS2 At the moment Pic and I are writing the base system making sure that we cover all of the bases so it will be easy to expand the system with modules [ READ MORE ]
So, I finally got to finish down some important sections on the ARS2 code. I rewrote some of the way that we’re handling modules and removed the install script from the tar.gz package that you try to install. This is replaced with the install() function inside the main module itself. This leaves my test module to [ 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 ]
Download it here [ 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 to debug something [ 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 got my set of Ubuntu [ 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 notice, I [ 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 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 there are any others having [ READ MORE ]