Lazy Reading for 2012/03/04

Whee!

Your unrelated comics link of the week: Friends With Boys.  The whole comic is available online starting with the first page here and going on for about 200 more.  The full comic is only going to be online for a few days – hopefully enough for people to see it – and then you have to buy it.  (There will still be a preview.)  It’s a good story.

Deleting too fast

Here’s an interesting side effect that came up in Hammer 2 development: deleting files can potentially require modification of only one parent element.  If I’m reading it right, that means deletion always takes about the same time, independent of the amount of data being deleted.  Your ‘rm -rf /largedrive’ could complete, removing multiple terabytes of data before you realize it.  I suppose it’s silly to complain about speedy results.  Of course, being Hammer, it would still be available in history.

 

How low can you go, with RAM?

Is it possible to boot with only 48M of RAM in a DragonFly system?  Probably not.  128M would be better.  I usually talk about the lower memory limit for Hammer, since it’s so relatively low for a snapshotting file system, but the converse applies here.  128M is probably the comfortable lower limit, though it’s pretty hard to find a system that would limit you that way without doing it on purpose.  128M sticks of RAM are practically disposable these days, really.

Lazy Reading for 2012/02/26

Hello new DragonFly 3.0 users!  This is my not-about-DragonFly weekend link roundup.  I’ll be back to regular DragonFly-ish stuff tomorrow.

  • Vim anti-patterns, Gnuplotting, and Computing History At Bell Labs.  I’m combining what would normally be 3 separate points because I stole them all from Christian Neukirchen’s blog.  I wish I had found them first.
  • I mentioned Dungeons & Dragons last week, which led Michael Lucas to point out Dungeon Crawl Classics in the comments.   Along that same theme, here’s some 70’s role playing game illustrations.  (via)  There’s a parallel between computing in the late 1970s and fantasy; expert programmers were called wizards, understanding computers was an esoteric art…  I could develop the heck out of that thesis, but let’s just look at the pictures and feel nostalgic instead.
  • And then everything got a lot more weird-looking, 20 years later!  (via)
  • Hey, that time zone lawsuit mentioned here before was dismissed.  That’s good news.  (via lots of places)
  • Hyperpolyglot: Scripting.  Look for your favorite scripting language and compare it side-by-side with others. (via ferz on EFNet #dragonflybsd)
  • The text of the DragonFly 3.0 announcement gets copied around to a lot of sites, far more than I’m linking here.  However, I found this one entertaining because it kind of makes it sound like DragonFly is just what I happened to come with.
  • Custom 3D printing is becoming accessible enough that I’m trying to think of things I could get printed that way, even though I don’t need it.  (via I lost it, sorry)

Your unrelated link of the week: Quigley’s Cabinet.  Read her books if you have a fascination with old dead things.

Things I’ve never seen before, in pkgsrc

I was reading an article about how Tumblr scaled to handle the huge amount of data it’s regularly pushing out.  Apparently, it started life as a traditional LAMP stack, but they’ve since moved on – to software packages I have not yet needed to ever use.  Being open source software, it all has crazy names.  Some of these packages are perfectly familiar to me now, but others are completely new.

Anyway, for fun, I decided to see how many of these sometimes new-to-me packages were present in pkgsrc.  I’ll reproduce a paragraph from the story that lists the software they use, and link each one that I found in pkgsrc.

That’s actually more than I thought I’d find, though I can’t articulate why.  Anyway, if any of the names are unfamiliar to you, now is the time to follow up.   Redis, for example, looks more interesting to me at a casual glance than the normal NoSQL models I’ve heard about.