Peter Bell Is Killing My Productivity (In The Short Term)

Posted November 28, 2006 at 9:15 AM by Ben Nadel

Tags: ColdFusion, Work

Every time I settle down to start actually doing work again, Peter Bell has to write some really cool article that takes me half an hour to wrap my head around (I read slow and I don't exactly run a stud-farm in my head). This is killing my productivity, but hopefully only in the short term. As I can leech knowledge from him, it should be good for upping productivity in the long term. If you haven't checked out his stuff, I would highly recommend it! Not a ton of code to look at yet (more to come) but lots of good theory and conversations.

So anyway, I know I promised some people some code, particularly my ColdFusion code viewing module, not to mention updates to Skin Spider. That should all get done soon enough. If you are unhappy with me, just blame Pete ;)



Reader Comments

Nov 28, 2006 at 10:28 AM // reply »
111 Comments

Yeah, all part of my evil plan.

Part 1 - write software which is more productive than programmers
Part 2 - make programmers LESS productive than they are already by talking to them all day about how to write software that will make them more productive
Part 3 - Tell everyone who hires a programmer to use my software instead
Part 4 - Buy a nice little Island and retire - Britain, perhaps?!

:->


Nov 28, 2006 at 10:38 AM // reply »
10,640 Comments

As long as your articles keep making me smarter you can retire any where you want :)


Nov 28, 2006 at 11:17 AM // reply »
26 Comments

Don't worry. I'll be taking Peters place real soon. Just read your email and watch your snail mail. :)


Nov 28, 2006 at 11:21 AM // reply »
111 Comments

Perfect. I think it is safe to say you have a lot more to learn from Michael than from myself :->

Now you just gotta hope we don't BOTH get busy posting!!!


Nov 28, 2006 at 11:26 AM // reply »
10,640 Comments

No worries, I have started to undergo an experimental form of Radiation poisoning so as to grow two arms out of my back such that I can double my productivity.... It's all coming together :)


Nov 28, 2006 at 11:27 AM // reply »
10,640 Comments

@Michael,

Just out of curiosity, how is the de-spamming stuff working for you Blog? I am going to implement something similar.


Nov 28, 2006 at 11:36 AM // reply »
26 Comments

Actually well. The problem is that it will not stop a human being. For that I have a combination of a baysian filter and some regex. I'll be posting that up real soon, especially now that the FAQU is out to subscribers in PDF with the print coming to us this afternoon for distribution. Like I said, you'll have no time. :)


Nov 28, 2006 at 11:44 AM // reply »
10,640 Comments

I had to look up what Bayesian is in Wikipedia. Looks pretty cool. Can't wait to see what you write.


Nov 28, 2006 at 11:46 AM // reply »
111 Comments

Talking of FAQU - amazing job! Downloading the PDF's now. You, Judith, Dee and the rest of the team have done an awesome job with this publication and I'm hoping you are wildly successful with it because it is an amazing publication with an outrrageous editorial process. It's the best content available anywhere for CF developers.


Nov 28, 2006 at 11:47 AM // reply »
111 Comments

Yeah, Bayesian means that your code starts off even dumber than a programmer but with a bit of luck and the right data set it may end of smarter than its creator.

I'm told it is the electronic equivalent of having kids - only without the college tuition fees

:->


Nov 28, 2006 at 11:50 AM // reply »
10,640 Comments

I agree with Pete. Excellent content. I have the Disc with me at all times, but have not had a chance to take a peek. It's NEXT on the list of things to do. Should print out for some great train reading. Just got a new printer in the office that prints out both sides of the paper (its a new technology for me). I tested it out with the Pragmatic Programmer (added somewhere on the queue of things to do) and it works like a charm.


Nov 28, 2006 at 11:59 AM // reply »
26 Comments

Actually, I didn't write the baysian. I'm using a modified version of what's in Fusionkit (http://foundeo.com/fusionkit/). Luckily, I have a LOT of spam to train it with. My current regex based spam filter is VERY good, but only auto-deletes 20%-30% of the mail as being pure spam. That combined with the baysian will get me to at least 50% of my spam being auto-deleted.

Thanks Peter. The FAQU has been a major undertaking because we are so dedicated to its quality. I think this issue will definitely make a mark. You wrote an article for us, didn't you? ;)
(plug for Peter)


Nov 28, 2006 at 12:03 PM // reply »
111 Comments

Yeah grin, and I'm working on one for the next issue. But despite that it is still a really good publication :-> Lots of help from Judith, Dee and Sean!



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 »