Linux and Installing
So I’ve been working on a way to have C callback functions call member functions of a C++ class. To do that though, I’m upgrading to gcc 4.6, because there are some new features in c++0x that I think could … Continue reading
So I’ve been working on a way to have C callback functions call member functions of a C++ class. To do that though, I’m upgrading to gcc 4.6, because there are some new features in c++0x that I think could … Continue reading
Oh goody goody, I’ve updated the website! What changes do we have in store right now? Well, we are now using NBBC to do parsing of BB code and related stuff. This means that the style of the website has changed slightly, … Continue reading
Holy moley, that’s a lot of comments! Unfortunately, they’re all spam. On the bright side, adding comments apparently works! To prove it to you: Yeah… we’ll be integrating a CAPTCHA system soon, possibly tomorrow. On the bright side, this website … Continue reading
Okay, so I haven’t updated this in a while. I’ve also been quite bad about not going over my $20 limit. But for all of you out there who care(about three people I believe), I will post a detailed expense … Continue reading
Today marks the start of a new series on here, how to survive on $20 a week for food. In this, I am going to attempt to survive solely on $20 a week for food. A few things before we … Continue reading
So I just watched The Incredibles because, you know, it’s a Pixar movie. And anything that Pixar makes is awesome. I mean, Pixar could make anything great. But anyways, one of the special features is about a deleted scene. What … Continue reading
D-Bus tutorial finished. It should cover all major aspects of D-Bus, using both method calls and signals. I’ve tried to make it as clear as possible, but I’m afraid that it may not be quite clear. Hopefully it will be … Continue reading
So at work, we use D-Bus to allow our programs to talk to each other. However, when first learning how to use D-Bus, all of the information that we were able to find on the internet was either laughably out … Continue reading
So I’ve finished up the comments feature of the website, and it appears to be working properly. Currently, I have it set to allow guests to comment as well. It seems to be rather good. On a related note, viewing … Continue reading
Recently, I got a PICKit2 programmer from Microchip, for a project. I haven’t started, I’ve just been learning my way around the chip, using the included lessons. They’re somwhat lacking though, so from time to time I’ll post some (possibly useful) information … Continue reading