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

Posted June 2, 2009 at 10:27 AM

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

 
 
 
 
 
 
 
 
 
 

Post Comment  |  Ask Ben  |  Permalink  |  Other Searches  |  Print Page





Reader Comments

Jun 2, 2009 at 10:50 AM // reply »
24 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 »
6,515 Comments

@Aaron,

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


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

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


Jun 2, 2009 at 11:15 AM // reply »
6,515 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 »
177 Comments

@Ben: LOL


Jun 2, 2009 at 11:43 AM // reply »
3 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 »
6,515 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 »
8 Comments

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


Jun 3, 2009 at 11:01 AM // reply »
6,515 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 »
6,515 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 »
6,515 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 »
6,515 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!)


Post Comment  |  Ask Ben

Recent Blog Comments
Nov 20, 2009 at 5:38 PM
Learning ColdFusion 8: CFImage Part I - Reading And Writing Images
Hi Ben, Great article. I've been looking around to see if ColdFusion image engine can programatically create the following "wrap around" effect: http://www.creativepro.com/article/photoshop-s-she ... read »
Nov 20, 2009 at 5:35 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Dave: I talked to Gert he suggested: <cfhttp method="get" url="http://{some cf website}" result="stuff" addtoken="yes" /> Note the addition of cfhttp attribute addtoken. That should persist y ... read »
Nov 20, 2009 at 5:23 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, Ahh, gotcha, yeah that makes sense. ... read »
Nov 20, 2009 at 5:17 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Ben, sorry if I didn't make this clear. You can make it work like that if you want, just put <cfset session.foo = 1> (and <cfset application.foo = 1>) in your OnRequestStart() and it reve ... read »
Nov 20, 2009 at 5:07 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, I have seen tidbits about the way Railo handles session. I can understand that it lazy-loads sessions, but I also think that I might make some things more complicated. For example, often tim ... read »
Nov 20, 2009 at 4:53 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Ben, you can ramp up the security by turning on J2EE session which gives you a third set of numbers other than CFID/CFTOKEN. There's a reason why ACF put this in place (other than just session replic ... read »
Nov 20, 2009 at 4:52 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Case in point, Ben, you may not be aware of this, but in Railo - OnApplicationStart() & OnSessionStart() act differently than in ACF. ACF does: OnApplicationStart (1st hit) OnSessionStart (1st and e ... read »
Nov 20, 2009 at 4:46 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, That's understandable. I am not sure if this really leaves any more security holes than the fact that using old cookie-based CFID / CFTOKEN values will create a new session using the old CFI ... read »