Category Archives: Linuxy

Congratulations Xen

Xen is now in the mainline kernel, where KVM has been since Feburary 2007. Xen is still a completely separate kernel, with completely separate interfaces. Xen may now be in Linux, but still is not Linux.

Posted in Architecture, Linuxy, Opinions | Leave a comment

A Perl Thread-Pool

I’ve been doing a lot of large-system coding with Perl ithreads lately.  This thread model has been scaling very well on very high-throughput operations in conjunction with well-placed yield() calls in the thread-handler. This isn’t rocket-science, but it handles some … Continue reading

Posted in Architecture, Coding, Linuxy | Tagged | 1 Comment

Installing OpenQRM 4.7 on Fedora 14

OpenQRM 4.7 doesn’t compile cleanly on Fedora 14 (x64, but I don’t think that matters for this bug), and coercing it to do so isn’t the cleanest trick. The problem is actually with Busybox 1.14.2 that is automatically downloaded and … Continue reading

Posted in Linuxy, Products, Work | Tagged , , | 4 Comments

Droid 2 First Look

I’ve had a Droid 2 Global for a bit now, but hadn’t switched my active number over from my original Droid, until yesterday… After a solid day with it, I generally mostly like it. Pros: Much MUCH faster. Keyboard is … Continue reading

Posted in Linuxy, Opinions, Products | Leave a comment

Go

As you may or may not have heard, some monkeys  at Google have been working on a “new” language called Go. Several features of the language interested me, and as such I’ve spent around 200 hours writing and debugging in … Continue reading

Posted in Linuxy, Opinions, Products | Leave a comment

Disposable Appliance Computing

[NOTE: This essay was commissioned by a client in February 2007. It's the first in a series of old-yet-relevant position-papers whose exclusivity has expired, that I'm editing and posting] The hosted systems industry has turned another critical point. Several years … Continue reading

Posted in Architecture, Linuxy, Opinions, Work | Leave a comment

Build A Moat

Your app is falling down because it’s been Slashdotted. Your database can’t handle the query surge. Your app is highly dynamic so tossing up a static front-page, using Akamai, etc. isn’t viable. How can you handle 30kviews/s? You have a … Continue reading

Posted in Architecture, Linuxy, Work | Leave a comment

FOSS’s Microsoft Hatred "a Disease"

Purloined wholesale from SlashDot, and reposted. The hypocrisy of a vocal minority of FOSS-purists has been overwhelming. As Linus accurately points out, we’re all in it for selfish reasons. No one likes working on the boring bits, and we all … Continue reading

Posted in Linuxy, Work | Tagged | Leave a comment

Levanta Intrepid

[NOTE: This was written a while ago] [UPDATE: Levanta is toast]. Remember LinuxCare? That ambitious start-up back-in-the-day that wanted to revolutionize Linux support? Yeah, they died. But from the ashes rose Levanta. Unlike LinuxCare, Levanta has been studiously working on … Continue reading

Posted in Linuxy, Opinions, Products | 1 Comment

EXT4, AKA "Watching M@ Wrestle His Demons"

As someone with a history in filesystems, I have kept abreast of the EXT4 developments, most recently, an interview with Eric Sandeen on the topic, from an RH/Fedora angle. EXT4 will have lots of features new to EXT3 (as well … Continue reading

Posted in Architecture, Linuxy | Leave a comment