The 2.6.27 pull request for ALSA was something of a surprise to read - a large proportion of the changes in there are for ASoC. Not what I was expecting given how many ASoC changes there are still to be merged, but it’s nice to see, especially given the general problems with embedded users contributing [...]
Saturday, April 26th, 2008
Apparently the use of the terms describing free software as organic or non-organic depending on the extent to which the piece of software concerned is controlled or driven by a single company wound a few people up, partly due to the strong value judgements that the terms tend to imply. The terms I found myself [...]
Wednesday, April 2nd, 2008
It’s surprisingly poorly advertised but there is an ARM Linux git tree available from http://ftp.arm.linux.org.uk/pub/armlinux/kernel/git-cur/ and ftp://ftp.arm.linux.org.uk/pub/armlinux/kernel/git-cur/ with currently accepted patches queued up in it. Very handy, especially for offline use.
I see that github have recently announced their pricing plans. Looks like they’ll not be having many kernel developers using their “open source” plan - my current working Linux .git is 261Mb but you start having to pay at 100Mb. git may be very space efficient but the kernel is an enormous project. Mind you, [...]
Tuesday, February 19th, 2008
Eddy, I think you’re getting too wrapped up in implementation details here. What all these revision control systems are doing is providing branches which are by some reasonable metric cheap to create and cheap to work with - the way they do it differs but to the user visible result is the similar if unremarkable.
The [...]
Sunday, February 17th, 2008
Due to the cheap way in which I generate cookies for e-mail messages every so often mutt ends up trying to interpret the second line of two line cookies as commands. From time to time this is what greets me when I fire it up:
$ mutt
Error in /home/broonie/.muttrc, line 261: hope: unknown command
source: errors in [...]
Friday, January 25th, 2008
I had been going to write something about the rather good Linux support in my new laptop. Turns out there’s no need. I have great timing sometimes.
Wednesday, January 9th, 2008
About a month ago I added symbol version information to the zlib package, allowing dpkg-shlibdeps to calculate more relaxed dependencies for packages using the library. The results have been very satisfying so far - of the 1784 packages depending on zlib1g on amd64:
532 depend on zlib1g 1:1.2.3.3.dfsg-1, the version which introduced support for _FILE_OFFSET_BITS=64 [...]
Sunday, December 30th, 2007
The IMAP client provided with the version of Symbian on my phone has an interesting way of verifying certificates used for encrypting IMAP connections.
As one would expect the client verifies the signatures on the certificate offered by the IMAP server and will prompt the user if it sees signatures that it can’t trace back to [...]
Thursday, September 27th, 2007
Michael, it’s not make that supports for DESTDIR - it’s the Makefiles that do it, usually as one of the many features picked up from automake. Half the problem SCons has with this is that there’s no similarly pervasive tool set to at least set standards (even people who don’t use automake often emulate the [...]