<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Grep My Mind &#187; Events</title>
	<atom:link href="http://www.grepmymind.com/topics/events/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grepmymind.com</link>
	<description>Wonder what’s on my mind? Now you know.</description>
	<lastBuildDate>Wed, 14 Oct 2009 22:20:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How FriendFeed uses MySQL to store schema-less data &#8211; SF MySQL Meetup April 6th, 2009</title>
		<link>http://www.grepmymind.com/2009/03/28/how-friendfeed-uses-mysql-to-store-schema-less-data-sf-mysql-meetup-april-6th-2009/</link>
		<comments>http://www.grepmymind.com/2009/03/28/how-friendfeed-uses-mysql-to-store-schema-less-data-sf-mysql-meetup-april-6th-2009/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 20:40:29 +0000</pubDate>
		<dc:creator>Michael Tougeron</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Bret Taylor]]></category>
		<category><![CDATA[FriendFeed]]></category>
		<category><![CDATA[SF MySQL Meetup]]></category>

		<guid isPermaLink="false">http://www.grepmymind.com/?p=326</guid>
		<description><![CDATA[When: 6:30pm Monday April 6th, 2009 Where: CBS Interactive &#8211; 235 2nd Street San Francisco, CA RSVP: How FriendFeed uses MySQL to store schema-less data Join the SF MySQL Meetup for our April meetup where Bret Taylor from FriendFeed talks about how they store their data in a &#34;schema-less&#34; system on top of MySQL. FriendFeed [...]]]></description>
			<content:encoded><![CDATA[<p>When: 6:30pm Monday April 6th, 2009<br />
Where: CBS Interactive &#8211; 235 2nd Street San Francisco, CA<br />
RSVP: <a href="http://mysql.meetup.com/30/calendar/9862949/">How FriendFeed uses MySQL to store schema-less data</a></p>
<hr />
<p>Join the <a href="http://mysql.meetup.com/30/">SF MySQL Meetup</a> for our April meetup where <a href="http://bret.appspot.com/" target="_blank">Bret Taylor</a> from <a href="http://friendfeed.com" target="_blank">FriendFeed</a> <a href="http://bret.appspot.com/entry/how-friendfeed-uses-mysql" target="_blank">talks about how they store their data in a &quot;schema-less&quot; system on top of MySQL</a>.  FriendFeed stores over 250 million entries and a bunch of other data, from comments and &quot;likes&quot; to friend lists.</p>
<p>As the database has grown, they have tried to iteratively deal with the scaling issues that come with rapid growth. They did the typical things, like using read slaves and <a href="http://en.wikipedia.org/wiki/Memcached" target="_blank">memcache</a> to increase read throughput and <a href="http://en.wikipedia.org/wiki/Sharding" target="_blank">sharding</a> our database to improve write throughput. However, as FriendFeed grew, scaling their existing features to accommodate more traffic turned out to be much less of an issue than adding new features.</p>
<p>In particular, making schema changes or adding indexes to a database with more than 10 &#8211; 20 million rows completely locks the database for hours at a time.  After some deliberation, FriendFeed decided to implement a &quot;schema-less&quot; storage system on top of MySQL rather than use a completely new storage system. This talk attempts to describe the high-level details of the system.</p>
<p><span id="more-326"></span></p>
<hr />
<p>Bret Tayler is one of the founders of FriendFeed.com.  Before starting FriendFeed, he was a Group Product Manager at Google, responsible for Google&#8217;s developer products. Before that, he launched Google Maps and Google Local, and before that he worked on Google&#8217;s crawling and indexing infrastructure.</p>
<hr />
Agenda:<br />
6:30 &#8211; 7:15 &#8212; Doors open/general socializing &amp; food provided by Sun Startup Essentials<br />
7:15 &#8211; 8:30 &#8212; Main presentation by Bret Taylor from FriendFeed<br />
8:30 &#8211; 9:00 &#8212; Main presentation Q&amp;A<br />
9:00 &#8211; 10:00 &#8212; General discussion/Q&amp;A/networking/etc.<br />
10:00ish &#8212; end of group</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grepmymind.com/2009/03/28/how-friendfeed-uses-mysql-to-store-schema-less-data-sf-mysql-meetup-april-6th-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diving into the Yahoo! Open Stack &#8211; SF PHP Meetup April 2nd, 2009</title>
		<link>http://www.grepmymind.com/2009/03/11/diving-into-the-yahoo-open-stack-sf-php-meetup-april-2nd-2009/</link>
		<comments>http://www.grepmymind.com/2009/03/11/diving-into-the-yahoo-open-stack-sf-php-meetup-april-2nd-2009/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 16:03:35 +0000</pubDate>
		<dc:creator>Michael Tougeron</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[dustin whittle]]></category>
		<category><![CDATA[php meetup]]></category>
		<category><![CDATA[yahoo!]]></category>
		<category><![CDATA[yahoo! open stack]]></category>

		<guid isPermaLink="false">http://www.grepmymind.com/?p=319</guid>
		<description><![CDATA[When: 6:30pm Thursday April 2nd, 2009 Where: CBS Interactive &#8211; 235 2nd Street San Francisco, CA RSVP: Diving into the Yahoo! Open Stack Join the SF PHP Meetup for an exploration into the Yahoo! Open Stack and learn how to leverage Yahoo&#8217;s platforms and scalability to build your next application. We will examine the components [...]]]></description>
			<content:encoded><![CDATA[<p>When: 6:30pm Thursday April 2nd, 2009<br />
Where: CBS Interactive &#8211; 235 2nd Street San Francisco, CA<br />
RSVP: <a href="http://www.meetup.com/sf-php/calendar/9864926/">Diving into the Yahoo! Open Stack</a></p>
<hr />
Join the <a href="http://www.meetup.com/sf-php/">SF PHP Meetup</a> for an exploration into the <a href="http://developer.yahoo.com/" target="_blank">Yahoo! Open Stack</a> and learn how to leverage Yahoo&#8217;s platforms and scalability to build your next application. We will examine the components that make up Yahoo&#8217;s open stack: developer tools (<a href="http://developer.yahoo.com/yui/" target="_blank">YUI</a>), data apis (<a href="http://developer.yahoo.com/yql/" target="_blank">YQL</a>, <a href="http://developer.yahoo.com/search/boss/" target="_blank">BOSS</a>), social apis, and the application platform (<a href="http://developer.yahoo.com/yap/" target="_blank">YAP</a>).</p>
<ul>
<li>Overview
<ul>
<li>What is the Yahoo! Open Stack?
<ul>
<li>Developer Tools &#8211; YUI, Tutorials</li>
<li>YOS SDK for PHP</li>
</ul>
</li>
<li> Data APIs &#8211; YQL, BOSS &#8230;</li>
<li> Social APIs &#8211; Profiles, Connections, Updates, &#8230;</li>
<li> Application Platform
<ul>
<li> OpenSocial Support</li>
</ul>
</li>
</ul>
</li>
<li> How does it all work?
<ul>
<li> Development Workflow</li>
</ul>
</li>
<li> Building an open application with PHP and YOS</li>
<li> Common Problems &amp; Solutions
<ul>
<li> CAJA</li>
<li> OpenSocial</li>
</ul>
</li>
</ul>
<p><span id="more-319"></span></p>
<hr /><a href="http://www.linkedin.com/in/iamdustinwhittle" target="_blank">Dustin Whittle</a> is a Technical Yahoo! and Developer Evangelist for Yahoo&#8217;s Open Strategy. When he is not evangelizing Yahoo&#8217;s Open Stack, he helps develop it through his work on the Yahoo! Developer Network and Yahoo! Application Platform. Prior to his work helping create an open Yahoo!, he has contributed to Yahoo! Answers and Delicious. When not focused on Yahoo!, he is an active open source contributor for the <a href="http://symfony-project.com/" target="_blank">symfony project</a> and is a regular speaker at technical conferences around the world.</p>
<hr />
Agenda:<br />
6:30 &#8211; 7:15 &#8212; Doors open/general socializing &amp; food provided by Yahoo!<br />
7:15 &#8211; 8:30 &#8212; Main presentation by Dustin Whittle on the Yahoo! Open Stack<br />
8:30 &#8211; 9:00 &#8212; Main presentation Q&amp;A<br />
9:00 &#8211; 10:00 &#8212; General discussion/Q&amp;A/networking/etc.<br />
10:00ish &#8212; end of group</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grepmymind.com/2009/03/11/diving-into-the-yahoo-open-stack-sf-php-meetup-april-2nd-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memcached Q&amp;A and SEO for Developers &#8211; SF PHP Meetup Feb 12th, 2009</title>
		<link>http://www.grepmymind.com/2009/02/04/memcached-qa-and-seo-for-developers-sf-php-meetup-feb-12th-2009/</link>
		<comments>http://www.grepmymind.com/2009/02/04/memcached-qa-and-seo-for-developers-sf-php-meetup-feb-12th-2009/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 19:33:55 +0000</pubDate>
		<dc:creator>Michael Tougeron</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[php meetup]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.grepmymind.com/?p=282</guid>
		<description><![CDATA[This month the SF PHP Meetup has two great speakers lined up. The first will be the intro talk/Q&#38;A given by Dormando on memcached. This will be less of a talk than an interactive Q&#38;A session about memcached. For the main presentation David Gomel, Senior Program Manager leading SEO within CBS Interactive, will speak to [...]]]></description>
			<content:encoded><![CDATA[<p>This month the SF PHP Meetup has two great speakers lined up.  The first will be the intro talk/Q&amp;A given by <a href="http://dormando.livejournal.com/">Dormando</a> on <a href="http://danga.com/memcached">memcached</a>.  This will be less of a talk than an interactive Q&amp;A session about memcached.</p>
<p>For the main presentation David Gomel, Senior Program Manager leading SEO within CBS Interactive, will speak to us about SEO in a Web 2.0 world.  The session will cover many of the important SEO issues that involve front and back-end engineers on a daily basis. Many of the decisions that tech folks make have the potential to materially impact search engine traffic. Even if you have been to a similar talk in the past, you should consider attending as we will be discussing topics that are frequently evolving. Please bring questions!</p>
<p>Topics will include:</p>
<ul>
<li> HTML fundamentals</li>
<li> CSS Usage</li>
<li> JavaScript/Flash/Ajax</li>
<li> Graceful Degradation</li>
<li> Multimedia Content</li>
<li> Duplicate Content</li>
<li> Redirection</li>
<li> URLs</li>
<li> Bot Traffic</li>
<li> Robots.txt</li>
</ul>
<p>&#8230;And More!</p>
<p>David Gomel is the Senior Program Manager leading SEO within CBS Interactive. He is responsible for SEO knowledge sharing and training within the company.</p>
<hr />When: <strong>6:30pm Thursday Feb 12th, 2009</strong><br />
Where: CBSi &#8211; <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=235+2nd+Street,+San+Francisco,+CA&amp;sll=37.0625,-95.677068&amp;sspn=46.946584,114.257812&amp;ie=UTF8&amp;z=16">235 2nd Street San Francisco, CA</a><br />
RSVP: <a href="http://www.meetup.com/sf-php/calendar/9230626/">http://www.meetup.com/sf-php/calendar/9230626/</a></p>
<hr />Agenda:<br />
6:30 &#8211; 7:00 &#8212; Doors open/general socializing &amp; food<br />
7:00 &#8211; 7:30 &#8212; Intro talk on <a href="http://danga.com/memcached">memcached</a> by <a href="http://dormando.livejournal.com/">Dormando</a><br />
7:30 &#8211; 8:30 &#8212; Main presentation by David Gomel on SEO.<br />
8:30 &#8211; 9:00 &#8212; Main presentation Q&amp;A<br />
9:00 &#8211; 10:00 &#8212; General discussion/Q&amp;A/networking/etc.<br />
10:00ish &#8212; end of group</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grepmymind.com/2009/02/04/memcached-qa-and-seo-for-developers-sf-php-meetup-feb-12th-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing the Tungsten Replicator for MySQL &#8211; SF MySQL Meetup Feb 2nd, 2009</title>
		<link>http://www.grepmymind.com/2009/01/24/introducing-the-tungsten-replicator-for-mysql-sf-mysql-meetup-feb-2nd-2009/</link>
		<comments>http://www.grepmymind.com/2009/01/24/introducing-the-tungsten-replicator-for-mysql-sf-mysql-meetup-feb-2nd-2009/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 18:04:15 +0000</pubDate>
		<dc:creator>Michael Tougeron</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[mysql meetup]]></category>
		<category><![CDATA[Robert Hodges]]></category>
		<category><![CDATA[Tungsten Replicator]]></category>

		<guid isPermaLink="false">http://www.grepmymind.com/?p=285</guid>
		<description><![CDATA[Almost everyone I&#8217;ve ever talked to about MySQL has some complaint or another about its replication.  So when Robert Hodges, CTO of Continuent, offered to speak about the  Tungsten Replicator open source project at the February 2nd SF MySQL meetup I was all for it!  Now I know what you are thinking&#8230; &#8220;Not another sales [...]]]></description>
			<content:encoded><![CDATA[<p>Almost everyone I&#8217;ve ever talked to about <a href="http://mysql.com">MySQL</a> has some complaint or another about its <a href="http://en.wikipedia.org/wiki/Database_replication">replication</a>.  So when <a href="http://scale-out-blog.blogspot.com/">Robert Hodges</a>, CTO of <a href="http://continuent.com">Continuent</a>, <a href="http://scale-out-blog.blogspot.com/2009/01/tungsten-replicator-presentation-on-2.html">offered to speak</a> about the  <a href="http://www.continuent.com/community/tungsten-replicator">Tungsten Replicator</a> open source project at the <a href="http://mysql.meetup.com/30/calendar/9455586/">February 2nd SF MySQL meetup</a> I was all for it!  Now I know what you are thinking&#8230; &#8220;Not another sales pitch!&#8221;  But have no fear, Robert is one hell of a smart guy and is much more of a techie than a CTO (in a good way).  I remember one sales call where Robert came to CNET to talk about Continuent&#8217;s clustering software and we ended up spending more time talking databases in general than about the product.  <img src='http://www.grepmymind.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So if you&#8217;re in the SF area on Monday Feb 2nd, 2009, stop by the <a href="http://cbsinteractive.com">CBSi</a> building and listen in.</p>
<hr />When: 6:30pm Monday Feb 2nd, 2009<br />
Where: CBSi &#8211; <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=235+2nd+Street,+San+Francisco,+CA&amp;sll=37.0625,-95.677068&amp;sspn=46.946584,114.257812&amp;ie=UTF8&amp;z=16">235 2nd Street San Francisco, CA</a><br />
RSVP: <a href="http://mysql.meetup.com/30/calendar/9455586/">http://mysql.meetup.com/30/calendar/9455586/</a></p>
<hr />Description from the <a href="http://mysql.meetup.com/30/">SF MySQL Meetup</a> <a href="http://mysql.meetup.com/30/calendar/9455586/">calendar</a>:</p>
<p>Tungsten Replicator is a new open source project for database replication. It offers MySQL to Oracle replication, robust handling of master failures, extremely flexible topologies, and an extensible architecture that allows you to add your own replication features if you don’t find them there already. I’ll describe why MySQL needs more replication, show the product architecture, describe some of the problems it solves, and demonstrate the replicator in action. Finally, we’ll play “stump the chump” where you can present your replication problem and I’ll describe how our replicator handles it. Whether you have a tricky replication problem or are just curious about the subject, please join us. This is a very technical presentation that should be of interest to all true MySQL fans.</p>
<p>More information on Tungsten Replicator: <a href="http://www.continuent.com/community/tungsten-replicator">http://www.continuent.com/community/tungsten-replicator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grepmymind.com/2009/01/24/introducing-the-tungsten-replicator-for-mysql-sf-mysql-meetup-feb-2nd-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scaling MySQL powered Web Sites by Sharding and Replication &#8211; SF MySQL Meetup Nov 2008</title>
		<link>http://www.grepmymind.com/2008/10/23/scaling-mysql-powered-web-sites-by-sharding-and-replication-sf-mysql-meetup-nov-2008/</link>
		<comments>http://www.grepmymind.com/2008/10/23/scaling-mysql-powered-web-sites-by-sharding-and-replication-sf-mysql-meetup-nov-2008/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 23:28:45 +0000</pubDate>
		<dc:creator>Michael Tougeron</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mysql meetup]]></category>
		<category><![CDATA[peter zaitsev]]></category>
		<category><![CDATA[replication.]]></category>
		<category><![CDATA[sharding]]></category>

		<guid isPermaLink="false">http://www.grepmymind.com/?p=87</guid>
		<description><![CDATA[Peter Zaitsev will be giving his excellent presentation &#8220;Scaling MySQL powered Web Sites by Sharding and Replication&#8221; to the upcoming SF MySQL 6:00pm on November 3rd @ the CBS Interactive (formerly CNET Networks) building in SOMA San Francisco (235 2nd St). RSVP here: http://mysql.meetup.com/30/calendar/8912109/ Description from the 2008 Velocity conference: When your application grows beyond [...]]]></description>
			<content:encoded><![CDATA[<div class="D_boxsection">
<p><a href="http://www.mysqlperformanceblog.com/about/" target="_blank">Peter Zaitsev</a> will be giving his excellent presentation &#8220;Scaling MySQL powered Web Sites by Sharding and Replication&#8221; to the upcoming SF MySQL 6:00pm on November 3rd @ the <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=235+2nd+St,+San+Francisco,+CA+94105&amp;sll=37.0625,-95.677068&amp;sspn=28.444641,57.65625&amp;ie=UTF8&amp;ll=37.786038,-122.397265&amp;spn=0.003455,0.007038&amp;z=18&amp;om=1" target="_blank">CBS Interactive</a> (formerly CNET Networks) building in SOMA San Francisco (<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=235+2nd+St,+San+Francisco,+CA+94105&amp;sll=37.0625,-95.677068&amp;sspn=28.444641,57.65625&amp;ie=UTF8&amp;ll=37.786038,-122.397265&amp;spn=0.003455,0.007038&amp;z=18&amp;om=1" target="_blank">235 2nd St</a>).</p>
<p>RSVP here: <a href="http://mysql.meetup.com/30/calendar/8912109/">http://mysql.meetup.com/30/calendar/8912109/</a></p>
<p>Description from the <a href="http://en.oreilly.com/velocity2008/public/schedule/detail/3163" target="_blank">2008 Velocity</a> conference:<br />
When your application grows beyond capacity of a single MySQL server there are few ways to scale, with most typical being Replication and Sharding.</p>
<p>In this presentation you will learn how, depending on your application performance scalability and high availability goals, you can choose what proper scaling strategy will be good for you.</p>
<p>We also will speak about scalability limitations of replication of Replication and Sharding, implementation complexities, and aspects of operation.</p>
<p>Peter Zaitsev&#8217;s bio:<br />
<a href="http://www.mysqlperformanceblog.com/" target="_blank">MySQL Performance Blog</a></p>
<p>Peter helped many companies ranging from one man startups to Fortune 500 companies with their Performance and Scaling problems on various stages starting from architecture design and down to queries and schema optimization.</p>
<p>Over cause of the years Peter has spoken on many International conferences focused on MySQL, Open Source, Databases or High Performance Web applications.</p>
<p>Before co-founding <a href="http://www.percona.com/" target="_blank">Percona</a> Peter worked for MySQL AB as head of High Performance Group being involved in Support, Consulting, Development and working with vendors helping to optimize their software or hardware to perform well with MySQL.</p>
<p>Peter also was involved in number of Web Startups in the roles ranging from CTO to Consultant and has a lot of experience in MySQL and Web Applications Operations, Deployment, Quality Assurance and Development.<br />
Please join us!</p>
<p><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=235+2nd+St,+San+Francisco,+CA+94105&amp;sll=37.0625,-95.677068&amp;sspn=28.444641,57.65625&amp;ie=UTF8&amp;ll=37.786038,-122.397265&amp;spn=0.003455,0.007038&amp;z=18&amp;om=1" target="_blank">Map to CNET Networks, Inc. </a><br />
When you arrive, please look for the PHP/MySQL Meetup sign pointing you to the conference room.</p>
<p>Look forward to seeing you there!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.grepmymind.com/2008/10/23/scaling-mysql-powered-web-sites-by-sharding-and-replication-sf-mysql-meetup-nov-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making frameworks suck less &#8211; SF PHP Meetup Nov 2008</title>
		<link>http://www.grepmymind.com/2008/10/09/making-frameworks-suck-less-sf-php-meetup-nov-2008/</link>
		<comments>http://www.grepmymind.com/2008/10/09/making-frameworks-suck-less-sf-php-meetup-nov-2008/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 14:58:35 +0000</pubDate>
		<dc:creator>Michael Tougeron</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php meetup]]></category>
		<category><![CDATA[terry chay]]></category>

		<guid isPermaLink="false">http://www.grepmymind.com/?p=71</guid>
		<description><![CDATA[Terry Chay will be returning to speak again!  Due to popular demand Terry has agreed to give his recent &#8220;Making frameworks suck less&#8221; talk that he gave to the ZendCon08 UnCon this year. Be sure to wear comfortable shoes &#8217;cause Terry will pack the room! RSVP here: http://php.meetup.com/139/calendar/8911737/ The blurb from ZendCon08: Terry Chay, the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://terrychay.com/blog/">Terry Chay</a> will be returning to speak again!  Due to popular demand Terry has agreed to give his recent &#8220;<a href="http://terrychay.com/blog/article/frameworks-suck-1.shtml">Making frameworks suck less</a>&#8221; talk that he gave to the <a href="http://www.zendcon.com/ZendCon08/public/wiki/UnCon_Talks">ZendCon08 UnCon</a> this year.  Be sure to wear comfortable shoes &#8217;cause Terry will pack the room!</p>
<p>RSVP here: <a href="http://php.meetup.com/139/calendar/8911737/">http://php.meetup.com/139/calendar/8911737/</a></p>
<p>The blurb from ZendCon08:<br />
Terry Chay, the original PHP Terrorist, is well known for his criticism and ridicule of the Ruby on Rails framework. He criticizes, mocks, and f-bombs his enemies into surrender. In this discussion, Terry will share his ideas and thoughts on making frameworks better.</p>
<p><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=235+2nd+St,+San+Francisco,+CA+94105&amp;sll=37.0625,-95.677068&amp;sspn=28.444641,57.65625&amp;ie=UTF8&amp;ll=37.786038,-122.397265&amp;spn=0.003455,0.007038&amp;z=18&amp;om=1" target="_blank">Map to CNET Networks, Inc. </a><br />
When you arrive, please look for the PHP Meetup sign pointing you to the conference room. Please RSVP if you are attending so that I can prepare enough snacks and beverages.</p>
<p>Look forward to seeing you there!</p>
<p>This event can be found at:<br />
<a href="http://php.meetup.com/139/calendar/8911737/">http://php.meetup.com/139/calendar/8911737/</a><br />
<a href="http://www.facebook.com/event.php?eid=39294579201">http://www.facebook.com/event.php?eid=39294579201</a><br />
<a href="http://upcoming.yahoo.com/event/1195581/">http://upcoming.yahoo.com/event/1195581/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grepmymind.com/2008/10/09/making-frameworks-suck-less-sf-php-meetup-nov-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aug PHP Meetup was a success!</title>
		<link>http://www.grepmymind.com/2008/08/10/aug-php-meetup-was-a-success/</link>
		<comments>http://www.grepmymind.com/2008/08/10/aug-php-meetup-was-a-success/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 18:47:47 +0000</pubDate>
		<dc:creator>Michael Tougeron</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[aaron newton]]></category>
		<category><![CDATA[joe stump]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[php meetup]]></category>
		<category><![CDATA[zynga.com]]></category>

		<guid isPermaLink="false">http://www.grepmymind.com/?p=66</guid>
		<description><![CDATA[Last Thursday&#8217;s SF PHP Meetup had a pretty good turnout; about 70 people by my count.  Joe Stump from Digg.com gave his talk titled &#8220;Deploying code with PEAR&#8221; to the group.  Thanks to Ray and Roger from zynga.com who contributed pizza &#38; sodas for an opportunity to tell the developers about the job opportunities at [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://php.meetup.com/139/calendar/8139972/">Last Thursday&#8217;s SF PHP Meetup</a> had a pretty good turnout; about 70 people by my count.  <a href="http://joestump.net">Joe Stump</a> from <a href="http://digg.com">Digg.com</a> gave his talk titled &#8220;Deploying code with PEAR&#8221; to the group.  Thanks to Ray and Roger from <a href="http://www.zynga.com">zynga.com</a> who contributed pizza &amp; sodas for an opportunity to tell the developers about the job opportunities at zynga.  Digg.com &amp; <a href="http://gamespot.com">GameSpot.com</a> are both hiring (<a href="http://digg.com/jobs">Digg</a> and <a href="https://careers.cnetnetworks.com/joblist.html?erpc=alljobs">GameSpot</a>) as well.  <a href="http://petersonpages.com/mariano/blog/">Mariano Peterson</a> and I both took pictures and posted them on Flickr at <a href="http://www.flickr.com/photos/marianopeterson/sets/72157606611446280/">http://www.flickr.com/photos/marianopeterson/sets/72157606611446280/</a> and <a href="http://www.flickr.com/photos/michaeltougeron/sets/72157606635039807/">http://www.flickr.com/photos/michaeltougeron/sets/72157606635039807/</a> respectively.</p>
<p>I already have next month&#8217;s talk/speaker lined up.  <a href="http://clientside.cnet.com/">Aaron Newton</a> from <a href="http://www.iminta.com/">Iminta.com</a> (formerly CNET) will be giving us a preview of his <a href="http://mootools.net">Mootools</a> talk titled &#8220;<a href="http://php.meetup.com/139/calendar/8382852/">Mootools: An Overview</a>&#8221; that he has planned for the upcoming <a href="http://ajaxexperience.techtarget.com/east/html/javascript.html#ANewtonMoo">AJAX Experience conference</a>.  Aaron has a <a href="http://www.amazon.com/gp/product/1430209836?ie=UTF8&amp;tag=clientside-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1430209836">Mootools book</a> coming out that&#8217;s available now via pre-order on Amazon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grepmymind.com/2008/08/10/aug-php-meetup-was-a-success/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Okay, so I am the SF PHP Meetup Organizer</title>
		<link>http://www.grepmymind.com/2008/07/18/okay-so-i-am-the-sf-php-meetup-organizer/</link>
		<comments>http://www.grepmymind.com/2008/07/18/okay-so-i-am-the-sf-php-meetup-organizer/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 16:57:38 +0000</pubDate>
		<dc:creator>Michael Tougeron</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[php meetup]]></category>

		<guid isPermaLink="false">http://www.grepmymind.com/?p=65</guid>
		<description><![CDATA[/sigh.  What a crazy week.  E3 and the meetup fubar really screwed up my mood.  E3 is now over and the meetup fubar has been resolved.  If I could hit reset I truely would. So after my email earlier this week to Rana, he responded and said that he thought about it too and wanted [...]]]></description>
			<content:encoded><![CDATA[<p>/sigh.  What a crazy week.  E3 and the <a href="http://www.grepmymind.com/2008/07/14/no-longer-the-organizer-of-the-sf-php-meetup/">meetup fubar</a> really screwed up my mood.  E3 is now over and the meetup fubar has been resolved.  If I could hit reset I truely would.</p>
<p>So after my email earlier this week to Rana, he responded and said that he thought about it too and wanted to work out the transfer to me.  I&#8217;m glad he changed his mind.  Maybe he had a change of heart and realized the errors or his way.  Or maybe it had something to do with the 20+ people that emailed him and complained about what he was doing.   I guess whichever it was doesn&#8217;t really matter.  I&#8217;m now the official organizer and I&#8217;m really looking forward to where the group is going.  <img src='http://www.grepmymind.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My email announcement to the group after everything was worked out:</p>
<blockquote><p>Hi everyone.  I wanted give a quick update on the status of the group and its  leadership.  There was quite a bit of confusion over the last week that should be clarified.</p>
<p>First, the resignation email over the weekend was <strong>not</strong> about me.  That was sent because the official organizer (used to be Julian Triber) stepped down.  He &amp; I have been talking on several occasions about his stepping down because he did not have time to focus on the group due work related time constraints.</p>
<p>Second, after a bit of confusion for the first part of the week, the group has been transferred officially to me.  As you know I&#8217;ve been setting them up and hosting them for the last 9 months.  The group has come a long way over the last year and I&#8217;m proud to say that we now average <strong>well over 60 people</strong> for the last 5 months.  (According to meetup.com anyway; personally I believe it to be a lot more.  There is <strong>no way</strong> <a href="http://php.meetup.com/139/calendar/7027564/">Terry&#8217;s OO talk</a> only had 71 people.  The room was overflowing!)  I&#8217;m really excited about how the group is growing and how we are reaching more and more people every month.  We&#8217;re the largest <a href="http://php.meetup.com/">PHP Meetup</a> they have!</p>
<p>In addition to me becoming the organizer of the group, I&#8217;ve assigned <a href="http://php.meetup.com/139/members/2467763/">Mariano Peterson</a> to be the assistant organizer.  For the last several months Mariano has been a great help in planning recent <a href="http://php.meetup.com/139/calendar/8090193/">speakers &amp; topics</a>.  Thank you Mariano for your great work.</p>
<p>Finally, I&#8217;ve made a few changes to the setup of the group on the meetup.com website.  A) I&#8217;ve expanded our group&#8217;s topics to include <a href="http://softwaredev.meetup.com/">Software Developers</a> (ranked 3<sup>rd</sup>), <a href="http://lampsoftware.meetup.com/">LAMP</a> (1<sup>st</sup>), and <a href="http://web.meetup.com/">Web Technology</a> (20<sup>th</sup>).  We usually cover these topics each month in addition to our <a href="http://php.meetup.com/">core PHP</a> (1<sup>st</sup>).  This will expand the reach of our audience and hopefully bring in more members.  B) I&#8217;ve opened up the <a href="http://php.meetup.com/139/messages/boards/">message boards</a> so that we can now communicate there in addition to the <a href="http://php.meetup.com/139/messages/archive/">mailing list</a>.  I&#8217;ll be clearing out old job postings and antiquated topics over the weekend.  C) I&#8217;m updating some of the default group fields &amp; pages like group description, about us, why someone should join, adding an optional new user introduction, and a few others.  If you have any suggestions let me know<br />
and I&#8217;ll try to work them in.</p>
<p>Thank you all for your participation and support for this group.  I look forward to seeing you all at the <a href="http://php.meetup.com/139/calendar/8139972/">August 7<sup>th</sup> meetup</a> where <a href="http://www.joestump.net/">Joe Stump</a> from <a href="http://digg.com/">Digg</a> will be talking about deploying code with a <a href="http://pear.php.net/">PEAR</a> channel.</p>
<p>Thanks,</p>
<p>Mike (aka Touge)</p>
<p>P.S. If you have any requests for topics, please let me<br />
know.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.grepmymind.com/2008/07/18/okay-so-i-am-the-sf-php-meetup-organizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No longer the organizer of the SF PHP Meetup</title>
		<link>http://www.grepmymind.com/2008/07/14/no-longer-the-organizer-of-the-sf-php-meetup/</link>
		<comments>http://www.grepmymind.com/2008/07/14/no-longer-the-organizer-of-the-sf-php-meetup/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 07:52:09 +0000</pubDate>
		<dc:creator>Michael Tougeron</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[php meetup]]></category>

		<guid isPermaLink="false">http://www.grepmymind.com/?p=64</guid>
		<description><![CDATA[Edit: This issue was resolved a few days later. For the past nine months I have been organizing the San Francisco PHP Meetup group. During this time I was always under the impression that when the official organizer of the group resigned that the group would transfer to me so that I could continue running [...]]]></description>
			<content:encoded><![CDATA[<p>Edit: This issue was <a href="http://www.grepmymind.com/2008/07/18/okay-so-i-am-the-sf-php-meetup-organizer/">resolved a few days later</a>.</p>
<p>For the past nine months I have been organizing the <a href="http://php.meetup.com/139/">San Francisco PHP Meetup group</a>.  During this time I was always under the impression that when the official organizer of the group resigned that the group would transfer to me so that I could continue running the group.  Unfortunately this weekend the previous organizer resigned and did not transfer the group.  Because he did not nominate a successor the organizer position became open for grabs for anyone.  That&#8217;s right, for whatever reason, meetup.com feels that it is better to go to a first-come, first-served system rather than giving the assistant organizers a chance to run the meetup first.  <img src='http://www.grepmymind.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   I&#8217;m sure you can tell where this is headed&#8230;</p>
<p>So when the group became open on Saturday someone else, Rana Singh, was able to take ownership of the group before I could.  Initially I thought it was just a misunderstanding.  I thought that perhaps he thought it was I who resigned not Julian.  I definitely couldn&#8217;t fault him for thinking that, could I?  So for the next 24 hours I attempted to contact him and straighten the situation out.  To my overwhelming surprise, it was not a misunderstanding.  He purposefully and willingly took ownership of the group and did not think there was anything wrong with not setting things to how they should have been.  I was absolutely shocked that someone who had no involvement with the group for the last year could take over the group.  As I talked with Rana over the phone Sunday night i could not believe the things that he was telling me.  First I had a problem with how he told me he would be able to take the group to a level that I could not.  This from someone who&#8217;s other groups cannot manage to have more than 20 people attend.  Second, <strong>he wanted me to continue to setup and run the groups for him!</strong> I think that is that point where I started to feel insulted and taken advantage of.</p>
<p>After the first 24 hours of frustration I decided to contact several of the meetup members in hope of soliciting their support in explaining the mistake in the situation.  Rather than have an open discussion of the matter, Rana choose to disable group emailing and replied to people&#8217;s complaints/concerns in a way that implied he was in the right <strong>because other people misunderstood the situation too</strong>!  This seemed like very week reasoning to me (as well as to a few others in the discussion).  After almost a full day of heated discussion, I decided that it just was not worth it.  I did not want to continue down this negative path.  My hopes of Rana realizing the bad form of what he did slowly dwindled.  Rather than continue to create more frustration and divide, I decided to not pursue the disagreement any farther.</p>
<p>This was my response:</p>
<blockquote><p>I did a lot of thinking about this on my way home tonight and I&#8217;ve come to a decision.  It is not one that I&#8217;m happy with but it one I can live with.  I appreciate everyone&#8217;s support in this matter but I&#8217;ve decided to not pursue this conversation any farther.  This started by what I thought was a simple misunderstanding and has since escalated into something that I do not want.  Rana, I thought that after hearing the thoughts and support of the various members of this meetup you would reconsider you decision on what to do about this meetup.  At this point I believe if you were going to change your mind you would have done so by now.  I don&#8217;t want to continue to beat a dead horse and continue down this path of frustration.  This group has always been about making the PHP community better and I&#8217;ve supported that fully.  I&#8217;ve realized that by continuing this disagreement I am going against that principal and I would be creating additional frustrations and divisions.  I do not want that.</p>
<p>That being said, Rana, I wish you the best of luck with this meetup group.  Unfortunately I will not be able to support you as an assistant-organizer.  I feel cheated out of something I worked very hard on and cannot in good conscience support this type of behavior.  I cannot support someone who would think there is nothing wrong with what has happened here, ignored the wishes of the community and who has placed restrictions on the open communication of the group.</p>
<p>Thank you very much to each of you who took time out of your busy schedules to participate in this discuss and express your support of me.  I truly appreciate it and value your friendships.  Chris, thank you for your help with mediating this disagreement.  It could not have been easy for you and I appreciate your patience and willingness to work with all parties involved.</p>
<p>The last nine months have been a time of immense joy for me.  I have enjoyed the group and the lively discussions and even the occasional rants.  Yes Terry, I&#8217;m talking about you and your thoughts about Ruby on Rails.  <img src='http://www.grepmymind.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   With this group I&#8217;ve felt a sense of belonging and I&#8217;m proud of what we&#8217;ve been able to accomplish together.  I&#8217;m particularly pleased how with each of your support (especially you Terry) we were able to take a small group of people (&lt;10) and turning it into something much larger.  Having 75-100 techie/programmers meet monthly to discuss their passions and to learn new things has never ceased to amaze me.  Programmers tend to not be the most extroverted people I know.  I have learned a lot from the speakers and other group members as well as made some good friends.  Don&#8217;t worry, I definitely plan on keeping in touch.</p>
<p>As I am not able to communicate to the group as a whole, if you could pass on my well wishes to the group and/or the individuals you know I would appreciate it.</p>
<p>Thank you again for all of your support,<br />
Mike</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.grepmymind.com/2008/07/14/no-longer-the-organizer-of-the-sf-php-meetup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SF PHP Meetup July 2008 &#8211; PHP::$unicode-&gt;i18n()</title>
		<link>http://www.grepmymind.com/2008/06/29/sf-php-meetup-july-2008-phpunicode-i18n/</link>
		<comments>http://www.grepmymind.com/2008/06/29/sf-php-meetup-july-2008-phpunicode-i18n/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 18:15:14 +0000</pubDate>
		<dc:creator>Michael Tougeron</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[andrei zmievski]]></category>
		<category><![CDATA[php meetup]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://www.grepmymind.com/?p=62</guid>
		<description><![CDATA[Kudos to Mariano for taking the lead while I&#8217;m out on paternity leave (I&#8217;m going to write about that ones of these days) and setting up July&#8217;s PHP Meetup.  Thanks to an introduction from Terry, Mariano asked Andrei Zmievski to talk about the unicode updates to PHP 6.  Due to the 4th of July, we&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Kudos to <a href="http://petersonpages.com/mariano/blog/">Mariano</a> for taking the lead while I&#8217;m out on paternity leave (I&#8217;m going to write about that ones of these days) and setting up July&#8217;s PHP Meetup.  Thanks to an introduction from <a href="http://terrychay.com/blog/">Terry</a>, Mariano asked <a href="http://gravitonic.com/">Andrei Zmievski</a> to talk about the <a href="http://en.wikipedia.org/wiki/Unicode">unicode</a> updates to PHP 6.  Due to the 4th of July, we&#8217;ve moved the meetup from it&#8217;s normal date/time to Thursday July 10th @ 7pm.  It is still <a href="http://maps.google.com/?q=loc%3A+235+2nd+St,+San+Francisco,+CA" target="_blank">at CNET</a> like usual (thanks to <a href="http://www.gamespot.com/">GameSpot.com</a> funding the meetup).</p>
<p>Title: PHP::$unicode-&gt;i18n()</p>
<p>Description:<br />
PHP 6 brings fully functional and mature Unicode support to the Web world. This talk will cover all the layers of the PHP (bread)/Unicode (butter)/i18n (jam) sandwich. Come and find out how to work with locales, use collation to compare and sort strings, and format numbers, currencies, and dates for any country in the world. Bring your appetite because the toasty goodness is waiting.</p>
<p>When: Thursday, July 10th, 2008 at 7pm<br />
Where: <a href="http://www.cnetnetworks.com/">CNET Networks</a>: <a href="http://maps.google.com/?q=loc%3A+235+2nd+St,+San+Francisco,+CA">235 2nd St, San Francisco, CA  94518</a></p>
<p>You can RSVP on the <a href="http://php.meetup.com/139/calendar/8090193/">SF PHP Meetup&#8217;s site</a> or just show up.  I always like it when people RSVP so that I know how much food to buy.  But it isn&#8217;t a prereq or anything.</p>
<p>EDIT: I just saw that <a href="http://terrychay.com/blog/article/internationalization-pbj.shtml">Terry mentioned PB&amp;J</a> and I like the idea.  So PB&amp;J it is; plus the usual chips, sodas, candy, etc. of course.  <img src='http://www.grepmymind.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.grepmymind.com/2008/06/29/sf-php-meetup-july-2008-phpunicode-i18n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

