Posted by : Jason in (General)

Weave is awesome

Weave, an addon for Firefox that syncs bookmarks, passwords, cookies, and the like, is very awesome. It is still in an early testing phase, and thus subject to the occasional hiccup, but when it works properly it can be quite handy. With the possiblity of it someday being able to sync other things, like plugins, browser settings, and plugin settings. It could soon be even cooler.

Posted by : Jason in (General)

Back from Camp Dixie

Just got back from Camp Dixie. I spent to wonderful weeks up there. I am tired and a bit worn out but nothing a night or 2 of rest and readjusting to my work schedule won’t fix.

Posted by : Jason in (General)

Stupid spammers

17500 email messages today, mostly spam backscatter. Magic Mail Monitor to the rescue! I was able to quickly delete ~ 17000 messages.

Posted by : Jason in (General)

Wiki plugin wanted

I want a Firefox add-on that will let me cache select Wikipedia pages for offline reading, and automatically update the cache as needed.

Oh and work with my intranet TikiWiki as well.

Posted by : Jason in (General)

Email swamped

So, some spammer decided to use one of my domains as the return address on their latest spam run, so I got stuck with the backscatter. 7435 messages this morning. Whee.

Posted by : Jason in (General, Tech)

Wii friends?

Anyone out there want to share Wii numbers?

Posted by : Jason in (General)

It’s about time I write something here

But not today.

Posted by : Jason in (General)

Comments back on

For the record comments were turned back on shortly after I turned them off. Once I found and intalled the WordPress Hashcash Plugin my blog spam has been virtually nonexistant.

Posted by : Jason in (General, Open Source Software)

Mount an ISO in Windows

Many is the time I’ve had an ISO CD image and wanted to use it without the waste of burning it to CD first. The fact that my CD burner fails about half the time makes it all the more important to me. Well after much searching I’ve finally found the application that allows me to do just that. FileDisk allows you to mount a file as a disk. ISO Recorder Power Toy lets you create your own ISOs. With these two you can create and use ISOs. Now if I could edit an ISO I’d be happy.

Eventually I’ll add these to OpenSourceList.org. Which I’ve decided I will start adding to soon, even though the code isn’t complete.

Posted by : Jason in (General)

Comments disabled

After undergoing a massive comment spam attack over the holidays I will be disabling comments. No real people read or comment on this blog anyway.

Posted by : Jason in (General)

Just installed WordPress

Just installed WordPress. It’s a nice piece of software, has a beautiful admin interface, but an ugly default theme. I’ll change it someday. I’ve got to cateogorize and re-assign all my old posts first. Whee!

Posted by : Jason in (General, Tech)

The Election - 2000

As I write this, a week after the Presidential Election we still don’t know who won. Part of the problem is simply due to the incredible closeness of the vote. The main problem lies with the archaic way we vote.

I am not talking about the Electoral College, which I think is as valid today as it was when first established.

The actual ballots and how they are punched, checked, marked, and above all counted, are hoplessly out of date and should be replaced.

There are many technical issues and detailed checks and balances that will need to be addressed but a general approach is easy to determine.

Each voter is mailed their precinct card, just like we already do. The new precinct card will contain a voters unique ID# and a random default password. The ID# will be randomly generated so that they can not be easily guessed. Additional steps, such as sending a conformation code to each mailing address could be added if necessary.

Voting could be done either via the web, using any browser that supports SSL, or at the polling place using the same web based interface (ensure consistency). The machines at the polling place should be on an isolated network (to prevent hacking) and connected only to the central state voting commission computers.

Using a basic HTML form it is easy to prevent many of the common problems that currently cause votes to be discarded. Radio buttons can easily prevent multiple selections. By forcing the voter to specify that they abstain from voting for a canidate or issue rather that just leaving that section blank, simple JavaScript can alert the user to missed sections before the vote is even submitted.

After voting each voter is given a reciept that is the only record of how they as an individual voted. The reciept is simpy a confirmation page sent to the web browser. It contains their name (maybe not?), their ID#, vote#, how they voted on each issue (including abstentions) and a plain text (not human readable) public key signature block at the bottom that “certifies” or “verifies” that it is an offical reciept (perhaps enclose an encrypted copy of the vote information in that block).

The voters ID# is tossed out and not stored with the vote. Each vote is assigned a unique vote#. If a voter suspects that their vote was not correctly recorded they simply present the vote reciept. The vote# is matched to the vote# stored in the election database. The database entry is compared with the reciept.