Project HUGE: Spike'ing My Workout

Posted April 2, 2007 at 7:21 AM by Ben Nadel

Tags: Health / Fitness, Project HUGE

Yesterday, I stopped off at a GNC on the way to my apartment to try one of those liquid gel energy squeeze packs that you always see in running stores. Well, they didn't have what I was looking for, but I ended up getting a bottle of "Spike" from Biotest and the developers of T-Nation.com. I love their web site and their products so I figured I give this a try. Here is the hook they use on their product site:

How would you like to have the best workout of your life - every time you train?

How would like to have the energy of ephedrine, without the jitters?

How would you like the mental clarity and mood elevation of amphetamine, without using a controlled substance?

How would you like all of this, without negative side effects: no addiction and no down-regulation of receptors requiring ever-increasing doses?

Well, bubba, you can have it all with one bad-boy . . .

His name is Spike! . . . and he'll blow your freakin' head off - with ammo to spare!

My work out was pretty good. I was stronger on all my exercises. This is no feat in and of itself as this is my second week back from a time off and I should be getting stronger easily in the beginning. But, I did feel good. My one problem - I could NOT fall asleep. I think I tossed and turned until about 2:45am or at least that's the last time I looked at the clock. Apparently, one of the active ingredients in Spike is caffeine. I have very little caffeine in my diet (no coffee) and I think this shock to the system basically wired me. I will see how I react over the next few workouts. I see now, on the site, they have a non-caffeinated version. Maybe I will give that a go sometime.



Reader Comments

Apr 13, 2007 at 10:50 AM // reply »
6 Comments

I find it funny that Harris Teeter sells this as well. That's where I picked up my first can. I <3 it.

I've been doing p90x at home (laugh if you will, it's working for me), it's too hard for me to get to the gym.. Spike /really/ /really/ gives me a rush...


Apr 13, 2007 at 8:55 AM // reply »
10,640 Comments

What is p90x? I wouldn't laugh at anything fitness related.

SPIKE gives me a big rush, but it's destroying my sleep pattern. I think I need to get the non-caffeinated version. I take it at like 4pm and I am laying awake at 2am - 10 hours later. Hopefully the non-caffeinated version will give me the same rush AND let me sleep.


Apr 13, 2007 at 9:07 AM // reply »
6 Comments

It's actually off of one of those late night informercials.. It's just a set of DVDs along with a fitness/diet plan laid out.. It works well for giving me something to follow and keep myself motivated... www.p90x.com


Apr 13, 2007 at 9:10 AM // reply »
10,640 Comments

Hey, that stuff looks cool. And I figure, what ever gets you motivated and keeps you dedicated is better than what most people have, myself included. I can't wait to one day have a home gym with just a few pieces of equipment. I figure if I had everything at home, I could be more dedicated (no excuses).


Apr 13, 2007 at 11:29 AM // reply »
6 Comments

That was /always/ my intention as well. I do have a bench and weights, but unless I am following something (the DVDs) it is too easy for me to come up with other stuff I 'should' be doing rather than working out..


Apr 13, 2007 at 9:41 AM // reply »
10,640 Comments

Yeah, seriously! And I lift alone, which I assume you do. This is no good at all. I used to work out with 2 or 3 other guys, back in what I refer to as the "good old days" (college). It was so much easier to be motivated when people actually depended on you showing up somewhere at a given time.


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 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »
Feb 9, 2012 at 10:29 PM
Learning ColdFusion 9: Application-Specific Data Sources
@Ben, No offence, but if people were really wanting advanced features they would be using a platform like ASP.NET MVC. CFML is so structurally compromised as a tag-based scripting language that ... read »
Feb 9, 2012 at 10:03 PM
Subversion - Cleanup Failed To Process The Following Paths
@Leviaguirre, do you still have problems with this? ... read »