<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:shcp="http://sharedcopy.com/namespaces/2007/copy_comments" xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Re: Jan 09 by choonkeat</title>
  <id>http://sharedcopy.com/public/users/choonkeat/jan+09/comments.xml</id>
  <link href="http://sharedcopy.com/public/users/choonkeat"/>
  <generator>sharedcopy.com</generator>
  <logo>http://sharedcopy.com/images/logo-sharedcopy.png?V0</logo>
  <author>
    <name></name>
  </author>
  <entry>
    <title> UIWebView - iDevKit</title>
    <id>http://idevkit.com.sharedcopy.com/forums/tutorials-code-samples-sdk/ce31353b43735e14d6e0c9c815aacbec.html#30392</id>
    <link type="text/html" href="http://idevkit.com.sharedcopy.com/forums/tutorials-code-samples-sdk/ce31353b43735e14d6e0c9c815aacbec.html" rel="alternate"/>
    <modified>Sun, 01 Feb 2009 07:51:13 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_0 withoutphoto"
      &gt;&lt;span class="text"
      &gt;&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>2</shcp:copy_version>
  </entry>
  <entry>
    <title>cPanel&#174;</title>
    <id>http://mail.google.com.sharedcopy.com/f939e8953b55f1a7c13a811ec7916524.html#30390</id>
    <link type="text/html" href="http://mail.google.com.sharedcopy.com/f939e8953b55f1a7c13a811ec7916524.html" rel="alternate"/>
    <modified>Sun, 01 Feb 2009 05:58:22 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_2 withoutphoto"
      &gt;&lt;span class="text"
      &gt;        &lt;p class="comment_body comment_body1"
          &gt;     Nice        &lt;a href="http://r3.sharedcopy.com/7p77k9a#shcp0"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/p&gt;
        &lt;p class="comment_body comment_body2"
          &gt;     In case it isn't obvious, the url I copied this was "http://mail.google.com/"        &lt;a href="http://r3.sharedcopy.com/7p77k9a#shcp1"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/p&gt;
