<?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>Coming Full Circle</title>
	<atom:link href="http://www.jackpo.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jackpo.org</link>
	<description>"I dream of things that never were, and ask why not." - RFK</description>
	<lastBuildDate>Fri, 26 Feb 2010 06:48:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gallery2 to Flickr Migration</title>
		<link>http://www.jackpo.org/2010/02/26/gallery2-to-flickr-migration/</link>
		<comments>http://www.jackpo.org/2010/02/26/gallery2-to-flickr-migration/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 06:48:08 +0000</pubDate>
		<dc:creator>JackPo</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[gallery2]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.jackpo.org/?p=363</guid>
		<description><![CDATA[
			
				
			
		

For half a decade, I have depended on the great open source Gallery2 project to host my photo galleries.  Unfortunately, I am finding myself with less and less time to devote to maintaining the installation, and many useful social media features have yet to make it into its code base.  So, I finally [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jackpo.org%2F2010%2F02%2F26%2Fgallery2-to-flickr-migration%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jackpo.org%2F2010%2F02%2F26%2Fgallery2-to-flickr-migration%2F&amp;source=jackpo&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.jackpo.org/wp-content/uploads/2010/02/gallery2-logo.png" alt="" title="gallery2-logo" height="110" class="alignleft size-thumbnail wp-image-367" /></p>
<p>For half a decade, I have depended on the great open source <a href="http://gallery.menalto.com/">Gallery2</a> project to host my photo galleries.  Unfortunately, I am finding myself with less and less time to devote to maintaining the installation, and many useful social media features have yet to make it into its code base.  So, I finally decided to port my entire gallery into <a href="http://www.flickr.com">flickr</a>.  </p>
<p>Much to my surprise, there are lots of scripts in the gallery database to import photos from flickr, but no functional scripts to export photos out of gallery2 into flickr.  Several past attempts have been made, but I can get none of them to work properly.  So I did what any good coder would do, I modified the existing scripts until it worked.  I am providing the scripts I hacked at the end of this post.  There are several caveats with the scripts that I&#8217;m including here:</p>
<ol>
<li>It&#8217;s recommended that you run this script (export-gallery.php) using command line php, or else the script might pre-maturely end due to Apache rest times.  I also have <code>max_execution_time = 0</code> set in my php.ini.  </li>
<li>It&#8217;s recommended that you dramatically increase resource limitations on your mysql server when attempting to run this script.  I made no attempt at optimizing mysql calls at all.   The script basically makes a new call whenever it wants new data.  I have <code>wait_timeout=600</code> set in my my.cnf.  </li>
<li> I offer NO support whatsoever for these scripts.  They were created to ease my own personal transitions, and reading them should be fairly easy.</li>
<li>The script utilizes <a href="http://phpflickr.com/">PHPFlickr</a> and is based on <a href="http://www.wildgardenseed.com/Taj/Export_Gallery2_to_Flickr.shtml">mindlesscode.net</a>&#8217;s version of export-gallery.  Several major upgrades to the original script have been made, including the ability to export sub-albums.  </li>
<li>I recommend only using getToken.php in phpFlickr, as I personally could not get PHPFlickr&#8217;s API authentication to work in any reliable fashion.</li>
<li>You should see a line like this in export-gallery.php <code>i.".DATABASE_COLUMN_PREFIX."ownerId=10 AND </code>.  This allows you to export galleries on a per-user basis.  You can look up the userid information in the gallery2 tables.  </li>
</ol>
<p><img src="http://www.jackpo.org/wp-content/uploads/2010/02/flickr_logo.jpg" alt="" title="flickr_logo" height="70" class="alignright" /><br />
So with that said, click <a href='http://www.jackpo.org/wp-content/uploads/2010/02/export-to-flickr.zip'>here</a> to download the script. You can run it by typing <code>php export-gallery.php</code> on the command line after editing a few variables at the top of export-gallery.php and setting up the API key / token combination from flickr.  I used this very useful <a href="http://phpflickr.com/tools/auth/">link</a> from PHPFlickr to get my token after setting up the API key.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackpo.org/2010/02/26/gallery2-to-flickr-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting statistics about sexual relationships and their implications on the spread of HPV</title>
		<link>http://www.jackpo.org/2010/01/16/interesting-statistics-about-sexual-relationships-and-their-implications-on-the-spread-of-hpv/</link>
		<comments>http://www.jackpo.org/2010/01/16/interesting-statistics-about-sexual-relationships-and-their-implications-on-the-spread-of-hpv/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 01:13:27 +0000</pubDate>
		<dc:creator>JackPo</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Healthcare]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[HPV]]></category>
		<category><![CDATA[sex]]></category>
		<category><![CDATA[STD]]></category>
		<category><![CDATA[vaccine]]></category>

		<guid isPermaLink="false">http://www.jackpo.org/?p=312</guid>
		<description><![CDATA[
			
				
			
		
College campuses are increasingly turning into hubs for the spread of STDs as college students take on an increasing number of sexual partners.   On average, college students now have around 3 sexual partners a year (Martens et al).  
It turns out that male students in general would like to be much more [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jackpo.org%2F2010%2F01%2F16%2Finteresting-statistics-about-sexual-relationships-and-their-implications-on-the-spread-of-hpv%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jackpo.org%2F2010%2F01%2F16%2Finteresting-statistics-about-sexual-relationships-and-their-implications-on-the-spread-of-hpv%2F&amp;source=jackpo&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>College campuses are increasingly turning into hubs for the spread of STDs as college students take on an increasing number of sexual partners.   On average, college students now have around 3 sexual partners a year (<a href="http://www.eric.ed.gov/ERICWebPortal/custom/portlets/recordDetails/detailmini.jsp?_nfpb=true&#038;_&#038;ERICExtSearch_SearchValue_0=EJ744443&#038;ERICExtSearch_SearchType_0=no&#038;accno=EJ744443">Martens et al</a>).  </p>
<p>It turns out that male students in general would like to be much more promiscuous than their female counterparts.  Undergraduate men expressed a desire for a significantly greater mean number of sex partners than did undergraduate women, over a 1-year period, women, on average, were interested in a single sex partner, whereas the average man expressed a desire for about seven partners (<a href="psycnet.apa.org/journals/rev/100/2/204.pdf">Fenigstein et al, 2007</a>).  This result did not change in a statistically significant way for those in serious relationships.  What was particularly surprising to me is that males are actually successful in being more promiscious, even among the supposedly more conservative asian subgroup (<a href="http://www.ingentaconnect.com/content/aahperd/ajhe/2008/00000039/00000004/art00005">Arliss 2008</a>).  As one can observe from the graph below, males have a much higher percentage of being sexually active with more than 3 partners  than females.  </p>
<p><img src="http://www.jackpo.org/wp-content/uploads/2010/01/20100116_sex.numbers_chart1-1024x796.png" alt="" title="20100116_sex.numbers_chart1" width="100%"/></p>
<p>The implications above are particularly disturbing for the spread of Human papillomavirus (HPV) infections.  HPV is mostly harmless in men but might develop into cervical cancer in women.  HPV is estimated to be the most commonly transmitted STD.  A recent paper from Sexually Transmitted Disease: <a href="http://journals.lww.com/stdjournal/Abstract/2010/01000/Influence_of_Partner_s_Infection_Status_on.7.aspx">Influence of Partner&#8217;s Infection Status on Prevalent Human Papillomavirus Among Persons With a New Sex Partner</a> included some extremely surprising statistics.  </p>
<blockquote><p>Women attending university or college in Montreal, Canada, and their male partners (N = 263 couples) were enrolled in 2005–2008.  HPV was detected in 56% of women and men.  44% have a type that can lead to cancer. New relationships are when HPV transmission is most likely. </p></blockquote>
<p>The overall prevalence rate of HPV in the US has never been firmly established, with rates ranging from 14% to 90% being published in peer-reviewed literature (<a href="http://jama.ama-assn.org/cgi/content/abstract/297/8/813">Dunne et al</a>, <a href="http://ijsa.rsmjournals.com/cgi/content/abstract/16/8/528">Revzina et al</a>).  Studies however, agree on the trend that a much higher incident rate of HPV is being reported on college campuses than in the general public.  </p>
<blockquote><p>The highest prevalence of HPV was identified among women attending sexually transmitted diseases (STD) clinics and college students, identifying them as target populations for prevention interventions. Conversely, the lowest HPV prevalence was among women in the general population. <a href="http://ijsa.rsmjournals.com/cgi/content/abstract/16/8/528">&#8230;</a></p></blockquote>
<p>With the recently released and much publicized <a href="http://www.cdc.gov/std/hpv/STDFact-HPV-vaccine-young-women.htm">HPV vaccine</a>, many women might be lulled into a false sense of security.   For one, the vaccine is only mildly effective on a few strains of the HPV virus, and only particularly effective PRIOR to exposure to the virus (<a href="http://content.nejm.org/cgi/content/full/356/19/1991">Sawaya et al, 2007</a>).  </p>
<blockquote><p>With grade 2 or 3 cervical intraepithelial neoplasia or adenocarcinoma in situ as the outcome, the difference in risk so far appears to be modest: 219 of 6087 vaccinated women (3.6%) received this diagnosis over an average of 3 years, as compared with 266 of 6080 unvaccinated women (4.4%). The absolute risk difference of 0.8% indicates that 129 women would need to be vaccinated in order to prevent one case of grade 2 or 3 cervical intraepithelial neoplasia or adenocarcinoma in situ occurring during this period. If grade 3 cervical intraepithelial neoplasia or adenocarcinoma in situ were the most relevant outcome, evidence was insufficient to infer the effectiveness of vaccination.</p></blockquote>
<p>This does not mean that girls should not be given the HPV vaccine, rather that they should still be careful (condoms) and should still have regular screenings, even when vaccinated.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackpo.org/2010/01/16/interesting-statistics-about-sexual-relationships-and-their-implications-on-the-spread-of-hpv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009 as “A Turning Point for Personal Genomes”</title>
		<link>http://www.jackpo.org/2010/01/15/2009-as-%e2%80%9ca-turning-point-for-personal-genomes%e2%80%9d/</link>
		<comments>http://www.jackpo.org/2010/01/15/2009-as-%e2%80%9ca-turning-point-for-personal-genomes%e2%80%9d/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 03:07:01 +0000</pubDate>
		<dc:creator>JackPo</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Healthcare]]></category>
		<category><![CDATA[Medicine]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[AMA]]></category>
		<category><![CDATA[ethics]]></category>
		<category><![CDATA[genomics]]></category>
		<category><![CDATA[IEEE]]></category>
		<category><![CDATA[law]]></category>

		<guid isPermaLink="false">http://www.jackpo.org/?p=307</guid>
		<description><![CDATA[
			
				
			
		
The Human Genome project was completed at the start of the last decade, and only in the last two years have we really begun to reap the fruits of the immense undertaking.  I talk about some of commercial players and legal issues surrounding the wide spread adoption of personal genomic technology in medicine at [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jackpo.org%2F2010%2F01%2F15%2F2009-as-%25e2%2580%259ca-turning-point-for-personal-genomes%25e2%2580%259d%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jackpo.org%2F2010%2F01%2F15%2F2009-as-%25e2%2580%259ca-turning-point-for-personal-genomes%25e2%2580%259d%2F&amp;source=jackpo&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The Human Genome project was completed at the start of the last decade, and only in the last two years have we really begun to reap the fruits of the immense undertaking.  I talk about some of commercial players and legal issues surrounding the wide spread adoption of personal genomic technology in medicine at the First AMA-IEEE Conference on Individualized Healthcare <a href="http://ama-ieee.embs.org/2010/01/16/2009-as-a-turning-point-for-personal-genomes/">blog</a>.  </p>
<p>Incidentally, I&#8217;m also on the organizing committee for the conference mentioned above.  Consider attending the conference if you are interested in Individualized Healthcare!</p>
<p><a href="http://ama-ieee.embs.org/">First AMA-IEEE EMBS Medical Technology Conference on Individualized Health Care</a><br />
23-23 March 2010, Renaissance Mayflower Hotel, Washington, DC</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackpo.org/2010/01/15/2009-as-%e2%80%9ca-turning-point-for-personal-genomes%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HBR&#8217;s Top 100 Best-Performing CEOs in the World</title>
		<link>http://www.jackpo.org/2010/01/03/hbrs-top-100-best-performing-ceos-in-the-world/</link>
		<comments>http://www.jackpo.org/2010/01/03/hbrs-top-100-best-performing-ceos-in-the-world/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 20:58:29 +0000</pubDate>
		<dc:creator>JackPo</dc:creator>
				<category><![CDATA[Globalization]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[CEO]]></category>
		<category><![CDATA[Coca Cola]]></category>
		<category><![CDATA[Ebay]]></category>
		<category><![CDATA[HBR]]></category>
		<category><![CDATA[MBA]]></category>
		<category><![CDATA[Pixar]]></category>

		<guid isPermaLink="false">http://www.jackpo.org/?p=277</guid>
		<description><![CDATA[
			
				
			
		
The Harvard Business Review recently published their article on the Top 100 Best-Performing CEOs in the World.  It&#8217;s probably not a surprise to many that Steve Jobs is #1 on the list (Apple, Pixar) or that there is only one woman (#8 &#8211; Meg Whitman of eBay) on the top 100.   I [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jackpo.org%2F2010%2F01%2F03%2Fhbrs-top-100-best-performing-ceos-in-the-world%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jackpo.org%2F2010%2F01%2F03%2Fhbrs-top-100-best-performing-ceos-in-the-world%2F&amp;source=jackpo&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The Harvard Business Review recently published their article on the <a href="http://hbr.org/2010/01/the-best-performing-ceos-in-the-world/ar/1">Top 100 Best-Performing CEOs in the World</a>.  It&#8217;s probably not a surprise to many that Steve Jobs is #1 on the list (<a href="http://www.apple.com">Apple</a>, <a href="http://www.pixar.com">Pixar</a>) or that there is only one woman (<a href="http://hbr.org/web/extras/100ceos/8-whitman">#8 &#8211; Meg Whitman</a> of <a href="http://www.ebay.com">eBay</a>) on the top 100.   I am however, surprised by which woman they picked.  Meg Whitman practically ran eBay into the ground.  <a href="http://www.pepsico.com/Company/Leadership.html#block_Indra%20K.%20Nooyi">Indra Nooyi</a> of <a href="http://www.pepsico.com/">Pepsico</a> would have been a much better choice.  </p>
<p>After glancing at a few of their selections, I decided to crunch some of the numbers given to see if there are any interesting trends.  First, we can clearly see that HBR has a bias towards western CEOs (specifically, the US and UK).</p>
<p><img src="http://www.jackpo.org/wp-content/uploads/2010/01/country.png" alt="country.png" border="0" width="600" /></p>
<p>The industries are pretty much what one expects, with energy and financial services leading the way.</p>
<p><img src="http://www.jackpo.org/wp-content/uploads/2010/01/industries.png" alt="industries.png" border="0" width="300"/></p>
<p>Contrary to the prevalent white knight CEO myth, most good CEOs tend to be insiders, and do not hold MBA degrees.  An MBA only seems to be important IF you want to be a white knight CEO.  </p>
<p><img src="http://www.jackpo.org/wp-content/uploads/2010/01/MBAvsnoMBA1.png" alt="MBAvsnoMBA.png" border="0" width="400"  /></p>
<p>Though if you do want to try and be a white knight CEO, USA and UK are about the only countries that really has that type of culture.</p>
<p><img src="http://www.jackpo.org/wp-content/uploads/2010/01/outsidersvsinsiders.png" alt="outsidersvsinsiders.png" border="0" width="660" /></p>
<p>There&#8217;s a lot more analysis that you could run on the data if you want.  I&#8217;m going to save you some effort in screen scraping and just give you the excel sheet that I used <a href="http://www.jackpo.org/wp-content/uploads/2010/01/spreadsheet.xls" title="spreadsheet.xls">here</a>.</p>
<p>So this concludes my first blog entry in the new decade!  As some of you might have noticed, I&#8217;ve also completely revamped the website.  If you have any comments, (constructive or hateful ones), please let me know!  Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackpo.org/2010/01/03/hbrs-top-100-best-performing-ceos-in-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging Break!</title>
		<link>http://www.jackpo.org/2009/01/01/blog-break/</link>
		<comments>http://www.jackpo.org/2009/01/01/blog-break/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 04:26:10 +0000</pubDate>
		<dc:creator>JackPo</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.jackpo.org/?p=251</guid>
		<description><![CDATA[
			
				
			
		
Merry Christmas and Happy New Year to everyone!
As many have noticed, I&#8217;m on a blogging break and will continue to be in one for a while.  2008 has ended rather poorly but I have some great things to look forward to in 2009.  (whoever stole my car on Dec 31st 2008, please return [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jackpo.org%2F2009%2F01%2F01%2Fblog-break%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jackpo.org%2F2009%2F01%2F01%2Fblog-break%2F&amp;source=jackpo&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Merry Christmas and Happy New Year to everyone!</p>
<p>As many have noticed, I&#8217;m on a blogging break and will continue to be in one for a while.  2008 has ended rather poorly but I have some great things to look forward to in 2009.  (whoever stole my car on Dec 31st 2008, please return it&#8230;)</p>
<ol>
<li>The <a href="http://www.nyciml.org">NYCIML</a> will finish its inaugural year as a student run organization under the excellent leadership of Yitian Liu and Maria Guirguis!</li>
<li> The <a href="http://www.nymathcircle.org">NYMC</a> will begin it&#8217;s second full year of operations.  For 2009, we will be expanding to include programs to server the middle schools.   New programs include two middle school student classes (I will be directing the program in Manhattan), and a middle school teacher program.</li>
<li>My healthcare strike team is shaping up quite nicely and we&#8217;ve finally located a project.  I can&#8217;t reveal much about it yet.. but needless to say.. it kicks ass!</li>
<li>After consulting with a few friends, most notably jenniewang and Jorian, I&#8217;ve actually decided to take up Yoga.  We&#8217;ll see how that goes. </li>
<li><a href="http://www.nycvpf.org">NYCVPF</a> made its first grant to <a href="http://www.concretesafaris.org/">Concrete Safari</a>!  Consider joining the organization if you are interested in social philanthropy.  </li>
</ol>
<p>Even though I am in the midst of a blogging break, I am still quite active on <a href="http://twitter.com/jackpo">twitter</a>.  </p>
<p>In the mean time, check out this kickass Christmas card from First Round Capital.</p>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/EU_5P3GLWv4&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EU_5P3GLWv4&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackpo.org/2009/01/01/blog-break/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Collapse of the Economy</title>
		<link>http://www.jackpo.org/2008/11/19/collapse-of-the-economy/</link>
		<comments>http://www.jackpo.org/2008/11/19/collapse-of-the-economy/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 21:49:17 +0000</pubDate>
		<dc:creator>JackPo</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[citigroup]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[goldman sachs]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.jackpo.org/?p=249</guid>
		<description><![CDATA[
			
				
			
		
Wow, I&#8217;m really impressed with the disastrous state of economy.  I don&#8217;t really have much to say about it except that I am expecting these companies to fail within the next year or so:

Citigroup
GM
Ford
Chrysler
Goldman Sachs
Yahoo
Citadel

Let&#8217;s see what actually happens&#8230;.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jackpo.org%2F2008%2F11%2F19%2Fcollapse-of-the-economy%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jackpo.org%2F2008%2F11%2F19%2Fcollapse-of-the-economy%2F&amp;source=jackpo&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Wow, I&#8217;m really impressed with the disastrous state of economy.  I don&#8217;t really have much to say about it except that I am expecting these companies to fail within the next year or so:</p>
<ul>
<li><a href="http://www.citigroup.com">Citigroup</a></li>
<li><a href="http://www.gm.com">GM</a></li>
<li><a href="http://www.ford.com">Ford</a></li>
<li><a href="http://www.crysler.com">Chrysler</a></li>
<li><a href="http://www.goldmansachs.com">Goldman Sachs</a></li>
<li><a href="http://www.yahoo.com">Yahoo</a></li>
<li><a href="http://www.citadelgroup.com">Citadel</a></li>
</ul>
<p>Let&#8217;s see what actually happens&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackpo.org/2008/11/19/collapse-of-the-economy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jack&#8217;s Philosophies on life &#8211; Part I (Effort)</title>
		<link>http://www.jackpo.org/2008/09/27/jacks-philosophies-on-life-part-i-effort/</link>
		<comments>http://www.jackpo.org/2008/09/27/jacks-philosophies-on-life-part-i-effort/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 05:27:42 +0000</pubDate>
		<dc:creator>JackPo</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[Effort]]></category>
		<category><![CDATA[exponential]]></category>
		<category><![CDATA[life philosophies]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.jackpo.org/?p=230</guid>
		<description><![CDATA[
			
				
			
		
So I just had dinner with two of my close friends, Ji Li and Dr. Wen Shi.  One topic we touched on was our personal life philosophies.  I assure you we don&#8217;t talk about serious stuff all the time, but sometimes it comes up!  (In fact, if you had actually sat through [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jackpo.org%2F2008%2F09%2F27%2Fjacks-philosophies-on-life-part-i-effort%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jackpo.org%2F2008%2F09%2F27%2Fjacks-philosophies-on-life-part-i-effort%2F&amp;source=jackpo&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>So I just had dinner with two of my close friends, Ji Li and Dr. Wen Shi.  One topic we touched on was our personal life philosophies.  I assure you we don&#8217;t talk about serious stuff all the time, but sometimes it comes up!  (In fact, if you had actually sat through the 3 hours, you would have thought all of us were total retards).  </p>
<p>As a direct result of tonight&#8217;s conversation, I decided to write a few posts about my personal philosophies on life.  Here is part I, my philosophy on effort.  </p>
<p>If you read my <a href="http://www.jackpo.org/about/">about me</a> section, you&#8217;ll probably see that I&#8217;m involved in a lot of different things.  I often get asked how I could possibly manage having all these commitments at once.  My secret weapon is in fact not brilliance, but what I like to call &#8220;compounding effort&#8221;.  </p>
<p>The basic tenants of &#8220;compounding effort&#8221; is to simply push yourself 5% harder every year.  I know it sounds simple and trivial, but the overall effect can be quite shocking.  Indeed, humans in general are incredibly bad at recognizing anything non-linear.  We really do not understand multiplication, and thus have very little intuition on how fast &#8220;compounding&#8221; really is.   This is possibly a direct result of the environment we live in.  Very few things in nature are non-linear.  To add to the problem, we also have a need to see tangible results.  The combination of these two qualities is that we as a race, especially Americans, rarely understand the need for long periods of sustained effort.  </p>
<p>Take my &#8220;compounding effort&#8221; rule for example.  Here is what happens to Person A&#8217;s efficiency over the course of 20 years if he / she follow my rule strictly.  </p>
<p><img src="http://www.jackpo.org/wp-content/uploads/2008/09/graph11.jpg" alt="" title="graph1" width="360" height="236" class="aligncenter size-full wp-image-231" /></p>
<p>That means compared to Person B who did not push him / herself, Person A is 3 times more efficient at the 20 year mark!  Person A can do in a day what takes 3 days for Person B!  How can Person B possibly hope to compete with Person A at that point?  In fact, I can define a new quantity &#8220;effective life experience&#8221;, which is based on the amount of work a person actually does (think of it as the area underneath the curve of the effort curve).  </p>
<p>There is something I&#8217;m sweeping under the carpet of course.  Specifically, it takes time to become more efficient.  Personally, I think I spend around 30% of my time just to become more efficient in the next year.  So naturally this leads to an optimization question.  Assuming I start pushing myself when I&#8217;m 10, and will stop working when I&#8217;m 60, how long should I push myself before the function is no longer optimized?  Below, I&#8217;ve plotted a few life experience vs years curves.  </p>
<p><img src="http://www.jackpo.org/wp-content/uploads/2008/09/graph2.jpg" alt="" title="graph2" width="402" height="437" class="aligncenter size-full wp-image-234" /></p>
<p>Notice that for all of these curves, it is NOT worth it to push yourself forever.  There is in fact a point at which you should stop pushing yourself, and use 100% of your efficiency.  Also notice that the maximum life experience point, pushing yourself 5% harder a year is akin to accomplishing TWICE as much as a person who only pushed him / herself 2% harder a year, and is akin to accomplishing THREE times as much as a person who never bothered pushing at all.  From the graph, it is clear that everyone should be pushing themselves until at least they are 30, which unfortunately most people do not do.  </p>
<p>As my parting words, here is Jack&#8217;s intended life experience equation.</p>
<p><img src="http://www.jackpo.org/wp-content/uploads/2008/09/graph32.jpg" alt="" title="graph3" width="424" height="66" class="aligncenter size-full wp-image-235" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackpo.org/2008/09/27/jacks-philosophies-on-life-part-i-effort/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tools for small Organizations</title>
		<link>http://www.jackpo.org/2008/08/17/tools-for-small-organizations/</link>
		<comments>http://www.jackpo.org/2008/08/17/tools-for-small-organizations/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 02:55:06 +0000</pubDate>
		<dc:creator>JackPo</dc:creator>
				<category><![CDATA[NextNY]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[37signals]]></category>
		<category><![CDATA[ActiveCollab]]></category>
		<category><![CDATA[basecamp]]></category>
		<category><![CDATA[Chase]]></category>
		<category><![CDATA[Collabtive]]></category>
		<category><![CDATA[Constant Contact]]></category>
		<category><![CDATA[FreeConferenceCall.com]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[GrandCentral]]></category>
		<category><![CDATA[Namecheap]]></category>
		<category><![CDATA[NearlyFreeSpeech]]></category>
		<category><![CDATA[non-profits]]></category>
		<category><![CDATA[NYCIML]]></category>
		<category><![CDATA[organizations]]></category>
		<category><![CDATA[Pilosoft]]></category>
		<category><![CDATA[RingCentral]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[Softlayer]]></category>
		<category><![CDATA[Zoho]]></category>
		<category><![CDATA[Zoho Creator]]></category>

		<guid isPermaLink="false">http://www.jackpo.org/2008/08/17/tools-for-small-organizations/</guid>
		<description><![CDATA[
			
				
			
		
In the process of managing non-profits and startups, I&#8217;ve used many different online tools to better enable collaboration and communication in organizations.  Through the years, I&#8217;ve tried many different tools, and now think I have a pretty good list.  Please bear in mind that the three dimensions I&#8217;m optimizing across are ease of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jackpo.org%2F2008%2F08%2F17%2Ftools-for-small-organizations%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jackpo.org%2F2008%2F08%2F17%2Ftools-for-small-organizations%2F&amp;source=jackpo&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In the process of managing non-profits and startups, I&#8217;ve used many different online tools to better enable collaboration and communication in organizations.  Through the years, I&#8217;ve tried many different tools, and now think I have a pretty good list.  Please bear in mind that the three dimensions I&#8217;m optimizing across are ease of use, reliability, and cost.  I am still looking for solutions in two major areas, and would love suggestions if anyone has them.</p>
<p><strong>Website Registration:</strong> I&#8217;ve used <a href="http://www.godaddy.com">GoDaddy</a> and <a href="http://www.namecheap.com">Namecheap</a> in the past and they are both really good.  If you have to be anonymous, try <a href="http://www.intl-alliance.com/">International Alliance Privacy Services</a>.</p>
<p><strong>Website Hosting:</strong> I&#8217;ve tried self hosting, as well as many different online hosts.  If you have a good technical person on board, and REALLY have the need for something advanced (cron jobs, RoR, significant processing needs), try either dedicated hosting or colocation.   For dedicated hosting, I really like <a href="http://www.softlayer.com/">Softlayer</a>.  For NYC based colocation, I really like <a href="http://www.pilosoft.com/">Pilosoft</a>.   For most website hosting needs, all you need is a good shared hosting provider.  I highly recommend <a href="https://www.nearlyfreespeech.net/">NearlyFreeSpeech</a>.  They are extraordinarily cheap for low traffic websites, and I have yet to see them go down.  I do NOT recommend GoDaddy, or NameCheap for web hosting.</p>
<p><strong>DNS Hosting:</strong> Normally I just use my domain registrant, or my webhost, for DNS hosting.  However, if I really need to be anonymous, I will use <a href="http://freedns.afraid.org/">FreeDNS</a>.</p>
<p><strong>Email Needs:</strong> I used to use my own mail servers, but now, I completely rely on <a href="http://www.google.com/a/help/intl/en/index.html">Google Apps</a>.  If you are a registered 501-c3 organization, you can also get GoogleApps Education and Google Checkout for free.  Therefore you get the hyped up version of Google Apps, as well as free payment processing!</p>
<p><strong>Actual Website:</strong>: I am now a total <a href="http://wordpress.org/">Wordpress</a> convert.  It started as a blogging software, but has grown to become a very very stable content management system.  I&#8217;ve tried other CMS like Joomla and Drupal, but they are really really complicated to work with.  </p>
<p><strong>Internal Website:</strong>  <a href="http://www.mediawiki.org/wiki/MediaWiki">Mediawiki</a>, the software behind Wikipedia, is great for internal websites.  Any member can just click on edit and then add or remove information.  I&#8217;ve tried other wiki installations, but none are easier to maintain than MediaWiki.</p>
<p>UPDATE 1:  I&#8217;ve since tried out &#8220;Google Sites&#8221;, an app that&#8217;s part of the ever expanding Google Apps, and found it even superior to Mediawiki.  Here you&#8217;ll also be able to easily manage spreadsheets and files!</p>
<p><strong>Phone Service:</strong>  For those who simply need a phone number, but don&#8217;t necessarily want to answer it all the time, I highly recommend the currently free<a href="http://www.grandcentral.com/">GrandCentral</a> if you can secure an invitation.  If you can&#8217;t secure an invitation, you can use <a href="http://www.ringcentral.com">RingCentral</a>.</p>
<p><strong>Fax Service:</strong>  For a great fax to email service, definitely try <a href="http://www.ringcentral.com">RingCentral</a>.  </p>
<p><strong>Conference Call Service:</strong>  Unless you really need a toll-free number, I highly recommend <a href="http://www.freeconferencecall.com/">FreeConferenceCall</a>.  There is a short message in the beginning of the call saying this is a service provided by freeconferencecall.com, but do you really mind?!</p>
<p><strong>Forms, Spreadsheets and Documents:</strong> I really like GoogleDocs (part of Google Apps mentioned above) for simple spreadsheets that are shared between multiple people, i.e. financial projections between executive committee members.  However, if you need to construct a nice looking form to accept information, Google Spreadsheet really sucks.  I&#8217;ve found <a href="http://creator.zoho.com/">Zoho Creator</a> to be absolutely amazing in that respect though.  They even allow for scripted actions like automatically sending an email using data you just collected as acknowledgment.  For example, at the <a href="http://www.nyciml.org">New York Interscholastic Mathematics League</a>, we use it to collect registration information.  </p>
<p><strong>Business Banking:</strong> I am starting to really like <a href="https://www.chase.com/Chase.html">Chase Business banking</a>.  They have a pretty high monthly service charge, but one that can be waived if you open a business credit card and charge any amount on it each month.  So simply have your credit card make 1 dollar monthly payment onto Paypal.</p>
<p><strong>Newsletter:</strong>  I&#8217;ve tried out <a href="http://www.constantcontact.com/index.jsp">Constant Contact</a> and they are a great service provider.  Unfortunately, they are also decently expensive (15 dollars a month) for organizations starting out.  I&#8217;ve tried open source solutions like <a href="http://dadamailproject.com/">Dadamail</a> and <a href="http://www.phplist.com/">Phplist</a> and they are both too difficult to use for any normal human being.  <strong>If anyone knows of any good newsletter provider, hosted or not, I would LOVE to know.</strong></p>
<p><strong>Project Management</strong>  This is an area I&#8217;ve tried many tools and just can&#8217;t quite get used to any of them.  <a href="http://www.basecamphq.com/">BaseCamp</a> seems to be the best at the moment, but they are REALLY expensive.  Also, I STILL don&#8217;t know the difference between milestones and tasks.  Ever since <a href="http://www.activecollab.com/">Activecollab </a>betrayed the open source community, it has started to really suck even as a tool.  I have found <a href="http://collabtive.o-dyn.de/">Collabtive </a>to be a really good imitation of BaseCamp, but not nearly as polished.  <strong>So if someone knows of a good project management tool, I would love to know.  </strong></p>
<p>So there you go, my years of trying out different tools boiled down onto one blog post!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackpo.org/2008/08/17/tools-for-small-organizations/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Elevator Advertising on Campuses</title>
		<link>http://www.jackpo.org/2008/03/19/elevator-advertising-on-campuses/</link>
		<comments>http://www.jackpo.org/2008/03/19/elevator-advertising-on-campuses/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 05:34:59 +0000</pubDate>
		<dc:creator>JackPo</dc:creator>
				<category><![CDATA[Columbia]]></category>
		<category><![CDATA[Entrepeneurship]]></category>
		<category><![CDATA[NextNY]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[anti-stealth]]></category>
		<category><![CDATA[Charlie O'Donnell]]></category>
		<category><![CDATA[elevators]]></category>

		<guid isPermaLink="false">http://www.jackpo.org/2008/03/19/elevator-advertising-on-campuses/</guid>
		<description><![CDATA[
			
				
			
		
In the interest of anti-stealth, I&#8217;m going to publicly announce one of the for profit ventures that I am currently working on.  Incidentally, what exactly happened to the NextNY anti-stealth movement?  There was a lot of activity at the end of October, and then the whole movement seemingly collapsed.
Anyway, a friend and I [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jackpo.org%2F2008%2F03%2F19%2Felevator-advertising-on-campuses%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jackpo.org%2F2008%2F03%2F19%2Felevator-advertising-on-campuses%2F&amp;source=jackpo&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In the interest of <a href="http://www.alleyinsider.com/2007/08/charlie-odonnel.html">anti-stealth</a>, I&#8217;m going to publicly announce one of the for profit ventures that I am currently working on.  Incidentally, what exactly happened to the <a href="http://www.nextny.org">NextNY</a> anti-stealth movement?  There was a lot of activity at the end of October, and then the whole movement seemingly collapsed.</p>
<p>Anyway, a friend and I have started exploring the idea of a new campus based venture.  Many of you who are students are probably familiar with the few awkward minutes that you spend every few hours in an elevator traveling to and from class.  While you are in the elevator, wouldn&#8217;t it be nice to have a nice LCD displaying current campus events that might be of interest to you, or perhaps an ad telling you about the discounted food at Chipotle down the block this week?  </p>
<p>Our idea is exactly that, we would like to create a network of LCDs in campus elevators that would stream both campus events as well as advertisements.  A well established player, <a href="http://www.captivate.com/">Captivate Network</a>, currently does this in the office building market.  We would like to stay away from office buildings at the moment, and focus purely on college campuses (Facebook vs LinkedIn analogy?).  </p>
<p><img src="http://www.captivate.com/images/home/homelogo.jpg" alt="Captivate Network" /></p>
<p>Since both of us are current Columbia students, in fact both BME PhD students, we have decided to use Columbia University as a pilot site.  I haven&#8217;t had time to put together a powerpoint presentation yet, but I will definitely post it in the next few days.  For now we are tackling several thorny issues:</p>
<ul>
<li>Is it even possible to do it in NY?  We are currently checking the New York Fire Code.  <em>Safety code for elevators and escalators : an American national standard by the American Society for Mechanical Engineers</em> will be our guide.  Looks like I won&#8217;t need sleeping pills tonight.</li>
<li>We have done some back of the envelope calculations to see whether the idea is sustainable and scalable.  If we intend to get more funding, we will have to produce a full financial projection.  The projection itself is of course of no great importance to either investors or us, since reality almost always deviate significantly from the projections.  Though it&#8217;s important to have one anyway, if nothing else than to show that due diligence was performed.</li>
<li>To start campus based businesses that depend so much on campus infrastructure, we are clearly going to need a faculty champion.  We have started approaching various members of the engineering faculty, the business school faculty, as well as Columbia&#8217;s <a href="http://www.stv.columbia.edu/">Science and Technology Ventures</a> group to begin soliciting feedback and buy-ins. We&#8217;ve had a lot of success getting people excited about the concept, but haven&#8217;t found a champion of the project yet.  If you know of a Columbia faculty who might be interested, please let me know!</li>
<li>I will also begin to approach NYU and CCNY about the idea as well, in case Columbia falls through as a pilot site.  </li>
<li>We will clearly need a powerpoint presentation down the line.  I&#8217;ll put up version 1.0 of the presentation in a few days.</li>
</ul>
<p>Since we are still very early in our planning stages, we are open to all suggestions and ideas.  Let me know if any of you have any feedback or have seen existing implementations on college campuses!  If you happen to be a college student / faculty, and are interested in joining our team, shoot me an email: mail @ jackpo dot org.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackpo.org/2008/03/19/elevator-advertising-on-campuses/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New Blog Design!</title>
		<link>http://www.jackpo.org/2008/03/09/new-blog-design/</link>
		<comments>http://www.jackpo.org/2008/03/09/new-blog-design/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 22:23:11 +0000</pubDate>
		<dc:creator>JackPo</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[NextNY]]></category>

		<guid isPermaLink="false">http://www.jackpo.org/2008/03/09/new-blog-design/</guid>
		<description><![CDATA[
			
				
			
		
After months of inactivity, I&#8217;ve decided to finally update my blog to a more web 2.0 look.  I&#8217;ve also updated the About Me page to reflect a bit more about what I&#8221;ve been doing lately, check it out if you are interested.
For the moment, and probably for the foreseeable future, I will be absolutely [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 15px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jackpo.org%2F2008%2F03%2F09%2Fnew-blog-design%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jackpo.org%2F2008%2F03%2F09%2Fnew-blog-design%2F&amp;source=jackpo&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>After months of inactivity, I&#8217;ve decided to finally update my blog to a more web 2.0 look.  I&#8217;ve also updated the About Me page to reflect a bit more about what I&#8221;ve been doing lately, check it out if you are interested.</p>
<p>For the moment, and probably for the foreseeable future, I will be absolutely swamped with multiple academic and non-academic projects.  As part of NextNY&#8217;s open movement, I will be announcing a few of my projects publicly in the next few months and would love to hear any feedback that you all have!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackpo.org/2008/03/09/new-blog-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
