<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>http://me.visnup.com</id>
  <link type="text/html" href="http://me.visnup.com" rel="alternate"/>
  <title>
    
    visnu is me
  </title>
  <updated></updated>
    <entry>
    <id>tag:me.visnup.com,2008-01-22:a7155d4d26e45d76df75a3a379fc2a64</id>
    <link type="text/html" href="http://me.visnup.com/entries/11418-there-are-often-stars-that-you-can-see-from-my-patio" rel="alternate"/>
    <title>there are often stars that you can see from my patio</title>
    <updated>31 Aug  9:22pm
      (16 days ago)</updated>
    <author>
      
      
    </author>
    <content type="html">&lt;p&gt;i didn&amp;#8217;t realize until just recently, after getting some patio furniture, that you can see stars outside at night pretty often.  i&amp;#8217;ve taken to sitting on my lounge chair and watch planes fly overhead and cars drive by.  sitting outside makes me want to move further south to where i could be outside all night and fall asleep.&lt;/p&gt;</content>
  </entry>

  <entry>
    <id>tag:me.visnup.com,2008-01-22:9626d37397b1450b5ff348727e2607bf</id>
    <link type="text/html" href="http://me.visnup.com/entries/9483-pgrep-in-ruby" rel="alternate"/>
    <title>pgrep in ruby</title>
    <updated>2 Aug  1:46pm
      (about 1 month ago)</updated>
    <author>
      
      
    </author>
    <content type="html">&lt;p&gt;because osx doesn&amp;#8217;t have one.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
[visnup@Octal ~]$ cat /usr/local/bin/pgrep 
#!/usr/bin/env ruby

list = `ps -Ao pid,command`.split &quot;\n&quot;
matches = list.select do |l|
  pid, command = l.split nil, 2
  command.downcase.include? ARGV.first.downcase and pid.to_i != Process.pid
end

puts matches
&lt;/code&gt;&lt;/pre&gt;</content>
  </entry>

  <entry>
    <id>tag:me.visnup.com,2008-01-22:633173c70c517902f9561a93aa23600c</id>
    <link type="text/html" href="http://me.visnup.com/entries/9482-twitter-vs-me" rel="alternate"/>
    <title>twitter vs. me</title>
    <updated>2 Aug 11:59am
      (about 1 month ago)</updated>
    <author>
      
      
    </author>
    <content type="html">&lt;p&gt;i still need to figure out how to consolidate twitter vs. a blog post.&lt;/p&gt;</content>
  </entry>

  <entry>
    <id>tag:me.visnup.com,2008-01-22:d86ab394d2c3442e67b9d082f619965f</id>
    <link type="text/html" href="http://me.visnup.com/entries/3924-summer-movies-i-wanna-see" rel="alternate"/>
    <title>summer movies i wanna see</title>
    <updated>2 Aug 11:58am
      (about 1 month ago)</updated>
    <author>
      
      
    </author>
    <content type="html">&lt;p&gt;i need to write these down or i&amp;#8217;ll forget.  there are so many:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/lions_gate/forbiddenkingdom/&quot;&gt;forbidden kingdom&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/newline/haroldandkumar2/&quot;&gt;-harold and kumar 2-&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/paramount/ironman/&quot;&gt;-iron man-&lt;/a&gt; &amp;#8212; 5/2&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/paramount/indianajonesandthekingdomofthecrystalskull/&quot;&gt;-indiana jones-&lt;/a&gt; &amp;#8212; 5/22&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/newline/sexandthecity/&quot;&gt;-sex and the city-&lt;/a&gt; &amp;#8212; 5/30&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/universal/theincrediblehulk/&quot;&gt;-incredible hulk-&lt;/a&gt; &amp;#8212; 6/13&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/disney/walle/&quot;&gt;-wall-e-&lt;/a&gt; &amp;#8212; 6/27&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/universal/wanted/&quot;&gt;-wanted-&lt;/a&gt; &amp;#8212; 6/27&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/sony_pictures/hancock/&quot;&gt;hancock&lt;/a&gt; &amp;#8212; 7/2&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/universal/hellboy2thegoldenarmy/&quot;&gt;-hellboy 2-&lt;/a&gt; &amp;#8212; 7/11&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/wb/thedarkknight/&quot;&gt;-dark knight-&lt;/a&gt; &amp;#8212; 7/18&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://xfiles.com/&quot;&gt;x-files&lt;/a&gt; &amp;#8212; 7/25&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.apple.com/trailers/wb/starwarstheclonewars/&quot;&gt;star wars: the clone wars&lt;/a&gt; &amp;#8212; 8/15&lt;/li&gt;
