Friday, February 07, 2014

The MG is on the ground!

Big milestone just passed last week with my friends Kevin Lewis and Chris Wade (thanks guys!). The MGB is now on the ground, rolling, braking and steering. No engine yet, but this is still a big milestone. Check out some of the pics from the day it made it to the ground.

After we got it on the ground we pushed it up and down the street fred flintstone style

My Redneck spring compressor:
  
Chris Wade (the Supervisor)

and Kevin Lewis (the detail man)

Hey look - it all fits together:

And now, the car is on the ground - yeah !!

Sunday, January 05, 2014

The MG is close to getting on the ground

It doesn't have an engine or an electrical system yet, and the interior is practically empty... but, I should have the MG off the rack and rolling on four tires soon. This means I'll have the rear axle and brakes installed and working, the front suspension installed and working (steering, rolling, braking). and thats it. So, I will be able to push it around the block with the help of some friends. Hopefully, that will happen in a couple of weeks. Here are some pictures of the current progress. After I get the MG on the ground, it will be time to start in on the engine! Scott

Saturday, November 23, 2013

MG update - working on the front suspension

Moving along on the MG.  Now working on the front suspension.  I'm waiting for some parts from Motorhead to start putting the suspension together and on the car.

I will be rebuilding the front hub after everything is on the car at a later date.  For now I mostly cleaned everything up, painted it and am replacing a few broken bolts, bushings and so on.

Here are some pics of the front-end.




Posted by Picasa

Thursday, October 31, 2013

MG gets a rear axle

The axle isn't completely on yet (awaiting a couple of bolts I had to hacksaw during the demolition phase). Here are some pictures of the rear axle mostly in place - with the brakes assembled and the fuel lines complete under the car.

Wednesday, September 25, 2013

Max Flory and Grayson Campbell competing at Junior Pan Ams this week in Tucson, AZ


    Some of you were asking for information on when Grayson and Max will compete this week. 

Below is a listed schedule. 

Live results can be followed at www.divemeets.com.
or here: https://secure.meetcontrol.com/divemeets/system/meetinfoext.php?meetnum=2545

EVENTS START @ NOON EST
Grayson Campbell: (history)
Thursday, September 26- Boys Group B - 1m
FridaySeptember 27- Boys Group B - Platform 
SundaySeptember 29- Boys Group B - 3m
Max Flory: (history)
Thursday, September 26- Boys Group C - Platform
SaturdaySeptember 28- Boys Group C - 3m
SundaySeptember 29- Boys Group C - 1m

Monday, September 09, 2013

The MG is entering the "build" phase

My Orange 1973 MGB is coming back to life slowly.
After a long sleep, we stripped it down completely last year and I got a new body painted this past spring.
Now, I have started the building phase.  That means I am beginning to put some pieces back on it.

Here are a few pictures of my progress.  In these you will see we have the gas tank installed, the gas and vapor lines run, the brake lines and wiring loom under the car.
I am waiting on the fuel pump.

I should be getting to the rear axle and rear suspension in the next couple of weeks.  I'll post more then.

The overall plan is to complete the restoration by June 2014.  This will mark the 30th anniversary of my ownership of this fun little car and my 15th anniversary with my wife, Vanessa.  On our wedding day, we drove in the MG with the top down from the church (Alexandria) to the reception (Clifton) - what a fun ride.  I hope to repeat it next June!






Thursday, April 04, 2013

Updates to DiveList

I made this app for fun and its becoming popular in the diving circles...  Its a reference app for diving.

DiveList app in the iTunes app store


Tuesday, October 09, 2012

Pics of the MG

It will be headed home in about a week.  They still have some undercoating to do, but the finish looks fantastic!



Wednesday, October 03, 2012

The MGB has been painted!

Just got the call from the body shop - the MG has been painted and is ready for me to come visit.  So, I'm planning a quick trip out there next Monday to see the car.  I'm very excited about that!  Then we schedule delivery.... and then... the reconstruction begins in earnest.
I'll post some pictures when I get them.

Thursday, August 30, 2012

The Orange MG will ride again

Just got some photos back from http://www.yourcollisionexperts.com/
They are doing a great job with the new body and I hope to have it home soon to begin the re-assembly of my old MG.





Friday, June 22, 2012

The End of an Era

The old MGB Body is going to the great steel heap in the sky today.  Just the body though!  Over the last 2 years, I have carefully extracted every bolt, screw, component, spring, bushing and everything else from the car and stored it dutifully in my attic.




Now begins the next chapter in the project.... building the new one ground up.  More to come...


Friday, May 11, 2012

Special properties of 9

