Lazy Reading for 2012/03/25

This is the week of in-depth items to look at.  I hope you have some time set aside…  Also, I’m doing something a little different; since Lazy Reading articles are built up over the week, I’m scheduling it for early Sunday (EST) so that you can read it in your bathrobe, drinking an astonishingly large amount of tea.  Or at least that’s what I’ll be doing.

  • Apparently there’s a Russian version of BSD Magazine, with a special Russian-only article.  Anyone who can read it willing to tell me what it’s about?
  • Did you know BSD also stands for something bike-related?
  • 70 Roguelikes!  The 7-Day Roguelike Challenge, just completed, has 70 games out as a result.  This will keep you busy, and there’s a very good writeup on several of the games to help you pick from the options.
  • 20 Years of Adobe Photoshop.  (via)  I link it because almost everyone, sooner or later, has used it or has used a program with a very similar tool layout.  Though I suppose you could argue it all comes from MacPaint, designed by Susan Kare, who happens to have also originated Clarus the dogcow.  Moof!
  • Man, Apple used to really have a sense of humor, too.  Maybe they still do.  Companies still do funny things (caution, autoplay video), but it seems to be done with the company’s marketing image in mind these days.  Also, get your ball out of my yard you darn kids etc.
  • Michael Lucas is teaching a SSH class at BSDCan 2012.
  • Lucas also has also disclosed numbers on his recent self-publishing venture.  I love seeing numbers like this because self-publishing discussion usually brings a whole lot of biases to the table, and people come down on one side or another because of what they want it to be, not because of what it is.  (Like discussions of the music industry, piracy, and software.)  This is just the plain numbers.  Also, Absolute OpenBSD, second edition, is definitely his next book.
  • Still on ssh, This Undeadly article talks about using OpenBSD, make, and ssh to speed up research.
  • 20 iconic tech sounds bound for extinction. (via)  Something in there will make you feel nostalgic.  I like the 8mm film noise.
  • Speaking of noise, here’s Famous Sounds, mostly electronically generated or sampled.  (via)  I guarantee some of these will be instantly familiar even though you won’t have heard the original song.

Your unrelated link of the week: Traitor.  (via)  It’s a Flash space shootemup game.   But dragonflies show up in one part!  (to shoot.)

AMD processor bug: the followup

Matthew Dillon has posted a link to the errata for the AMD CPU bug that he found.   Venkatesh Srinivas has followed with a test case for the bug.

Matthew Dillon also pointed out there’s a workaround to fix it, with no performance impact, it’s only found on revision 10h CPUs (not Bulldozer), and it’s extremely hard to duplicate.  Why draw such a heavy line under that?  The news of this bug rippled out through various news sites and was almost universally misreported, in a way that made it look bad for AMD without actually realistically quantifying the problem.  Remember, it took 6 months just to find it – and he was looking for it!

 

 

Lazy Reading for 2012/03/18

I’m making sure I post this Lazy Reading on the right day.  A nice full week’s worth of stuff.

Your unrelated link of the week: Neo Scavenger.  (via)  It’s a game, in Flash, and in beta.  If you like  postapocalyptic survival, it may be for you.

Build report for pkgsrc

For the curious, I recently sent a bulk build report for pkgsrc-2011Q4 to the lists.  Other than ruby-193 (which is fixed in pkgsrc HEAD thanks to John Marino), we’re looking pretty good!  I’m curious if KDE or Gnome could actually get installed via binary; that’s sort of an ultimate goal due to the number of packages involved.

Speaking of Ruby, the default in pkgsrc may change soon, along with some of the involved Rails packages.

Booting in a VM tip

If you’re trying DragonFly 3 in a virtual machine, you may have noticed some issues in booting in (for instance) Qemu.  Sepherosa Ziehau committed a change that sets the sysctl hw.ioapic_enable to 0 in virtual environments.  It can always be turned back on, but the recent MSI/MSI-X improvements seem to cause trouble in some virtual environment.  You can also set that tunable at boot to get an initial install going.

(I haven’t had trouble in Virtualbox or VMWare, so you may or may not need this.)