<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Crazy Photon's Blog</title>
	
	<link>http://blog.crazyphoton.net</link>
	<description>Everything about Crazy Photon's life</description>
	<pubDate>Fri, 14 Nov 2008 03:38:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CrazyPhotonsBlog" type="application/rss+xml" /><item>
		<title>Subversion on Apache Weirdness</title>
		<link>http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~3/452482015/</link>
		<comments>http://blog.crazyphoton.net/2008/11/14/subversion-on-apache-weirdness/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 03:33:24 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Subversion]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/?p=41</guid>
		<description><![CDATA[Hi All, time for a technical post!
Today while I was setting up a Subversion 1.5 installation over Apache 2.2.10 on Windows, I was experiencing a strange difficulty. After making the necessary configuration details on httpd.conf and I tried running the server, everything went smoothly, however when I made it run as a service, it would [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All, time for a technical post!</p>
<p>Today while I was setting up a Subversion 1.5 installation over Apache 2.2.10 on Windows, I was experiencing a strange difficulty. After making the necessary configuration details on httpd.conf and I tried running the server, everything went smoothly, however when I made it run as a service, it would not run and give the following error:</p>
<p><em class="quotelev1">&#8220;Cannot load C:/../modules/mod_dav_svn.so into </em><em class="quotelev1">server: The specified module could not be found.&#8221; </em></p>
<p>Even though this module was at the right location. After googling for a while and reading the <a href="http://subversion.tigris.org/faq.html#mod_dav_svn-win32">Subversion FAQ for this problem</a> and <a href="http://www.opensource.apple.com/darwinsource/Current/subversion-16/subversion/packages/windows-innosetup/W32notes.txt">another useful document</a>, I tried all the suggestions but the problem would still persist. After a while of tinkering, I resolved it by copying the following libraries from the Subversion&#8217;s installation to the modules folder of Apache:</p>
<ul>
<li>intl3_svn.dll</li>
<li>libdb44.dll</li>
<li>libeay32.dll</li>
<li>libsvn_client-1.dll</li>
<li>libsvn_delta-1.dll</li>
<li>libsvn_diff-1.dll</li>
<li>libsvn_fs-1.dll</li>
<li>libsvn_ra-1.dll</li>
<li>libsvn_repos-1.dll</li>
<li>libsvn_subr-1.dll</li>
<li>libsvn_wc-1.dll</li>
<li>ssleay32.dll</li>
</ul>
<p>I hope this post helps those who are having problems with Subversion deployments.</p>
<p>It did not use to be like this in previous Subversion releases, usually after putting the *.so files on the modules entry on Apache and configuring httpd.conf it was enough to make it run&#8230;</p>
<img src="http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~4/452482015" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2008/11/14/subversion-on-apache-weirdness/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.crazyphoton.net/2008/11/14/subversion-on-apache-weirdness/</feedburner:origLink></item>
		<item>
		<title>Lifehacking</title>
		<link>http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~3/392650860/</link>
		<comments>http://blog.crazyphoton.net/2008/09/14/lifehacking/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 22:38:29 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
		
		<category><![CDATA[Hacks]]></category>

		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/?p=35</guid>
		<description><![CDATA[Hi All,
Finally I am breaking with the inertia of not updating this place as often as I would like!
This post is mainly focused to providing tips to increasing productivity. As some of you probably already know, I am usually filled with work for the entire day and as time goes by, I am forced to [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>Finally I am breaking with the inertia of not updating this place as often as I would like!</p>
<p>This post is mainly focused to providing tips to increasing productivity. As some of you probably already know, I am usually filled with work for the entire day and as time goes by, I am forced to crank out more stuff in less time.</p>
<p>When I was faced with the dilemma to increase my productivity, I started wondering if there was any way to change myself in order to be more productive. Shortly after I discovered sites like <a href="http://www.lifehack.org">Lifehack</a>, <a href="http://lifehacker.com">Lifehacker</a> and <a href="http://zenhabits.net">Zen Habits</a> that give lots of advice on how to simplify organizing efforts and also how to change oneself in order to be able to achieve the goals intended.</p>
<p>Some of the key tips I have encountered are:</p>
<ul>
<li><a href="http://zenhabits.net/2007/06/the-getting-things-done-gtd-faq/ ">Get Things Done Framework</a></li>
<li><a href="http://www.lifehack.org/articles/productivity/the-science-of-setting-goals.html">Setting Goals</a></li>
<li><a href="http://zenhabits.net/2008/06/autopilot-achievement-how-to-turn-your-goals-into-habits/">Turn goals into Habits</a></li>
<li><a href="http://www.lifehack.org/articles/productivity/theres-more-to-productivity-than-time-management.html">Real Productivity</a></li>
</ul>
<p>Of course there are many more tips, and most of the time implementing these tips are easier said than done, it is important to practice the discipline and have lots, lots and lots of patience to achieve the desired results. Most of the time you will experience failures, but the lesson here is to learn and adjust (meditation helps). Lots of tweaks might be necessary but once you reach the desired point it is very rewarding. I have a long way reaching that point yet, <a href="http://zenhabits.net/2008/04/13-things-to-avoid-when-changing-habits/">here are some tips to avoid</a> when changing habits. I really like the part of trying any habit for 30 days, as it feels as if you are just trying a new program. If you like the new program, you can continue with the habit, if not, leave it alone <img src='http://blog.crazyphoton.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Hoping this helps, I shall depart, and will try these techniques so that I can share interesting stuff more often here.</p>
<img src="http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~4/392650860" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2008/09/14/lifehacking/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.crazyphoton.net/2008/09/14/lifehacking/</feedburner:origLink></item>
		<item>
		<title>Blog layout updated</title>
		<link>http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~3/315105219/</link>
		<comments>http://blog.crazyphoton.net/2008/06/19/blog-updated/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 03:12:56 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/?p=34</guid>
		<description><![CDATA[Hi All,
After reading this post, I decided to change the layout of the blog, so that it will be more pleasant and functional.
New features added:

You can now share the articles to several of the popular social networking sites.
You can see page views.

Next post will be lifehacking related, so please stay tuned!
]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>After reading <a href="http://smseserver.com/blog/2008/06/15/10-wordpress-plugins-everyone-should-have/">this post</a>, I decided to change the layout of the blog, so that it will be more pleasant and functional.</p>
<p>New features added:</p>
<ul>
<li>You can now share the articles to several of the popular social networking sites.</li>
<li>You can see page views.</li>
</ul>
<p>Next post will be lifehacking related, so please stay tuned!</p>
<img src="http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~4/315105219" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2008/06/19/blog-updated/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.crazyphoton.net/2008/06/19/blog-updated/</feedburner:origLink></item>
		<item>
		<title>New Family Member: Isis</title>
		<link>http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~3/302612598/</link>
		<comments>http://blog.crazyphoton.net/2008/06/01/new-family-member-isis/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 00:04:53 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/?p=28</guid>
		<description><![CDATA[This post is not about technical stuff, but a life related one.
About a month ago, my girlfriend Vero was working at the veterinary, when a coworker called her saying that she had found a kitten at the entrance door of her house, and was very small and sick. This is a common occurrence here as [...]]]></description>
			<content:encoded><![CDATA[<p>This post is not about technical stuff, but a life related one.</p>
<p>About a month ago, my girlfriend Vero was working at the veterinary, when a coworker called her saying that she had found a kitten at the entrance door of her house, and was very small and sick. This is a common occurrence here as people often cannot take care of pets and abandon them for good and here in Uruguay there are no good laws regarding animal protection. Anyways, when the kitten was brought to the veterinary the kitten was in love for Vero and hugged her, and the kitten was so cute that Vero could not resist bringing it home, so she called me and asking to adopt her&#8230; <span id="more-28"></span></p>
<p>When I came back from work, I found that it was very cute, a female Siamese kitten, but poor little thing, it was like a skeleton with feet (malnutrition), and also had something solid on its bowels and conjunctivitis. It was also quite anemic as it was full of tick and fleas. We immediately began treating her, starting with a shower to remove the bugs, medicine for the eyes and special cat food for recovery. We also named it <a href="http://en.wikipedia.org/wiki/Isis">Isis</a>, the Egyptian goddess of magical power and healing. The day after (May 1st), it did not tolerate most of the food and it spent most of the day vomiting, until it vomited raw potatoes and rotten tuna! luckily, she started tolerating water and milk afterwards, and eventually it recovered <img src='http://blog.crazyphoton.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Having her join our place gave a lot of life to our new apartment, as it is quite playful and very affectionate. However, it is a bit of a demon to as, after all, it has only a couple of months at most, it plays with things that should not be playing and one of our curtains was damaged&#8230; oh well, nothing&#8217;s perfect <img src='http://blog.crazyphoton.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This is also a good opportunity for me for learning parenting techniques, as I never had a cat. <a href="http://cats.about.com/library/nosearch/blss.htm">About.com has good tips for taking care of cats</a>.</p>
<p>Here are some recent pictures, as you may notice, it has grown up a bit (and doubled in weight) and it looks great now!</p>

<a href='http://blog.crazyphoton.net/2008/06/01/new-family-member-isis/isis-1/' title='Isis - Sick'><img src="http://blog.crazyphoton.net/wp-content/uploads/2008/06/isis-1-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.crazyphoton.net/2008/06/01/new-family-member-isis/isis-2/' title='Isis - On CP&#039;s shoulders'><img src="http://blog.crazyphoton.net/wp-content/uploads/2008/06/isis-2-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.crazyphoton.net/2008/06/01/new-family-member-isis/isis-3/' title='Isis - Beautiful Eyes'><img src="http://blog.crazyphoton.net/wp-content/uploads/2008/06/isis-3-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.crazyphoton.net/2008/06/01/new-family-member-isis/isis-4/' title='Isis - Sleeping'><img src="http://blog.crazyphoton.net/wp-content/uploads/2008/06/isis-4-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.crazyphoton.net/2008/06/01/new-family-member-isis/isis-5/' title='Isis - Fully Recovered'><img src="http://blog.crazyphoton.net/wp-content/uploads/2008/06/isis-5-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>

<img src="http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~4/302612598" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2008/06/01/new-family-member-isis/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.crazyphoton.net/2008/06/01/new-family-member-isis/</feedburner:origLink></item>
		<item>
		<title>Continuous Integration Tools</title>
		<link>http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~3/302612599/</link>
		<comments>http://blog.crazyphoton.net/2008/04/25/continuous-integration-tools/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 03:48:19 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[continuous integration]]></category>

		<category><![CDATA[cruisecontrol]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/2008/04/25/continuous-integration-tools/</guid>
		<description><![CDATA[This time, I will be writing about Continuous Integration, I really recommend following it when doing software development.
What&#8217;s Continuous Integration?
As Martin Fowler said, Continuous Integration is a software development practice where several people integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day.
One specific point of Continuous [...]]]></description>
			<content:encoded><![CDATA[<p>This time, I will be writing about Continuous Integration, I really recommend following it when doing software development.</p>
<p><strong>What&#8217;s Continuous Integration?</strong></p>
<p>As <a href="http://www.martinfowler.com/articles/continuousIntegration.html">Martin Fowler said</a>, Continuous Integration is a software development practice where several people integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day.</p>
<p>One specific point of Continuous Integration is that the verification of the integration is done automatically using what is called a Continuous Integration Server. This server will fetch the latest code from the corresponding VCS in use (hopefully <a href="http://subversion.tigris.org">Subversion</a>, read <a href="http://cphoton.livejournal.com/2623.html">my article</a> about it).</p>
<p><strong>Why Continuous Integration?</strong></p>
<p>The most important advantage of following the <a href="http://www.martinfowler.com/articles/continuousIntegration.html#PracticesOfContinuousIntegration">Continuous Integration practices</a> is that errors are detected in a much earlier phase, specially when you use it along with Test Driven Development. Errors in this context not only mean bugs but integration errors as well, as integration is done on a daily basis.</p>
<p>It is not the only advantage of course, for example, deployments to production are a LOT easier as the build process is already in place. I recommend reading <a href="http://www.martinfowler.com/articles/continuousIntegration.html#BenefitsOfContinuousIntegration">the benefits section of Fowler&#8217;s article</a> for a detailed explanation.</p>
<p><strong>Tools and Useful Resources</strong></p>
<p>I have used the following tools for doing Continuous Integration:</p>
<ul>
<li><a href="http://cruisecontrol.sourceforge.net/">CruiseControl</a></li>
<li><a href="http://ccnet.thoughtworks.com/">CruiseControl.NET</a></li>
</ul>
<p>I also heard good things about <a href="https://hudson.dev.java.net/">Hudson</a>, so give it a try as well.</p>
<p>Useful resources:</p>
<p><a href="http://martinfowler.com/articles/continuousIntegration.html">Martin Fowler on Continuous Integration</a></p>
<p><a href="http://mjedynak.blogspot.com/2008/04/6-steps-to-successful-continuous.html">6 Steps to Successful Continuous Integration</a></p>
<img src="http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~4/302612599" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2008/04/25/continuous-integration-tools/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.crazyphoton.net/2008/04/25/continuous-integration-tools/</feedburner:origLink></item>
		<item>
		<title>Tools - Part 2</title>
		<link>http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~3/302612600/</link>
		<comments>http://blog.crazyphoton.net/2008/02/25/tools-part-2/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 12:13:35 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[addons]]></category>

		<category><![CDATA[browsers]]></category>

		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/2008/02/25/tools-part-2/</guid>
		<description><![CDATA[Hi All, I know it&#8217;s been a while since I last posted, I hope I can write more frequently here. I am writing this on my way to work, so I will be updating this post during the week with the links of any of the tools I mention.
Regarding tools, for browsing I use Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All, I know it&#8217;s been a while since I last posted, I hope I can write more frequently here. I am writing this on my way to work, so I will be updating this post during the week with the links of any of the tools I mention.</p>
<p>Regarding tools, for browsing I use Firefox with the following plugins:</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1865" target="_blank">AdBlock Plus</a>: As the name suggests, it is an advertising blocker. This will make page loads faster.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1136" target="_blank">AdBlock Filterset.G Updater</a>: Updater for the previous plugin, this will keep the blacklists updated.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/26" target="_blank">Download Statusbar</a>: Useful visual plugin for managing downloads in progress.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/201" target="_blank">DownThemAll!</a>: Download Manager (similar to Getright)</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1269" target="_blank">Fasterfox</a>: For loading pages faster, tweaks the way the browser downloads pages. I don&#8217;t turbocharge it though.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2109" target="_blank">FEBE</a>: This is for doing backups of the plugins installed, useful if you need to uninstall Firefox or create new profiles.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a>: Very useful for debugging pages!</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1978" target="_blank">Forecastfox Enhanced</a>: I usually get the weather information from this plugin. The difference with the regular version is that I can choose which satellite image to show.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2464" target="_blank">FoxyProxy</a>: Useful if you are changing the proxy configuration often.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a>: This plugin lets you inject Javascript code into any page you visit. I use GM so that I can use the <a href="http://groups.google.com/group/gmail-power-users/web/gmail-macro-version-info" target="_blank">GMail Macro</a> scripts, so that my e-mail checking experience is faster as I use only the keyboard to do most of the actions. You can also use this for enhancing the browsing experience for other sites, or even write your own scripts. Get <a href="http://userscripts.org/" target="_blank">more scripts here</a>.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/139" target="_blank">Image Zoom</a>: Very useful for zooming in on images.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/636" target="_blank">PDF Download</a>: This plugin lets you choose whether you want to download a PDF file, save it or view it online.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1730" target="_blank">ScribeFire</a>: Blogging plugin. It is quite flexible as it supports multiple blogging platforms (<a href="http://www.blogger.com/" target="_blank">Blogger</a>, <a href="http://www.livejournal.com/" target="_blank">Livejournal</a>, <a href="http://wordpress.org/" target="_blank">Wordpress</a>, etc.)</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/5369" target="_blank">YSlow</a>: This tool lets you diagnose performance problems in websites.</li>
</ul>
<p>Got any useful plugin? just write it in the comments for this post and I will have a look at it <img src='http://blog.crazyphoton.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>EDIT: Done inserting the links, that was quick!</p>
<img src="http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~4/302612600" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2008/02/25/tools-part-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.crazyphoton.net/2008/02/25/tools-part-2/</feedburner:origLink></item>
		<item>
		<title>Tools - Part 1</title>
		<link>http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~3/302612601/</link>
		<comments>http://blog.crazyphoton.net/2007/08/12/tools-part-1/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 02:19:58 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/2007/08/12/tools-part-1/</guid>
		<description><![CDATA[Hey there, it&#8217;s been a while since the last post. In order to increase the frequency of my posts, I will start writing about the tools I use everyday. This time I will give a couple of URLs of the tools I use to move around my city:

Mapred
 GDU

The first one is for looking up [...]]]></description>
			<content:encoded><![CDATA[<p>Hey there, it&#8217;s been a while since the last post. In order to increase the frequency of my posts, I will start writing about the tools I use everyday. This time I will give a couple of URLs of the tools I use to move around my city:</p>
<ul>
<li><a href="http://mapred.com/es/index.htm" target="_blank">Mapred</a></li>
<li><a href="http://www.ducsa.com.uy/gdu" target="_blank"> GDU</a></li>
</ul>
<p>The first one is for looking up addresses, and the second one is for getting from point A to point B (as the first one does not support it), by walking or by bus. Unfortunately, GDU is not very stable, so I use Mapred when the latter is down. Enjoy <img src='http://blog.crazyphoton.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~4/302612601" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2007/08/12/tools-part-1/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.crazyphoton.net/2007/08/12/tools-part-1/</feedburner:origLink></item>
		<item>
		<title>Mobile - Configure your PC to use ANCEL’s Internet plan</title>
		<link>http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~3/302612602/</link>
		<comments>http://blog.crazyphoton.net/2007/07/08/mobile-configure-your-pc-to-use-ancels/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 00:23:22 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
		
		<category><![CDATA[Hacks]]></category>

		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/2007/07/08/mobile-configure-your-pc-to-use-ancels/</guid>
		<description><![CDATA[For those that are using the $U 70 / month ANCEL&#8217;s service for Internet navigation, I&#8217;ve got good news for you. You can use your mobile as a modem from your PC, PDA or any other device that supports dial-up connections. Here are the steps to do that:

If you have not already have done so, [...]]]></description>
			<content:encoded><![CDATA[<p>For those that are using the $U 70 / month <a href="http://www.antel.com.uy/portal/hgxpp001.aspx?2,359,638,O,S,0,MNU;E;356;4;MNU;,">ANCEL&#8217;s service for Internet navigation</a>, I&#8217;ve got good news for you. You can use your mobile as a modem from your PC, PDA or any other device that supports dial-up connections. Here are the steps to do that:</p>
<ol>
<li>If you have not already have done so, create a GPRS profile on your mobile with the following characteristics:
<ul>
<li>Name: wapANCEL (you can change this if you want, but take it into account when I refer to it later in the post)</li>
<li>APN: wap</li>
<li>Proxy type: HTTP</li>
<li>Proxy: 200.40.246.2</li>
<li>Port: 3128</li>
<li>All other settings: blank</li>
</ul>
<p>The proxy might be optional, but take it into account when you use your browser.</li>
<li>Connect your mobile to your PC using Bluetooth, Infrared, etc.</li>
<li>Run the +CGDCONT? command on your modem. On Windows, this can be done by going to Control Panel / Phone and Modem Options / Modems, then select your Mobile&#8217;s modem (if it&#8217;s not there, add it first), then go to Properties / Diagnostics / Query modem. Then click on the &#8220;View Log&#8221; button. A Notepad window should appear like this:
<p style="text-align: center"><img src="http://blog.crazyphoton.net/wp-content/uploads/2007/07/bt-modem.png" alt="bt-modem.png" /></p>
<p>Notice the two lines highlighted. The first one says that wapANCEL is the wap profile number 6, and the other line is a special line we will use in the next step.</li>
<li>Still on the Modem Properties Window, go to Additional parameters / Additional initialization string and add:
<ul>
<li>AT+CGDCONT=6,&#8221;IP&#8221;,&#8221;wap&#8221;,&#8221;0.0.0.0&#8243;,1,1 (note that the string after AT is the special line I highlighted before, change the semi-colon for an equals though!). This tells the modem to use the wap APN, use the IP assigned from the server, and use compression.</li>
</ul>
</li>
<li>Now, create a new network connection with the following characteristics:
<ul>
<li>Phone number: *99***X# (X is the number of the wap profile you created, in this case, as the wapANCEL profile is the profile number 6, the number would be *99***6#)</li>
</ul>
</li>
<li>Connect to the internet using your mobile&#8217;s network connection.</li>
<li>Configure your browser to use the HTTP Proxy defined on step 1 (200.40.246.2, port 3128)</li>
<li>Enjoy <img src='http://blog.crazyphoton.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>One last thing, the proxy only allows HTTP and HTTPS traffic, if you want to use POP3 or other protocols you will need the <a href="http://www.antel.com.uy/portal/hgxpp001.aspx?2,359,439,O,S,0,MNU;E;123;7;MNU;,">data transfer plan</a>, which does not have those restrictions but is more expensive.</p>
<img src="http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~4/302612602" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2007/07/08/mobile-configure-your-pc-to-use-ancels/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.crazyphoton.net/2007/07/08/mobile-configure-your-pc-to-use-ancels/</feedburner:origLink></item>
		<item>
		<title>Too much work</title>
		<link>http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~3/302612603/</link>
		<comments>http://blog.crazyphoton.net/2007/06/24/too-much-work/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 00:29:33 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/2007/06/24/too-much-work/</guid>
		<description><![CDATA[It&#8217;s been a while since the last time I posted here. Basically, since last monday, I was assigned to a different project at work, and now I am leading a team of 7 people. It&#8217;s a new experience, as this time I am the leader, so I have to do all the management activites besides [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since the last time I posted here. Basically, since last monday, I was assigned to a different project at work, and now I am leading a team of 7 people. It&#8217;s a new experience, as this time I am the leader, so I have to do all the management activites besides everything else. Luckily, things are going fine, but under heavy load. Besides, I also teach programming classes 4 times a week, and that leaves me short time for resting.</p>
<p>So much stress had its effect on health too, I have been having sort of a bronchitis and some fever at times (and Vero too), luckily I feel a bit better today. Hopefully, things will get better!</p>
<p>Last week we also had Damian&#8217;s wedding, I still gotta post some pics &amp; videos, but that will be next time I post <img src='http://blog.crazyphoton.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~4/302612603" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2007/06/24/too-much-work/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.crazyphoton.net/2007/06/24/too-much-work/</feedburner:origLink></item>
		<item>
		<title>Links added</title>
		<link>http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~3/302612604/</link>
		<comments>http://blog.crazyphoton.net/2007/06/11/links-added/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 17:03:59 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/2007/06/11/links-added/</guid>
		<description><![CDATA[I added a couple of links so that you can see what articles I am interested in. I usually focus on productivity / life tips (such as the ones on LifeHack and ZenHabits), development (DeveloperZone, InfoQ, TSS, TSS.NET, among others) and internet news (/., del.icio.us, etc.). I read my feeds on a daily basis on [...]]]></description>
			<content:encoded><![CDATA[<p>I added a couple of links so that you can see what articles I am interested in. I usually focus on productivity / life tips (such as the ones on <a href="http://www.lifehack.org/">LifeHack</a> and <a href="http://zenhabits.net/">ZenHabits</a>), development (<a href="http://www.dzone.com/">DeveloperZone</a>, <a href="http://www.infoq.com/">InfoQ</a>, <a href="http://www.theserverside.com/">TSS</a>, <a href="http://www.theserverside.net/">TSS.NET</a>, among others) and internet news (<a href="http://slashdot.org/">/.</a>, <a href="http://del.icio.us/popular">del.icio.us</a>, etc.). I read my feeds on a daily basis on Google Reader and <a href="http://www.google.com/reader/public/atom/user/08046952611599508992/state/com.google/broadcast">share</a> the most useful or interesting articles. I also save it on <a href="http://del.icio.us/cphoton">my del.icio.us page</a> if it is very useful.</p>
<p>Enjoy!</p>
<img src="http://feeds.feedburner.com/~r/CrazyPhotonsBlog/~4/302612604" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2007/06/11/links-added/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.crazyphoton.net/2007/06/11/links-added/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 30.071 seconds --><!-- Cached page served by WP-Cache -->
