Changing my e-mail habits: Hello formatting! Good bye signatures.

With the new year and all, I decided to change the way I use e-mail:

Important change number one: Formatting
As of today I decided that I don’t hate HTML in mails anymore – and that I’ll even send HTML mails myself if the mail can benefit from formatting. It’s 2013, and HTML rendering is about as commonplace as gravity – with the thing called the Web and all. And let’s face it – being able to create proper bullet lists, having universally working proper line wrapping*, and being able to have links where they belong is something that makes communicating by mail just a little bit easier. I’ll make an exception for some mailing lists though, for the sake of harmony – since I know those people hate HTML mail, just as I used to 😉

*) I recently saw a plain-text e-mail sent by me (with Thunderbird) on a friend’s Android phone, opened in the GMail app: the line breaks were all over the place. What a disgusting mess!

Important change number two: PGP signing
I am no longer signing my mails with PGP/GnuPG from now on, and I removed my signature containing my PGP key ID and fingerprint (0x86E346D4, 7745 E1BE FA8B FBAD 76AB 2BFC C981 E686 86E3 46D4), and a link to my key. I can count the times when somebody sent me an encrypted and/or signed e-mail on the fingers of one hand (excluding one regular contact). The whole encryption and signing thing just hasn’t picked up as I had wished / expected, when I started signing (and encouraging people to do the same) back in 2005. I will of course keep GnuPG around, and be able to verify signed mails and decrypt encoded mails, and I welcome encrypted e-mails just as I always did – I just don’t want to have the geeky stuff at the bottom of every e-mail anymore, for only a handful of people to care. Those who really want to write me an encrypted e-mail can find my key on the key servers.

Let me buy you an awesome book in exchange for your FOSS contributions

I have recently started reading books (on my smartphone) during my regular long public transit commute, since reading news for hours every day kept me well-informed but somehow drove me nuts.

The sci-fi novel I just finished reading is called Rapture of the Nerds by Cory Doctorow and Charles Stross. It is such an awesome read that I just have to share it – both to support the authors financially, and to spread the joy I experienced to people I care about. So I thought about whom I could share this book with. But in the “real world” most people I know are not geeky enough or could language-wise not keep up, to fully appreciate that book.
Then it occurred to me: why not combine my passion for FOSS with my love for that book and the desire to support the authors – and that this blog might just have the right audience.

So here it is: I will sponsor this book (as dead-tree version or as DRM-free digital version of any kind that’s available for purchase) for the first three contributors to any popular FOSS project. Just submit a comment or send an e-mail telling me what project(s) you are or have been contributing to, and then we can figure out how I can get your edition of choice of Rapture of the Nerds to you.

Update (2012-12-28): Slight rewording, republished.

Firefox Beta (“Fennec Native”) Sync on Android – no SNI support anymore

I’m a long time user of Firefox on Android. The main reason why I started using it (and kept using it, although it sometimes really taxed my patience by slowing down my G2 / Desire Z to a degree that it was barely usable, due to high memory usage) is Firefox Sync (formerly Weave). It allows me to have my bookmarks, history and even passwords synchronized between all my desktop Firefox instances and my phone.
As with most of my Internet needs, I try to be self-sufficient from hosted services (a.k.a. cloud), so I run my own Firefox Sync server. I have this running for quite some time already, and it “just worked”. Until Firefox on Android got some major changes some weeks ago (installing the Firefox app today still brings you the “old” Firefox, from before the changes, but the Firefox Beta app, often referred to as “Fennec Native”, is the one I’m talking about now). As far as I understand it now uses more Android standard functionality, and less custom code shipped within the app. One aspect that is now “native” Android, instead of implemented in the app itself, is Sync. Firefox’s syncing is now integrated into Android’s syncing framework, and you find the sync account under Settings / Accounts and sync.

That sounds like a good thing, and I generally like the idea – but there is one small detail that caused me some trouble: Since the change, Firefox could not sync with my server anymore.
After two rounds of debugging, I figured out that this was due to the fact that the new Sync method does not work with a server that relies on SNI – Server Name Indication anymore. I reported this to Mozilla, and it became clear that there won’t be a short-term resolution of this issue, because it would require changes to the Apache HttpClient, which in term would possibly require changes to Java’s SSL functions(?).

It’s a pity, but I understand that there is not much Mozilla can do, and it’s probably regarded not as very important to satisfy the needs of the few who run their own Sync server AND use SNI. So I took one of the precious remaining IPv4 addresses I had left for the server, and used it for my sync service. Other possible solutions / workarounds would have been to buy a wildcard SSL certificate, or wait for Bug 756763 – Native Sync can’t accept self-signed certificates for custom Sync servers on Android 2 to get fixed.

Anyway, now it works again, and with my new phone having enough juice, using the new Firefox on Android is a great experience.