&lt;/ul&gt;</content>
  </entry>

  <entry>
    <id>tag:me.visnup.com,2008-01-22:ea3ba6c8ab407de811980014d64e0a49</id>
    <link type="text/html" href="http://me.visnup.com/entries/8705-textmate-go-to-file-in-vim" rel="alternate"/>
    <title>textmate go to file in vim</title>
    <updated>21 Jul 11:11am
      (about 1 month ago)</updated>
    <author>
      
      
    </author>
    <content type="html">&lt;p&gt;&lt;a href=&quot;http://www.vim.org/tips/tip.php?tip_id=1432&quot;&gt;found this in the vim forums&lt;/a&gt; and tweaked it to be even better.  put it in your .vim/plugin directory.  also, do you have &lt;a href=&quot;http://www.vim.org/scripts/script.php?script_id=182&quot;&gt;supertab&lt;/a&gt;?  use with either :Find name or ,f (which is a mapping to :Fi).  then type in something like &amp;#8216;person&amp;#8217;.  if you&amp;#8217;re going to abbreviate, use spaces where you want a wildcard.  like:&lt;/p&gt;
&lt;p&gt;pe show =&amp;gt; could match &amp;#8216;*pe*ople/&lt;strong&gt;show&lt;/strong&gt;&amp;#8217;&lt;br /&gt;
pe pl sh =&amp;gt; also could match &amp;#8216;*pe*o*pl*e/*sh*ow&amp;#8217;&lt;/p&gt;
&lt;p&gt;it&amp;#8217;s case insensitive and takes path names into account.  g&amp;#8217;yeah!&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
&quot; from http://www.vim.org/tips/tip.php?tip_id=1432
&quot; originally written by Samuel Hughes
function! Find(name)
  let l:_name = substitute(a:name, '\s', '*', 'g')
  let l:list=system(&quot;find . -ipath '*&quot;.l:_name.&quot;*' -not -path '*/.*' | perl -ne 'print \&quot;$.\\t$_\&quot;'&quot;)
  let l:num=strlen(substitute(l:list, &quot;[^\n]&quot;, &quot;&quot;, &quot;g&quot;))
  if l:num &amp;lt; 1
    echo &quot;'&quot;.a:name.&quot;' not found&quot;
    return
  endif

  if l:num != 1
    echo l:list
    let l:input=input(&quot;Which ? (&amp;lt;enter&amp;gt;=nothing)\n&quot;)

    if strlen(l:input)==0
      return
    endif

    if strlen(substitute(l:input, &quot;[0-9]&quot;, &quot;&quot;, &quot;g&quot;))&amp;gt;0
      echo &quot;Not a number&quot;
      return
    endif

    if l:input&amp;lt;1 || l:input&amp;gt;l:num
      echo &quot;Out of range&quot;
      return
    endif

    let l:line=matchstr(&quot;\n&quot;.l:list, &quot;\n&quot;.l:input.&quot;\t[^\n]*&quot;)
  else
    let l:line=l:list
  endif

  let l:line=substitute(l:line, &quot;^[^\t]*\t./&quot;, &quot;&quot;, &quot;&quot;)
  execute &quot;:e &quot;.l:line
endfunction

