<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Chrome on Noetic Nought</title>
    <link>https://punchagan.muse-amuse.in/tags/chrome/</link>
    <description>Recent content in Chrome on Noetic Nought</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>© 2006-2026 CC-BY-SA-4.0</copyright>
    <lastBuildDate>Sat, 09 Aug 2014 20:56:22 -0400</lastBuildDate>
    <atom:link href="https://punchagan.muse-amuse.in/tags/chrome/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Recurse Center, 2014-08-08</title>
      <link>https://punchagan.muse-amuse.in/recurse-center/recurse-center-2014-08-08/</link>
      <pubDate>Sat, 09 Aug 2014 20:56:22 -0400</pubDate>
      <guid>https://punchagan.muse-amuse.in/recurse-center/recurse-center-2014-08-08/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;I spent the morning doing some white-boarding interview practice with a Jorge&#xA;and Brian.&lt;/li&gt;&#xA;&lt;li&gt;I spent the rest of the day, playing with PyPy and working through &lt;a href=&#34;http://morepypy.blogspot.in/2011/04/tutorial-writing-interpreter-with-pypy.html&#34;&gt;a tutorial&lt;/a&gt;&#xA;that teaches us to write a BF interpreter.&lt;/li&gt;&#xA;&lt;li&gt;I spent the Saturday revamping my Emacs config.  The main issue with my&#xA;config was having a &amp;ldquo;package&amp;rdquo; list, of all the packages that the&#xA;configuration uses, in case we are trying to duplicate it elsewhere.  I&#xA;noticed that this gets out of sync, because I install packages by hand and&#xA;never update this list.  I wrote up &lt;a href=&#34;https://github.com/punchagan/dot-emacs/blob/master/user-lisp/setup-defuns.el&#34;&gt;some code&lt;/a&gt;, that keeps this list in sync&#xA;with all the packages I have installed.  I configured el-get to play well&#xA;with my config, and am pretty happy with my setup, though I still have to add&#xA;some matching/searching features with helm/ido/whatever else.&lt;/li&gt;&#xA;&lt;li&gt;I spent the Sunday writing a patch to &lt;a href=&#34;https://github.com/punchagan/xtab/tree/kill-by-memory&#34;&gt;xtab&lt;/a&gt; to be able to limit the number of&#xA;tabs in Chromium by the memory it uses.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
    </item>
    <item>
      <title>GitHub Cue: Recommendations for GitHub Repos</title>
      <link>https://punchagan.muse-amuse.in/blog/github-cue-recommendations-for-github-repos/</link>
      <pubDate>Fri, 05 Aug 2011 00:00:00 +0530</pubDate>
      <guid>https://punchagan.muse-amuse.in/blog/github-cue-recommendations-for-github-repos/</guid>
      <description>&lt;p&gt;If you aren&amp;rsquo;t already aware of it, I&amp;rsquo;m one of those people who&#xA;goes around saying, &amp;ldquo;GitHub is my Facebook&amp;rdquo;.  I spend quite a lot&#xA;of time on GitHub, browsing the work of various people, looking at&#xA;loads of interesting stuff that people built.  I keep jumping&#xA;between people pages and projects using the Watchers/Watching &amp;amp;&#xA;Followers/Following pages.  This way, I do come across interesting&#xA;people and projects, but the SNR is too low.  I wanted a better&#xA;way to be able to see stuff, that I find interesting.  That&amp;rsquo;s how&#xA;the idea for this Chromium app &amp;ndash; GitHub Cue &amp;ndash; was born.&lt;/p&gt;&#xA;&lt;p&gt;@baali and I hacked on this, during the last few days and got it&#xA;working.  It works as follows, (from the README) &amp;mdash;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Scrapes all the descriptions of the repositories being watched&#xA;by the user.&lt;/li&gt;&#xA;&lt;li&gt;Key terms are extracted from this description text using the&#xA;Yahoo Term Extractor.&lt;/li&gt;&#xA;&lt;li&gt;A list of languages is obtained, based on the languages of the&#xA;repositories, the user if watching.&lt;/li&gt;&#xA;&lt;li&gt;GitHub searches are performed for a combination of 3 randomly&#xA;chosen languages and 5 random key terms.&lt;/li&gt;&#xA;&lt;li&gt;10 random repositories out of all these, are shown.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;This is a very simplistic algorithm, but works decently for my&#xA;purposes.  Ideally, I would&amp;rsquo;ve liked to use a Collaborative&#xA;Filtering algorithm, but I found the data to be too sparse, and&#xA;the amount of computation to be too much to be done on the fly.  I&#xA;wasn&amp;rsquo;t really interested in pre-computing stuff and putting it&#xA;onto my server.  I settled down to the next best thing I could&#xA;think of.&lt;/p&gt;&#xA;&lt;p&gt;I would appreciate any further ideas and suggestions.  Thanks!&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>GetHub: Chrome Notifications for Github updates</title>
      <link>https://punchagan.muse-amuse.in/blog/gethub-chrome-notifications-for-github-updates/</link>
      <pubDate>Wed, 02 Mar 2011 00:00:00 +0530</pubDate>
      <guid>https://punchagan.muse-amuse.in/blog/gethub-chrome-notifications-for-github-updates/</guid>
      <description>&lt;p&gt;Over the last two days, I hacked up my first Chrome extension.&#xA;I&amp;rsquo;ve been using Chrome only for the past couple of weeks or so and&#xA;I begin to like it, though some of the extensions aren&amp;rsquo;t as mature&#xA;as I would&amp;rsquo;ve liked.&lt;/p&gt;&#xA;&lt;p&gt;The original idea was floated by my friend,  Madhu, and Lee helped&#xA;me quite a bit, while I was working on it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-does-it-do&#34;&gt;What does it do?&lt;/h2&gt;&#xA;&lt;p&gt;It is a simple extension, that shows pop-ups, whenever there is&#xA;an update in your GitHub &amp;ldquo;Wall&amp;rdquo; (yes, this is a Facebook world)&#xA;or News Feed as they call it.&lt;/p&gt;&#xA;&lt;p&gt;After installation, you will need to save your &lt;code&gt;username&lt;/code&gt; and&#xA;&lt;code&gt;token&lt;/code&gt; for the extension to work.&lt;/p&gt;&#xA;&lt;h2 id=&#34;where-to-get-it&#34;&gt;Where to get it?&lt;/h2&gt;&#xA;&lt;p&gt;Presently, you will need to get it from GitHub.&lt;/p&gt;&#xA;&lt;p&gt;I might add it to the Chrome Web Store, once I see more people&#xA;using it.  I couldn&amp;rsquo;t justify, to myself, paying the initial&#xA;one-time verification fee that Google asks for.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: &lt;span class=&#34;timestamp-wrapper&#34;&gt;&lt;span class=&#34;timestamp&#34;&gt;[2011-03-04 Fri] &lt;/span&gt;&lt;/span&gt; Added GetHub to the store&lt;/p&gt;&#xA;&lt;h2 id=&#34;comments-and-feedback&#34;&gt;Comments and Feedback&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Feel free to write to me at &lt;code&gt;punchagan+gethub@jeemail.com&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Or file issues at GitHub.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Happy GitHubbing!&lt;/p&gt;&#xA;</description>
    </item>
  </channel>
</rss>