&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>2</shcp:copy_version>
  </entry>
  <entry>
    <title>  Google Gets Honest - Then Changes Mind ha.ckers.org web application security lab</title>
    <id>http://ha.ckers.org.sharedcopy.com/blog/20090131/google-gets-honest-then-changes-mind/59d27073e80b9308a91ac3b6ed0af213.html#30384</id>
    <link type="text/html" href="http://ha.ckers.org.sharedcopy.com/blog/20090131/google-gets-honest-then-changes-mind/59d27073e80b9308a91ac3b6ed0af213.html" rel="alternate"/>
    <modified>Sun, 01 Feb 2009 04:36:39 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_1 withoutphoto"
      &gt;&lt;span class="text"
      &gt;&lt;div class="html_gist none"&gt;&lt;input class="csspath" type="hidden" value="body div div#page div#content.widecolumn div#post-856.post div.entrytext div a img.shcp_dimension_296x146" /&gt;&lt;img class="shcp_dimension_296x146" src="http://ha.ckers.org/images/google-is-badware.png" width="150" /&gt;&lt;/div&gt;        &lt;blockquote class="comment_body comment_body1"
          &gt;hypocrisy [hi-pok-ruh-see] (n) - when living up to your own standards simply won't do.  &lt;a href="http://r7.sharedcopy.com/2pq9o77#shcp0"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
  <entry>
    <title>Jonathan Ellis's Programming Blog - Spyced: All you ever wanted to know about writing bloom filters</title>
    <id>http://spyced.blogspot.com.sharedcopy.com/2009/01/257cc2f2e1a60d070116485074fde474.html#30340</id>
    <link type="text/html" href="http://spyced.blogspot.com.sharedcopy.com/2009/01/257cc2f2e1a60d070116485074fde474.html" rel="alternate"/>
    <modified>Sat, 31 Jan 2009 15:47:19 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_1 withoutphoto"
      &gt;&lt;span class="text"
      &gt;&lt;div class="html_gist _"&gt;&lt;input class="csspath" type="hidden" value="body div#outer-wrapper div#wrap2 div#content-wrapper div#sidebar-wrapper div#sidebar.sidebar.section div#Profile1.widget.Profile div.widget-content a img.profile-img.shcp_dimension_69x80" /&gt;&lt;img class="profile-img shcp_dimension_69x80" src="http://farm2.static.flickr.com/1125/1107866567_115d2945a5.jpg?v=0" alt="My Photo" width="69" /&gt;&lt;/div&gt;        &lt;blockquote class="comment_body comment_body1"
          &gt;Bloom filters are surprisingly simple: divide a memory area into buckets (one bit per bucket for a standard bloom filter; more -- typically four -- for a counting bloom filter).  To insert a key, generate several hashes per key, and mark the buckets for each hash.  To check if a key is present, check each bucket; if any bucket is empty, the key was never inserted in the filter.  If all buckets are non-empty, though, the key is only  probably  inserted&lt;a href="http://r7.sharedcopy.com/15fj1f5#shcp0"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
  <entry>
    <title>more brain &gt; blog.html: Using Xcode with Git</title>
    <id>http://shanesbrain.net.sharedcopy.com/2008/7/9/54fb1592cc14e2fd0e2af879f1196c30.html#30339</id>
    <link type="text/html" href="http://shanesbrain.net.sharedcopy.com/2008/7/9/54fb1592cc14e2fd0e2af879f1196c30.html" rel="alternate"/>
    <modified>Sat, 31 Jan 2009 15:41:23 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_0 withoutphoto"
      &gt;&lt;span class="text"
      &gt;&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
  <entry>
    <title>140 Characters  &#187; How Twitter Was Born</title>
    <id>http://www.140characters.com.sharedcopy.com/2009/01/30/how-twitter-was-born/6a48124ee4cc6085b462bc6a4c272880.html#30338</id>
    <link type="text/html" href="http://www.140characters.com.sharedcopy.com/2009/01/30/how-twitter-was-born/6a48124ee4cc6085b462bc6a4c272880.html" rel="alternate"/>
    <modified>Sat, 31 Jan 2009 15:39:16 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_1 withoutphoto"
      &gt;&lt;span class="text"
      &gt;&lt;div class='html_gist none'&gt;&lt;input class="csspath" value="body div.wrap div#innerwrap div.c2 div#post-141.post div.post-text p a img.shcp_dimension_240x180" type="hidden"&gt;&lt;img class="shcp_dimension_240x180 h150_w200" src="http://farm1.static.flickr.com/38/103216258_cd567ea374_m.jpg" alt="Standing Room Only" height="" width="150"&gt;&lt;/div&gt;        &lt;blockquote class="comment_body comment_body1"
          &gt; I think we needed that many rockstars to turn the middling opportunity we had in podcasting into the major opportunity that Twitter has. &lt;a href="http://r5.sharedcopy.com/3a909#shcp0"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
  <entry>
    <title>App Store</title>
    <id>http://app-store.appspot.com.sharedcopy.com/539580570369d1706be72bbe1d46eb1e.html?url=viewGenre%3Fid%3D36%26mt%3D8#30336</id>
    <link type="text/html" href="http://app-store.appspot.com.sharedcopy.com/539580570369d1706be72bbe1d46eb1e.html?url=viewGenre%3Fid%3D36%26mt%3D8" rel="alternate"/>
    <modified>Sat, 31 Jan 2009 11:41:24 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_0 withoutphoto"
      &gt;&lt;span class="text"
      &gt;&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
  <entry>
    <title>Optoma EP-PK-101 Pico Pocket Projector  | Wired.com Product Reviews</title>
    <id>http://www.wired.com.sharedcopy.com/reviews/product/d5ed18302b592acb08f0b21e34987c47.html#30334</id>
    <link type="text/html" href="http://www.wired.com.sharedcopy.com/reviews/product/d5ed18302b592acb08f0b21e34987c47.html" rel="alternate"/>
    <modified>Sat, 31 Jan 2009 10:59:23 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_3 withoutphoto"
      &gt;&lt;span class="text"
      &gt;&lt;div class="html_gist _"&gt;&lt;input class="csspath" type="hidden" value="body div#shell div#content div#contentwell div#main_content div#article_text.narrow div.pic img.shcp_dimension_350x255" /&gt;&lt;img class="shcp_dimension_350x255" src="http://www.wired.com/images/productreviews/2009/01/pr_pico_projector_f.jpg" height="150" alt="Pint-Sized Pico Projector Parties in Our Pants" /&gt;&lt;/div&gt;        &lt;blockquote class="comment_body comment_body1"
          &gt;the comparatively low light output means any projections from the Pico effectively can only be seen in dark places. This limitation we found a bit ... irritating. Who wants to go through the hassle of locking themselves in a light-sealed room just to watch an episode of  30 Rock ?&lt;a href="http://r1.sharedcopy.com/6ltkc30#shcp0"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
        &lt;blockquote class="comment_body comment_body2"
          &gt;Turns out the sweet spot for the projector is between 31 and 72 inches. Anything under that and the picture gets muddled; anything over that and it gets washed out. &lt;a href="http://r1.sharedcopy.com/6ltkc30#shcp1"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
        &lt;blockquote class="comment_body comment_body3"
          &gt; it'll have some serious chops as a projector. But for now, its size and shortcomings make it come off like a kid's toy. Albeit the best kid's toy of its kind. Anywhere. &lt;a href="http://r1.sharedcopy.com/6ltkc30#shcp2"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
  <entry>
    <title>CouchSurfing Deletes Itself, Shuts Down </title>
    <id>http://www.techcrunch.com.sharedcopy.com/2006/06/29/couchsurfing-deletes-itself-shuts-down/comment-page-2/d52411903ef73e89f6a3ccabf7d56b68.html#30326</id>
    <link type="text/html" href="http://www.techcrunch.com.sharedcopy.com/2006/06/29/couchsurfing-deletes-itself-shuts-down/comment-page-2/d52411903ef73e89f6a3ccabf7d56b68.html" rel="alternate"/>
    <modified>Sat, 31 Jan 2009 06:31:57 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_1 withoutphoto"
      &gt;&lt;span class="text"
      &gt;        &lt;blockquote class="comment_body comment_body1"
          &gt;experienced what could be described as the perfect storm. The database administrators we hired made two critical mistakes. First, we had a major, avoidable hard drive crash. Secondly, the incremental back-ups weren&#8217;t executed in the correct manner, and twelve of our most important data files didn&#8217;t survive.   I have been working non-stop trying to repair the data, but as difficult as it is for me to say, it has become clear that certain essential pieces are not recoverable.&lt;a href="http://r3.sharedcopy.com/6l4g8#shcp0"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
  <entry>
    <title>collectiveidea's graticule at master - GitHub</title>
    <id>http://github.com.sharedcopy.com/collectiveidea/graticule/tree/0cec74543d10f366b0d96c27f65cebe3.html#30316</id>
    <link type="text/html" href="http://github.com.sharedcopy.com/collectiveidea/graticule/tree/0cec74543d10f366b0d96c27f65cebe3.html" rel="alternate"/>
    <modified>Sat, 31 Jan 2009 03:56:33 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_1 withoutphoto"
      &gt;&lt;span class="text"
      &gt;        &lt;blockquote class="comment_body comment_body1"
          &gt;Graticule is a geocoding API for looking up address coordinates and performing distance calculations, supporting many popular APIs.&lt;a href="http://r4.sharedcopy.com/cthq58f#shcp0"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
  <entry>
    <title>Twitter / Ryan Tomayko: "require 'rubygems'" is a  ...</title>
    <id>http://twitter.com.sharedcopy.com/rtomayko/status/d48005a1416f7996c7626dacc79377a7.html#30315</id>
    <link type="text/html" href="http://twitter.com.sharedcopy.com/rtomayko/status/d48005a1416f7996c7626dacc79377a7.html" rel="alternate"/>
    <modified>Sat, 31 Jan 2009 03:54:36 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_2 withoutphoto"
      &gt;&lt;span class="text"
      &gt;&lt;div class="html_gist none"&gt;&lt;input class="csspath" type="hidden" value="body#show.status.firefox div#container div#content.wide div.wrapper div#permalink div.user-info.clear div.thumb a img.shcp_dimension_73x73" /&gt;&lt;img class="shcp_dimension_73x73" src="http://s3.amazonaws.com/twitter_production/profile_images/62507056/head_bigger.jpg" alt="Head_bigger" width="73" /&gt;&lt;/div&gt;        &lt;blockquote class="comment_body comment_body1"
          &gt;"require 'rubygems'" is a code smell ... no, it's just always wrong.&lt;a href="http://r3.sharedcopy.com/6kg02q2g#shcp0"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
        &lt;p class="comment_body comment_body2"
          &gt;     http://gist.github.com/54177        &lt;a href="http://r3.sharedcopy.com/6kg02q2g#shcp1"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/p&gt;
