Archive for the ‘Uncategorized’ Category

Request

Tuesday, February 13th, 2007

Does anyone know of a really kick-ass free web-based calandering package?

One of those things you never needed to know

Monday, February 12th, 2007

mysql> select is_spam,avg(processing_time) from spam group by is_spam;
+———+———————-+
| is_spam | avg(processing_time) |
+———+———————-+
| 0 | 3.3227 |
| 1 | 3.9323 |
+———+———————-+

Addition to code directory

Monday, February 12th, 2007

For those of you with spamassassin and old maildirs lying around full of spam, we have a solution for you – sheer’s excessively overwritten but possibly still buggy spam cleaning script. Feel free to peruse/critique.. it’s in my code directory. If you want to use the optional mysql logging (helps speed things up when the process gets interrupted) you’ll also need to import spam.sql, included

Just for fun ..

Monday, February 12th, 2007

I’m thinking of writing a RIA application that is a interface to search engines like Google that makes it easier to search for things, bookmark results, keep results archived, etc.

Does anyone have any features that they’d want in a search engine front end? Is anyone else interested in such a application? It would run inside a browser as a .swf, although it would probably depend on a LAMP backend..

Techno and ST-mods

Monday, February 12th, 2007

I’m wondering how much of the format of modern dance/techno music is derivitave of the format of soundtracker modules.

ST-mods had, by default, a 64 line frame, and they liked to reuse patterns – ‘songs’ were built up by tying these 64 line frames togeather. By definition, you only had 4 channels of transmit to work with, and generally you were best off sampling a entire drum loop. The format begged to have modern dance music made out of it..

st-mods

Monday, February 12th, 2007

I had forgotten how much fun st-mods are.. I have quite the collection from my amiga days, and I found the place (finally) where I had backed up my Amiga’s hard drive to.

Blah blah blah connect the dots

Monday, February 12th, 2007

1) The mail server is migrated. I’m anxiously awaiting the MIPS version of Ubuntu/Debian so I can upgrade my Raq and then migrate DNS, the last thing left running on Gateway.

2) A little addition to my Code directory – feel free to critique – is a script that will run SpamAssassin against a already existing maildir. Stupid but possibly useful. Not really fully configured yet, you’ll probably have to edit it for your situation.

New mail server

Friday, February 9th, 2007

Well, I’ve been testing out a new mail server by teeing all my email to both it and the current live mail server.

The results are:

1) On the new mail server, one spam message leaked through the spam filter. On the old mail server, seventeen did.

2) The new mail server is approximately ten times faster (in terms of searching the inbox, opening folders, etc). It is in fact fast enough that it is practical to search all my old email.

3) It is now difficult to convince myself to open the old mail server.

So, I need to, sometime soon (possibly as soon as this weekend) shut down all access to both servers for a few hours so I can copy everyone’s mail over to the new machine.

This will nearly conclude my efforts to retire Gateway. Once this is done, all that needs to be done is to set up another server to take over DNS handling for Gateway – I will probably use one of my cobolt Raqs if I can get nsd to compile on them (which I probably can).

Also I need to reload the OS on my AIX machine (it came configured for graphics/3d work, which isn’t what I have in mind) and get it on the network.

Be nice to me or I’ll post a link that downloads Mischief Committee to your cell phone as a ringtone.

Spam..

Friday, February 9th, 2007

Every once in a while, I forgive a spam message for getting through my spam filter.

This would be a example: (from today’s inbox)

Good afternoon pal!
If you want to have a sex
But you have some problems
Do not worry just relax
We have already solved them!
Down our Cialis pills
Wait for 30 minutes
Look at her pretty tits
And you will be listed in the book by Guinnes
Everything will be ok
Bring her lots of pleasure
You can do it every day
And have a mind-blowing leisure
Buy Cialis here!
Good luck

I mean, it rhymes, it has some of that ‘all of your base are belong to us’, and apparently it even fools SpamAssassin. If I get 50 of them I will be annoyed, but I can deal with one.

What I’m up to etc..

Thursday, February 8th, 2007

Okay, so, I’m hopping. I’ve been writing Java applets for cell phones for one of my day jobs, and I am right now trying to get J2ME-Polish and Apache Ant to work togeather properly on my system. I’m somewhat slowed by the fact that JAVA_HOME is set *somewhere* but I can’t seem to figure out where, and it’s set *wrong*.

In the meantime, I’ve made much progress on the mk3eb project. There is the beginnings of the perl packet code at perl-api-dev, including CRC signing, hamming encode and decode, etc.

Right now I’m pondering whether maybe the reg code shouldn’t *have* a outgoing packet buffer, instead generating each byte as the transmit code is ready for it. This would look like a godawful lot of case statements, but it would probably be more optimial from a ram usage perspective, and it would offer the option of longer output packets.

OTOH, the code is much easier to write if I do use a outgoing packet buffer, and that may be what steers me.

The other thing I’m pondering is whether I should have one of the len/type entries be a true variable length packet, or whether I should require even nodes that haven’t a clue what hamming encoding is to understand how hamming encoding affects the packet length. Doing the latter would make the code much cleaner everywhere, and could be done by a simple lookup table. So I’m inclined to do it. But not right now, because right now I need to wrestle with j2me-polish and see if I can get it to compile my application, and then make the modifications required.

Progress is being made on the retiring of Gateway. Last night I copied /usr/local to the new server – I’ve already copied /home/workspace and /home/mpeg. For those of you with files on Gateway, they will be being copied as part of the final mail migration. If you used MMDF folders, your old mail folders will be gzipped and archived in a subdirectory of your home folder, as well as being converted to the maildir format and hot and live on the imap server.

Enyc still doesn’t seem to be able to make ssl certs that match the machine.. I’m going to look into this, but in the meantime, this patch makes the nasty errors go away:

https://addons.mozilla.org/firefox/2131/
How to Install in Thunderbird:

1. Right-Click the link above and choose “Save Link As…” to Download and save the file to your hard disk.
2. In Mozilla Thunderbird, open the extension manager (Tools Menu/Extensions)
3. Click the Install button, and locate/select the file you downloaded and click “OK”

Hope you’re all doing well, and that the above bit of geekese didn’t make your eyes cross.