Announcing boo2pdf

I've just uploaded a beta of boo2pdf, an IBM BookManager to PDF conversion app & web service. I'm currently experimenting with the HTML to PDF backends and would like feedback with book files I haven't tried. Once the code is cleaned up, I will dump it on my site.

Motivation

I …

View comments.

more ...

Java: The Good Parts

javascript-the-good-parts

A while back, a book entitled JavaScript: The Good Parts made waves on the internet, especially social networking sites. This book purported to show the inner beauty of a language that was long considered second or third rate, coming of age. With the advent of toolkits like JQuery, Javascript/AJAX …

View comments.

more ...


Mirroring Fedora

Introduction

This post details setting up your own private mirror of Fedora's repos. There are many ways to do this, but this method is by far the best for heavy usage. By using MirrorManager, clients in your IP range need no custom configuration. Roaming laptop users automagically hit your mirror …

View comments.

more ...

Kernel 2.6.30 is a Go

I initially thought this would be a rather uninteresting release, especially when we learned Xen dom0 didn't make the cut. Following the changelog line-by-line, this one still didn't seem very interesting to me. But analyzing the sum of parts, I have to consider 2.6.30 a 'golden' kernel -- certainly …

View comments.

more ...




FS-Cache merged in Kernel 2.6.30

FS-Cache has been merged into the upcoming kernel 2.6.30. This allows for a generic caching interface in the kernel for other file systems. For example, you can use local hard disks to cache data accessed via NFS, AFS, or CD-Rom. Since these tend to be high-latency while the …

View comments.

more ...

Good Linux File System Developments

ext4 has sparked good controversy on the LKML. Aside from the recent delayed alloc and fsync issues, the whole FS stack is getting some much needed attention. Indeed, Linux file systems are starting to feel like first class citizens again with ext4 and Btrfs (merged in 2.6.29 for …

View comments.

more ...