Paranoia Agent Prophetic Vision Comparisons

  • September 23, 2007
  • James Skemp
The following is a comparison of the English-spoken and English-subtitled Prophetic Vision segments of Paranoia Agent. An analysis of said segments may will be included in this article, or in a future article. Where differences are present, the text is parenthesized, along with either -s or -e; -s means that the text is present in the subtitles, but not the spoken version, while -e means that the language is present in the spoken version, but not in the subtitles.

Read More

Brief notes on marriage and children

  • September 22, 2007
  • James Skemp
The following are merely notes that will eventually be expanded upon in a longer article. For most of us, from our earliest days we are taught that one day we will become an adult, get married, and have children. Depending upon where you grow up, what your parents think of higher education, and what their thoughts are regarding said education, going to college may also be a part of the prescribed future.

Read More

How to ensure that performance counters continue after a restart

  • September 19, 2007
  • James Skemp
A few days ago my server was restarted in the early morning hours. I had been logging network and processor usage using Windows built-in performance monitoring, but when the server restarted, the logs did not. A bit of research later, it appears that there is a way to have Windows restart the logging after a system restart. To enable this, it seems you just need to have the log stop after a certain amount of time (for example, after x hours, or x days).

Read More

Using Log Parser to find users accounts used to log into an FTP site

  • September 13, 2007
  • James Skemp
The following Log Parser query can be used on FTP log files in order to determine what user names were used to login, or attempt to login, to an FTP site. logparser "select cs-uri-stem, count(cs-method) from ex*.log where cs-method like '%USER' group by cs-uri-stem order by count(cs-method),cs-uri-stem"  This assumes that you've added Log Parser to your path, and that you're running this from your log file directory. This query will tell you what ip addresses successfully logged into your FTP site.

Read More

Log Parser queries to find 400 and 500 http status codes

  • September 9, 2007
  • James Skemp
Note: This article was written using Log Parser 2.2. Therefore, while it may work for a different version, it may not. In a previous article, I discussed how to use Log Parser to find 404 errors in IIS log files. This time, I've made it a little broader, by giving some queries to find all 400 codes, and all 500 codes, through log files. There may be a better way to find these codes (instead of my IN statement), but a standard LIKE doesn't seem to work.

Read More

Compiling BlogEngine.NET source with Microsoft Visual C# 2005 Express Edition

  • September 5, 2007
  • James Skemp
The follow covers how to compile BlogEngine.NET from the most recently available source code. This was originally posted to the Codeplex discussions for BlogEngine.NET, and will eventually get moved into the wiki. (Update Sept 8, 2007: Added to the BlogEngine.NET wiki, but not yet linked from other pages. Also made a minor change to step one.) Compiling source with Microsoft Visual C# 2005 Express Edition 1) Download the current source code from the Releases tab or the Source code tab on CodePlex.

Read More

Is it really that simple - redirecting a single file on IIS

  • September 2, 2007
  • James Skemp
For various reasons, I've been working towards migrating from an Apache server to an IIS one for my sites. For Gavin's site, I couldn't get away with it, but I don't have any problem making things more difficult for myself :D However, this means that old URLs may not be working as they should. My experience with IIS is a working knowledge of it, and therefore I know what I need to know, picking up what I can.

Read More

New header image added to the template (9/1/07)

  • September 1, 2007
  • James Skemp
On July 7, of this year, I went to the farmer's market off of the Capitol square, in Madison. I picked up some sunflowers and a bunch of flowers. I ended up taking a number of pictures before the flowers eventually died, and the picture I used for the new header image is one of those taken. The file size for the image is rather large, in my opinion, but with today's speeds, it shouldn't be an issue.

Read More

Brief thoughts on detached hands

  • August 24, 2007
  • James Skemp
Question: Is my detached hand me? Id est, if someone were to cut my hand off and place it on a table, could one say that that hand is me (James Skemp)? I reply: A part of me, yes. But, so too is the rest of my, otherwise whole, body. So, saying "this is x," where 'this' refers to a part of 'x,' no matter what the part, is the same, in some sense, of saying that of any other part.

Read More

Review of David Woodruff Smith's Husserl

  • August 23, 2007
  • James Skemp
In January of 2002, I bought a copy of the two volume set of Logical Investigations for a college course regarding major figures in philosophy, or some such. Later that year I picked up a copy of the Ideas, for another course, the next semester. Unfortunately, Husserl remained something of a mystery to me, despite having attempted to make my way through his primary works. With Husserl, part of Routledge's new series of introductory works on Western philosophers, David Woodruff Smith attempts to give an overview and analysis of what makes Husserl such an 'influential philosopher.

Read More