Libre Java developer room at Fosdem 2012
The Fosdem 2012 Developer rooms have been announced. And Libre Java is one of them! I hope to see everybody again in Brussels on 4 and 5 February.
Libre Java developer room at Fosdem 2012
The Fosdem 2012 Developer rooms have been announced. And Libre Java is one of them! I hope to see everybody again in Brussels on 4 and 5 February.
LibreOffice – The Document Foundation – One Year

Let’s have a look at some numbers: we have 136 members who have been nominated for their contributions to the project; we have some 270 developers and 270 localizers (although we always want to attract more), many of whom are also members; we have over 100 mailing lists, with over 15,000 subscribers, half of whom receive all our announcements; and there have been thousands of articles in the media worldwide.
LibreOffice is the result of the combined activity of 330 contributors – including former OpenOffice.org developers – having made more than 25,000 commits
The Document Foundation celebrates its first anniversary
Impressive…
openjdk.java.net is offline
From: mark.reinhold@oracle.com Subject: openjdk.java.net is offline Date: Tue, 28 Jun 2011 23:06:30 -0700 (06/29/2011 08:06:30 AM) Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.1.1 Due to an unexpected cooling-system failure, openjdk.java.net and all of its subdomains are offline. Oracle IT and facilities teams are working on the problem now. At this point we do not expect service to be restored before mid-morning tomorrow (Wednesday) Pacific time. We apologize for the inconvenience. (In case you're wondering, you're receiving this message because you've sent a message to one or more OpenJDK mailing lists in the last thirty days. Please pass this on to any other interested parties.) - Mark
If people desperately need the code right now then we have some mirrors of the code on http://icedtea.classpath.org/hg/ and some more on the mirror of IcedTea itself http://icedtea.wildebeest.org/hg/ but only the main forests have been mirrored. If you find something missing then please leave a comment and I make sure we add it for next time the openjdk servers go down. The mirrors update every hour, so should have all of the recent changes.
APNIC IPv4 Address Pool Reaches Final /8
That was quick…
We wish to inform you that as of Friday, 15 April 2011, the APNIC pool reached the Final /8 IPv4 address block
http://www.apnic.net/publications/news/2011/final-8
So, everybody ready for IPv6 yet?
Announcing the IcedTea Buildbot
Over the last few weeks Xerxes and I have been experimenting with a buildbot setup which you can see at: http://builder.classpath.org/icedtea/buildbot/waterfall
It does various builds on ia32, x86_64 and arm buildslaves whenever a commit is pushed to icedtea6, icedtea7, icedtea-web or the testrepo. The slaves also test various alternative runtime setups (cacao, shark, zero). By doing continuous builds on all these various setups we hope to keep the projects green at all times.
More information and how to help extend the current setup on the mailing list.
Freedom Box Project
The Debian Freedom Box Project has the cutest logo. I want one!
There is now also the The FreedomBox Foundation. They are raising some money through their “Push the FreedomBox Foundation from 0 to 60 in 30 days” initiative.
Does anybody have recommendations for which of the targeted plug devices hardware to get?
OpenJDK governance Score Card
Simon Phipps made a handy dandy OpenJDK governance Score Card. Taking the proposed OpenJDK Community Bylaws draft proposal, and measuring it against the Open-By-Rule Benchmark. So you can quickly see how the current draft is doing against the ten benchmark rules (“open”, “meritocratic”, “oligarchy”, “license”, “copyright aggregation”, “trademark”, “roadmap”, “co-developers”, “forking” and “transparency”). Scoring goes from -10 till 10…
First thoughts on OpenJDK Community Bylaws
I am not really sure what to think about the proposed OpenJDK Community Bylaws. There are some very obvious issues in there:
I have posted a longer analysis to the mailinglist.
Hope those blockers can be fixed, but there is a long way to go IMHO.
New GPG key
Finally created a new GPG key using gnupg. The old one was a DSA/1024 bits one and 8 years old. The new one is a RSA/2048 bits one. I will use the new one in the future to sign any release tarballs I might create.
pub 2048R/57816A6A 2011-01-29
Key fingerprint = 47CC 0331 081B 8BC6 D0FD 4DA0 8370 665B 5781 6A6A
It currently is only signed by my old key (0x95ABF50C), so if you trusted that really was me, then you can be pretty sure the new one is also me. But it would be good to get some more people to confirm the transition. So if you happen to come to Fosdem next weekend and run into me, please exchange GPG key details to confirm each others identity. Full public key available from my homepage and on the various keyservers.
Who knew IPv6 would be this easy?
Obvious, with only hours till we run out of ipv4 addresses, I am a little late to the party, but it was ridiculously easy to get an IPv6 tunnel going so that I will be able to happily connect to all those new IPv6-only hosts in the future. It literally took just 5 minutes.
Example /etc/sysconfig/network-scripts/ifcfg-sit1 file:
DEVICE=sit1 BOOTPROTO=none ONBOOT=yes IPV6INIT=yes IPV6TUNNELIPV4=198.51.100.241 IPV6ADDR=2001:db8:10:a8c::2
Apparently things are even easier with 6to4 if you have a direct IPv4 address, but the above works even behind a NAT. The above doesn’t use all the fancy IPv6 features yet like providing automatic configuration for all your devices in your network. Such a tunnel will automagically provide you with at least 2^64 IPv6 addresses, and most likely you get a whole IPv6 /48 network meaning you will be getting 2^16 * 2^64 addresses (yes, that is more addresses than there are currently IPv4 addresses in the world!). But it is a nice start to make sure the future transition will be smooth.
See also /usr/share/doc/initscripts-*/ipv6-tunnel.howto and/or /usr/share/doc/initscripts-*/ipv6-6to4.howto for more information, including setting up all the fancy routing stuff on your local network if you want.
New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!