Links-a-go-go

Some miscellaneous links I’ve been saving:

  • Undeadly has some recent notes on the status of pcc; does this run on DragonFly yet?
  • Occasional DragonFly user _why has released Shoes 2.0, an entertaining Ruby-based GUI toolkit.  Or maybe it’s a vehicle for him to tell stories.  Or both.
  • The preview of the December issue of the Open Source Business Resource has, among other things, an article from Leslie “Google Summer of Code 2008” Hawthorn, which DragonFly particpated in. Oh wait – it’s up as HTML or PDF.
  • Asciio, a GUI program to draw charts in ascii that you can then cut and paste anywhere.  Nothing earthshaking other than a very good idea.
BSDTalk 166: Asterisk

The latest BSDTalk is a 23-minute conversation with Asterisk Open Source Community Director John Todd.

These positions where someone works for a company, specifically to interact with a community of people who may produce unpaid work for that company, intrigue me.

Hammer gets versioned

Matthew Dillon is adding versioning support to Hammer; it’ll support in-place version upgrading.  The gory details of his current plan are available, with an interesting tidbit: Hammer directory lookups remain the same speed even with 2 billion files in a directory, while UFS will be O(N^3) speed after several hundred thousand.