network coding

Did some nice coding on the network module of a project at work. It still isn't remotely finished, but it sure looks good; it's some kind of RPC system using glib. Pretty basic, but conceptually fine. At least I think so :-) What's nice about this, is that it makes me remember why I liked programming so much when I was around the age of 18. Since starting to use Linux, I had thrown myself at learning to use the system, and didn't really do much hacking anymore; I never really got back into it after that. This project seems to be changing that, and it sure is fun. Many thanks to the GLib team for providing such a great toolbox; not having to do all the things glib does by yourself makes C hacking so much easier. It really is a blessing.