Archive for the 'Community' Category

Feeds: RSS | Atom

OSAF at PyCon

February 22nd, 2006 at 4:52 pm (2 years, 6 months ago) by Ted Leung under Community

OSAF is going to have a slightly larger than normal presence at PyCon this year. Three members of the OSAF staff are giving presentations

  1. Grant Baiilie is talking about Zanshin, our CalDAV client library.
  2. Jeffrey Harris is talking about VObject, a library for working with vCalendar, iCalendar, and vCard files.
  3. Brian Kirsch is talking about how to internationalize a Python application, using Chandler as an example, and touching on the use of PyICU.
We are also having a BOF on Saturday, and a sprint on Monday and Tuesday.

Please say hi if you are around!


IRC services have moved

February 8th, 2006 at 11:46 am (2 years, 6 months ago) by bear under Chandler Desktop Development, Chandler Server Development, Community, OSAF

We have just moved all the OSAF IRC channels, bots, channel logging and other services from irc.osafoundation.org to irc.freenode.net

The channels available on irc.freenode.net are:

  • #chandler - The Chandler project
  • #cosmo - The Cosmo project
  • #scooby - The Scooby project
  • #osaf-notices - This is an informal channel for socializing. It is also the destination for useful output from the soup IRC bot, including realtime notifications of changes to the OSAF wikis.

Please connect to this new server from this point on. Click here for instructions on how to join the OSAF IRC chats and how to access the transcript logs from previous sessions.


OSAF IRC services have moved

February 8th, 2006 at 10:18 am (2 years, 6 months ago) by OSAF under Chandler Desktop Development, Community, OSAF

We have just moved all the OSAF irc channels, bots, channel logging and other services from irc.osafoundation.org to irc.freenode.net

The channels available on irc.freenode.net are: * #chandler - The Chandler project * #cosmo - The Cosmo project * #scooby - The Scooby project * #osaf-notices - This is an informal channel for socializing. It is also the destination for useful output from the soup IRC bot, including realtime notifications of changes to the OSAF wikis.

Please connect to this new server from this point on. Click here for instructions on how to join the OSAF irc chats and how to access the transcript logs from previous sessions.


Quicksilver and a simple command line interface for Chandler

February 2nd, 2006 at 6:16 pm (2 years, 6 months ago) by Ted Leung under Community, Product Design, Public Events

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 simple XML-RPC server which allowed him to build an OS X Dashboard widget that could get information out of Chandler. That, discussions we’ve had about building a simple command line interface into Chandler, and the KGTD Quicksilver Action were the inspiration for a quick hack.

The KGTD Quicksilver action allows you to use Quicksilver’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.

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 very stupid command line interface to Chandler. The XML-RPC servlet and the command line processor are now checked into Chandler’s subversion repository, and the QuickSilver AppleScript is checked into my OSAF sandbox: http://svn.osafoundation.org/sandbox/twl/applescripts/ToChandler.scpt. 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’ll just include it here, too.

-- Invoke applescript with text
-- 1. Activate QuickSilver and select this script.
– 2. Tab to the next and select Process Text.. – 3. Tab to the final pane and enter the command line text

using terms from application “Quicksilver” on process text ThisClipping tell application “http://localhost:1888/xmlrpc” set returnValue to call xmlrpc {method name:”commandline”, parameters:ThisClipping} end tell end process text end using terms from

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’d have an AppleScript dictionary for Chandler and just use AppleScript (instead of XML-RPC) to do all this. But that’s probably a topic for another post.


Reid Ellis joins OSAF staff

December 5th, 2005 at 11:34 am (2 years, 8 months ago) by OSAF under Chandler Desktop Development, Community, OSAF

OSAF welcomes Reid Ellis to the team. He will be working on the Chandler project as an Application Developer. He had previously worked on medium- and large-scale applications, such as Roxio’s “PhotoSuite” and Alias’ “Maya” and “Sketchbook Pro”, as well as open source projects like BZFlag and iJournal.

