I'm Not Dead Yet - But Blogging Might Be Killing Me?

Posted April 11, 2008 at 5:25 PM by Ben Nadel

Tags: Life

No worries, I'm not actually dying; but, I just read this funny / sad article over on the New York Times titled, "In Web World of 24/7 Stress, Writers Blog Till They Drop." It talks about the tremendous pressure that professional bloggers feel to pump out blog posts even milliseconds ahead of the competition in order to get the bigger traffic share and therefore the bigger ad revenue share. Now, I believe this article focuses on those who blog for money (in a paid-per-post kind of lifestyle), but after reading it, I think most anyone who blogs on a regular basis can sympathize at least somewhat with the mania that takes over. Apparently, in the last few months, three famous bloggers have had heart attacks resulting in two fatalities (only one of them, Om Malik, actually survived).

That's totally bananas! I like to think that I maintain my sanity fairly well; sure, I my life lacks balance, but that's due to a whole host of reasons (not just blogging). For me, I think the biggest trick to maintaining sanity is to only allow myself to blog at certain times. I find my really creative juices are flowing from like 7am to 9am, before work, so, that's when I blog and do a sizable chunk of my research and development. And, for those of you who stop here often, you might remember that I don't even have the internet at home - this way, when not in the office, I can only think about blogging. I know most people these days cannot even imagine being off the grid at home, but, I'll tell you, when I get home and slip into something comfortable without the temptation to surf the web looking for por- er um, ColdFusion articles, it's pretty gosh darned relaxing.

Maybe the blogging world should take a que from the beer advertising world and start suggesting that people, "blog responsibly".


 
 
 

 
Cute Blonde In Panties Trying To Blog Responsibly  
 
 
 


Reader Comments

Joe
Apr 11, 2008 at 11:55 PM // reply »
1 Comments

One thing I found interesting in that article is the fact that some of these bloggers are getting paid based on the amount of page views. Wouldn't that only encourage this "blog till you drop" type of behavior? Weird.

Another thing, your creative juices flow from 7-9am? If I'm up that early I'm usually staring into my monitor with a blank gaze. I operate best in the 11:00pm to 2:00am range but die off quickly after that.

And wow, no internet at home? That is pretty awesome that you can do that. I'd get a lot more done around the house if that were the case for me.


Apr 12, 2008 at 12:55 PM // reply »
10,640 Comments

@Joe,

Yeah, my brain turns to pudding by like 10:30 am. After that, I am pretty much only good for watching TV :) In the morning, I love the peace and quiet. I love that the lights are off and that no one is around.

As far as the internet at home, you would think that you get more done around the house, but that's not always true :) I find I like to just spend a time resting (when I can).


Apr 13, 2008 at 12:55 AM // reply »
14 Comments

I totally envy you. Resting would be nice, too. The whole topic of this blog entry makes me call into question my own computer usage, I go through spurts where I'm on the computer all the time (for work and play) and then other times I don't even think about it.

Ah well, spring is near so that'll get me out of the house more. I need to start exercising and getting some fresh air... btw, I saw that you have an iPhone app, AWESOME!


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 »