<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>brain of mat kelcey</title>
    <link>http://matpalm.com/blog</link>
    <description>thoughts from a data scientist wannabe</description>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>erlang profiling</title>
      <link>http://matpalm.com/blog/2009/04/22/erlang-profiling/</link>
      <category><![CDATA[erlang]]></category>
      <category><![CDATA[profiling]]></category>
      <guid>http://matpalm.com/blog/?p=22</guid>
      <description>erlang profiling</description>
      <content:encoded><![CDATA[<p>i just found <a href="http://erlang.org/doc/man/fprof.html">fprof</a>, the erlang profiler by randoming clicking around the erlang <a href="http://erlang.org/doc/man/">man page list</a></p>
<p>try</p>
<table class="pygments_murphytable"><tr><td class="linenos"><div class="linenodiv"><pre>1
2
3</pre></div></td><td class="code"><div class="pygments_murphy"><pre><span class="nn">fprof</span><span class="p">:</span><span class="nb">apply</span><span class="p">(</span><span class="nv">Module</span><span class="p">,</span> <span class="nv">Function</span><span class="p">,</span> <span class="nv">Args</span><span class="p">).</span>
<span class="nn">fprof</span><span class="p">:</span><span class="n">profile</span><span class="p">().</span>
<span class="nn">fprof</span><span class="p">:</span><span class="n">analyse</span><span class="p">().</span>
</pre></div>
</td></tr></table>

<p>for an interesting breakdown of a call</p>]]></content:encoded>
    </item>
    <item>
      <title>the median of a trillion numbers</title>
      <link>http://matpalm.com/blog/2008/11/15/the-median-of-a-trillion-numbers/</link>
      <category><![CDATA[erlang]]></category>
      <category><![CDATA[algorithms]]></category>
      <category><![CDATA[ec2]]></category>
      <guid>http://matpalm.com/blog/?p=16</guid>
      <description>the median of a trillion numbers</description>
      <content:encoded><![CDATA[<p>i got asked in an interview once “how would find the median of a trillion numbers across a thousand machines?”</p>
<p>the question has haunted me, until now.</p>
<p>here’s my ruby and erlang implementation with a bit of running amazon ec2 thrown in for good measure….. <a href="http://www.matpalm.com/median/">matpalm.com/median/</a></p>
<p>grab the code from <a href="http://github.com/matpalm/median">github</a></p>]]></content:encoded>
    </item>
  </channel>
</rss>