command! -nargs=1 Find :call Find(&quot;&amp;lt;args&amp;gt;&quot;)
map ,f :Fi 
&lt;/code&gt;&lt;/pre&gt;</content>
  </entry>

  <entry>
    <id>tag:me.visnup.com,2008-01-22:53196dcc13d8934f6bcbbd9ba1d13f0a</id>
    <link type="text/html" href="http://me.visnup.com/entries/8363-iphone-2-0-software-fonts" rel="alternate"/>
    <title>iphone 2.0 software fonts</title>
    <updated>12 Jul 12:19am
      (2 months ago)</updated>
    <author>
      
      
    </author>
    <content type="html">&lt;p&gt;random nice feature of the new 2.0 software is the international character support in the fonts.  all of my thai songs now show up correctly w/o any jailbreaking along with weird left-to-right farsi.&lt;/p&gt;</content>
  </entry>

  <entry>
    <id>tag:me.visnup.com,2008-01-22:2dc04a9d8b63b9f9769e1b4b15a2196f</id>
    <link type="text/html" href="http://me.visnup.com/entries/8331-arm-wrestling-huned" rel="alternate"/>
    <title>arm wrestling huned</title>
    <updated>11 Jul  3:27pm
      (2 months ago)</updated>
    <author>
      
      
    </author>
    <content type="html">&lt;pre&gt;
3:26:13 PM huned: f'realz.  maybe i'll organize an arm-wrestle-off
3:26:16 PM visnu: oh true
3:26:20 PM visnu: or get people drinking
3:26:20 PM huned: i think i can beat everyone here
3:26:22 PM huned: maybe not brent
3:26:24 PM visnu: yeah
3:26:28 PM huned: and maybe not gerad
3:26:29 PM visnu: i was about to say brent already beat you handily
3:26:31 PM huned: but def natalie
3:26:40 PM visnu: ... uh, that's one other person there
3:26:56 PM huned: that's right, i can be the champion
&lt;/pre&gt;</content>
  </entry>

  <entry>
    <id>tag:me.visnup.com,2008-01-22:c8cf8afb0f5368a2d4e42024f247c5d1</id>
    <link type="text/html" href="http://me.visnup.com/entries/7964-i-love-this-show" rel="alternate"/>
    <title>i love this show</title>
    <updated>7 Jul 12:53pm
      (2 months ago)</updated>
    <author>
      
      
    </author>
    <content type="html">&lt;p&gt;&lt;object height=&quot;344&quot; width=&quot;425&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/UeKkUQAWkgU&amp;hl=en&amp;fs=1&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;embed allowfullscreen=&quot;true&quot; type=&quot;application/x-shockwave-flash&quot; src=&quot;http://www.youtube.com/v/UeKkUQAWkgU&amp;hl=en&amp;fs=1&quot; height=&quot;344&quot; width=&quot;425&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</content>
  </entry>

  <entry>
    <id>tag:me.visnup.com,2008-01-22:eb9d8065f889234c13d674b665a6d587</id>
    <link type="text/html" href="http://me.visnup.com/entries/7648-fucking-up-ruby" rel="alternate"/>
    <title>fucking up ruby</title>
    <updated>1 Jul 11:27pm
      (2 months ago)</updated>
    <author>
      
      
    </author>
    <content type="html">&lt;pre&gt;
class Fixnum
  alias :plus :+
  def + other
    if self == 1
      plus(other).plus 1
    else
      plus(other)
    end
  end
end

puts 1 + 2
puts 2 + 2
puts (1 + 2) == (2 + 2)
&lt;/pre&gt;
&lt;p&gt;yes, it outputs:&lt;br /&gt;
&lt;pre&gt;&lt;br /&gt;
4&lt;br /&gt;
4&lt;br /&gt;
true&lt;br /&gt;
&lt;/pre&gt;&lt;/p&gt;</content>
  </entry>

  <entry>
    <id>tag:me.visnup.com,2008-01-22:c91eb0b4cd138e613605c2b9858357ba</id>
    <link type="text/html" href="http://me.visnup.com/entries/7550-not-using-msn-chat-anymore" rel="alternate"/>
    <title>not using msn chat anymore</title>
    <updated>30 Jun  3:14pm
      (2 months ago)</updated>
    <author>
      
      
    </author>
    <content type="html">&lt;p&gt;just like hotmail, all i was getting from msn chat/messenger was spam and i barely talk to anyone via it anymore.  so, goodbye msn.  i hope you fix your spam problem.&lt;/p&gt;</content>
  </entry>

</feed>
