24 July, 2007

Origin of Old Familiar Phrases

This on comes from the 'Hey that's interesting' bucket.

The site Neatorama has a post entitled 'Origin of Familiar Phrases.' The post covers phrases like: 'stump someone', 'put on your thinking cap' and 'slush fund'.

20 July, 2007

Cheat Sheets for Programmers

Here are some cheat sheets that I found useful this week.

AJAX

MISC

SUBVERSION

GOOGLE

CSS

Regular Expressions

16 June, 2007

Helping Out a Fellow Programmer or How I Learned to Love the Code Again

This week I found out that a guy I work with is a brand new programmer. He has some experience working with ASP.NET in the VB language. I have had a couple of conversations with the guy to evaluate his technical skills. It is confirmed, he is a new programmer. He is also eager to learn and seems to be fairly bright.

I have started him off with a programming challenge and a reading assignment. For the programming challenge, I went over to the Sphere Online Judge website to grab the problem 'Life, the Universe, and Everything' the classical problems page. The reading assignment is from the MSDN website: System Namespace, Object class, Console class and Introduction to the IDE webpages.

My personal opinion is I should also do the programming and reading assignments I am giving out. I am doing this for two main reasons. The first being, I don't want to over whelm the guy with information. The other reason is to make sure I also understand the material. I have discovered an interesting benefit of working with this new programmer. I am being forced to think about code in different ways. I need to be able to explain the code to someone else and I am also thinking multiple ways that the code could be written.

This is going to be an adventure.

14 June, 2007

Firefox Tips and Tricks

On Monday, I learned a few tricks, tips and optimizations for Firefox.

The first item is Widefox (Firefox for the widescreen generation). This optimization works well on my laptop. I am still getting use to the new layout. So far I like it and seems to help me be a little more productive. Setting up Widefox is composed of two major steps, installing the TabMixPlus add-on and configuring userChrome.

Next I applied several tricks and tweaks for Firefox the was posted on Lifehacker. I followed several of the tips listed in the blog post and the comments for the posts. My two favorite posts so far are: Force links to open in the background and Geek to Live: Top Firefox 2 config tweaks.

The last tip I have is to learn some keyboard shortcuts for Firefox. You can get a big list of keyboard shortcuts from the online Firefox help page. My style is to learn a few keyboard shortcuts and use them for a week or two before adding more. The two shortcuts I use the most are ctrl+W to close a tab and ctrl+L to select the location bar.

12 June, 2007

Some thougths on paying off the mortgage early

Over at the website Get Rich Slowly the is a posting entitled 'Ask the Readers: Is It Better to Invest or to Prepay a Mortgage?'. The article has tickled my brain. The posting has multiple quotes from different finical gurus layout support for their view on paying off the mortgage early. Right now in my finical life Dave Ramey's advice makes a lot of sense to me.

There are several finical and tax benefits to a mortgage, most along the lines of the value of the house increases over time. The issue at hand suggests we need to look closely at few basic areas: How soon to retirement? What are your post retirement plans? How fast the value of the house is increase in comparision to the mortgage rate? What opportunities are we lossing out on when paying off the mortgage at an accelrated pace? The answer to these questions should lead a person to an acceptable answer.

I personally feel that it is better to get your finical house in order before you tackle the issue of paying off the house. I also think that paying off the mortgage should be near the end of your personal finical plan.

06 May, 2007

Free Technical Books

Update 2007.05.06
Learning Perl the Hard Way
Free On-line Linux Technical Books and Tutorials
Threading in C#
XNA Book
Asterisk: The Future of Telephony



---- ---- ---- ---- ----

General Progamming



C/C++

C#

VB / VB.NET


Java


Python


LISP/Scheme


Unix/Linux


General Computing

O'Reilly's CD Bookshelf


Perl


PHP



Ruby

Mathematics

27 March, 2007

Squeezing more out of GMail

The gang over at makeusof.com has a post entitled 'Gmail Craze: 30 + Tools and Hacks for Gmail.' There are some great customization and productivity tools and hacks in the posting. The tool 'GMail Manager' has saved me time. I am able to manage multiple GMail accounts quickly.

25 February, 2007

Ways to Reduce Eye Strain at Your Computer

The "Lighting Blog" has a posting of "22 Ways to Reduce Eye Strain at Your Computer."

After reading the article there are some changes I will be making at home and work. Several of the items I all ready do, like keeping the monitor at arms length. There are some other environmental changes I will need to make, like adding an additional lamp or two and reducing the overhead lights. I think I will also change the font and font size on my computers.

24 February, 2007

Collection of University Podcasts

Found this collection of podcasts from several different Universities. I am always looking to increase my knowledge into various areas. Since I play podcasts back at two times normal speed, listening to lectures are fairly painless.

Open Culture: University Podcast Collection

23 February, 2007

List of .NET Languages and .NET Language Projects

C# Online.NET has a "list of .NET language and .NET language projects." The post claims to be a complete list but a quick scan tells a different story. If you know of any other .NET languages or .NET projects please add it.

14 January, 2007

New Line Cinema puts Peter Jackson on the Blacklist

SCIFI.com is reporting that Robert Shaye, head of New Line Cinema, will not let Peter Jackson direct another film for New Line Cinema.

As I understand it, Shaye is upset with Jackson because Jackson is suing New Line Cinema. The lawsuit is over an accounting issue on the movie "Fellowship of the Ring." It appears that there was some anomalies that surfaced from a partial audit that Jackson would like answered.

After reading reading the posting on SCIFI.com entitled "Shaye: New Line Blacklists Jackson", I am inclined to believe that New Line Cinema is shooting itself in the foot. Peter Jackson has proved he can make money and produce a multiple good movies. Are these not the qualities a movie studio would want in a director?

On a personal note, I am interested in seeing what Peter Jackson can and would do with the "Hobbit". I think New Line is making a big mistake not wanting to work with Jackson. I am hoping Jackson will get the chance to direct more movies and he gets the opportunity to bring the "Hobbit" to us on the big screen.

03 January, 2007

Starship size comparison chart

For all the sci-fi geeks, check out this "starship size comparison chart."

What Does 200 Calories Look Like?

For the last few months, I have been working on improving my eating habits. My basic plan is to reduce the amount of food I eat and to eat less processed food. So far I have lost 15 pounds just working on changing my eating habits. Over at "wiseGEEK" there is a neat post on "What Does 200 Calories Look Like?"

Challenging myself to learn something new

I have recently set a big challenge for myself. I want to know about Machine Learning . To add to the challenge, I am trying out usin...