Lazy Reading for 2012/02/19

Apparently this is a good week for Lazy Reading links, cause I have lots!   If you have any specific suggestions of where to find more links, I’d welcome them.  I’m sure there’s more people to follow that come up with tidbits like these…

Your unrelated link of the week: Cyriak.  An animator in the UK; I like the rhythmic repetition in his (occasionally disturbing) animations.

As I mentioned last week, DragonFly developer Venkatesh Srinivas is collecting pledges for his crazy-long bike ride, raising funds for cancer patient support.  Not to put too fine a point on it, but my mother died from cancer in a long, agonizing process some years ago.  The support system funded by these pledges would have helped us tremendously.  Please donate a few dollars to ease someone else’s burden.

dragonflybsd.org down

If you’ve noticed the main dragonflybsd.org website being down, that’s because both network connections (on different networks!) serving it are down.  This makes the website unavailable, and the source code, but you can still pull down images, packages, and the like from avalon.dragonflybsd.org.  Hopefully this warning will be out of date soon.

Note: It’s back.

Lazy Reading for 2012/02/12

Hey, it’s snowing here!  Finally.

  • I remember when fractal zooming would bring a desktop computer to its knees.  Now, you can do it in a web browser.   (via)  This exists as a standalone application (x11/XaoS) too.
  • I see content from here get splogged, from time to time, and I think that’s what’s happening here.  Someone throws “BSD” into a content generator, with ads slapped on top of it?   Honestly, I’m not sure what it is.  (via)
  • Hammer 2 work is starting, as noted earlier this week.  Let’s see some details on a similar filesystem project, btrfs.  (via)
  • You should quit Facebook because privacy etc. you’ve heard it from me before.  The arguments are getting more thorough, though.
  • Here’s an article from independent game developer Jeff Vogel about serving a niche with your independent work.  I like his writing, plus if you squint your eyes and sorta look at that article’s point sideways, you could construe it as relevant for BSD.
  • For fun, spot the two things I mention/link to here frequently, in this somewhat hypey article about Tumblr.  (via)
  • An Economist article about shifting from computer to computer.   I read that and realized the one computer constant for me isn’t my desktop – it’s “~”.
  • If you ever played games on the Amiga, you may want to watch this movie.  It’s clips from a lot of Amiga games.  By a lot, I mean an hour and a half of footage total.  There were some really advanced games for the time there.  (via)

Your unrelated comic link of the week: Shut Up About Cats.  The rest of that site’s good too.

Also!  On a related link, Venkatesh Srinivas, one of the DragonFly developers, is participating in a bike ride to raise cash for the Ulman Cancer Fund.  If you’d like to pledge  some money, he’ll feel better as he cycles a ridiculous 4,000 miles across the US.

Some BSD Multimedia

Here’s several things to look at:

Michael Lucas’s “BSD Needs Books” talk from NYCBSDCon 2010, on Youtube.  I’ve talked about it before because I saw it in person; it’s a good talk.  Ironically, he talks about getting a publisher interested in your book, and he just self-published.

Hubert Feyrer linked to the slides of two pkgsrc talks at FOSDEM; one about bringing pkgsrc to MirBSD, and one about pkgin, which is included in DragonFly.

GCC 4.6 now possible

John Marino has made it possible to build world and kernel on DragonFly using GCC 4.6 in the form of gnat-aux.  (We’re currently on GCC version 4.4)  Note that version 4.6 isn’t included with DragonFly, so you would need to download and compile GCC 4.6 a very recent version of lang/gnat-aux, and set CCVER=gcc46 before building world and kernel to try this out.

Update: John Marino points out in comments that you need to set WORLD_CCVER, not CCVER as his original message said.