<?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>Anil Gulecha&#039;s Musings &#187; tech</title>
	<atom:link href="http://www.gulecha.org/tag/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gulecha.org</link>
	<description>Anil Gulecha&#039;s Musings</description>
	<lastBuildDate>Mon, 02 Jan 2012 13:17:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Let Me Know</title>
		<link>http://www.gulecha.org/2008/12/18/let-me-know/</link>
		<comments>http://www.gulecha.org/2008/12/18/let-me-know/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 10:43:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[letmeknow]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=146</guid>
		<description><![CDATA[My friend Nitin has a knack for entrepreneurial stuff. One of his expliots had been the Let Me know website at letmeknow.wordpress.com which was a platform used to notify students from around the country about opportunities that come up. The world before let me know meant various events, shows, scholarships, contests, etc needed to be [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 487px"><a href="http://www.letmeknow.in/"><img title="Let me Know" src="http://www.letmeknow.in/images/logo.jpg" alt="Let Me Know" width="477" height="54" /></a><p class="wp-caption-text">Let Me Know</p></div>
<p>My friend Nitin has a knack for entrepreneurial stuff.</p>
<p>One of his expliots had been the Let Me know website at letmeknow.wordpress.com which was a platform used to notify students from around the country about opportunities that come up. The world before let me know meant various events, shows, scholarships, contests, etc needed to be printed on posters and pasted on school notice boards. Let Me Know changed that and turned into a one stop shop for all such information.</p>
<p>I can vouch for this because I heard of BITS, Goa tech fest this way, and <a href="http://blogs.sun.com/anilg/entry/building_your_sun_spot_controlled" target="_blank">built a robot</a> which won accolades <img src='http://www.gulecha.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . So there.. add <a href="http://www.letmeknow.in/" target="_blank">Let Me Know</a> to your RSS feed, or subscribe to their notifications by entering your mail at the website (its better than regularly checking the site).</p>
<p>PS: The robot reminds me, I still have the Spots, the motor, the ICs, solder and the metal casing. I should plan on some hardware hacking one of these weekends..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2008/12/18/let-me-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lightweight Wiki, modified</title>
		<link>http://www.gulecha.org/2008/11/15/lightweight-wiki-modified/</link>
		<comments>http://www.gulecha.org/2008/11/15/lightweight-wiki-modified/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 19:03:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[pawfaliki]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=132</guid>
		<description><![CDATA[Recently I had been hunting around the web for a very lightweight, simple to use, flat file using, php based wiki. And I managed to find one. It&#8217;s called Pawfaliki This wiki package is under 50 kb in size, has an easy to use wiki syntax, is CSS based, and has a very cool dark [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had been hunting around the web for a very lightweight, simple to use, flat file using, php based wiki. And I managed to find one. It&#8217;s called<strong> Pawfaliki</strong></p>
<div class="wp-caption aligncenter" style="width: 328px"><a href="http://www.pawfal.org"><img title="Pawfaliki" src="http://img357.imageshack.us/img357/4416/pawfalvn9.gif" alt="" width="318" height="259" /></a><p class="wp-caption-text">Pawfaliki</p></div>
<p>This wiki package is under 50 kb in size, has an easy to use wiki syntax, is CSS based, and has a very cool dark look. It matched my needs almost perfectly.</p>
<p>Test it out at <a href="http://www.pawfal.org/index.php" target="_blank">www.pawfal.org</a></p>
<p><strong>Fancy URLs</strong></p>
<p>One minor nit I had was how the URL looked.. for example the About page would look like</p>
<blockquote><p>http://www.pawfal.org/index.php?page=About</p></blockquote>
<p>rather than a nice wiki like</p>
<blockquote><p>http://www.pawfal.org/About</p></blockquote>
<p>So like any good FOSS denizen, I went ahead and implemented small changes for this. Get the modified sources: <a href="http://www.gulecha.org/incoming/pawfaliki052-modified.tar.gz" target="_blank">pawfaliki052-modified.tar.gz</a></p>
<p>If you&#8217;d like to see the changes, get the diff for the original package at <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=2198338&amp;group_id=116140&amp;atid=673840" target="_blank">this bug</a> I raised. (Note, I&#8217;ve renamed pawfaliki.php to index.php, and added a .htaccess file). The changes would go in if theres another release (the last one was a while back).</p>
<p>So there. Give this very small wiki package a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2008/11/15/lightweight-wiki-modified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python</title>
		<link>http://www.gulecha.org/2008/08/25/python/</link>
		<comments>http://www.gulecha.org/2008/08/25/python/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 03:50:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=36</guid>
		<description><![CDATA[So, I&#8217;ve finally picked up Python (been meaning to do this for quite some time), and find it to be beautifully intuitive. The ternary operator that goes result = x if y else z is an example of this intuitiveness. Expect many more Pythonic posts in the future. For now, I&#8217;m considering the problems from [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve finally picked up Python (been meaning to do this for quite some time), and find it to be beautifully intuitive. The ternary operator that goes</p>
<blockquote><p>result = x if y else z</p></blockquote>
<p>is an example of this intuitiveness.</p>
<p>Expect many more Pythonic posts in the future. For now, I&#8217;m considering the problems from <a href="http://projecteuler.net" target="_blank">Project Euler</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2008/08/25/python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

