+ 2 - 4 | § ¶D-Bus
I've been reading about D-Bus lately. Interesting stuff. It provides Mono bindings which take advantage of some .NET features such as Reflection.Emit to generate proxies for accessing D-Bus services.However, what would be really interesting is to have a Remoting channel for D-Bus. The D-Bus object model seems to fit very well in the remoting world, and the remoting infrastructure would provide additional features, such as support for singleton and single-call objects.
Interaction between applications is very important for the future of the desktop (confirmed by projects such as HAL, Evolution Data Server or Dashboard). Being able to communicate using a tecnology as easy to use and integrate such as remoting opens a world of possibilities.
+ 2 - 3 | § ¶Faster ASDL
Amazing news! Telefonica has decided to double the ADSL bandwith to all its customers without any price change. Just amazing!+ 1 - 4 | § ¶WSDL Contract breakage
Why does the the GoogleApi web service define the WSDL contract using the 2001 W3C recommendation for schemas, but it then encodes the service responses referring namespaces from the 2000 W3C Working draft?Does anyone know of other services doing the same dirty thing?