10001110100110101
I certainly am gaining weight. Unfortunately, this is fat weight and not muscle weight. I think that eating frenzy a couple of weekends ago and the lack of hockey may have contributed to it. I'm pretty sure my metabolism is slowing down too.
Now the question is: What do I want to do about it?
[0 Comments]
Laz broke the website. Well, he found one page that seemed to break. I'll have to find out why when I have the time.
[0 Comments]
I rode to work today. I figured that since there was no snow on the ground, that I should take advantage of this above freezing weather and ride while I can. Of course, around this time of the year, it is usually only warm when it is wet, and I spun my rear wheel on my way to work.
I have done the same with my car as well (with the summer tires) but I should be careful..
[0 Comments]
I just got a new package at the condo. I think I know what it is, but I never got a confirmation that it was sent. Ah well, I will find out when I get home.
[0 Comments]
I figured out why the page crashed. There was not enough allotted memory to hold all of the information that I needed for the calculation. I found out that I had some old code that needed to be removed, so that bug went away.
Unfortunately, I ended up uncovering a second bug along the same lines. This bug is doubly bad because I cannot get around it easily because of the way I formatted my data files. Ah well, I think I will have to figure a way to parse the data into smaller chunks. (Which is how I had it before.)
[0 Comments]
I have changed the file reading procedure to load one string at a time rather than to load the entire file into memory. This has sped up the script a bit and allowed it to run. Now I should look into doing this for the other scripts no?
[0 Comments]