Open Season

Large RSS feed iconSo I found theregister.com‘s new podcast Open Season the other day and I listened through the first two episodes the last few days (I spend some time commuting back and forth to work every day), and I must say they do offer a fresh new angle on open source and technology in general.

I’m actually thrilled to have found a new stream of interesting goodies to listen to and I hope they manage to keep the quality and keep delivering in a timely fashion – far too many podcasts stop getting produced after a while or the inter-episode intervals just increase until they’re months apart.

Someone should just tell them that they need to provide a nice RSS feed for it so that we can find new episodes easier etc. Ooops. They do have a feed, even though it gets polluted by other stuff too and not just espisodes…

Backwards Compatibility Efforts Gone Broke?

An example from the wild about how hard it can be to satisfy everyone when you’re writing and offering a library to the world: with the recent libcurl release suddenly open office doesn’t link fine with it.

It turns out these guys have enabled our help-define (CURL_NO_OLDIES) always. The define disables all our backwards compatibility defines/fix and let you check that your application still builds with the latest and doesn’t rely on anything that might be removed in the future.

CURL_NO_OLDIES is a convenient define that really suits a purpose. But not really well suited to unconditionally define for all builds since then you of course get these problems when we (in libcurl) rearrange our defines. This problem came to no surprise to us, since we did quite a large rearrangement before this particular release, and I actually expect that these support-defines will be present for a long time ahead.

So not only did they file a Debian bug report on open office, but also on libcurl.

The conclusion: use CURL_NO_OLDIES when you test-build your application against libcurl. Don’t leave it in the Makefile unconditionally for future builds.

Rockbox on Sansa View?

Sansa ViewOk, since we have Rockbox on Sansa e200 and e200R working and the support for the c200 series in the pipe, I feel it is about time to make a statement about the possibilities to get Rockbox for the new Sansa View player: it is (most probably) a totally different beast hardware-wise, so it will require a new port with all the associated hard work.

And no, SanDisk has not been in touch with us any further, so I would say it is highly unlikely they will donate any players or similar to us this time.

Once we get to see a detailed dissection with nice hires pictures we can tell for sure, but their talk about 30fps H.264 video in 320×240 resolution implies a major change.

As a summary, the View is indeed SanDisk’s iPod Nano killer with double the flash size for the same amount of money, with a microsdhc-port, claimed longer battery life and only slightly thicker.

A funny detail: SanDisk previously did another player called Sansa View that they put on hold just before the summer!