Re: Upgrade from Windows Vista to XP!

I know so many people who’ve gone back to XP it’s not even funny anymore. I upgraded my laptop to Vista before my trip last March and couldn’t WAIT to get back home to uninstall it. It really is pathetic. I’m sure that SP1 will fix hundreds of issues, if not thousands. It pissed me off to no end that it would take minutes to copy a simple 1kb file, really pissed me off … and when you tried to cancel, the damn window would turn grey and hang for more minutes! Kinda crap is that?!?

I also read that in Vista SP1 MSFT is reverting to displaying the actual RAM on a x32 machine, instead of the amount that the BIOS returns. Alas, XP SP2 still has this issue of not displaying the actual memory (on my system it shows that I have 3.25gb when I in fact have 4gb.) Where the missing 750mb is is for another day.

Upgrade from Windows Vista to XP!

This was a cool review! It talks about how everything runs better on XP that it does on Vista. I’ve actually rolled back to XP on a couple of machines myself and me and the other person would not go back to Vista again.

http://dotnet.org.za/codingsanity/archi … ws-xp.aspx

Some guidance for your 401K funds.

http://finance.google.com to grab the last day, month, 3 month, and ytd data and then put it into a CSV, so I can sort it and decide which funds to pick from. Here’s how:
1) Create a file with all of the funds in it. Mine from Sun looks like this (I call mine sunw.txt):
WATFX
VBAIX
VIIIX
FCNTX
GSTIX
SSHFX
LLPFX
HWMIX
NBGIX
TMGFX
USRLX
FDIVX
DRGTX
VTINX
VTOVX
VTENX
VTXVX
VTWNX
VTTVX
VTHRX
VTTHX
VFORX
VTIVX
VFIFX Here’s the script:
#!/bin/bash
rm -rf output.txt
mkdir tmp
cd tmp
rm -rf *
echo symb,day,month,threemonth,ytd > ../output.txt
for i in `cat ../sunw.txt`;
do
echo $i
wget -c -N “http://finance.google.com/finance?q=$i”
day=`grep -3 “1

Re: Windows Offline Update is AWESOME!

… You’ll definitely get one with Windows 2000 SP4, but they’re not supporting it anymore. Maybe I should test it before I post. I never said Solaris was any better though. If you think about it though, what’s safer? An unpatched Linux or patched Windows box? I’d say it depends on how much time has passed since your last Windows patch. ;)]]>

Re: Windows Offline Update is AWESOME!

uslacker99 wrote:

It’s downloadable here: http://www.heise.de/ct/projekte/offlineupdate/
If you use Windows and get on a public network, you most certainly will get a virus before you even get fully updated!

Geez, aren’t we being a bit … como se dice … melodramatic? “Most certainly”? You must be speaking of Windows 98. This would also go/could also go for an unpatched Linux or Mac OS X. People write viruses for ‘systems for the masses’ not for esoteric OSes. If Solaris was as popular as Windows I would almost guarantee you that we would all be talking of the joke that is Solaris. You can’t tell me that Microsoft does not have some of the best programmers in the world. Having ALL the best programmers in the world would still not plug every OS hole unless they only cared for a single line.]]>