<?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>larry borsato</title>
	<atom:link href="http://larryborsato.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://larryborsato.com/blog</link>
	<description>Unpredictable. Unfocused. Just like life.</description>
	<lastBuildDate>Wed, 01 Sep 2010 01:17:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RIM: Shooting themselves in the foot.</title>
		<link>http://larryborsato.com/blog/2010/08/rim-shooting-themselves-in-the-foot/</link>
		<comments>http://larryborsato.com/blog/2010/08/rim-shooting-themselves-in-the-foot/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 01:17:25 +0000</pubDate>
		<dc:creator>larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://larryborsato.com/blog/2010/08/rim-shooting-themselves-in-the-foot/</guid>
		<description><![CDATA[My new startup is well on its way. igotihav now has a website, a Facebook app, and an iPhone app. You&#8217;ll be hearing more about it now that I have time to blog more.
Apple took a while to approve the app. While I was waiting I completed most of the Android version. It&#8217;s in test [...]]]></description>
			<content:encoded><![CDATA[<p>My new startup is well on its way. <a href="http://igotihav.com">igotihav</a> now has a website, a <a href="http://apps.facebook.com/igotihav">Facebook app</a>, and an <a href="http://itunes.apple.com/ca/app/igotihav/id381199683?mt=8">iPhone app</a>. You&#8217;ll be hearing more about it now that I have time to blog more.
<p align="left">Apple took a while to approve the app. While I was waiting I completed most of the Android version. It&#8217;s in test now and will be coming soon. In fact, I had so much time that I decided to take a look at a BlackBerry version. </p>
<p align="left">I had heard horror stories about developing apps for the BlackBerry but just assumed that it was a bit more difficult than Android. After all, it was Java, and they did have an Eclipse plug-in, right?</p>
<p align="left">Well I&#8217;m here to tell you, all of the stories were right. I suppose this should have been my first clue:</p>
<p align="left"><a title="BBDZ_Action_Failed by lborsato, on Flickr" href="http://www.flickr.com/photos/lborsato/4946982412/"><img alt="BBDZ_Action_Failed" width="500" src="http://farm5.static.flickr.com/4085/4946982412_f470567a35.jpg" border="0" height="314"></a></p>
<p>That&#8217;s me attempting to log in to the BlackBerry Developer Zone and failing. And there is no place to &quot;contact the help desk&quot; by the way. When I emailed the webmaster I got this response:</p>
<blockquote><p><i>Thank you for contacting BlackBerryTechnical Support. <b>The email you submitted has not been delivered.</b> Please find many alternative support options below</i>.</p></blockquote>
<p>Hmmm. That was helpful. Not.</p>
<p>Oh well. So I downloaded the tools. I use Eclipse on my Mac so it should be fine. Wait. PC ONLY? Seriously?</p>
<p>Ok, so I&#8217;ll run under Parallels.So I install Eclipse and fire it up. But it doesn&#8217;t work so well with the BlackBerry simulator. RIM recommends their Java Development Environment(JDE). So I install that, and it works a bit better.</p>
<p>The simulator is another story. It seems that each version of the simulator is for a different OS version, and mocks up a different RIM device. I&#8217;m working in OS 6.0, so my simulator pretends to be the Torch 9800. Hmm. So that means that I can&#8217;t test my 6.0 code on a Bold? Or any other non-touchscreen device? Oh and it takes about 10 minutes to start up. Just imagine how many coffee breaks I&#8217;ve had in the past two weeks.</p>
<p>Fine. So I write some code, and things are humming away when I run it. Until I start to debug the code. Then the simulator starts throwing all kinds of exceptions around. Null pointer. Illegal state. You never liked my mother. Oops, sorry about that last one.</p>
<p>And this little gem:</p>
<p><a title="BlackBerry JVM Error 545 by lborsato, on Flickr" href="http://www.flickr.com/photos/lborsato/4946392973/"><img alt="BlackBerry JVM Error 545" width="436" src="http://farm5.static.flickr.com/4124/4946392973_6a6fc11e4a.jpg" border="0" height="500"></a></p>
<p>And my favorite one of all:</p>
<p><a title="CatastrophicAssertionFailure by lborsato, on Flickr" href="http://www.flickr.com/photos/lborsato/4946982366/"><img alt="CatastrophicAssertionFailure" width="465" src="http://farm5.static.flickr.com/4150/4946982366_7e3b3dbc60.jpg" border="0" height="500"></a></p>
<p>That one happened repeatedly whenever I typed a key into an EditField. So I switched from EditFields to TextFields. No visual cue that you should be entering text there in either case, but at least the TextField didn&#8217;t blow up. And these aren&#8217;t little blow ups. They require me to restart the Parallels virtual machine &#8211; reboot basically.</p>
<p>Then I tried to set a border on the field. The JDE walked me through the setBorder() method perfectly. Unfortunately the compile insists that even though the JDE thinks that it is there, it is an unknown method, and therefore simply will not work.</p>
<p>I&#8217;ve banged my head against the wall for two weeks trying to get these things to work and I will eventually prevail; I don&#8217;t give up that easily. But I have a point in writing this.</p>
<p>RIM makes a wonderful email device; people clearly love it. But though they aspire to be more they seem to be failing miserably at it. For a company that has been building BlackBerries for over 10 years, their SDK is abysmal, and their tools just awful. Their look and feel lags both Android and the iPhone, by at least one technology generation. I can forgive their PC only mentality as it is still dominant, but tools that have been around for years should work much better.</p>
<p>Forgetting the iPhone for a second, I was able to write the bulk of my Android app with fewer lines of Java code resulting in a much prettier and better working interface. The BlackBerry version looks like an old-school DOS application by comparison.</p>
<p>The best money RIM could spend would be to hire four or five bright developers and fix their SDK. Just match what Android does, because that should be enough for now. Worry about iPhone later because they are just out of their league right now.</p>
<p>And really, fix all of your products like Developer Zone. When I told people that I was developing a BlackBerry app they all asked &quot;Why?&quot;. You really don&#8217;t want to alienate the developers that you already have.</p>
<p>Stop shooting yourselves in the foot.</p>
<p>I&#8217;ll try to keep you all updated on my progress. And if you&#8217;re from RIM and want to talk to me, feel free to email me at larry@larryborsato.com. Even if you don&#8217;t agree with me.</p>
<div class="bleezer-tags:RIM,BlackBerry">
<p style="font-size:10px;text-align:right;">Technorati: <a href="http://www.technorati.com/tag/RIM" rel="tag">RIM</a> <a href="http://www.technorati.com/tag/BlackBerry" rel="tag">BlackBerry</a></p>
</div>
<div class="bleezer-powered">
<p style="font-size:10px;text-align:right;"><i>Powered by <a href="http://www.bleezer.com">Bleezer</a></i></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://larryborsato.com/blog/2010/08/rim-shooting-themselves-in-the-foot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why are textbooks still $200?</title>
		<link>http://larryborsato.com/blog/2010/08/why-are-textbooks-still-200/</link>
		<comments>http://larryborsato.com/blog/2010/08/why-are-textbooks-still-200/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 00:50:52 +0000</pubDate>
		<dc:creator>larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://larryborsato.com/blog/2010/08/why-are-textbooks-still-200/</guid>
		<description><![CDATA[Scott McNealy puts it very succinctly:
&#8220;Ten plus 10 has been 20 for a long time&#8221;
Textbooks are a multi-billion dollar market, for information that really doesn&#8217;t change. The internet and the world of open-source are forcing publishers to realize that things are changing though:
The nonprofit Curriki fits into an ever-expanding list of organizations that seek to [...]]]></description>
			<content:encoded><![CDATA[<p>Scott McNealy <a href="http://www.nytimes.com/2010/08/01/technology/01ping.html?_r=1&#038;scp=2&#038;sq=mcnealy&#038;st=cse">puts it very succinctly</a>:<br />
<blockquote><i><span style="line-height: 22px" class="Apple-style-span" align="left">&#8220;Ten plus 10 has been 20 for a long time</span></i><span style="line-height: 22px" class="Apple-style-span" align="left">&#8221;</span></p></blockquote>
<p align="left">Textbooks are a multi-billion dollar market, for information that really doesn&#8217;t change. The internet and the world of open-source are forcing publishers to realize that things are changing though:</p>
<blockquote><p><i>The nonprofit Curriki fits into an ever-expanding list of organizations that seek to bring the blunt force of Internet economics to bear on the education market. Even the traditional textbook publishers agree that the days of tweaking a few pages in a book just to sell a new edition are coming to an end. </i></p></blockquote>
<p align="left">I&#8217;ve often heard the comment that students are forced to deal with 20 year old textbooks. So what? Math hasn&#8217;t changed substantially since I was in school. And I doubt that English classes have kept up with modern literature either.</p>
<p align="left">But why can&#8217;t we have free and open source textbooks?</p>
<p align="left">They could have editors who assure that information is correct, and we could allow virtually anyone who wants to contribute. Wikipedia has grown exactly that way. And there is absolutely no reason college students should be forced to pay for this year&#8217;s brand new edition when the information is the same.</p>
<p align="left">Open-source textbooks could include video and other media, and could keep up with the current state of each subject.</p>
<p align="left">It is ridiculous to have to pay $200 for a printed copy &#8211; therefore obsolete by definition &#8211; of information that hasn&#8217;t changed in decades.</p>
<div class="bleezer-tags:textbooks,education">
<p style="font-size:10px;text-align:right;">Technorati: <a href="http://www.technorati.com/tag/textbooks" rel="tag">textbooks</a> <a href="http://www.technorati.com/tag/education" rel="tag">education</a></p>
</div>
<div class="bleezer-powered">
<p style="font-size:10px;text-align:right;"><i>Powered by <a href="http://www.bleezer.com">Bleezer</a></i></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://larryborsato.com/blog/2010/08/why-are-textbooks-still-200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congress shall make no law&#8230;</title>
		<link>http://larryborsato.com/blog/2010/07/congress-shall-make-no-law/</link>
		<comments>http://larryborsato.com/blog/2010/07/congress-shall-make-no-law/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 00:53:35 +0000</pubDate>
		<dc:creator>larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://larryborsato.com/blog/2010/07/congress-shall-make-no-law/</guid>
		<description><![CDATA[The First Amendment to the United States Constitution is as follows:
Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.
It [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/First_Amendment_to_the_United_States_Constitution">First Amendment to the United States Constitution</a> is as follows:<br />
<blockquote><i><b>Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.</b></i></p></blockquote>
<p align="left">It is beautiful in its simplicity. Elegant speech, no superfluous words, and direct to the point. Protecting rights and freedoms.</p>
<p align="left">I feel it necessary to remind everyone of that amendment, because the Democrats currently in power <a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2010/07/28/EDPO1EL5JV.DTL">seem to have forgotten what it means</a>:</p>
<blockquote><p><i>The bill isn&#8217;t simply a spending disclosure reform; the Disclose Act also wouldbar&quot;electioneering communications&quot; by corporations that have government contracts worth more than $10 million, received TARP funds or are controlled by foreign entities. So it&#8217;s not simply about disclosure, it&#8217;s also about suppressing free speech. </i>
<p><i>You also would not know that while proponents frame the bill as a response to theU.S. Supreme Court&#8217;s 5-4 Citizens United ruling, which lifted restrictions on independent political advertising by labor and corporations, the House version of the bill imposed restrictions on the above corporations &#8211; with no parallel restrictions on labor. </i></p>
</blockquote>
<p>Another view from the <a href="http://www.newsmax.com/Headline/disclose-act-bruce-josten/2010/06/25/id/363140">U.S.Chamber of Commerce</a>:</p>
<blockquote><p><i>The administration declared Monday that the Disclose Act &quot;takes great strides to hold corporations who participate in the Nation&#8217;s elections accountable to the American people. As this is a matter of urgent importance, the administration urges prompt passage of the Disclose Act.&quot; </i>
<p><i>But Josten says the act would heavily restrict the rights of more than 100,000 associations nationwide to run ads expressing their political views. </i></p>
<p><i>Groups opposing the measure span the political continuum, including the ACLU, the Sierra Club, PIRG (the federation of state public interest research groups), the chamber and many others. </i></p>
<p><i>The chamber recently called the bill a &quot;desperate attempt&quot; by Democrats to grab a political advantage in the midterm elections.</i></p>
</blockquote>
<p>And from <a href="http://blogs.dailymail.com/donsurber/archives/18474">Don Surber</a>:</p>
<blockquote><p><i>Apparently our government is run by people who do not understand what &#8220;no law&#8221; means.</i></p></blockquote>
<p>Indeed.</p>
<div class="bleezer-tags:freedom,constitution,free speech">
<p style="font-size:10px;text-align:right;">Technorati: <a href="http://www.technorati.com/tag/freedom" rel="tag">freedom</a> <a href="http://www.technorati.com/tag/constitution" rel="tag">constitution</a> <a href="http://www.technorati.com/tag/free+speech" rel="tag">free speech</a></p>
</div>
<div class="bleezer-powered">
<p style="font-size:10px;text-align:right;"><i>Powered by <a href="http://www.bleezer.com">Bleezer</a></i></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://larryborsato.com/blog/2010/07/congress-shall-make-no-law/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kids need a break too.</title>
		<link>http://larryborsato.com/blog/2010/06/kids-need-a-break-too/</link>
		<comments>http://larryborsato.com/blog/2010/06/kids-need-a-break-too/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 18:57:24 +0000</pubDate>
		<dc:creator>larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://larryborsato.com/blog/2010/06/kids-need-a-break-too/</guid>
		<description><![CDATA[Canadians are all work and no play:
Sit-down family dinners are rare in the Grunling home. Myles, 16, and Colin, 14, play soccer on teams coached by their father. Crystal Grunling and her husband, Manfred, work full-time jobs, and the boys, in Grades 11 and 8, attend different schools. 
&#8220;We&#8217;re running every night of the week,&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Canadians are <a href="http://www.theglobeandmail.com/news/national/canadians-leisure-time-shrinking/article1604253/">all work and no play</a>:<br />
<blockquote><i>Sit-down family dinners are rare in the Grunling home. Myles, 16, and Colin, 14, play soccer on teams coached by their father. Crystal Grunling and her husband, Manfred, work full-time jobs, and the boys, in Grades 11 and 8, attend different schools. </i>
<p><i>&#8220;We&#8217;re running every night of the week,&#8221; said Ms. Grunling, 44, a program director with the Edmonton Minor Soccer Association. &#8220;We have practices for one or the other, games for one or the other. It just never stops. </i></p>
</blockquote>
<p>To be fair, Americans are just as time-crunched. But we often do it to ouselves. And what are we teaching our children?</p>
<p>When I was a kid my parents didn&#8217;t schedule our lives every minute of the day. We played, in a totally non-structured format, with our friends. We ran, jumped, climbed trees, and did a lot of stuff that would make parents choke today. Those same parents who did all of that stuff themselves.</p>
<p>Somewhere along the line somebody decided that we needed to program every moment of our kids lives, or we were bad parents.</p>
<p>That&#8217;s just wrong. As parents we should spend time with our kids, letting them do things that they enjoy doing with us. And the rest of the time we need to let them play. Unscheduled play.</p>
<p>Maybe when we can let our kids have a break we can relearn that it&#8217;s ok to relax occasionally too. And maybe put down the BlackBerry and forget about work for a few minutes. Then we will be teaching the kids a valuable lesson. That there is a time for work, and a time for play.</p>
</p>
<p align="left">
<div class="bleezer-tags:life,leisure,work">
<p style="font-size:10px;text-align:right;">Technorati: <a href="http://www.technorati.com/tag/life" rel="tag">life</a> <a href="http://www.technorati.com/tag/leisure" rel="tag">leisure</a> <a href="http://www.technorati.com/tag/work" rel="tag">work</a></p>
</div>
<div class="bleezer-powered">
<p style="font-size:10px;text-align:right;"><i>Powered by <a href="http://www.bleezer.com">Bleezer</a></i></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://larryborsato.com/blog/2010/06/kids-need-a-break-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When technology stops being technology.</title>
		<link>http://larryborsato.com/blog/2010/06/when-technology-stops-being-technology/</link>
		<comments>http://larryborsato.com/blog/2010/06/when-technology-stops-being-technology/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 19:37:49 +0000</pubDate>
		<dc:creator>larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://larryborsato.com/blog/2010/06/when-technology-stops-being-technology/</guid>
		<description><![CDATA[Via Seth Godin:
I saw a two-year old kid (in diapers, in a stroller), using an iPod Touch today. Not just looking at it, but browsing menus and interacting. This is a revolution, guys.
I&#8217;ve said it before and I&#8217;ll say it again. The iPad is often written off, but when I saw it announced I believed [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Via <a href="http://feedproxy.google.com/~r/typepad/sethsmainblog/~3/YCft2WDmp94/paperback-kindle.html">Seth Godin</a>:</p>
<blockquote><p><i>I saw a two-year old kid (in diapers, in a stroller), using an iPod Touch today. Not just looking at it, but browsing menus and interacting. This is a revolution, guys.</i></p></blockquote>
<p align="left">I&#8217;ve said it before and I&#8217;ll say it again. The iPad is often written off, but when I saw it announced I believed that it was the single most important advance in computing technology since I started working with computers many years ago.</p>
<p align="left">The iPhone and the iPad have ushered in an era where technology has ceased to be technology and has become a tool we use in our everyday lives &#8211; casual, intuitive tools that do just what the average person wants them to do.And they&#8217;re comfortable for all age groups, from the very young, to the very old.</p>
<div class="bleezer-tags:technology,life">
<p style="font-size:10px;text-align:right;">Technorati: <a href="http://www.technorati.com/tag/technology" rel="tag">technology</a> <a href="http://www.technorati.com/tag/life" rel="tag">life</a></p>
</div>
<div class="bleezer-powered">
<p style="font-size:10px;text-align:right;"><i>Powered by <a href="http://www.bleezer.com">Bleezer</a></i></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://larryborsato.com/blog/2010/06/when-technology-stops-being-technology/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Doing more of less.</title>
		<link>http://larryborsato.com/blog/2010/06/doing-more-of-less/</link>
		<comments>http://larryborsato.com/blog/2010/06/doing-more-of-less/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 15:14:14 +0000</pubDate>
		<dc:creator>larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://larryborsato.com/blog/2010/06/doing-more-of-less/</guid>
		<description><![CDATA[Today&#8217;s Financial Post suggests that AT&#38;T&#8217;s move to drop their unlimited data plan may boost RIM because customers realize they can to more with less bandwidth:
The benefit for Waterloo-based Research In Motion, who makes the Blackberry, could be in current iPhone users realizing they can get more out of RIM&#8217;s device. 

&#8220;Now, as RIM is [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Today&#8217;s Financial Post suggests that <a href="http://business.financialpost.com/2010/06/02/atts-new-tiered-pricing-could-hurt-iphone-boost-blackberry-market-share/">AT&amp;T&#8217;s move to drop their unlimited data plan may boost RIM</a> because customers realize they can to more with less bandwidth:</p>
<blockquote><p><i>The benefit for Waterloo-based Research In Motion, who makes the Blackberry, could be in current iPhone users realizing they can get more out of RIM&#8217;s device. </i></p></blockquote>
<p style="padding-top: 0px; margin-left: 0px; margin-top: 0px; padding-right: 0px; margin-bottom: 0; line-height: 1.25em; padding-left: 0px; margin-right: 0px; padding-bottom: 0px">
<blockquote><p><i>&#8220;Now, as RIM is poised to unveil BlackBerry 6 on new smart phones with improved browsing and UI, BlackBerry users may realize they can &#8216;do more&#8217; under caps vs. iPhone (e.g. 3x browsing), while some iPhone/Android users may suffer from &#8216;bill shock&#8217; if they breach caps unintentionally.&#8221; </i></p></blockquote>
<blockquote><p><i>This could especially apply to business users, who tend to consume more data than the average customer</i>.</p></blockquote>
<p align="left">This is a fallacy. The truth is that users of smartphones such as the iPhone simply do more. As early as 2008, <a href="http://www.intomobile.com/2008/02/21/apple-iphone-generates-50-times-more-google-searches-than-any-other-mobile-device.html">Google noted that search traffic from iPhones was 50 times greater than any other smartphone</a>.</p>
<p align="left">With far better browsers users do more surfing on iPhones and Android-based phones than they do on BlackBerry phones. Watching video is a better experience as well, leading to more usage. Twitter, Facebook, as well as posting photos and video are simpler. And the proliferation of apps for those other platforms leads to even more data usage.</p>
<p align="left">With its current OS, the BlackBerry still tends to be used as an email device, leading to an overall lower data usage. BlackBerry users don&#8217;t do more; they just do more of less.</p>
<div class="bleezer-tags:RIM,iPhone,AT&#038;T,smartphones">
<p style="font-size:10px;text-align:right;">Technorati: <a href="http://www.technorati.com/tag/RIM" rel="tag">RIM</a> <a href="http://www.technorati.com/tag/iPhone" rel="tag">iPhone</a> <a href="http://www.technorati.com/tag/AT&#038;T" rel="tag">AT&#038;T</a> <a href="http://www.technorati.com/tag/smartphones" rel="tag">smartphones</a></p>
</div>
<div class="bleezer-powered">
<p style="font-size:10px;text-align:right;"><i>Powered by <a href="http://www.bleezer.com">Bleezer</a></i></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://larryborsato.com/blog/2010/06/doing-more-of-less/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Competition is a fact of life. Deal with it.</title>
		<link>http://larryborsato.com/blog/2010/06/competition-is-a-fact-of-life-deal-with-it/</link>
		<comments>http://larryborsato.com/blog/2010/06/competition-is-a-fact-of-life-deal-with-it/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 16:13:20 +0000</pubDate>
		<dc:creator>larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://larryborsato.com/blog/2010/06/competition-is-a-fact-of-life-deal-with-it/</guid>
		<description><![CDATA[It&#8217;s unfortunate that everyone can&#8217;t be the winner in any particular sporting event, but you can&#8217;t make things better by punishing those that do win:
In yet another nod to the protection of fledging self-esteem, an Ottawa children&#8217;s soccer league has introduced a rule that says any team that wins a game by more than five [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s unfortunate that everyone can&#8217;t be the winner in any particular sporting event, but you can&#8217;t make things better by <a href="http://www.nationalpost.com/news/story.html?id=3094755">punishing those that do win</a>:<br />
<blockquote><i>In yet another nod to the protection of fledging self-esteem, an Ottawa children&#8217;s soccer league has introduced a rule that says any team that wins a game by more than five points will lose by default. </i>
<p><i>The Gloucester Dragons Recreational Soccer league&#8217;s newly implemented edict is intended to dissuade a runaway game in favour of sportsmanship. The rule replaces its five-point mercy regulation, whereby any points scored beyond a five-point differential would not be registered. </i></p>
</blockquote>
<p align="left">Even from a very young age kids know enough to play to win, and even if adults pretend differently, the kids know the truth. They can count. And we certainly don&#8217;t improve their self-confidence by lying to them.</p>
<p align="left">It surprises me that Canadians, competitive to the death where hockey is concerned, would introduce such a stupid rule. What happens in ten or fifteen years when we&#8217;ve taught these kids to expect that the loser suddenly is the winner? We&#8217;ve given them no incentive to win; in fact we&#8217;ve taught them to lose.</p>
<p align="left">
<p align="left">
<div class="bleezer-tags:competition,sports">
<p style="font-size:10px;text-align:right;">Technorati: <a href="http://www.technorati.com/tag/competition" rel="tag">competition</a> <a href="http://www.technorati.com/tag/sports" rel="tag">sports</a></p>
</div>
<div class="bleezer-powered">
<p style="font-size:10px;text-align:right;"><i>Powered by <a href="http://www.bleezer.com">Bleezer</a></i></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://larryborsato.com/blog/2010/06/competition-is-a-fact-of-life-deal-with-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Give us more money.</title>
		<link>http://larryborsato.com/blog/2010/05/give-us-more-money/</link>
		<comments>http://larryborsato.com/blog/2010/05/give-us-more-money/#comments</comments>
		<pubDate>Fri, 28 May 2010 18:41:25 +0000</pubDate>
		<dc:creator>larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://larryborsato.com/blog/2010/05/give-us-more-money/</guid>
		<description><![CDATA[From today&#8217;s National Post, Canada&#8217;s mayors are calling for a &#8216;new partnership&#8217;:
Canada&#8217;s big city mayors are calling for &#34;a new partnership&#34; between all levels of government, so municipalities don&#8217;t have to continuously ask for more funding to deliver services and meet infrastructure needs. 
As the article notes, this is just code for a more one-sided [...]]]></description>
			<content:encoded><![CDATA[<p>From today&#8217;s National Post, <a href="http://www.nationalpost.com/news/canada/story.html?id=3080521">Canada&#8217;s mayors are calling for a &#8216;new partnership&#8217;</a>:<br />
<blockquote><i>Canada&#8217;s big city mayors are calling for &quot;a new partnership&quot; between all levels of government, so municipalities don&#8217;t have to continuously ask for more funding to deliver services and meet infrastructure needs. </i></p></blockquote>
<p align="left">As the article notes, this is just code for a more one-sided partnership:</p>
<blockquote><p><i>The mayors were light on specifics, pointing instead to areas of unified concern like transit, and a national affordable housing strategy. </i>
<p><i>Toronto Mayor David Miller said there is already evidence in place of partnerships that work, like the federal gas tax transfer, the GST rebate and stimulus spending through the Building Canada Fund, the latter of which has created jobs and softened the blow of the recession. </i></p>
</blockquote>
<p align="left">This just boils down to &quot;<b><i>Give us more money</i></b>&quot;.</p>
<p align="left">Which they will then fritter away until a year or so from now when they go back, hat in hand, for more money for the very same things they promised to do last time but didn&#8217;t.</p>
<div class="bleezer-tags:Canada,mayors,municipalities">
<p style="font-size:10px;text-align:right;">Technorati: <a href="http://www.technorati.com/tag/Canada" rel="tag">Canada</a> <a href="http://www.technorati.com/tag/mayors" rel="tag">mayors</a> <a href="http://www.technorati.com/tag/municipalities" rel="tag">municipalities</a></p>
</div>
<div class="bleezer-powered">
<p style="font-size:10px;text-align:right;"><i>Powered by <a href="http://www.bleezer.com">Bleezer</a></i></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://larryborsato.com/blog/2010/05/give-us-more-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do property assessments always go up?</title>
		<link>http://larryborsato.com/blog/2010/05/why-do-property-assessments-always-go-up/</link>
		<comments>http://larryborsato.com/blog/2010/05/why-do-property-assessments-always-go-up/#comments</comments>
		<pubDate>Wed, 26 May 2010 19:58:45 +0000</pubDate>
		<dc:creator>larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://larryborsato.com/blog/2010/05/why-do-property-assessments-always-go-up/</guid>
		<description><![CDATA[Apparently Canadian homes are overvalued, according to today&#8217;s Financial Post:
A new report from one of the country&#8217;s major banks says house prices in Canada are sitting 14% over their &#34;fair&#34; value.
Strangely, the Municipal Property Assessment Corporation (MPAC) has nothing about this on their website. That might suggest that their assessments are incorrect, and municipalities would [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently Canadian homes are overvalued, according to <a href="http://www.financialpost.com/news-sectors/features/story.html?id=3070159">today&#8217;s Financial Post</a>:<br />
<blockquote><i>A new report from one of the country&#8217;s major banks says house prices in Canada are sitting 14% over their &quot;fair&quot; value.</i></p></blockquote>
<p align="left">Strangely, the <a href="http://www.mpac.ca/">Municipal Property Assessment Corporation (MPAC)</a> has nothing about this on their website. That might suggest that their assessments are incorrect, and municipalities would certainly be none too happy if assessments were actually correct, meaning that they extract as much property tax from homeowners.</p>
<p align="left">My last assessment increased the value of my house by 20%, what according to this report it should be more like 6%.</p>
<p align="left">Isn&#8217;t it odd that, regardless of circumstances, assessments always go up and never down?</p>
<div class="bleezer-tags:assessment,property tax">
<p style="font-size:10px;text-align:right;">Technorati: <a href="http://www.technorati.com/tag/assessment" rel="tag">assessment</a> <a href="http://www.technorati.com/tag/property+tax" rel="tag">property tax</a></p>
</div>
<div class="bleezer-powered">
<p style="font-size:10px;text-align:right;"><i>Powered by <a href="http://www.bleezer.com">Bleezer</a></i></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://larryborsato.com/blog/2010/05/why-do-property-assessments-always-go-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patriotism versus Nationalism.</title>
		<link>http://larryborsato.com/blog/2010/03/patriotism-versus-nationalism/</link>
		<comments>http://larryborsato.com/blog/2010/03/patriotism-versus-nationalism/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 02:09:47 +0000</pubDate>
		<dc:creator>larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://larryborsato.com/blog/2010/03/patriotism-versus-nationalism/</guid>
		<description><![CDATA[From a letter to the editor from Brian Timmins in today&#8217;s National Post comes these excellent definitions:
Patriotism: Patriotism is an expression of love for one&#8217;s country as it is, a truthful appraisal, maybe loud and garish but not demeaning to others, and most of all never founded on ignorance. 
Nationalism: Nationalism turns true patriot love [...]]]></description>
			<content:encoded><![CDATA[<p>From a letter to the editor from Brian Timmins in today&#8217;s National Post comes <a href="http://www.nationalpost.com/opinion/story.html?id=2653332">these excellent definitions</a>:<br />
<blockquote><b><i>Patriotism:</i></b><i> Patriotism is an expression of love for one&#8217;s country as it is, a truthful appraisal, maybe loud and garish but not demeaning to others, and most of all never founded on ignorance. </i>
<p><b><i>Nationalism:</i></b><i> Nationalism turns true patriot love into a false premise that we are the best people and therefore have a God given right to tell others what to do.</i></p>
</blockquote>
<div class="bleezer-tags:definitions">
<p style="font-size:10px;text-align:right;">Technorati: <a href="http://www.technorati.com/tag/definitions" rel="tag">definitions</a></p>
</div>
<div class="bleezer-powered">
<p style="font-size:10px;text-align:right;"><i>Powered by <a href="http://www.bleezer.com">Bleezer</a></i></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://larryborsato.com/blog/2010/03/patriotism-versus-nationalism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
