Timothy E. Archer

System.out.println("Hello World!");

Browsing Posts in Hobbies and Interests

Tonight I ran across the following piece written by Isaac Asimov, and felt is was worth sharing:

What is intelligence, anyway? When I was in the army, I received the kind of aptitude test that all soldiers took and, against a normal of 100, scored 160. No one at the base had ever seen a figure like that, and for two hours they made a big fuss over me. (It didn’t mean anything. The next day I was still a buck private with KP – kitchen police – as my highest duty.)
continue reading…

Recently, in an MBA class I was taking (Human Resources Management), I came across the 6 rules Jack Welch lives by.

For those who have no idea who Jack Welch is, he was Chairman and CEO of General Electric between 1981 and 2001. He practiced some unique leadership strategies during his tenure at GE, and increased its market capitalization by over $400 billion

I felt that the 6 rules are worth sharing with the the world and am publishing them below through this blog. By the way, I just finished the program and earned my MBA degree! Yay for me!

The six rules are:
continue reading…

Recently I added a fraud alert to my credit report to see what exactly it does.

I went to http://www.experian.com/fraud and added an Initial Security Alert (90 days) to my credit report. Surprisingly, this was very easy to do, and only took me about 10 minutes. In any case, I got a free peek at who’s been viewing my credit, what accounts I have open, etc. I was able to verify that there are no other accounts in my name (thankfully, there were none), and I even submitted a dispute that a card that I am no longer an authorized purchaser on is still listed in my credit. Within 2 weeks that card was removed from my credit report. It is important to note that you will not be shown your FICO score when submitting a fraud alert. You can pay a small amount to have it displayed though.

After submitting the fraud alert, I also received a confirmation in the mail from Experian, TransUnion, and Equifax that they have put fraud alerts on my file which will last 90 days. It seems Experian notified the other big credit bureaus on my behalf. This was a nice bonus.
continue reading…

Today I had a slight crisis…I had to reinstall QuickBooks 2006 on a new computer and restore the backup file that QuickBooks creates with the “.qbb” extension.

Everything worked great, and it was literally as simple as popping in the QuickBooks CD, installing the software, launching the program, and then following the steps from the “File->Restore menu”.

However, once I went into the Loan Manager to make a loan payment, I discovered none of the loans that I setup were there. I learned the hard way that the Loan Manager data is not backed up with your QuickBooks backup file. I really did not want to re-key in my loans, figure out what payment number I was on, determine principal and interest components, etc…Needless to say I was a little sad and looked for a way to get my Loan Manager data back.
continue reading…

I just got a new computer and had to figure out how to bring over all of my Firefox bookmarks and saved passwords over to it from my old computer.

For reference, my old and new computers are both running Windows XP, and my old computer is running Mozilla Firefox 2.0.0.3.

In order to bring over all of my personal settings to my new computer I performed the following actions:
continue reading…

Today I had a very simple need for my Drupal based blog. I needed to get the number of blog entries by user and publication status.

To accomplish this, I put together the query below which will dump out this information showing the username, publication status (0=unpublished, 1=published), and the count of blog posts for that username and publication status combination.

The query is:

SELECT users.name, node.status, count(*)
FROM node, users
WHERE type = 'blog'
AND   node.uid = users.uid
GROUP BY users.name, node.status
ORDER BY users.name, node.status;

continue reading…

        Over the last few years a new genre of computer gaming has evolved referred to as Massively Multiplayer Online Role-Playing Games (MMORPG). Within these games, game players design their own fictional character (such as a wizard), which they then immerse into a virtual world containing millions of other people who have done the same. The players control the actions of their characters and guide them throughout this virtual world completing various tasks, venturing on quests, trading their treasures, earning and spending virtual money, and interacting with other players. With the growing popularity of these games many questions are raised as to what laws, if any, govern this virtual world, especially since this is an environment that is not under the control of any given government, or within the borders of a given territory.

        Within these MMORPG games the players obtain treasures and money through game play, which they can then use within the game to buy better equipment or other property for their characters. In some games, players can also buy their own virtual land. It often takes many weeks of game play for a player to earn some of the more valuable treasures. There is a rising trend for players to trade their virtual property in the real world, using real cash. Some real world companies have actually been formed to “farm” game characters and equipment and sell them for real money to individuals who want a quick way to get ahead in the game. continue reading…

               John P. Eckert is credited with being a coinventor of the first electronic digital computer. While he was a research associate at the Moore School of Electrical Engineering of the University of Pennsylvania, he collaborated with J.W. Mauchly in designing and constructing the Electronic Numerical Integrator and Calculator (ENIAC). Eckert used the basic digital concepts in designing ENIAC which John V. Atanasoff had used earlier in a device he had built in the 1930s. By using these digital concepts, Eckert was able to substitute electronic components for mechanical ones. This change in design made ENIAC about 1,000 times faster than the previous generation of relay computers.

               Eckert and Mauchly decided to build ENIAC when the outbreak of WWII produced a desperate need for computing capability for the military. ENIAC was designed to calculate ballistic trajectory tables for the new weapons systems which were being developed. ENIAC was successful at doing this, and thus was officially put into operation in 1946 and was used for the next 9 years. continue reading…

About two weeks ago I had setup Drupal 4.7.4, MySQL 4.1.12, and Apache 2.0.52 on my RedHat Linux AS 4 server to serve my site, timarcher.com.

Now one of my friends would like to setup a site for himself. We wanted to leverage everything that I had already configured for timarcher.com and not have to setup another Drupal code base. The basic requirement was to use the same Drupal installation/code base, but allow my friend to have his own configuration, database, users, etc and allow his site to display entirely different content than my existing site.

The remainder of this post will detail the steps I took to get this to work, and assumes you already have a working Drupal installation.
continue reading…

At the University for which I work, we had a need to integrate our Sungard HE Banner ERP system with Barnes and Noble (our outsourced bookstore) to process book vouchers, and with our credit card processing API (Intellipay). Both of these applications required us to post charges and payments directly to the student’s account.

With our Barnes and Noble integration, the process works as such: continue reading…

Powered by WordPress Web Design by SRS Solutions © 2012 Timothy E. Archer Design by SRS Solutions