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 »
10,638 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 »
10,638 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 »
10,638 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 »
9 Comments

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


Jun 3, 2009 at 11:01 AM // reply »
10,638 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 »
10,638 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 »
10,638 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 »
10,638 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
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 3, 2012 at 10:49 PM
How I Got Node.js Running On A Linux Micro Instance Using Amazon EC2
Wow this was really helpful! Only thing I would add is you need to update your .bash_profile after you edit the secure_path. This is what I did: $ . ~/.bash_profile Otherwise, NPM won't be found. ... read »
Feb 3, 2012 at 10:14 PM
Pushing Base64-Encoded Images Over HTML5 WebSockets With Pusher And ColdFusion
@Ben, Just wanted to let you know that pusher are soon to start limiting sizes on messages. This was the detail that came through in the Feb dispatch: "However, we will soon be limiting the s ... read »
Feb 3, 2012 at 5:05 PM
Regular Expressions Make CSV Parsing In ColdFusion So Much Easier (And Faster)
I tried using your RegEx in my C# program, but it was matching an extra empty-string at the end and so I would end up with an extra field that doesn't exist, so I changed it to this: (^|,)("(?: ... read »
Feb 3, 2012 at 3:47 PM
ColdFusion Supports HTTP Verbs PUT And DELETE (As Well As GET And POST)
Josh Cyr posted this on Twitter just a little bit ago. Thought it was appropriate. http://stackoverflow.com/questions/1619152/how-to-create-rest-urls-without-verbs/1619677#1619677 ... read »
Feb 3, 2012 at 2:28 PM
Changing The Execution Context Of Your Self-Executing Function Blocks In JavaScript
@Michael, You definitely make a good point (and extra points for quoting movies - I love movies). When you use a return() statement to define the object's public API, it does provide a consistent a ... read »
Feb 3, 2012 at 2:04 PM
Changing The Execution Context Of Your Self-Executing Function Blocks In JavaScript
To quote Jurassic Park: "Just because you can doesn't mean you should". I completely, utterly disagree with the thought that this is more readable. Consider the current module pattern: if ... read »
Feb 3, 2012 at 1:10 PM
REST API Design Rulebook By Mark Masse
@Jordan, Yeah, WRML was created by Mark Masse (author of the book). I also found it to be a bit convoluted. I suppose it is intended to allow the Client to be able to programmaticaly respond to cha ... read »
Feb 3, 2012 at 1:08 PM
ColdFusion Supports HTTP Verbs PUT And DELETE (As Well As GET And POST)
@Jason, To be honest, I don't have good answers for that kinds of stuff. And, to the point, that is specifically why I *really* liked the REST API Design Rulebook by Mark Masse - he just cuts throu ... read »