Read more about Reid and the other OSAF staff on our People page.


Seeking Palm network application experts

October 31st, 2005 at 6:10 pm (2 years, 10 months ago) by Lisa Dusseault under Chandler Desktop Development, Chandler Server Development, Community, OSAF

We’re looking for somebody who has expertise in developing network applications for Palms. The initial goal is to pick somebody’s brains over the difficulty of various calendar related projects that OSAF might consider. Please send mail to lisa@osafoundation.org if you’re this person or can recommend somebody who might be willing to have a couple conversations.


When (why) do Open Source volunteers get involved?

October 28th, 2005 at 5:01 pm (2 years, 10 months ago) by Lisa Dusseault under Community

We’ve been debating whether we might expect an increase in volunteer contributions to Chandler once we ship 0.6 with potentially usable calendaring, or perhaps once we do 0.7 which is likely to allow more solid parcel development as well improving calendaring. We threw around some examples, then I thought it might be interesting to actually get a longer list of examples and data about them — an ad-hoc survey of when volunteers make significant contributions to Open Source software.

The survey has only two questions, one for OS project maintainers and one for OS project volunteers, but there was a fair bit of commentary from the people I pinged so far, so I put it into a Wiki page. If you’d like to add more projects or volunteer data, add your own section and lines to the appropriate tables, just by editing the Wiki page.

I probably won’t say much about the results because it isn’t very scientific but I thought people might enjoy.


Producing Open Source Software

October 26th, 2005 at 7:39 pm (2 years, 10 months ago) by Ted Leung under Community

Open Source Software is more than just software that has an Open Source Initiative (OSI) approved license. It’s a whole development style and culture. Karl Fogel is one of the developers of the Subversion project, and has been involved with a number of open source projects. He’s distilled the lessons he’s learned about the development style and culture in the book Producing Open Source Software. This is a really practical book, and deals with many of the day to day issues involved with working in open source projects. In particular, I found the section on Setting the Tone and the chapters on Communications and Managing Volunteers to be especially well done.

In true open source style, you can get the entire book online as well as in hard copy. I grabbed an online copy because I was in a hurry, and because I wanted to write all over it ( have this thing about writing in books). Karl has done a great job, and I’ll definitely be ordering a paper copy so that he’ll get some money for his work. And I’ll be recommending this book to every person who wants to know how to get involved in or run an open source project — it’ll let me save my voice and my fingers.

[I’ll put my usual book-review excepts on a post on my personal blog]


Two Job Openings at OSAF - Software Engineer, Applications WG and Software Quality Assurance Engineer

September 29th, 2005 at 12:19 am (2 years, 11 months ago) by Pieter Hartsook under Chandler Desktop Development, Chandler Server Development, Community, OSAF

OSAF is looking for a software developer to participate in the design and implementation of its desktop application, codenamed Chandler. You will have ownership of the design and implementation of complete sections of the application.

OSAF is also seeking a Software Quality Assurance Engineer for the QA and Release team. This job requires working with QA, Release and Development teams to investigate, report and track defects, and expand the test framework and automated test suites.

You can see details for these and other positions we have open on our OSAF Employment page.


Two Job Openings at OSAF - Software Engineer, Applications WG and Software Quality Assurance Engineer

September 29th, 2005 at 12:00 am (2 years, 11 months ago) by OSAF under Chandler Desktop Development, Chandler Server Development, Community, OSAF

OSAF is looking for a software developer to participate in the design and implementation of its desktop application, codenamed Chandler. You will have ownership of the design and implementation of complete sections of the application.

OSAF is also seeking a Software Quality Assurance Engineer for the QA and Release team. This job requires working with QA, Release and Development teams to investigate, report and track defects, and expand the test framework and automated test suites.

You can see details for these and other positions we have open on our OSAF Employment page.