Lazy Reading for 2012/03/11

This is the week where I remember to actually write introductory text.  I also didn’t think I was going to have anything good this week, but The Internet came through for me at the last minute.  Thanks, Internet!  It’s also the week where I mis-schedule this post for Friday, temporarily.

Your unrelated link of the week: Welcome to Muppet Labs, where the future is being made today!

Missed notes: JDK1.6, isp(4), PCI ids

I tagged these when they happened in previous months, but I forgot to post them:

“peeter” got wip/jdk16 to build normally on DragonFly, and listed how to do it.  I don’t know if it still applies.

Sascha Wildner updated the isp(4) driver from FreeBSD, adding new supported chipsets and making it able to load as a module.

Also from Sascha Wildner, we’re now using one source only for PCI IDs.  Think of that next time you are looking at dmesg, and it makes sense.

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.