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 »
11,247 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 »
11,247 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 »
11,247 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 »
11,247 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 »
11,247 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
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 24, 2013 at 5:39 PM
Ask Ben: Manually Enforcing Basic HTTP Authorization In ColdFusion
@Adam Oops! My mistake! I hadn't gotten that far in my testing - I'm still baby stepping my way through the process. ... read »
May 24, 2013 at 5:13 PM
Ask Ben: Manually Enforcing Basic HTTP Authorization In ColdFusion
Hi Jason, Thanks for checking up on that, but I still stand firm on my position. :) There are actually two listLast()'s in use, and you're right that the one using a space as a delimiter is fine. ... read »
May 24, 2013 at 4:45 PM
Ask Ben: Manually Enforcing Basic HTTP Authorization In ColdFusion
@Ben I have been lurking your site for quite some time, and haven't stepped up to comment until today. Thanks for all the great info - keep it up! @Adam I believe you are mistaken... as the commen ... read »
May 24, 2013 at 11:21 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
@WebManWalking, Ha ha, let's us never speak of justifying "##" notation again :P ... read »
May 24, 2013 at 11:18 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
@Ben, Ah, so it was indeed how I vaguely remembered it to be: A direct assignment value = users.id[ i ] causes value to retain the sticky datatype of the query column. Although unnecessary in ... read »
May 24, 2013 at 9:11 AM
Preventing Links In Standalone iPhone Applications From Opening In Mobile Safari
@Brandon, Hi, No, I haven't been able to do that. I have just kept it as it is. ... read »
May 23, 2013 at 9:52 PM
Preventing Links In Standalone iPhone Applications From Opening In Mobile Safari
@Muhmmadibn Did you figure out a solution to launching PDFs? I am running into the same issues myself. There is no way to close the PDF or go back once you launch it. Thanks in advance! ... read »
May 23, 2013 at 6:06 PM
The Girl Who Broke My Heart, And Made Me A Better Person
Good day,ladies and gentle men, my name is Dr AMADI the great spell caster in Africa, i have help so many people for different kind of problems,who say there is no solution to problems on earth, that ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools