Project HUGE: Huge In A Hurry - Get Big - Phase 2 / Week 2

Posted June 2, 2009 at 10:27 AM by Ben Nadel

Tags: Health / Fitness, Project HUGE

I've really been enjoying Chad Waterbury's Huge In A Hurry program. Right now, I am in the Get Big program, Phase 2 - Week 2. I've been having some trouble with the Barbell Hack Squats so I thought I'd post a video and get some feedback from my fellow HIAH (Huge In A Hurry) lifters. Also, I think I might just take some fun videos going forward because I feel having the video camera definitely helps me up the intensity! Plus, I think having the video will help me stay on top of my form and technique.

Barbell Hack Squats (2-3 RM) :: 315 x 3

 
 
 
 
 
 
 
 
 
 

Weighted Dips (2-3 RM) :: 135 x 3

 
 
 
 
 
 
 
 
 
 



Reader Comments

Jun 2, 2009 at 10:50 AM // reply »
25 Comments

Cool vids, strong hack squatting!

Also love how geared up that dude's arms/hands/etc are (doing the curls in the background).


Jun 2, 2009 at 10:57 AM // reply »
11,238 Comments

@Aaron,

Yeah, interesting. Looks like he has bionic arms :)


Jun 2, 2009 at 11:12 AM // reply »
211 Comments

In the 2nd video, you're pretty hung... oh... weights. XD


Jun 2, 2009 at 11:15 AM // reply »
11,238 Comments

@Todd,

Ha ha ha ha ha. I used to work out with this guy Dave - as I'd waddle over to the dip rack, he's say something like, "Quit your bitching - now you know how I feel."


Jun 2, 2009 at 11:17 AM // reply »
211 Comments

@Ben: LOL


Jun 2, 2009 at 11:43 AM // reply »
6 Comments

Damn, Ben ... Way to go!

I don't know which video made me hurt more...I think the crazy barbell hack squats did! How much freaking weight did you have on those dips?


Jun 2, 2009 at 11:49 AM // reply »
11,238 Comments

@Craig,

I actually mislablled the dips. I said it was 135, but in reality, there's a 10lb plate on the outside (total 145lb). I have to put towels on the handle otherwise my palms kill me.

Both are awkward, but the hack squats take if for straight up discomfort.


Jun 3, 2009 at 6:26 AM // reply »
13 Comments

Yeah, looks good!!
How many dips do you without weights?


Jun 3, 2009 at 11:01 AM // reply »
11,238 Comments

@Marko,

I haven't done dips without weight in a while. Even so, I wouldn't go about 20 reps or so in any given set as I would start to really work the endurance muscles, not those with the most growth potential.


Jun 3, 2009 at 4:39 PM // reply »
1 Comments

Nice videos. Keep them coming. Getting me pumped up for squats in about half an hour!


Jun 3, 2009 at 5:27 PM // reply »
11,238 Comments

@Mike,

Good to hear from you my man. Good luck with the squats. Mine are tomorrow.


Jun 4, 2009 at 10:50 AM // reply »
5 Comments

Ben, what are you using to hold the weights on the belt? Did you buy it online or is it something you rigged up yourself?


Jun 10, 2009 at 3:25 PM // reply »
2 Comments

In the book huge in a hurry, the get ready phase, do you do workout A, B, C all in the same day, 3 times a week or do you only do workout A one day then B the next etc@Craig Kaminsky,


Jun 10, 2009 at 5:01 PM // reply »
11,238 Comments

@Brandon,

I'm using a weight belt with a chain - it's a standard belt that you can get any sporting goods store that caters to weight lifting.

@Jim,

I do workout A on Monday, B on Wednesday, and C on Friday.


Jun 10, 2009 at 7:57 PM // reply »
2 Comments

Ben, Thanks for your previous response. Did you notice any results from the Get Ready program or did that just help you figure out how much weight you should be using. I am starting this tomorrow so I have many questions. Thanks


Jun 10, 2009 at 9:05 PM // reply »
5 Comments

Thanks Ben, I have the belt just wondering what kind of chain you used. I think I found a good solution that works. Just reading through the book, it arrived this week. Great book so far.


Jun 11, 2009 at 9:29 AM // reply »
11,238 Comments

@Jim,

The Get Ready program is simply to become comfortable with the style of movement, rep schemes, and probably new exercises. I don't think gains would / should be expected. Plus, it's only two weeks long (from what I remember).

@Brandon,

The chain is actually attached to the belt itself. Example:

http://www.bodybuilding.com/store/gl/dipbelt.html?CJAID=10409943&CJPID=3316905

But, I am sure you could jimmy up something using a separate chain and standard weight belt (I've even made one out of rope and duct tape in the past!)


Jul 25, 2010 at 12:25 AM // reply »
3 Comments

good workout vids keep em coming



Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 20, 2013 at 4:38 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
@Dana, Your confusion is well founded, since this is a very confusing features. In fact, it ONLY works if you use array notation. Meaning, that this: arrayToList( query[ "columnName" ] ) ... read »
May 20, 2013 at 4:34 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
I was thinking chicken and the egg, I wouldn't have expected it to work in the valuelist going in I guess. Maybe I just need a beer, long day :) ... read »
May 20, 2013 at 4:29 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
@Dana, That's if you're trying to reference a specific row. In this case, we're trying to reference the entire query column as one cohesive value. So, you are correct that if you wanted to output a ... read »
May 20, 2013 at 4:24 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
I thought when you used array notation to reference queries you always had to have the row or it would throw a similar error as well? ... read »
May 20, 2013 at 11:45 AM
Using jQuery's Animate() Step Callback Function To Create Custom Animations
This is really useful. I found out that you don't actually have to use a dummy css property (surprisingly). To animate a property in a linear-gradient for instance I did this this.css('someLinearGra ... read »
May 20, 2013 at 10:51 AM
Using A Dynamic Column Name With ValueList() In ColdFusion
@Josh, Oh snap! You're totally right! I'm not sure I've ever tried that. I did know that you can call a number of other array-methods on ColdFusion query columns: http://www.bennadel.com/blog/167 ... read »
May 20, 2013 at 10:45 AM
Using A Dynamic Column Name With ValueList() In ColdFusion
@Ben - I believe you can achieve the same functionality with ColdFusion's built in ArrayToList() function. ArrayToList( users[ "id" ] ); ... read »
May 20, 2013 at 10:21 AM
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Is there any error logging and handling framework in angularjs, if not then in what way I can do this. ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools