Project HUGE: Internal Dialogue

Posted February 3, 2007 at 11:00 AM by Ben Nadel

Tags: Health / Fitness, Project HUGE

(Internal Me): He Ben, you there?

(Me): What's up, I'm working.

(Internal Me): Stop for a second and check out this chick:


 
 
 

 
Project HUGE: February 2007 Girl of Inspiration  
 
 
 

(Internal Me): She's pretty jacked, huh?... are those arms bigger than yours?

(Me): Yeah, maybe.

(Internal Me): Maybe.... mmmm, I'm thinking more like definitely. Why do you think that is?

(Me): I dunno.

(Internal Me): If I had to guess, I'd say it's cause she works out a lot harder than you do. You remember working out right? It's that thing where you go the gym and do something productive with your body.

(Me): Look man! Enough with the attitude! Work's been really freakin' busy and I'm having some relationship problems right now. At the end of the day, I don't always have time and the energy to work out.

(Internal Me): No time huh? Well, you seem to have found time to order in Chinese food a couple of times this week.

(Me): [silence]

(Internal Me): Yeah.... yeah... I mean, she probably doesn't eat deep-friend, greasy Chinese food, but it seems to be working for you, so I wouldn't worry about it.

(Me): I had a bit of sore throat this week, the spicy food felt good, like it was flushing out the bad stuff.

(Internal Me): No, totally, I get it. Just uh, just keep that in mind when you look in the mirror later.

(Me): Well, I'm gonna work out today. That should be good.

(Internal Me): That's what I'm talking about. Get in the gym, lift some heavy shit off the ground. Remember you have to lift big to get big.

(Me): Word up.

(Internal Me): So what are you gonna do later?

(Me): I'm gonna go freakin' kick some ass in the gym!

(Internal Me): You're damn right you are! You're damn right.



Reader Comments

Feb 3, 2007 at 12:55 PM // reply »
2 Comments

I (re) fell in love with food when I quit smoking. My tastebuds changed, and I suddenly started liking food in a new way.

Unfortunately, using that same willpower to diet was really diffucult. So, I took the attitude of "I'm allowed to eat whatever I want as long as I work out 3 times a week and do some cardio."

Over time, I just stopped eating some things because I could feel it making me sick. Apparently, working out makes you attune to your body.

I know diet and exercise is the best, but if you have a choice, do the excercise, and leave the diet for the 2nd. My advice, anyway since I felt it worked for me.


Feb 4, 2007 at 12:52 PM // reply »
10,640 Comments

Jester,

I agree. I have always exercised (on and off) but my eating has never been that great. I keep thinking that maybe I should make my first priority to slim down a bit... but then I just keep thinking that if I just started working out regularly, everything else would fall into place.


Feb 5, 2007 at 9:26 AM // reply »
46 Comments

(Internal her) Me want to *clap* pump you up!


Feb 5, 2007 at 11:02 PM // reply »
10,640 Comments

Ha ha, top drawer... top drawer :)


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 12, 2012 at 3:37 AM
Learning ColdFusion 8: CFImage Part III - Watermarks And Transparency
Hi Ben, Just to ask currently it is placed bottom right corner, if i need to replace the same rendered image on the bottom left side or in the bottom center, how that can be calculated. bottom ce ... read »
Feb 11, 2012 at 9:29 PM
Use jQuery's SlideDown() With Fixed-Width Elements To Prevent Jumping
I can't say how glad I am that I found your post. Thank you very much. ... read »
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 »