<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>The Chandler Project Blog &#187; Public Events</title>
	<link>http://blog.chandlerproject.org</link>
	<description></description>
	<pubDate>Fri, 09 May 2008 18:05:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>OSCON wrapups</title>
		<link>http://blog.chandlerproject.org/2007/08/03/oscon-wrapups/</link>
		<comments>http://blog.chandlerproject.org/2007/08/03/oscon-wrapups/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 05:46:41 +0000</pubDate>
		<dc:creator>Ted Leung</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[OSAF]]></category>

		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2007/08/03/oscon-wrapups/</guid>
		<description><![CDATA[OSCON wrapups from various OSAF folks have started to appear:
Adam ChristianTed LeungBrian MoseleyMikeal RogersMatthew EernisseUpdate: added reports from Mikeal Rogers and Matthew Eernisse
]]></description>
			<content:encoded><![CDATA[<p>OSCON wrapups from various OSAF folks have started to appear:
<ul><li><a href="http://t0asted.com/sblog/index.php?entry=entry070731-160243">Adam Christian</a></li><li><a href="http://www.sauria.com/blog/2007/08/03/oscon-2007/">Ted Leung</a></li><li><a href="http://bcm.vox.com/library/post/oscon-wrapup.html">Brian Moseley</a></li><li><a href="http://semanticmikeal.com/2007/08/oscon-2007.html">Mikeal Rogers</a></li><li><a href="http://www.fleegix.org/articles/2007/08/07/oscon-2007">Matthew Eernisse</a></li></ul><strong>Update</strong>: added reports from Mikeal Rogers and Matthew Eernisse</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2007/08/03/oscon-wrapups/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Brian&#8217;s EuroPython Wrap up!</title>
		<link>http://blog.chandlerproject.org/2007/07/24/brians-europython-wrap-up/</link>
		<comments>http://blog.chandlerproject.org/2007/07/24/brians-europython-wrap-up/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 00:41:14 +0000</pubDate>
		<dc:creator>bkirsch</dc:creator>
		
		<category><![CDATA[Chandler Desktop Development]]></category>

		<category><![CDATA[OSAF]]></category>

		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2007/07/24/brians-europython-wrap-up/</guid>
		<description><![CDATA[Well I just got back from EuroPython 2007 held in Vilnius, Lithuania.

EuroPython was definitely smaller than our American Pycon counterpart and the diversity
of talks more limited. 

My favorite talk was on Streaming with Python, Twisted, and GStreamer.

I particularly enjoyed meeting developers on that side of the hemisphere 
who don&#8217;t normal make it to the American [...]]]></description>
			<content:encoded><![CDATA[<p>Well I just got back from EuroPython 2007 held in Vilnius, Lithuania.</p>

<p>EuroPython was definitely smaller than our American Pycon counterpart and the diversity
of talks more limited. </p>

<p>My favorite talk was on Streaming with Python, Twisted, and GStreamer.</p>

<p>I particularly enjoyed meeting developers on that side of the hemisphere 
who don&#8217;t normal make it to the American conferences. Overall, EuroPython
had a very intimate feel.</p>

<p>On July 10th, I gave a lightening talk on Chandler which went very well.</p>

<p>I was trying to figure out how to capture all the functionality of Chandler in 5 minutes
or less of speech time. I decided to run our Functional Test Framework while
describing the different features Chandler has as the suite was creating new
collections, new items, stamping, configuring accounts, sending email, publishing
collections, and subscribing to collections. All in all I was able to show a large
amount of Chandler functionality this way in under 3 minutes.</p>

<p>I then quit the tests and switch to a running version of Chandler
spending the last two minutes demonstrating how internationalization and the plug-in
framework work in Chandler. Specifically, I did an Amazon search for
Scott Rosenberg and showed the collection results as well as an EVDB search
for Opera in San Francisco.</p>

<p>I got a very good reception from the audience. As many people had not
been following Chandler in a while they were surprised at how
much recent progress had been made.</p>

<p>On July 11th, I gave my Internationalizing in Python: Chandler a case study presentation.
It went very well also. There was strong turn out and I think may people were
surprised out how hard it is to actually Internationalize / localize an application in Python.</p>

<p>In addition to showing slides I gave code examples of EggTranslations,
PyICU, and how to create localization eggs using the Chandler tools.</p>

<p>You can view photos from the conference as well as access my presentation slides at:</p>

<p>http://people.osafoundation.org/bkirsch/europython/</p>

<p>On July 12th and 13th I hosted two days of Sprints on localizing Chandler.</p>

<p>I must say I learned a great deal. One thing that I had not considered is 
that localizers also make a very good focus group on Chandler usability. Since none of 
the translators had worked in depth with Chandler before, it was not only an exercise in how 
easy is the application to localize but also how easy is it for someone to start Chandler and 
grasp the concepts the application offers.</p>

<p>There were many issued raised at the Sprint including bugs in the Chandler code that are hindering a
complete localization, better tools that need to be provided for localization, and ways that we need to
better organize our strings in code to create a usable Chandler.pot for translators to work with.</p>

<p>I would classify those two days as providing the last few missing pieces regarding Chandler&#8217;s localization 
strategy.</p>

<p>I am excited to get started on providing the user community with the ability to localize Chandler in
our 0.7.1 release which will follow Preview.</p>

<p>I have summarized the entire experience of the Sprints and next steps for Chandler i18n / l10n
as well as included a link to the Swedish translation egg created during the Sprints here:</p>

<p>http://people.osafoundation.org/bkirsch/postsprint/</p>

<p>-Brian Kirsch</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2007/07/24/brians-europython-wrap-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chandler at OSCON</title>
		<link>http://blog.chandlerproject.org/2007/07/19/chandler-at-oscon/</link>
		<comments>http://blog.chandlerproject.org/2007/07/19/chandler-at-oscon/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 01:09:42 +0000</pubDate>
		<dc:creator>Ted Leung</dc:creator>
		
		<category><![CDATA[Chandler Desktop Development]]></category>

		<category><![CDATA[Chandler Server Development]]></category>

		<category><![CDATA[Community]]></category>

		<category><![CDATA[OSAF]]></category>

		<category><![CDATA[Public Events]]></category>

		<category><![CDATA[Windmill]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2007/07/19/chandler-at-oscon/</guid>
		<description><![CDATA[OSCON is next week in Portland and a number of folks from the Chandler project will be there.

Wednesday morning, Ted Leung and Mimi Yin will be giving a presentation &#8220;Open Design, Not by Committee&#8221;, about our experiences incorporating designers into an open source development process.

Katie Parlante will be giving a Chandler project update during the [...]]]></description>
			<content:encoded><![CDATA[<p>OSCON is next week in Portland and a number of folks from the Chandler project will be there.</p>

<p>Wednesday morning, Ted Leung and Mimi Yin will be giving a <a href="http://conferences.oreillynet.com/cs/os2007/view/e_sess/12674">presentation</a> &#8220;Open Design, Not by Committee&#8221;, about our experiences incorporating designers into an open source development process.</p>

<p>Katie Parlante will be giving a Chandler project update during the &#8220;<a href="http://conferences.oreillynet.com/cs/os2007/view/e_sess/13144">State of Lightning Talks</a>&#8221; on Thursday morning</p>

<p>Also on Thursday morning, Mikeal Rogers and Adam Christian will be <a href="http://conferences.oreillynet.com/cs/os2007/view/e_sess/12321">talking</a> about <a href="http://windmill.osafoundation.org/trac">Windmill</a>, the tool that we use to test the AJAX based user interface for Chandler Server (Cosmo).</p>

<p>There will also be a Chandler <a href="http://conferences.oreillynet.com/cs/os2007/view/e_sess/14808">BOF</a> on Thursday night, so please come by and say &#8220;Hi&#8221;.   Since the Preview release is just around the corner, now would be a great time to check in and find out what&#8217;s been happening.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2007/07/19/chandler-at-oscon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OSAF design presentations in March</title>
		<link>http://blog.chandlerproject.org/2006/03/02/osaf-design-presentations-in-march/</link>
		<comments>http://blog.chandlerproject.org/2006/03/02/osaf-design-presentations-in-march/#comments</comments>
		<pubDate>Thu, 02 Mar 2006 22:49:49 +0000</pubDate>
		<dc:creator>OSAF</dc:creator>
		
		<category><![CDATA[OSAF]]></category>

		<category><![CDATA[Product Design]]></category>

		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://wp.osafoundation.org/2006/03/02/osaf-design-presentations-in-march/</guid>
		<description><![CDATA[Mimi Yin is the interaction designer for OSAF where she designs the visual interface for Chandler. In March she will be participating in three different forums talking about issues that drive user interface design for Chandler.9 March 2006, O&#8217;Reilly Emerging Technology Conference, San Diego., Personal Information Architecture and Chandler.14 March 2006, The San Francisco Bay [...]]]></description>
			<content:encoded><![CDATA[<p><i></i><i></i>Mimi Yin is the interaction designer for OSAF where she designs the visual interface for Chandler. In March she will be participating in three different forums talking about issues that drive user interface design for Chandler.<br /><b><br />9 March 2006</b>, O&#8217;Reilly Emerging Technology Conference, San Diego., <a href="http://conferences.oreillynet.com/cs/et2006/view/e_sess/9067"><i>Personal Information Architecture and Chandler</i></a>.<br /><br /><b>14 March 2006</b>, The San Francisco Bay Area Chapter of ACM&nbsp;SIGCHI 7:30-9:30 pm. <i><a href="http://www.baychi.org/program/#1">Getting Things Done: Technology and Practice.</a><br /><br /></i><b>27 March 2006,</b> 7th Information Architecture Summit, Vancouver, BC., <a href="http://iasummit.org/2006/conferencedescrip.htm#129"><i>Tagging and Beyond: Personal, Social and Collaborative Information Architecture</i></a><br /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2006/03/02/osaf-design-presentations-in-march/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OSAF events at Pycon</title>
		<link>http://blog.chandlerproject.org/2006/02/24/osaf-events-at-pycon/</link>
		<comments>http://blog.chandlerproject.org/2006/02/24/osaf-events-at-pycon/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 22:46:07 +0000</pubDate>
		<dc:creator>OSAF</dc:creator>
		
		<category><![CDATA[Chandler Desktop Development]]></category>

		<category><![CDATA[OSAF]]></category>

		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://wp.osafoundation.org/2006/02/24/osaf-events-at-pycon/</guid>
		<description><![CDATA[OSAF is going to have a slightly larger than normal presence at Pycon this year (24-26 February 2006 in Addison, Texas near Dallas). Three members of the OSAF staff are giving presentations.
For details see the blog entry OSAF at Pycon.
]]></description>
			<content:encoded><![CDATA[<p>OSAF is going to have a slightly larger than normal presence at <a href="http://us.pycon.org/TX2006/HomePage">Pycon</a> this year (24-26 February 2006 in Addison, Texas near Dallas). Three members of the OSAF staff are giving presentations.
For details see the blog entry <a href="http://wp.osafoundation.org/2006/02/22/osaf-at-pycon/">OSAF at Pycon.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2006/02/24/osaf-events-at-pycon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quicksilver and a simple command line interface for Chandler</title>
		<link>http://blog.chandlerproject.org/2006/02/02/quicksilver-and-a-simple-command-line-interface-for-chandler/</link>
		<comments>http://blog.chandlerproject.org/2006/02/02/quicksilver-and-a-simple-command-line-interface-for-chandler/#comments</comments>
		<pubDate>Fri, 03 Feb 2006 01:16:29 +0000</pubDate>
		<dc:creator>Ted Leung</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Product Design]]></category>

		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://wp.osafoundation.org/?p=144</guid>
		<description><![CDATA[A few weeks ago, we had some sprints for the OSAF staff.   These were kind of blue sky sprints and people worked on pretty much whatever they felt like (if you are looking for cool project ideas related to Chandler, there are a bunch of those there as well).

Morgen had worked up a [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, we had some <a href="http://wiki.osafoundation.org/bin/view/Journal/JanuarySprints2006">sprints</a> for the OSAF staff.   These were kind of blue sky sprints and people worked on pretty much whatever they felt like (if you are looking for cool project ideas related to Chandler, there are a bunch of those there as well).</p>

<p>Morgen had worked up a simple XML-RPC server which allowed him to build an OS X Dashboard widget that could get information out of Chandler.   That, <a href="http://lists.osafoundation.org/pipermail/design/2006-January/003772.html">discussions</a> we&#8217;ve had about building a simple command line interface into Chandler, and the <a href="http://kinkless.com/">KGTD</a> Quicksilver Action were the inspiration for a quick hack.</p>

<p>The KGTD Quicksilver action allows you to use Quicksilver&#8217;s text entry facilities to dump ideas or reminders or whatever into KGTD right from Quicksilver.  It provides a quick, unobtrusive mechanism for collecting stuff that you need to get out of your head and into your Getting Things Done (GTD) system.</p>

<p>What I did was to do a similar thing, but instead of sending the text to KGTD, I send the text to Chandler via XML-RPC.  And instead of sending just a piece of text, I implemented a <strong>very stupid</strong> command line interface to Chandler.   The XML-RPC servlet and the command line processor are now checked into Chandler&#8217;s subversion repository, and the QuickSilver AppleScript is checked into my OSAF sandbox: <a href="http://svn.osafoundation.org/sandbox/twl/applescripts/ToChandler.scpt">http://svn.osafoundation.org/sandbox/twl/applescripts/ToChandler.scpt</a>.   The script ended up being very simple, because AppleScript has built in support for XML-RPC handling.  In fact, the code is so short, that I&#8217;ll just include it here, too.
<pre>-- Invoke applescript with text
-- 1. Activate QuickSilver and select this script.<br />
&#8211; 2. Tab to the next and select Process Text..
&#8211; 3. Tab to the final pane and enter the command line text</p>

<p>using terms from application &#8220;Quicksilver&#8221;
    on process text ThisClipping
        tell application &#8220;http://localhost:1888/xmlrpc&#8221;
            set returnValue to call xmlrpc {method name:&#8221;commandline&#8221;, parameters:ThisClipping}
        end tell
    end process text
end using terms from
</pre>This is mostly a cool developer hack at the moment, but it gives you a taste of things you could do to integrate better with the native platform, as well as demonstrating the power of having some server functionality built into a desktop application.   Of course, in an ideal OS X world, we&#8217;d have an AppleScript dictionary for Chandler and just use AppleScript (instead of XML-RPC) to do all this.  But that&#8217;s probably a topic for another post.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2006/02/02/quicksilver-and-a-simple-command-line-interface-for-chandler/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CalConnect Interop, January 8-9</title>
		<link>http://blog.chandlerproject.org/2006/01/12/calconnect-interop-january-8-9/</link>
		<comments>http://blog.chandlerproject.org/2006/01/12/calconnect-interop-january-8-9/#comments</comments>
		<pubDate>Thu, 12 Jan 2006 17:45:06 +0000</pubDate>
		<dc:creator>Grant Baillie</dc:creator>
		
		<category><![CDATA[Chandler Desktop Development]]></category>

		<category><![CDATA[Chandler Server Development]]></category>

		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://wp.osafoundation.org/?p=138</guid>
		<description><![CDATA[Earlier this week I represented OSAF at the 4th CalConnect  Interop. This entailed spending a day and half in a room with a bunch of other calendaring vendors, trying to make sure that our software works with theirs.

Most of the work I did involved CalDAV client-server testing. Besides OSAF&#x2019;s own Cosmo, there were servers [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this week I represented OSAF at the 4th <a href="http://www.calconnect.org/iopjan2006.html">CalConnect  Interop</a>. This entailed spending a day and half in a room with a bunch of other calendaring vendors, trying to make sure that our software works with theirs.</p>

<p>Most of the work I did involved <a href="http://ietf.webdav.org/caldav/home.html">CalDAV</a> client-server testing. Besides OSAF&#x2019;s own Cosmo, there were servers from Novell, RPI and Oracle to test against. It turns out that these servers work sufficiently differently from ours that they exposed <a href="https://bugzilla.osafoundation.org/buglist.cgi?bug_id=4977%2C4980%2C4944">interesting and useful bugs</a> in our CalDAV client implementation. </p>

<p>Two other CalDAV clients besides Chandler were represented: Mozilla&#x2019;s Sunbird client, and Evolution (with CalDAV plugin). Brian Moseley had set up a machine at OSAF where he could debug a test server, and was available on IRC to help diagnose problems. Both Evolution and Sunbird use a different method of downloading events from a CalDAV server than Chandler, so Brian (with the help of Bobby Rullo) was able to chase down a couple of good bugs.</p>

<p>In the remaining time, I was able to squeeze in some testing of interoperability of ICalendar (.ics) files with other vendors, including Novell Groupwise, EVDB and Trumba. This, too, turned up a <a href="https://bugzilla.osafoundation.org/buglist.cgi?bug_id=4978%2C+4979">couple of interesting bugs</a>.</p>

<p>All in all, it was very helpful to devote some time to interoperability, especially in an environment where you can discuss issues with other developers, and, in some cases, resolve or work around them. Thanks to CalConnect for organising, and to Novell for hosting us in their lovely Executive Briefing suite.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2006/01/12/calconnect-interop-january-8-9/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Educause CalDAV panel and demos</title>
		<link>http://blog.chandlerproject.org/2005/10/24/educause-caldav-panel-and-demos/</link>
		<comments>http://blog.chandlerproject.org/2005/10/24/educause-caldav-panel-and-demos/#comments</comments>
		<pubDate>Mon, 24 Oct 2005 23:30:10 +0000</pubDate>
		<dc:creator>Lisa Dusseault</dc:creator>
		
		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://wp.osafoundation.org/?p=120</guid>
		<description><![CDATA[Last week I was at Educause for a couple days, part of a panel o CalDAV implementors. I demonstrated Chandler, and indirectly Cosmo too, to show the university IT audience that CalDAV is real and gaining adoption. François Perrault of Oracle did the first demo, showing Outlook with Oracle&#8217;s connected installed client-side, putting a calendar [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I was at Educause for a couple days, part of a panel o <a href="http://ietf.webdav.org/caldav">CalDAV</a> implementors. I demonstrated Chandler, and indirectly Cosmo too, to show the university IT audience that CalDAV is real and gaining adoption. François Perrault of Oracle did the first demo, showing Outlook with Oracle&#8217;s connected installed client-side, putting a calendar onto the Oracle server (not using CalDAV). But then he showed Lightning could pull down that calendar and view it using CalDAV, and add/change events.</p>

<p>For my part of the demo, I brought up Chandler (m6) with a calendar that had previously been pulled from a Cosmo (0.2.1) server and explained this.  Then I subscribed to François&#8217;s calendar on an Oracle server, and it showed up in a different colour.  Finally I subscribed to a third calendar on an RPI version of <a href="http://www.rpi.edu/dept/cct/cal/faq.html">UW Calendar</a>, adding a third set of events displaying along with the first two calendars.  Except for a mysterious glitch where subscribing to the Oracle calendar didn&#8217;t work the first or second attempt but did work on the third attempt, it all went rather well.  </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2005/10/24/educause-caldav-panel-and-demos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FLOSS Extreme Usability Sprint II</title>
		<link>http://blog.chandlerproject.org/2005/08/29/floss-extreme-usability-sprint-ii/</link>
		<comments>http://blog.chandlerproject.org/2005/08/29/floss-extreme-usability-sprint-ii/#comments</comments>
		<pubDate>Tue, 30 Aug 2005 00:21:06 +0000</pubDate>
		<dc:creator>Mimi Yin</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[OSAF]]></category>

		<category><![CDATA[Product Design]]></category>

		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://wp.osafoundation.org/?p=103</guid>
		<description><![CDATA[I attended the FLOSS Extreme Usability Spring II in San Francisco last week.

In the words of the event organizers Blue Oxen and Aspiration:

&#8220;Extreme usability is a methodology that incorporates usability in a highly iterative and agile development process and that partners usability practitioners with programmers and users as co-designers and co-developers.&#8221;

Unfortunately, we were unable to [...]]]></description>
			<content:encoded><![CDATA[<p>I attended the <A HREF=http://www.flossusability.org/wiki.pl?Sprint200508Agenda>FLOSS Extreme Usability Spring II</A> in San Francisco last week.</p>

<p>In the words of the event organizers <A HREF=http://www.blueoxen.org/>Blue Oxen</A> and <A HREF=http://www.aspirationtech.org/>Aspiration</A>:</p>

<p>&#8220;Extreme usability is a methodology that incorporates usability in a highly iterative and agile development process and that partners usability practitioners with programmers and users as co-designers and co-developers.&#8221;</p>

<p>Unfortunately, we were unable to take Chandler there as a project, but I had a great time working with the folks from <A HREF=http://www.openngo.org/>CivicCRM</A>. The event lived up to it&#8217;s name and was an extremely intense 3 days of whirlwind usability.</p>

<p>I&#8217;ve written up a <A HREF=http://www.flossusability.org/wiki.pl?CivicCRMImpressionsMimiYin>short-ish report</A> of the what our group accomplished at the sprint and the process we &#8220;invented&#8221; along the way.</p>

<p>The write-up in turn generated some thoughts as to the nature of usability and design, both in general and in practice. In particular, it got me thinking about how the vague and intangible nature of designing software for human beings is better suited to Extremely Rapid and Extremely Iterative design methods than the Somewhat Rapid and Somewhat Iterative approach that I&#8217;m used to.</p>

<p><A HREF=http://www.flossusability.org/wiki.pl?CivicCRMImpressionsMimiYin#nid46N>Personal take on What is Extreme Usability?</A></p>

<p><A HREF=http://www.flossusability.org/wiki.pl?CivicCRMImpressionsMimiYin#nid46O>Broader implications on What is Usability?</A></p>

<p>I also realized that while here at OSAF, we are priveleged to have such a close and ongoing working relationship between Development and Design, there are still many lessons to be learned about how to make that relationship even better.</p>

<p>I&#8217;m looking forward to trying out some of the techniques we experimented with at the sprint, in-house. Perhaps to iron out some of the existing design issues we have as well as to generate new ideas for areas of the UI that are still murky at best. I&#8217;d like to gain a better understanding of where Extreme Usability works very well and where it works, not so well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2005/08/29/floss-extreme-usability-sprint-ii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OSCON 2005 Trip Report</title>
		<link>http://blog.chandlerproject.org/2005/08/21/oscon-2005-trip-report-2/</link>
		<comments>http://blog.chandlerproject.org/2005/08/21/oscon-2005-trip-report-2/#comments</comments>
		<pubDate>Sun, 21 Aug 2005 23:33:47 +0000</pubDate>
		<dc:creator>Sheila Mooney</dc:creator>
		
		<category><![CDATA[OSAF]]></category>

		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://wp.osafoundation.org/?p=101</guid>
		<description><![CDATA[I thought I had better post my belated impressions of OSCON 2005 soon or I might as well wait until next year.

This was my first trip OSCON and in addition to simply attending, I was pleased to be able to participate in the CALDAV panel. It was very well attended, with standing-room only, demonstrating that [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I had better post my belated impressions of OSCON 2005 soon or I might as well wait until next year.</p>

<p>This was my first trip OSCON and in addition to simply attending, I was pleased to be able to participate in the CALDAV panel. It was very well attended, with standing-room only, demonstrating that there is clearly a great deal of interest around calendaring and interoperability. Due to some technical difficulties, I was the only one able to get a demo up and running and showed off a few sharing scenarios between Chandler and Cosmo which seemed to generate some buzz from the audience. The BOF immediately afterwards meant more time for Q&amp;A where people asked some tough questions about scheduling. I realized how wide reaching calendaring pain goes when one individual spoke up about the specific challenges of managing calendars for booking a concert venue. The only other related session, was a discussion on the complexity of calendar data interchange, the various formats and clients available. Chandler made the list and did pretty well in a comparison of different clients handling of all day events.</p>

<p>In addition to attending the Chandler presentations and BOFs I also registered for the Open Source Business Review which was a special track of panels geared towards the needs of enterprise businesses. Some of these sessions were more informative/relevant than others. In general, I tried to attend a variety of sessions that I thought would be interesting. I was a bit disappointed that there weren&#8217;t more sessions geared towards community building or strategies for product adoption. </p>

<p>A few interesting talks worth noting&#8230;</p>

<p>Computational Origami by Robert Lang was extremely fascinating. In addition to impressing us with a detailed cuckoo clock made out of a single sheet of paper, he discussed the math and algorithms behind origami and how those can be applied to solve real engineering problems. </p>

<p>Saul Griffith, one of the keynotes, spoke about Howtoons, one-page cartoons showing kids how to build things with ordinary stuff (Turkey Baster Flute, Shockwave Air Cannon). It was an interesting perspective on how we can expose the younger generation to open-source philosophies and collaboration. </p>

<p>Women in Open Source was a also a great panel discussion. I was surprised to learn that less than 2% of the open source community is female which is significantly less than for closed source development. Based on the animated discussion as well as attendance, I suspect this will be a topic covered at future conferences.</p>

<p>Overall, it was educational, fun and I came away with a much better sense of the wide variety of open source projects that are in the works.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2005/08/21/oscon-2005-trip-report-2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