&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
  <entry>
    <title>Good riddance to Arrington: Mike, you will not be missed. | from This is going to be BIG! - Comments on New York Tech Community, Startups, Venture Capital and Career Education</title>
    <id>http://www.thisisgoingtobebig.com.sharedcopy.com/2009/01/c554f81e1b404031598b76059ffbdeb3.html#30296</id>
    <link type="text/html" href="http://www.thisisgoingtobebig.com.sharedcopy.com/2009/01/c554f81e1b404031598b76059ffbdeb3.html" rel="alternate"/>
    <modified>Fri, 30 Jan 2009 16:39:30 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_1 withoutphoto"
      &gt;&lt;span class="text"
      &gt;&lt;div class="html_gist none"&gt;&lt;input class="csspath" type="hidden" value="body div#pagebody div#pagebody-inner div#center div.content p img.shcp_dimension_189x122" /&gt;&lt;img class="shcp_dimension_189x122" src="http://www.orgs.okstate.edu/zgss/images/SBMaxJab.jpg" width="150" /&gt;&lt;/div&gt;        &lt;blockquote class="comment_body comment_body1"
          &gt;So Bush is gone, Arrington is gone...&amp;nbsp;&amp;nbsp; Maybe 2009 is going to be better than we think!    &lt;a href="http://r6.sharedcopy.com/65ajs#shcp0"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
</feed>

