Sdävtaker has posted about the pre-call for papers, for BSDday Argentina. Check his post for topic and submission details.
The latest BSDTalk brings you TheorArm and Robin Watts, with discussion of the ARM architecture; my favorite processor type that I’ve never used. TheorArm was recently relicensed from GPL to BSD thanks to the efforts from people at Google.
The May issue of the Open Source Business Resource is out, and the theme is “Communications Enabled Applications”. Sounds obscure, but it’s about deriving a business advantage from networks. In fact, one article directly relates to one of my biggest current projects at work.
The May 2010 issue of BSD Magazine is out, with, among other articles, a writeup by yours truly about using HAMMER to access historical data.
I didn’t know about this, but Michael W. Lucas has a new book on the way: Network Flow Analysis. It should be good; his other (BSD-themed, generally) books are surprisingly accessible despite being very technical. (via)
Two items, via Dru Lavigne: Thunderflash is a new site with images for use in virtual machines, and there could be more of a BSD representation there. Also, if you live near South Carolina in the U.S., Dru could use 4 volunteers at the BSD booth at the SouthEast LinuxFest.
Dru Lavigne is interviewed for 28 minutes on BSDTalk 188. It’s about her new book, and also about the new BSD Professional Certification.
I suspect most people who are interested in BSD or open source in general have the same reaction to the iPad: it’s pretty, it looks neat, and hey Apple wait what do you mean I can’t use it the way I want to? I’ve managed to hold out for a few days on commenting about it, and the benefit is a bit less incoherence.
It’s relevant because it’s a BSD-based device without the normal freedoms you’d associate with it. I’m going to just point at these three articles that do a good job of describing what rubs me the wrong way.
The 4th issue of BSD Magazine is out, with the theme “Hosting BSD“. It’s a free download, and they now have a “questions from users” section that you can write in to.
Did you know Linux still had Big Kernel Lock issues? I didn’t. Plus: yay for new KernelTrap activity! Unless this is some sort of April Fools’s prank…
If you’re interested in software design, this blog post may have some good links to follow.
The April Open Source Business Resource is out, on “Cloud Computing”.
The newest BSDTalk has a 25-minute conversation with Sam Smith, who helped organize EuroBSDCon 2009 and other UKUUG events.
Steven Rosenberg, who I’ve linked to before, is trying BSD again. The linked post is a “story of my install” format.
The BSD Conferences channel on YouTube now has updated captioning, which will be useful if you don’t follow spoken English too well.
Damian Vicino has posted about plans for an expanded second “BSDDay-AR” (a BSD event in Argentina) this year. If you want to show and give a talk, let him know. It’s always good to hear about a BSD event expanding.
I gots a Summer of Code org application to write up, so you get a linkdump:
An mp3 of “PFSense II, Rocking The Datacenter” at NYCBUG, via Dru Lavigne. Also, her “BSD for Linux Users” at the SCALE website.
A 5-part series about Scripting Vim, written by a terribly smart guy? Interesting! (Yeah, I did link to a part of it before…)
Have you ever wondered if building more than one pkgsrc package at a time can be a problem? Others have too, and apparently there’s a fix. If you don’t want to have to get to a command line to find the answer, it’s:
PKGSRC_LOCKTYPE?= none
The type of locking that will be done if competing processes
attempt to do work on one package directory simultaneously.
Possible values:
* none: No locking takes place at all.
* once: When the lock has already been aquired by another
process, the current process is terminated.
* sleep: When the lock has already been acquired by another
process, the current process will sleep for PKGSRC_SLEEPSECS
seconds and then try again.You should also set OBJHOSTNAME when you are using the same
copy of pkgsrc on different hosts, maybe via NFS. This is because the locking process writes its process ID into the lockfile, and process IDs on different hosts are unrelated.See also: LOCALBASE_LOCKTYPE, WRKDIR_LOCKTYPE.
A new, free issue of BSD Magazine is out, with the theme of “BSD as a Desktop“. The next issue is “Hosting BSD”, and if that sounds interesting, Dru Lavigne is a contact for writing an article on that theme.
The iPad is BSD-based, which is neat. I like the notion of covering more BSD devices and products here on the Digest.
But: do you like even the vague concept of open source? The iPad is expressly designed to limit your choices, especially with media consumption and the programs you run. It’s sort of like owning a TV circa 1975 – you get what large media groups and the network (Apple) want you to see. I don’t want to come across as someone who’s complaining because it’s different – I’m complaining because it’s not different.
There’s other people arguing the same idea, with even more reasons. This is one of the most specific. Plus, there’s the natural progression…
It’s that Opera thing again. “Sigh“.
It’s like someone turned on the activity faucet; there’s so much to post about lately!
- PkgsrcCon 2010 is May 28th to 30th, in Basel. The date’s been declared, but not much else – yet.
- Chunks of KDE in pkgsrc are now updating to the KDE4 versions by default. This only affects pkgsrc-current users, not pkgsrc-2009Q4.
- An interesting story about computer manufactuing and MicroSD problems.
- In Praise of Online Obscurity – this article makes me think of communities like DragonFly and the other BSDs. In essence, growth causes smaller independent groups to form out of a larger membership, because a social group can only be maintained to a certain size. Perhaps this is why FreeBSD’s evolved a core group, or other groups form, like Wikipedia ‘editors’. (via) I’m catering to my own interests in group dynamics here.
- Jan Lentfer’s brought in his hostapd and wpa_supplicant work, mentioned previously.