Jim Brown asked about using the DragonFly logo, and as part of his request described (slightly) the BSD Professional certification exam, and how they are testing.
Sevan Janiyan sent along news of a London *BSD meetup happening on August 26th, at The Cleveland Arms in Bayswater, starting at 7 PM.
Of course, you already knew because you watch the BSDEvents feed, don’t you? Well, you should.
Link dumps just so I can get caught up.
- Michael Lucas was interviewed about his new Network Flow Analysis (previously reviewed) book, in two parts. Also, he’s speaking at NYCBSDCon, this November 12th-14th.
- Dru Lavigne gave a talk on “Getting Started in an Open Source Community“. (via) In other video news, MeetBSD 2010 videos are available now.
- Random Google searches turned up a DragonFly installation video on Via hardware.
- Back to convention items: Kirk Russell has a short BSDCan recap. (via)
- Also, cluster ssh.
- Stathis Kamperis updated DragonFly’s One True Awk. (Huh. Brian Kernighan’s not at Bell Labs anymore.)
I almost had an all-acronym title, darnit.
- Theodore T’so’s writing about SSDs. It’s Linuxish, so not all the problems he finds would apply to DragonFly, but interesting in the detail level.
- The WordPress Theme Fiasco. (via) I link just so I can say that BSD licensing certainly takes away some of these headaches.
- How to get Vim to highlight HACK the same as XXX.
- How many books are there in the world? (via) I find this strangely interesting, probably cause I like books.
- 10 Great Unix Tools (via).
- The oldest web page, via Prof. Dr. Style, also a good read. I still reflexively assume web links that contain a ~ must be more authentic and personal than any other. (via).
Dru Lavigne has listed conventions she’ll be at over the next few months, so if you feel like taking a BSDA exam or just plain helping out at a BSD booth, check the list.
The publishers of BSD Magazine are planning to launch a Russian issue in September, but they need more native speakers (and writers, and proofreaders, etc.). olga.kartseva@bsdmag.org is the person to contact if you can fit one of those roles.
Dru Lavigne’s started a PC-BSD Blog. This is great news – I don’t tend to cover other BSDs because I think there’s enough space in the blogosphere to others to do it. (and I only have so many hours in a day.) Dru’s already shown she knows posting, so I’m very happy to see more specific BSD outlets.
The August issue of BSD Magazine is ready. It’s titled “BSD as Operating System“, and it’s available for download now.
Dru Lavigne linked to AboutBSD.net; it’s an aggregate site that compiles the RSS feeds from a number of BSD sites.
It doesn’t list any news from this site. I had a conversation with “Psyber.Monkey”, the maintainer some months ago and I pointed out that since it was copying posts wholesale, it sounded like I was writing for that website instead of my own, and it didn’t note the source, or even keep my name with my work. He said he’d address that and remove my copied posts until it was fixed. It looks like it hasn’t been addressed.
The BSD license (for example) allows for copying work, but it doesn’t allow you to strip the author’s name off the work. The AboutBSD.net articles at least link back to the original articles now, but I’d like to see more specific attribution, as is done at other places that quote people’s work, like KernelTrap or even (usually) Slashdot.
I don’t want to sound too cranky about it, as he did reach out and check, which is a first – normally I just see my writing surface on aggregate feed sites, and that’s the earliest I hear of it.
Update: I take it back.
Michael Lucas sent me a copy of his newest book, Network Flow Analysis, on the grounds that I read it and write what I thought. While book reviews aren’t usual fare for this site, it’s appealing to write something different from my usual brief summaries.
(more after the jump…)
Dru Lavigne has posted a list of upcoming locations for BSDA exams; look for one near you, as this list is globe-spanning.
There’s several publications with new issues out. It’s a long weekend (in the U.S.) so you can catch up on the reading/listening:
BSD Magazine has a new issue out, on OpenBSD. There’s also the happy news that they’ve managed to more than double their circulation.
The July issue of the Open Source Business Resouce is out, with the theme “Go To Market”. Next month is “Interdisciplinary Lessons”, and submissions are due in the next two weeks.
BSDTalk 192 is out with an interview of Colin Percival, the FreeBSD Security Officer. It’s another interview from BSDCan 2010. Colin Percival is also responsible for, among other things, tarsnap.com, which I find interesting because of its clear and modern business model.
NYCBSDCon, happening November 12-14th, in New York City, at Cooper Union, has a call for papers out. (via here and also George) They’re due by the end of July.
BSD Magazine sent out a link to all the BSD Magazine back issues, reproduced here for your enjoyment:
Link catchup!
- The BSD Certification Group needs reviewers for the BSDA exam objectives. It’s as easy as writing on a wiki.
- Undeadly has a lengthy article up about the OpenBSD equivalent of pkgsrc bulk builds, called dbp3. Interesting, because it was constructed on purpose, for that purpose. It’s interesting to me because I have pbulk running all the time, and it’s not as liner a process as I’d like.
- The PC-BSD installer is now present in FreeBSD; I think this is based on the same original installer used for DragonFly. Maybe, maybe not, but I’m curious about the feature set if it’s able to displace the venerable and firmly lodged FreeBSD sysinstall.
- Off topic: I bought an Android-based phone recently, so this (kinda grody) comment on how Apple handles bad reception for the new iPhone is entertaining.
- Really off topic: this man’s conversation about polyhedral dice (Youtube) is strangely compelling. You may or may have needed to play tabletop games previously to really appreciate it. (via)
Michael Lucas is giving away a limited number of copies of his new Network Flow Analysis book. Post something clever and you may get it. Please don’t be more clever than me, though, as I want a copy.
Dru Lavigne is the new “Director of Community Development” for PC-BSD. I am totally jealous, and she is the perfect person for the job.
November 12-14th, in New York City, at Cooper Union.
EuroBSDCon 2010 is happening October 8th-10th in Karlsruhe, Germany. (I’ll let you guess the year.) The Call for Papers is out now. The website lists it as “Call for Speakers“, but you have to write an abstract so I suppose that’s close enough. (via lots of places)
- IBM’s developerWorks has an article up about GNU screen. It’s not BSD-specific, but the tips in using screen are useful. (Before someone brings it up: yes, tmux too.)
- Another article talks about inspecting network traffic using various tools including tcpdump and wireshark. It is a tremendous advantage to see what happens on a network at the most basic level, so this is a good skill to pick up.
- Oh, and “Setting up UNIX file systems” and “10 steps to Unix nirvana“.
- FreeBSD now ships with clang. (via) I know DragonFly (mostly?) works with clang… Could we switch?
- “hwstat” will gain DragonFly support soon.
- Firmware for ral(4) has been added by Joe Talbott.
- Thomas Klausner has a writeup of some project ideas or goals taken from the recent pkgsrcCon. A followup has me thinking: if the -uu option updates dependent packages with pkg_add, does that mean ‘pkg_radd -uu packagename” will do all updating possible based on available binary packages? Worth trying.