Live data from Hacker News

Why you shouldn't invite Yehuda Katz to your user group meeting

thewebivore.com

1–10 of 108 posts

Re: Why you shouldn't invite Yehuda Katz to your user group meeting

#2
We had a similar situation at our local PHP user group for a while. Someone would present something and it would always lead in to some sort of related by unrelated demo by one of the event organizers.

I remember fondly a guy from Viacom talking about his CDN and how hard it is to maintain internal consistency and how they deploy and everyone was really engaged (it was an amazing presentation, even though he did it with just bash and firefox) and it devolved into this event organizer talking about his Solr install and the conversation basically ceased.

It can be really frustrating when someone is constantly 'that guy.'

Re: Why you shouldn't invite Yehuda Katz to your user group meeting

#4
A bit more context wouldn't hurt.

You don't want attendees, who don't know any better, to adopt really bad practices. For example, what if this was the context:

   sql = "select * from users where id = #{params[:id]}"
Although even here there's a right and a wrong way to approach this.

Re: Why you shouldn't invite Yehuda Katz to your user group meeting

#5
post #4

A bit more context wouldn't hurt. You don't want attendees, who don't know any better, to adopt really bad practices. For example, what if this was the context: sql = "select * from users where id = #{params[:id]}" Although even here there's a right and a wrong way to approach this.

This is pretty important context. I probably would have called the presenter out too.

Re: Why you shouldn't invite Yehuda Katz to your user group meeting

#6
post #5
post #4

A bit more context wouldn't hurt. You don't want attendees, who don't know any better, to adopt really bad practices. For example, what if this was the context: sql = "select * from users where id = #{params[:id]}" Although even here there's a right and a wrong way to approach this.

This is pretty important context. I probably would have called the presenter out too.

Hmm. I believe that that was just an example, not the actual context.

Re: Why you shouldn't invite Yehuda Katz to your user group meeting

#8
Wow. A post about etiquette that calls someone out by name, with an insulting headline?

Face-to-face is the right channel for this sort of pointed criticism. Failing that, email might work. To pass the lesson along to the larger community, leave the specific names out of it - talk about "a big name in the community" who behaved badly. People who were there will know who you're talking about, but it doesn't become part of the internet paper trail.

Post reply on HN