30 Sep, 2004
Raid in single drive bay
Engadget has a post on a interesting Raid1 solution. IO Data Device has a hardware raid that fits 2 2.5 inch hard drives and a Raid controller into a standard 3.5" drive bay. Since this is a hardware based solution, it should work on any hardware and OS that supports IDE drives.They are pretty expensive: 40, 60, and 80GB models are around $800 USD, $1000 USD, and $1300 USD respectively. Maybe this makes sense for a computer case that has only one drive bay.
29 Sep, 2004
Enabling InnoDB for SpamAssassin Bayes database
Since mysql in Fedora Core 1 comes with version 3.23.58 of mysql wirth InnoDB support configured, all that was needed was to enable it in the configuration file. Using the instructions I found on this page, I added the following lines to the [mysqld] section of my my.cnf file:
# You can write your other MySQL server options here
# ...
# Data files must be able to hold your data and indexes.
# Make sure that you have enough free disk space.
innodb_data_file_path = ibdata1:10M:autoextend
#
# Set buffer pool size to 50-80% of your computer's memory
set-variable = innodb_buffer_pool_size=70M
set-variable = innodb_additional_mem_pool_size=10M
#
# Set the log file size to about 25% of the buffer pool size
set-variable = innodb_log_file_size=20M
set-variable = innodb_log_buffer_size=8M
#
innodb_flush_log_at_trx_commit=1
- Stop Amavisd - "/etc/init.d/amavisd stop"
- Flush the bayes database - "sa-learn --sync"
- Backup the database - "sa-learn --backup > backup.txt"
- For each of the tables, run the sql commands:
ALTER TABLE <table name> TYPE=InnoDB;
ANALYZE TABLE <table name>; - Start Amavisd - "/etc/init.d/amavisd start"
27 Sep, 2004
Alpine KCA-420i review
24 Sep, 2004
Wireless broadband
Here are the reviews of Etheric Networks on BroadbandReports.com
23 Sep, 2004
Gateway Connected DVD Player
Gateway has a progressive-scan DVD player that streams content from a PC. It streams music, photos and video from a PC with built-in 802.11g. It looks like it supports MPEG and DivX video files.PVRblog has a review of this player. The DVD player has a price of $119 on gateway.com.
One downside of this DVD player for me is that there isn't Mac OS X or Linux server software for it.
23 Sep, 2004
SpamAssassin 3.0
- Built-in support for URI Blacklists like SURBL - This allows SpamAssassin to mark messages as spam, if they have urls that are in a lot of reported spam messages. Previously this was a plugin for the older SpamAssassin, which had to be installed separately. Here is my post where I described it.
- Built-in support for Sender Policy Framework - This helps SpamAssassin determine when messages may have a forged sender. Here is my post were I talked about SPF.
- Support to have the Bayesian databases put into a mysql database. - This one really interst me for two reasons:
- To allow backup mail hosts to have the same bayesian database for spam checking. Most people who have a backup mail server only have the up to date bayesian database on their primary mail server.
- To have the potential to have a some centralized bayesian database server. Imagine if everyone running SpamAssassin send their bayesian tokens to this centralized server. Then everyone could benefit from this large corpus of spam and ham data
22 Sep, 2004
Finding similar blogs
(More)
22 Sep, 2004
Free Gmail accounts
- The site must have a Firefox button, logo or banner linking to the Firefox project either through sfx or directly.
- The person must not already have Gmail.
- The site must be publicly viewable with some content.
- The site must not consist mostly of advertising.
- The site must not contain any adult content.
19 Sep, 2004
Password generator
It gets the hostname from the page's URL and mixes it together with your personal master password using a little cryptographic magic we call MD5. It will always get the same result if given that hostname and master password, but will never get that result if either changes. (Well, once in a few billion times it might.)
19 Sep, 2004
Essential Mac OS X Software
(More)
17 Sep, 2004
Checklist for securing ssh
17 Sep, 2004
XM Audio Component

I was looking into getting a component XM Radio, and I only found one. Polk is coming out with their XRt12 tuner, wich is an A/V component that plays XM radio. This is advertised as a high end device.
I am not sure that this is worth the $329.95 price. I am not sure about how good the quality will be, especially since the source audio is inherently low quality (MPEG). This would just the same a playing an MP3 on a high end audio system.
(More)
16 Sep, 2004
Another benefit of A9

If you log into A9, Amazon will give you a π/2% (1.57%) discount on purchases on Amazon.com. This is a great way to get people to use A9.com
Paul Westbrook, since you've been using A9.com recently, virtually everything at Amazon.com is automatically an additional π/2% (1.57%) off for you. Collecting this discount is zero effort on your part. It will be applied automatically at checkout (it will happen whether you use the shopping cart or our 1-Click Shopping®). You don't need to do anything to get this discount except keep using A9.com as your regular search engine.
16 Sep, 2004
Description of RSS support in Firefox

Phil Windley posted Firebird Support for RSS, which is a good description of Firefox's support for RSS feeds
The latest version of the Firebird browser autodiscovers the RSS feeds of sites that you visit and puts an RSS badge in the lower right-hand corner of the screen. Clicking on the badge let's you add the feed to your bookmarks folder. Then, clicking on the bookmark folder gives a list of the most recent posts on that site. At this point, I'd say "good start." Here's why:
16 Sep, 2004
Dropping SBC
Around 2pm, I checked the line and the problem had not been resolved. So, I called SBC to check on the status of it. The automated system still stated that the problem would be fixed by 6pm, but I wanted to see if I could get the time that the technicion would be here, so I could make sure that I was here, so I pressed 0 to talk to an person. The person that I talked to said that a cable had been cut and the problem would be fixed by Saturday at 8pm.
(More)