Just upgraded to Wordpress v2.0

Posted in Technology by Administrator on the December 31st, 2005, 10:21pm

I just upgraded to the latest version of Wordpress. I am getting used to the changes and the looks of the Dashboard and such. The Wordpress team has changed things such as a larger font when writing a post and added the ability to upload files when writing a post, instead of having to switch tabs to upload a file.

GigaParts Radio Sweepstakes Question Of The Day

Posted in Ham Radio by Administrator on the December 31st, 2005, 9:17am

Gigaparts Question of the Dec 31, 2005
——————————————————————————————————————Question: Pin two of the TS-480 microphone jack is for .
Answer: 8 VDC——————————————————————————————————————

Dashboard is a waste of resources in OS X Tiger

Posted in Apple, Computers by Administrator on the December 30th, 2005, 11:53pm

Although some may like Dashboard in 10.4, I never really use it and I find it a waste of resources. Here is how to turn it off.
Launch Terminal and enter these two commands
defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock

To turn Dashboard back on enter these into terminal
defaults write com.apple.dashboard mcx-disabled -boolean NO
killall Dock

Invisible files in OS X

Posted in Apple, Computers by Administrator on the December 30th, 2005, 1:28am

I knew about invisible files from past experience with unix. An invisible file in unix typically starts with a “dot” and I thought this was the case for OS X, but I was wrong. While you can hide file in OS X by starting the file name with a “dot”, it is not the ONLY way. There are three ways to create a hidden file in OS X. One way is to use the “dot” prefix for a file name as previously stated. Another is to enter the file name into the “.hidden” file in the root directory (This file is not created in version 10.4 installation but it is still supported). The final way to create hidden files is to activate the “invisible bit” for the file. This can be done in a Terminal window with the help of XCode’s developer tool “SetFile”. I learned all of this after copying my fiance’s songs off of her iPod and realized they are hidden files. I used the SetFile command to turn off the invisible bit. Here is how I did it:

Launch Terminal and enter defaults write com.apple.finder AppleShowAllFiles Yes (Shows all hidden files)
Open the /Developer/Tools folder in the Finder. Locate SetFile and drag its icon to the terminal window. The Directory path for SetFile (/Developer/Tools/SetFile) should appear in the Unix command line prompt.
Type: -a V . Leave a space after the upper case V.
Locate the file that you want to make invisible. Drag its icon to the Terminal window. Its path should now be added to the same command line prompt.

You should now see something like
/Developer/Tools/SetFile -a v /Users/homedirectoryname/Desktop/MyDoc
To reverse the process you use the same command but use “V” instead of “v”

Finally relaunch Finder by entering the command killall Finder into Terminal

A more complete guide to hidden files in OS X

Relocation of Washer and Dryer

Posted in Home by Administrator on the December 29th, 2005, 1:40am

As many of you already know, I purchased a home back in June of this year. The person that lived here was old and had the washer and dryer on the first floor because walking up and down the stairs to the basement was not feasable for her age. The washer and dryer was installed in the kitchen/dining room and was very awkward. So about a month ago I called up my dad and he came over to help me move the two appliances to the basement. He then helped me run the 220 that was needed to power the dryer and the 110 to power the washer. I then ran the water to the washer with copper pipes. This is where I taught myself how to solder copper pipes. The first try turned out to be my practice session. I then had to heat the pipes back up to pull them apart and I ran new ones which turned out to not leak and was much easier to do given the practice that I already had. Lets just say the two tips I learned were: Use lots of flux and Clean the pipe ends thoroughly.
(more…)

Next Page »