12:04 AM - Again? Van der Sloot freed
http://www.cnn.com/2007/WORLD/americas/12/07/aruba/index.html?iref=topnews
What was the point in arresting him?
music: With Arms Wide Open - Creed: Greatest Hits - Creed
http://www.cnn.com/2007/WORLD/americas/12/07/aruba/index.html?iref=topnews
What was the point in arresting him?
music: With Arms Wide Open - Creed: Greatest Hits - Creed
http://www.cnn.com/2007/TECH/ptech/12/07/c64/index.html
I remember using a C64 at several points in my life. My first computer programming class used c64s in eight grade. Some of the games were great.
music: White Room - The Very Best of Cream - Cream
Ever had the feeling you should be using java for something? I'm getting that feeling now. Well it's a start.
music: Big Yellow Taxi - Counting Crows: Films About Ghosts - The Best of... - Counting Crows & Vanessa Carlton
If you would like to express your opinion of the previous entry...
http://www.house.gov/conyers/
http://thomas.loc.gov/cgi-bin/query/z?c110:H.R.4279:
This bill helps big media companies by creating a new IP cop division of the government. They can steal your computer on the accusations of the RIAA or MPAA of copyright infringement. This can be spoofed or done through a virus or other malware without your knowledge. You can lose your computer for no reason. Yes this is a bit sensational, but it's so true.
The bill was sponsored by John Conyers, Jr. from Detroit.
I'm feeling the stress piling on as the semester nears an end. I've got homework, programming assignments, portfolios (x2), and tests galore. Tonight I get to do a CS test that I don't feel prepared for.
I have one more class left in English before the end of the semester which is interesting. Next week is a biggie.
I'm trying to unwind with mild JJ development. I've almost implemented the blogger api.
location: Home
I've defended Microsoft for the last time. Windows Vista sucks. I upgraded to 4GB of RAM and now Windows will not boot. It corrupted the boot loader and screwed some of my data. The whole point of a 64bit OS is to use more than 4GB of RAM!
During research, I learned that video card RAM has to be addressed in the same address space. So you can figure out the max ram for your system by taking 4GB and subtracting your video RAM. Vista has a nasty bug where it double counts it when using direct x 9 compatibility. That means subtract double unless you patch for it. That limits me to 3GB stable.
I'm going back to 32bit XP as we speak. What's the point of vista. The big feature is gone. At least i'll get my games back. Interestinly, Ubuntu will also not boot with 4GB of ram (32bit) on 7.10 but an older version does. MidnightBSD is working fine and memory tests are ok.
Say no to Vista!
I bought 2 x 1 GB PC5300 chips for my desktop. The idea was to go to 4GB of ram. That would be an issue except I'm running 64bit vista (and midnightbsd). The system works fine in MidnightBSD, but with all the RAM in Vista freaks out. At first it seemed like it was Norton AV so I uninstalled it. However, that didn't solve the VERY SLOW perfrormance. It takes 22 minutes to get into the gui with services loaded! At 3GB of RAM it works. Before I had 2.5GB of RAM. 2 of the new chips and one of the old 1GB chips are in. My next test is 3.5GB total. The ram is now operating in Dual Channel mode and vista rates it slower. THere could be a memory timing difference between the RAM. The new stuff is kingston. The old stuff I bought at CompUSA before they closed.
Caryn's Mac tool her 4GB of extra ram without a problem. She was playing WoW in less than 30 minutes. My vista install is still screwed up after 5 hours. I've NEVER had this much trouble installing RAM. Since it seems to work with different chips, I don't think it's any one chip. It seems stable with 3GB so i'll deal with that for now. It's getting time for bed anyway.
location: Home
It's the holiday season again. Family fighting and manipulation are rampant. My father finally sent me a birthday gift. It's November. My birthday was in May. Had to make sure it was for this last year. He included a card with a chicken on it. Good way to mend things with a vegetarian. I don't eat meat.
Thanksgiving
My mother came over for Thanksgiving. It was a rather relaxing holiday. My father wasn't around to start shit. I didn't have to deal with the in laws. Usually Caryn's family doesn't bother me, but it's very awkward during the holidays. My family is always rude to them if they run into each other this time of year.
Caryn made a tofurkey, pumpkin pie (Libby's recipe) and the usual veggie fixings. My mother seemed to like it. We ended up watching The Producers on DVD (original) and playing the Wii. She loves Dance Dance Revolution and Wii Sports.
Professors stick us with homework
As usual some of my professors decided to ruin the holidays for their students with tons of bullshit work. I get annoyed because I am usually ready to pull my hair out this time of year anyway. I'm trying to decide how much I have to do and how much can slide until Monday.
CPU
I bought a new CPU for my desktop. It's an Intel core 2 duo 6420 aka 2.13Ghz w/ 4MB Cache. It's helping quite a bit with my system performance. The RAM is now running at 667MHz and the power management is great. In MidnightBSD, one of the cores is slowing down to 800MHz when the system is idle. Some improvements should help with that problem. The heat when first starting the system is almost half. Now the chip runs at 32C instead of the old chip at 60C. I think it will be better as the compound sets in. In Vista, the computer's index is now 5.0. The RAM went from 4.6 to 5.3 and the CPU when from 4.7 to 5.0. Some people don't pay any attention to those tests, but it's still a way to compare systems. I didn't see too many at Best Buy that scored a 5.0 last time I looked several months ago.
To compile a qt33 app in MidnightBSD, you need to run the qmake command first. (like all platforms) However, you need to define the path to a spec file or else you'll get an error.
Here is the proper command line usage:
qmake myfile.pro -spec /usr/local/share/qt/mkspecs/freebsd-g++
We need our own mkspecs file.
You may need to edit the Makefile as well. QTDIR isn't getting set.