Published on
15 May 2007 ago in
General.
Finish my Hinduism course
- Finish my Judaism course (got a 10 page, 5 page, and 2 page paper, as well as a final)
Read for my comps
Take 3 comps
- Find a job in the Philadelphia area that involves teaching religion
and/or philosophy at the post-secondary level (i.e. community college
or such)
Yup, down to the finish line. I finished my comps today, so now I am awaiting a response on the pass/fail of them. I have the pleasure of saying that I read 700 pages of text in one day.
Published on
10 May 2007 ago in
General.
The Pledge of Allegiance routinely taught to American schoolchildren is part of a daily patriotic ritual that gives the impression of great age and a scriptural solemnity that forbids tampering with the words. Yet the pledge is just one hundred years old. As written by Francis Bellamy, who modified an earlier version by James B. Upham, it was established in 1892 in conjunction with the Chicago World’s Fair and a national school program to celebrate the 400th anniversary of Columbus’s discovery of America. A 1954 congressional ruling further changed it by adding the words “under God.” Historical analysis suggests that the invention of this patriotic tradition around the turn of the century had a great deal to do with the enormous number of immigrants arriving in America and entering the school system. The 1954 addition occurred in the context of the cold war, when President Eisenhower heard a Presbyterian minister preach that the American Pledge of Allegiance “could be the pledge of any republic,” something even ”little Moscovites [sic]” could pledge to their flag. The Reverend George Docherty concluded that the pledge was missing “the characteristic and definitive factor in the American way of life” best expressed by the phrase “one nation under God.”
From Catherine Bell, Ritual, p 149.
Published on
1 May 2007 ago in
General.
You’d think that someone who writes for NCIS would have paid more attention to the “facts of reality.” This weeks episode involves a point where the team finds an object that can listen to a keyboard and records what keystrokes are pressed. This may or may not be real (I’d think just installing any one of the back door programs would be much easier). But, the “technical guy” on the team states that it is so that someone could figure out the password for the particular computer (still no problem). The problem comes when he says that the person uses RSA encryption and doesn’t know his own password because of RSA. Here’s the retarded thing: RSA encryption (just like DSA) is simply a generated pair of authentication keys (in varying length, but 1024 is the recommended minimum) based on a passphrase (can be anything, including nothing). This keypair is identified as the public key and the private key. Whoever generates the pair keeps the private key (and keeps it private) and places the public key wherever he wants to access through his RSA key (some examples are SSH-secure SHell access, and SFTP-Secure File Transfer Protocol). Let me give a real example (since I use a DSA keypair to access my computers remotely). I have a private key on my computer here. Then on the computers I access (my webserver, my MythBox, etc), I have placed my public key in the proper location. Now when I want to access a computer, all I type is ssh computer_name in a console/terminal and viola, I have access to that system. If I had an actual passphrase, I’d have to input that when prompted, but at no point do I not know my passphrase. The only possible way on NCIS for the person to “not know his password” is if the keypair was generated without a passphrase and before the person worked there.
But, it was also pretty cool to see in the same episode a mention of Celestia, a fine piece of software I have installed on my computer. It’s licensed under the GNU GPL and has binaries for both Windows and Mac, as well an autopackage for Linux.