Tue, 26 Aug 2008

Thu, 21 Aug 2008

10:02 PM - (no subject)

I'm still watching television. My mother and grandmother have been calling tonight about my mother's car. It is very frustraiting.

()

1:48 PM - work work work

I realized I can't put off updating mediawiki any longer at work.  I'm in the process now.  It's taking forever to install all the dependancies for the new version.  I'm going from like 1.9.3 to 1.12 or something like that.  Ugh I hate complex webapps.  

The newer portupgrade versions suck.  portversion doesn't report the version you have installed currently.  I hate that.  It was handy to check how out of date freebsd ports were and for comparison with mports.  It make look simple now, but it's not useful.  I don't get toning down command line tools.  Stupid people won't use them anyway.  

I still need to check the os x boxes for updates, although after last time i'm favoring leaving them unless there is a big patch.  I'd rather be there when I do it.  This remote stuff is for the birds. 

tags: work mac freebsd

()

Wed, 20 Aug 2008

1:31 AM - (no subject)

I also created a new 404 page for foolishgames.com and midnightbsd.org.  Let me know what you think of that.

()

1:16 AM - Help me decide

I now have 3 different splash screens on foolishgames.com.  They rotate "randomly".  Tell me which one you like the best.

1. The old one

2. A flower

3. Similar to the old one but "full screen"

If you're wondering how i made them random...

 

#include <stdio.h>

#include <stdlib.h>


int main(int argc, char *argv[]) {

    FILE *fp;

    int i;

    char filename[10];

    char c;


    memset(filename, 0, 10);

    sranddev();

    i = rand() % 3;


    sprintf( filename, "%d.txt", i );

    fp = fopen(filename, "r");

    if (fp) {

        while (!feof(fp)) {

            c = fgetc(fp);

   if (c != EOF)

            fputc(c, stdout);

        }

    }

    fclose(fp);


    return 0;

 

tags: jewel splash random fg

()

Mon, 18 Aug 2008

10:55 AM - (no subject)

I spent  a good part of yesterday watching TNG season 3.  Part of the time I even worked on MidnightBSD.  Go figure.  

I'm hoping to get abiword working again.  That port seems screwed up and it's probably one of the most useful remaining we can fix before the release. There is a newer version I'm going to try to update to.  Our port is very old  

()

Thu, 14 Aug 2008

12:13 AM - Spies?

 MSNBC has another article about the US spying network from the WWII era.  I never realized how many spies we had back them.  

()

12:07 AM - Lower standard of living

MSNBC has an article about the lower standard of living everyone is facing as a result of inflation. Duh.  

It's interesting that the brought up people in the 70s wanted wage increases.  I've been saying that for awhile, but most people still think it will get better for some reason.  I don't see how.  It's not like oil companies want prices too low.  Car companies in the US do.  GM was making a fortune selling SUVs.  

Of course the problem with raising wages is that prices sometimes go up for that reason.  We run a risk of that.  However, I think people need to be able to pay their bills and buy gas and food.  Right now, that is so difficult for some that they can't buy anything else. 

()

Wed, 13 Aug 2008

Tue, 12 Aug 2008

6:43 PM - Air purifiers dangerous?

 Caryn and I bought an air purifier last year.  It has an ionizer that we rarely use, and a permanent filter.  I happened to see some posts on amazon.com talking about the dangers of ionizers, further calling them ozone generators.

I did some research.

Some ionizers are ozone generators.  Proponents of ozone generators say they kill bacteria, can clean the air.  This is false.  Ozone is toxic at high levels and can do very little at low levels with the air.  Further, it can negatively interact with some chemicals and cause problems with rubber.  High levels of ozone can cause problems with breathing, asthma, etc.  All ionizers have a small amount of ozone byproduct. Small levels are not dangerous and allowed by the EPA guidelines.  It is still not helping your air though.

The EPA recommends using HEPA filters and improving ventilation to keep the air fresh.  

More info against ozone:  (biased some as they are selling products)

negative ion generators

air testers

After reading this information, I think I'll avoid the ionizer and look into a hepa filter for my other bedroom.

tags: quality air epa filter

()

Mon, 11 Aug 2008

Sun, 10 Aug 2008

11:59 AM - (no subject)

It's a nice day today.  The sun is coming out from the clouds, it's in the 60s, and I have nothing to do today.

music: Cab Calloway - Minnie the Moocher

()

Fri, 8 Aug 2008

11:30 AM - The problem with Twitter

I've been playing with Twitter for awhile.  Considering how simple the app is, it's very cumbersome to add friends.  If you don't use hotmail, gmail, or yahoo, you can't add friends.  Who thought of that?  Not everyone uses those services and if they do it may not be their main email account.  I know a lot of my relatives use their ISP accounts.   

music: The Rolling Stones - Jumpin' Jack Flash

tags: networking twitter social

()

Thu, 7 Aug 2008