Latest News >> 2008-08-06

Well, I’ll be at DefCon this year, and I always try to do something fun for the conferences I attend.

2008-08-01

Well looks like my rant about the state of open source feed readers hit some sites, so I should put in a few clarifications so people understand what I was looking for more specifically. I’ll do it by answering several of the questions people sent me.

2008-07-20

RubyFringe was my last Ruby conference and it was the best conference to go out on. Everything about RubyFringe was great. It was well organized, contained eclectic talks, and supported the weirdness that’s usually hidden at the other conferences.

2008-06-25

I’ve been completely fed up with news/feed/rss/atom readers these days. I use Linux as my primary operating system, and I only have a few feeds that I want to rip through quick so I can get to reading the content. Yet, trying to find a reader that doesn’t suck donkey balls has been a chore.

Signed the contract and started the big work. Have almost everything organized and laid out, but since it’s a big book I’ve been cycling over it and refining things.

Another thing I’ve done is created a new project (soon to be published) called Idiopidae after the trapdoor spider. What this little tool does is allow me to inject parts of actual source code accurately into my LyX document using GNU source-highlight LaTeX translation. It can do whole files or sections partioned by comments.

Yes I know about “noweb” and friends, but their syntax blows and they have the fatal flaw of requiring me to hack my code inside their disgusting syntax. Instead, Idiopidae keeps my prose in one file and my code (fully runnable) in a separate file, then it does the job of putting it all together at the end.

This tool is saving me a ton of work, and for fun I decided to rewrite it in Factor from the hack job I did in Ruby. Once it’s working I’m gonna release it for everyone to play with and hopefully it’ll help other people trying to writ technical books.