I often wondered about the special properties of 9 in our number system. I wondered if there were similar special numbers in other systems. We count in base-10, which means there a 10 unique digits and we then use another place of digits once we get to 10. In other base systems, like base 16, and base 8, I wondered if there were similar numbers like 9 - or if 9 itself had these special properties.

 As it turns out, it is not 9 itself that is special, but it is the number 1 less than the base system. So, for base 16, the magic number would be 15. Further, any factor of that number has similar special properties... so in this case 3 and 5 and in our base-10 system, that is why 3 has special properties as well. In base-8, it would be 7 that has this special property.

 So, I wrote a little proof that hopefully explains it. I wrote this years ago, and thought I blogged it, but I guess I didn't. So, here it is:

  proof of base-1 properties
 Let n be the base of the numbering system being used.

 Theorem: Any number is divisible by (n-1) if its digits sum up to a number divisible by (n-1).

 This property can be recursively applied to the sum of the digits of the result until that result is simple enough to determine whether it is divisible by (n-1).

 Proof: Starting with 0, add (n-1). You get (n-1). The sum of the digit is also (n-1) which is certainly divisible by (n-1). From that point, every time you add another (n-1) the "tens" place will increment by 1 and you would subtract 1 from the "ones" place. This keeps the sum total of the digits equal and therefore still divisble by (n-1). When a zero is once again in the "ones" place (occurs every n times), the addition of another (n-1) will not increment the "tens" place, however, it has just added (n-1) to the sum total of the digits. Therefore the sum of the digits continues to be divisible by (n-1).

Therefore, if the sum of the digits of any number is divisible by (n-1), the number itself is divisible by (n-1).

 In this proof we covered all possible multipliers of (n-1), so we can also say the converse is true. For any number that is divisible by (n-1), the sum of its digits is also divisible by (n-1).

 Corollary: Any factor of (n-1) inherits this property. Proof: Let f be a factor of (n-1) and m by the multiplier of that factor (for example, if n=15 and f=3 then m would equal 5). Again, start with 0, every time f is added to a number one of two cases exist: If the "ones" place of the number is < (n-f) then we will not be incrementing the "tens" place and the sum of the digits will be increased by f.

 Therefore, the sum of the digits remains divisible by f. If the "ones" place of the number is >= (n-f) then 1 will be added to the "tens" place and this place will be decremented by (n-f). The sum of the digits is -(n-f) + 1 which equals -( (n-1) - f). Since f is a factor of (n-1) with m as its multiplier, this is the same as -((m*f) - f) or - ((m-1)*f). We are subtracting multiples of f from the sum of the digits. Therefore, the sum of the digits remains divisible by f.

QED

Monday, September 07, 2009

Look ma, no dashboard!

I made some more progress on the MG destruction project. I think
removing a dashboard requires more flexibility and awkward upside-down
positions than any other car work. I'm glad I don't have to put it
back together right away.

Also, I put in a photo of the engine before anything has been done to
it - a reference point of sorts.

Back to life now,
Scott

Monday, August 24, 2009

Destruction of the MG interior

The destruction continues. I am making my way through the interior
now. The doors were a bit difficult, but I'm looking forward to
removing the dashboard! Anyone know a place that would pick up an old
rusty body for scrap ... For free?

Wednesday, August 19, 2009

Wondering how comments appear when textung to a blog

Monday, September 29, 2008

Long time

Its been a long time since I posted here. Mostly working on our new Children's Album - Safari in Soundzania.
If you didn't know, we made our first childrens album back in December 2006 and now, we are approaching the release date of our second one in December 2008.

Check out soundzania.com to stay up to date on this project.

Sunday, October 07, 2007

Soundzania doing fine, Studio almost done :)

I've been spending a lot of work lately over at soundzania , check it out. We've turned it into a whole new web site and now we have t-shirts and a shopping cart, and everything. Geez, its looking kinda nice.

Anyway, I'm getting excited to begin opening up the studio. We still have many things to finish though.
I've got to finish putting the final trim on the doors to make them soundproof. I also need to complete the shelving for amps and speakers in the main studio room. And then there's the couch... we'll be getting a nice little ikea couch for everyone to hang out on while they are listening to the good mixes in the studio.

Well, I'll post another soon on the status of the basement. See ya then!

Sunday, September 30, 2007

a new yard !


Yup, we got a new yard, courtesy of my back and a lot of time.
Here is a pic:

Saturday, July 07, 2007

another door is up

the last door has been hung. I still need to put on the trim and the special seals for these doors.

That's it for tonight!

Friday, July 06, 2007

door up, studio desk in place

Here is the new studio central desk getting setup... nice double-monitors :)


We've hung the heavy --- 400 pound door ! Here's a picture:



Still got some work to do in the kitchen... not much more progress there.