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.
As mentioned here before and now on FreeBSD – the Unknown Giant, there will soon be “BSD Magazine“. It’s due out in 2Q 2008.
Digging around on the site shows some promotional material that says “Linux” where it should say “BSD”. This is probably because it’s repurposed from one of Software Media LLC’s other publications. It should be interesting. If you have a itch to write, they are taking submissions, though it sounds like they’ve already got the first issue ready.
2.0 will be branched on the 9th and released on the 23rd of this month. If you have something you want in that release, hurry! HAMMER will be included in an alpha state.
Matthias Schmidt has created a ‘mobile devices’ (meaning laptops) section on the DragonFly wiki; there’s already a section there for two different IM laptops. Please contribute if you have run DragonFly on other mobile devices, especially if you are one of the people who has mentioned it before.
Matthias Schmidt and Simon ‘corecode’ Schubert have put together ‘dma’, a local mail delivery agent that can replace sendmail for most common needs, with the benefit of being simpler and smaller. It’s already in the system.
Simon ‘corecode’ Schubert mentioned plans to eventually build an encrypted network file system; Matthew Dillon added a description of how that could work with HAMMER.
Vincent Stemen did a good amount of testing of cvsup vs. rsync in terms of update speed. Rsync came out way ahead, though as a few people noted, rsyncd’s load relative to cvsupd on a server serving many clients is unknown. In any case, cvsup does not build on DragonFly via pkgsrc, so it looks like rsync is generally a better choice, plus most mirrors are using it now. HAMMER may provide a better alternative, in any case.
While on the topic: Ulf Lilleengen’s blog post about improving csup.
Vincent Stemen put together a tool for automatically updating his DragonFly systems. It’s called ‘mirror’, and he has an explanatory web page up for it now. Give it a whirl.