<?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>Daybreaks</title>
	<atom:link href="http://daybreaks.ca/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://daybreaks.ca/blog</link>
	<description></description>
	<lastBuildDate>Mon, 21 Mar 2011 15:00:13 +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>It&#8217;s About Time</title>
		<link>http://daybreaks.ca/blog/2011/03/21/its-about-time/</link>
		<comments>http://daybreaks.ca/blog/2011/03/21/its-about-time/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 15:00:13 +0000</pubDate>
		<dc:creator>Matt Langeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daybreaks.ca/wordpress/?p=204</guid>
		<description><![CDATA[It&#8217;s about time that I get my personal website updated. In the process I&#8217;ve moved from Movable Type to WordPress. But that&#8217;s not really the point. Hopefully you&#8217;ll see a bit more activity here in the next few months.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s about time that I get my personal website updated. In the process I&#8217;ve moved from Movable Type to WordPress. But that&#8217;s not really the point. Hopefully you&#8217;ll see a bit more activity here in the next few months.</p>
]]></content:encoded>
			<wfw:commentRss>http://daybreaks.ca/blog/2011/03/21/its-about-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount Samba subversion working copy in Mac OS X</title>
		<link>http://daybreaks.ca/blog/2009/11/21/mount_samba_subversion_working_copy_in_mac_os_x/</link>
		<comments>http://daybreaks.ca/blog/2009/11/21/mount_samba_subversion_working_copy_in_mac_os_x/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:51:28 +0000</pubDate>
		<dc:creator>Matt Langeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daybreaks.ca/wordpress/?p=192</guid>
		<description><![CDATA[With my setup at home I have a virtual machine running Debian that has my development environment and code. I use samba to mount my working copy to OS X. Initially I had a bunch of issues trying to using my Mac subversion clients with this working copy. I kept getting the following error: Can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>With my setup at home I have a virtual machine running Debian that has my development environment and code. I use samba to mount my working copy to OS X. Initially I had a bunch of issues trying to using my Mac subversion clients with this working copy. I kept getting the following error:</p>
<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><p><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, clean, HiraKakuPro-W3, Osaka, sans-serif; font-size: 14px; white-space: pre-wrap; ">Can&#8217;t move &#8216;/Volumes/samba_share/.svn/tmp/entries&#8217; to &#8216;/Volumes/samba_share/.svn/entries&#8217;: Operation not permitted</span></p></blockquote>
<p><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, clean, HiraKakuPro-W3, Osaka, sans-serif; font-size: 14px; white-space: pre-wrap; "></span>
<div></div>
<p>I added &#8220;delete readonly = yes&#8221; to the global section of my smb.conf file and this solved the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://daybreaks.ca/blog/2009/11/21/mount_samba_subversion_working_copy_in_mac_os_x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Komodo IDE</title>
		<link>http://daybreaks.ca/blog/2009/11/20/komodo_ide/</link>
		<comments>http://daybreaks.ca/blog/2009/11/20/komodo_ide/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:09:38 +0000</pubDate>
		<dc:creator>Matt Langeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daybreaks.ca/wordpress/?p=191</guid>
		<description><![CDATA[I&#8217;ve been using Komodo Edit for a while and have now decided to give Komodo IDE a try. I like that it is cross platform, so I can use it on my Mac at home or at work on my Windows box. It isn&#8217;t super fast on initial load but it&#8217;s too bad, and once [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Komodo Edit for a while and have now decided to give Komodo IDE a try. I like that it is cross platform, so I can use it on my Mac at home or at work on my Windows box. It isn&#8217;t super fast on initial load but it&#8217;s too bad, and once it&#8217;s up performance seems quite good.</p>
<p>On my Windows box I&#8217;ve integrated it with SVN and set it up to use WinMerge as the diff tool. Previously I was always using tortoisesvn and I still like it. But it&#8217;s nice not having to constantly switch between my editor and windows explorer to see file changes and perform diffs and commits.</p>
<p>To get WinMerge working with Komodo I did the following:</p>
<ul>
<li>Created a bat file with the following command in it:<br/> start &#8220;WinMerge&#8221; /B /WAIT &#8220;C:\Program Files\WinMerge\WinMergeU.exe&#8221; /e /ub /dl %3 /dr %5 %6 %7</li>
<li>In my subversion config [ C:\Documents and Settings\user_name\Application Data\Subversion ] change my diff-cmd setting: <br/>
<p>diff-cmd = &#8220;C:\path_to_file\svn_winmerge.bat&#8221;</li>
<li>In Komodo&#8230; Edit -> Preferences -> Source Code Control -> Subversion<br/>
<p>Check the box &#8220;Uses an external diff tool&#8221;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://daybreaks.ca/blog/2009/11/20/komodo_ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading and redesigning</title>
		<link>http://daybreaks.ca/blog/2009/03/10/upgrading_and_redesigning/</link>
		<comments>http://daybreaks.ca/blog/2009/03/10/upgrading_and_redesigning/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 17:16:28 +0000</pubDate>
		<dc:creator>Matt Langeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daybreaks.ca/wordpress/?p=190</guid>
		<description><![CDATA[So I&#8217;ve finally gotten around to updating my website again&#8230; it&#8217;s been a while&#8230; over 3.5 years since the last real blog post&#8230; back when I was getting ready to move into York St. So far I&#8217;ve upgrade Movable Type and am playing around a new template. My &#8220;elsewhere&#8221; links have been switched over to [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve finally gotten around to updating my website again&#8230; it&#8217;s been a while&#8230; over 3.5 years since the last real blog post&#8230; back when I was getting ready to move into York St.</p>
<p>So far I&#8217;ve upgrade Movable Type and am playing around a new template. My &#8220;elsewhere&#8221; links have been switched over to use <a href="http://delicious.com/mklangeman">my delicious bookmarks</a>.</p>
<p>Hopefully I&#8217;ll find time to make some more changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://daybreaks.ca/blog/2009/03/10/upgrading_and_redesigning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweetness</title>
		<link>http://daybreaks.ca/blog/2005/08/11/sweetness/</link>
		<comments>http://daybreaks.ca/blog/2005/08/11/sweetness/#comments</comments>
		<pubDate>Thu, 11 Aug 2005 13:44:29 +0000</pubDate>
		<dc:creator>Matt Langeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daybreaks.ca/wordpress/?p=188</guid>
		<description><![CDATA[So apparently we have a place for the fall. Waiting till the last minute pays off again. I have yet to see it, but my sources say it&#8217;s a sweet deal. A bit far from the university, but nicer than your standard student house. See more progress on: find a place to live for Fall]]></description>
			<content:encoded><![CDATA[<div class="goalentry">So apparently we have a place for the fall. Waiting till the last minute pays off again. I have yet to see it, but my sources say it&#8217;s a sweet deal. A bit far from the university, but nicer than your standard student house.</div>
<div class="goalprogresslink">See more progress on: <a href="http://www.43things.com/people/progress/ultimatebling?on=677092">find a place to live for Fall</a></div>
]]></content:encoded>
			<wfw:commentRss>http://daybreaks.ca/blog/2005/08/11/sweetness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3rd Times a Charm</title>
		<link>http://daybreaks.ca/blog/2005/08/10/3rd_times_a_charm/</link>
		<comments>http://daybreaks.ca/blog/2005/08/10/3rd_times_a_charm/#comments</comments>
		<pubDate>Wed, 10 Aug 2005 14:19:27 +0000</pubDate>
		<dc:creator>Matt Langeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daybreaks.ca/wordpress/?p=187</guid>
		<description><![CDATA[So I’ve got it scheduled again… it’s the 3rd time now that I’ve scheduled and both other times I’ve canceled. So… Oct. 4, 2005 See more progress on: schedule shoulder surgery]]></description>
			<content:encoded><![CDATA[<div class="goalentry">So I’ve got it scheduled again… it’s the 3rd time now that I’ve scheduled and both other times I’ve canceled.</div>
<div class="goalentry"></div>
<div class="goalentry">So… Oct. 4, 2005</div>
<div class="goalprogresslink"></div>
<div class="goalprogresslink">See more progress on: <a href="http://www.43things.com/people/progress/ultimatebling?on=677079">schedule shoulder surgery</a></div>
]]></content:encoded>
			<wfw:commentRss>http://daybreaks.ca/blog/2005/08/10/3rd_times_a_charm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doing Things</title>
		<link>http://daybreaks.ca/blog/2005/08/01/doing_things/</link>
		<comments>http://daybreaks.ca/blog/2005/08/01/doing_things/#comments</comments>
		<pubDate>Mon, 01 Aug 2005 17:44:54 +0000</pubDate>
		<dc:creator>Matt Langeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daybreaks.ca/wordpress/?p=186</guid>
		<description><![CDATA[Woah&#8230; what&#8217;s going on? I&#8217;m actually posting something to the main section of my weblog. It must be something significant&#8230;. Well, while checking out Ruby on Rails apps I stumbled upon 43 Things. It&#8217;s a really simple idea, and well done too. It asks &#8220;What do you want to do with your life?&#8221; and allows [...]]]></description>
			<content:encoded><![CDATA[<p>Woah&#8230; what&#8217;s going on? I&#8217;m actually posting something to the main section of my weblog. It must be something significant&#8230;.</p>
<p>Well, while checking out <a href="http://wiki.rubyonrails.com/rails/show/RealWorldUsage"> Ruby on Rails apps</a> I stumbled upon <a href="http://www.43things.com/"> 43 Things</a>. It&#8217;s a really simple idea, and well done too. It asks &#8220;What do you want to do with your life?&#8221; and allows you to create a list of 43 things that you would like to do. The coolest part though is the social networking part of seeing other people&#8217;s goals and seeing who has similar goals.</p>
<p>As you can see, I got rid of that calendar and added my list of goals to the right side of my blog. The calendar was pretty stagnant and not useful. It&#8217;s all about doing things&#8230; and stuff&#8230; Well it&#8217;s more about setting goals and accomplishing them.</p>
]]></content:encoded>
			<wfw:commentRss>http://daybreaks.ca/blog/2005/08/01/doing_things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Structured Blogging</title>
		<link>http://daybreaks.ca/blog/2005/03/24/structured_blogging/</link>
		<comments>http://daybreaks.ca/blog/2005/03/24/structured_blogging/#comments</comments>
		<pubDate>Thu, 24 Mar 2005 10:27:54 +0000</pubDate>
		<dc:creator>Matt Langeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daybreaks.ca/wordpress/?p=185</guid>
		<description><![CDATA[Structured blogging is somethign that I&#8217;ve been too lazy to actually do. I first noticed it on kottke.org. He still does it a bit, but he used to do more with movie and book reviews. I&#8217;ve always thought it is a great idea. And it goes along with all of this tagging stuff. What I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://structuredblogging.com/"> Structured blogging</a> is somethign that I&#8217;ve been too lazy to actually do. I first noticed it on <a href="http://kottke.org/">kottke.org</a>. He still does it a bit, but he used to do more with movie and book reviews. I&#8217;ve always thought it is a great idea. And it goes along with all of this tagging stuff.</p>
<p>What I think would be cool is the ability to post, say a book review, to my weblog and have it automatically be sent to Amazon or some other review site.</p>
<p>With tagging It would also be possible to create aggregators that crawl weblogs looking for certain types of tagged content.</p>
]]></content:encoded>
			<wfw:commentRss>http://daybreaks.ca/blog/2005/03/24/structured_blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metadata becomes cool</title>
		<link>http://daybreaks.ca/blog/2005/03/10/metadata_becomes_cool/</link>
		<comments>http://daybreaks.ca/blog/2005/03/10/metadata_becomes_cool/#comments</comments>
		<pubDate>Thu, 10 Mar 2005 21:45:22 +0000</pubDate>
		<dc:creator>Matt Langeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daybreaks.ca/wordpress/?p=184</guid>
		<description><![CDATA[It is interesting to see what it takes for some technology to take off. It seems like it metadata for things such as photos and blogging has gotten a big boost from Flickr. But it&#8217;s not metadata&#8230; it&#8217;s called tagging. That makes it a lot easier for non-tech people to understand. But it&#8217;s pretty funny [...]]]></description>
			<content:encoded><![CDATA[<p>It is interesting to see what it takes for some technology to take off. It seems like it metadata for things such as photos and blogging has gotten a big boost from <a href="http://flickr.com/">Flickr</a>. But it&#8217;s not metadata&#8230; it&#8217;s called tagging. That makes it a lot easier for non-tech people to understand.</p>
<p>But it&#8217;s pretty funny <a href="http://www.businessweek.com/the_thread/techbeat/archives/00000040.htm"> reading what people say</a> about it.</p>
<blockquote><p>Blogs are about to evolve, however, thanks to an idea called tagging. Tagging is a software tweak that&#8217;s already used on photo-sharing site Flickr.com, for example. Here&#8217;s how it works: As the site&#8217;s users post their photos for everyone on Flickr.com to see, they tag a photo taken in, say, Iraq, with a tagline, &#8220;Iraq.&#8221;</p></blockquote>
<p>It seems so basic. The idea has been around forever. But with Flickr doing it actually becomes useful for a lot of people. And that&#8217;s what it takes to make it mainstream. I hope more people learn about this cool new idea of tagging.</p>
]]></content:encoded>
			<wfw:commentRss>http://daybreaks.ca/blog/2005/03/10/metadata_becomes_cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A9 Yellow Pages</title>
		<link>http://daybreaks.ca/blog/2005/02/02/a9_yellow_pages/</link>
		<comments>http://daybreaks.ca/blog/2005/02/02/a9_yellow_pages/#comments</comments>
		<pubDate>Wed, 02 Feb 2005 14:30:42 +0000</pubDate>
		<dc:creator>Matt Langeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daybreaks.ca/wordpress/?p=183</guid>
		<description><![CDATA[Wow. I&#8217;ve been checking out A9 again and looking deeper into what they are offering. They have some pretty cool stuff. I&#8217;ve been thinking for a while that local area search is going to become bigger, and they have taken it to a new level with their Yellow Pages. The display is better; it is [...]]]></description>
			<content:encoded><![CDATA[<p>Wow. I&#8217;ve been checking out <a href="http://a9.com/">A9</a> again and looking deeper into what they are offering. They have some pretty cool stuff. I&#8217;ve been thinking for a while that local area search is going to become bigger, and they have taken it to a new level with their Yellow Pages. The display is better; it is cleaner and it has some nice mouseover javascript to highlight locations on the map as you go through the list. The categorization is better; There is an understandable hierarchical structure for categories and when I search for &#8220;Food&#8221; I actually get a &#8220;Food &#038; Dining&#8221; category instead of &#8220;Grocery Stores&#8221; and &#8220;Vitamins &#038; Food Supplements&#8221;.</p>
<p>However, I think the biggest thing is that it has the Amazon review and recommendation system built into it. Each business gets it&#8217;s own page where people can review the business and even upload their own pictures. Furthermore, it allows (or at least seems to allow) users to update business information. Example: my local <a href="http://www.amazon.com/gp/yp/B0005FJPAG/102-5692013-5227350?">Domino&#8217;s back in Akron</a> ended up moving and is now located in Ephrata. However the old location is still shown in the Yellow Pages. So I clicked on &#8220;Update Business Info,&#8221; and filled in the new info. I&#8217;m hoping to see the change&#8230; we&#8217;ll see how long it takes.</p>
<p>The &#8220;Click to Call Business&#8221; feature also looks cool. I&#8217;ll have to try it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://daybreaks.ca/blog/2005/02/02/a9_yellow_pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

