Archive for the 'AT-SPI' Category

A week in the life of a braindead hacker

Sunday, August 3rd, 2008

Help needed
There was some discussion this week on desktop-devel about turning ‘Assistive technologies’ on by default in Gnome. See Willie Walkers original e-mail.  Rob Taylor and I had discussed this previously, and at the time I didn’t have much of an opinion either way. After reading Willie’s e-mail though I was firmly in favor.
However Willie […]

Python tidbits

Wednesday, May 21st, 2008

During work on client bindings for AT-SPI this week python managed to surprise me in a couple of ways.

Lambda doesn’t work as I think it should.
lambda x: del(x) results in a syntax error. This is clearly stated in the python language reference: lambda_form ::= “lambda” [parameter_list]: expression The del statement is not an expression; unsurprisingly […]

D-Bus AT-SPI is well underway

Tuesday, April 29th, 2008

Work is starting on the port of the AT-SPI framework to D-Bus. Codethink are, graciously, being funded by Nokia to undertake the work. Mike Gorse is working on the project full time, as part of his work for Novell.
Mike has got alot done and there are some initial D-Bus specifications, as well as alot of […]

A week of head scratching and ranting

Wednesday, December 19th, 2007

I’ve taken part in a couple of phone calls this week, a quick conversation with Michael Meeks and a conference call with the open a11y group. Both about AT-SPI D-bus. There was a week of silence after my initial e-mail to lots of accessibility lists, and after that something of a storm. It was […]

Unexpected results

Sunday, December 2nd, 2007

I really enjoy profiling and optimization, mainly for those WTF moments when results pop out the other end. Systems rarely behave the way anyone expects, and I doubt anyone would have expected this:
Wierd D-Bus performance
The graph is showing time taken to pass many many messages of different size fixed arrays over D-Bus and ORBit. At […]

D-Bus performance and AT-SPI

Wednesday, November 21st, 2007

As part of work we (Codethink) are doing for the Mozilla foundation I have been looking, at the performance of D-Bus vs ORBit. Its a well traveled road with Ross Burton, Havoc Pennington and Frank Dunigan all having posted results before. As far as AT-SPI is concerned though its Frank’s results that are quoted on […]