As Hasso Tepper describes in a kernel@ post, the recent FreeBSD IPSEC issue affected DragonFly too, but was fixed in a previous release.
InformIT has an article about alternative compilers, including some that have had mention on the DragonFly lists, like TenDRA and pcc. (via Hubert Feyrer)
For those who want a quick reference: regular expression cheat sheets. Of course, it’s not such a quick reference if there’s 11 sheets. (Found via rootprompt.org)
On a side note: I consider Mastering Regular Expressions one of those books that delivers what the title promised.
OnLAMP.com has an 2-page interview of Bruce Perens, Eric Raymond, Brian Behlendorf, and Michael Tiemann, all about 10 years of the Open Source Initiative. (Not the OSI model as my headline may suggest.)
Hey, the NetBSD mail archives have been redone, and are much more readable. The pkgsrc lists like pkgsrc-users are there, and possibly useful to DragonFly users. Interestingly, they are using the same support programs to create the archive as we are.(via Hubert Feyrer)
Dru Lavigne’s “Creating a Publication Using Open Source Tools” talk at SCALE 2008 is available as a PDF.
Matthew Dillon posted another HAMMER summary. This one details the great success he has had simplifying his strategy. Here’s some details on what didn’t work, for the curious.
For some reason, I’ve had more material for posting in the past few weeks than just about ever. I’ve had a 2-3 day backlog of news all this time. I’m not complaining, mind you, I’m just thrilled that there’s this much going on.
Here’s a rather long list of various closed-source programs and the open-source alternatives that match them. (Via Hubert Feyrer)
The real advancement for open-source is going to be when they are no longer the second choice. It’ll make my day when I see throwaway articles like “Tired of the GIMP and have money to burn? Why not Photoshop?”
By common consensus on the kernel@ mailing lists, the next release will be 1.12. (Everyone wants to have HAMMER fully tested before 2.0) The 1.12 code branch is happening today.
Bruce Perens has put together a summary for the first decade of open source. It’s a call to arms, not a news report. though that should not be a surprise.
This being a BSD-centric publication, I have to quibble: He defines open source as having started by his writing about it, 10 years ago, which seems somewhat arbitrary. Also, he claims the GPLv3 is the ‘strongest’ open source license possible on the basis that people have been looking at it. I’d argue that the BSD license has already made it through court.  The biggest problem these days appears to be patent law, which is certainly vulnerable to challenge. (Via OnLAMP)
There’s a new mirror of ISO images and binary packages at Philipps-University Marburg, in Germany, available via FTP.
Aggelos Economopoulos posted his own vkernel management script, appropriately called ‘vkernmgr’.
Matthias Schmidt sent along a link to an Undeadly article that details how Will Backman made a major improvement for OpenBSD’s SNMP support without writing any code. “I want to contribute but I’m not a coder” is a common refrain for open-source projects, including DragonFly, and we would benefit from similar testing.
As for examples of non-code contributions: Will Backman is also known for BSDTalk. In addition, there’s what you are reading right now…
Matthias Schmidt has added scrolling support to moused(8). This means that when using a mouse in a terminal, holding down the 3rd button and moving the mouse up and down scrolls the terminal. (From FreeBSD)
Matthew Dillon posted another of his HAMMER updates; he reports on a number of issues he’s having trouble with. The happy result is that fixing these problems actually led to a solution that was much easier to implement.
Something I encountered today: a story of the earliest start on BSD, ever.
BSDTalk 140 is an interview with Kristaps Dzonsons, author of Mult, a “instance multiplicity system”. It sounds similar to vkernels or Xen, though I’m sure there’s someone gritting their teeth at my generalizations.
I noticed this article describing a product called ‘Flyback’ on Ubuntu, advertised as being similar to Apple’s Time Machine.  It creates a backup system via rsync and hardlinks. Oddly enough, this has already been done on DragonFly, and could work on any BSD. Perhaps we need to name more basic assemblies of system features with cool names. (via)
The database package Postgres, in pkgsrc, is going to version 8.3, and version 8.0 is being removed. If you aren’t familiar with Postgres, it’s the database that people call ‘real’ in contrast to MySQL, for reasons I’m not yet qualified to list.