by jono
on April 8, 2010
in Community, Desktop, Opportunistic Developers
Just a quick note: the PyJunior code is up on Launchpad. Please remember: I wrote this in about two hours and haven’t had any time to clean it up. So, expect warts and all. The Open Sourcerer pointed me at Snake Wrangling for Kids as a great kid-friendly guide for learning Python. My dream now [...]
by jono
on April 2, 2010
in Desktop, Ubuntu
Yesterday I started using Evolution instead of Thunderbird 3 in Lucid, and I justed wanted to tell the Evo team that they have done a wonderful job. I stopped using Evo due to performance problems, but many of those issues seem to have gone. I am really enjoying my use of it. I don’t think [...]
by jono
on April 2, 2010
in Desktop
Yesterday, Pete Graner, leader of the Ubuntu Kernel Team asked me a question: Is it possible to route audio from one application into another as an input. As an example, if on a video or audio chat in Empathy, is it possible to route the output of Rhythmbox or Totem into the input for Empathy [...]
by jono
on March 30, 2010
in Community, Desktop, Ubuntu
Recently I blogged about how we are keen to improve patch review in Ubuntu in the 10.10 cycle. Today we are in a position where we have a large collection of fantastic contributions that need reviewing, even if that review feedback is that the patch no longer applies and needs work. I believe part of [...]
by jono
on March 30, 2010
in Acire, Community, Desktop, Opportunistic Developers, Ubuntu
Today Andy Breiner submitted a new Python snippet that demonstrates the use of the os module and Regular Expressions and looks at all the snippets in the Python Snippets library and counts how many people have submitted snippets. This is a great way of seeing how many people are contributing to the project. Well, I [...]
by jono
on March 26, 2010
in Acire, Desktop, Opportunistic Developers, Ubuntu
I am proud to announce the release of Acire 0.4! This release includes the following new features Documentation Links – many snippets now include links to relavent documentation links, and these are shown right within the Acire interface and just a click away. Alphabetized Lists – the list of categories in Acire and the list [...]
by jono
on March 25, 2010
in Community, Desktop, Opportunistic Developers, Ubuntu
I just wanted to share something I am rather proud of. Python Snippets, the project I put together to gather an archive of simple Python examples that can be viewed with Acire on your desktop. Well, today I merged in our 150th snippet, contributed by Andy Breiner. For the curious, the record-breaking snippet demonstrates how [...]
by jono
on March 22, 2010
in Community, Desktop, Ubuntu
Today someone asked me how to run Acire and Python Snippets from source and contribute more snippets. I just wanted to pop up the instructions quickly here so I can point folks at them. These should work on Lucid and Karmic for sure, and very possibly older versions. First grab the tools you need to [...]
by jono
on March 22, 2010
in Community, Desktop, Ubuntu
Nigel Babu has been working to spread the word about gathering some community steam around patches in Ubuntu. We have an incredibly fortunate situation in Ubuntu where lots of people spend their time and effort producing patches which fix bugs, and they share their gifts with the project to help make Ubuntu better. With so [...]
by jono
on March 15, 2010
in Desktop, Opportunistic Developers
Recently I asked for some help on how to download a file without blocking the GUI. Thanks to everyone who contributed their expertise in the post comments: I now have my program working great. I wanted to now share my conclusions so that others can benefit from them too. To do this I am going [...]