Archive for June, 2007

Mini Searches with Answers

Wednesday, June 27th, 2007

These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.

Python Rocks! and other rants
A logging module for Python

Unix: Tips on fixing Command Not Found
do "whereis foo", or "find / -name foo -print", then add the correct result to your path if you find it.

Zap2It Labs shutting down, how will this effect sagetv?
Zap2It labs will discontinue on September 1. But .. It will not affect SageTV since they bought a commercial license or some such thing. Yay!

Chroot Jail vs Plash
Plash, a new fangled chroot jail type of deal. How does it compare? Read about it here.

Generating PDFs for Fun and Profit with Flying Saucer and iText
How to programmatically generate PDFs easily with plain XHTML and CSS

Searching Bash History Quickly
[ctrl]+[r], type in part of the command, [ctrl]+[r] again to cycle through the matches, [enter] to run the command.

Tags: , , , , , , , , , , , , , , , , , , ,

Yould: the Pronounceable Name Generator

Sunday, June 17th, 2007

Yould is a generator for pronounceable random words. It uses Markov chains trained on a large body of prose.

It looks like you can also install it as a Python library.

Here are a few I came up with:
Knotive
Destrus
Hathis
Conce

They might make good names for future products somday. Can you find any good ones?

Here is the blog post where Yould’s author talks about how he came up with the idea and a bit about how it works.

Nautilus File Manager Scripts for Ubuntu – Right Click Actions

Sunday, June 17th, 2007

Nautilus File Manager Scripts gives you a handy collection of Nautilus scripts to do actions on a selected file or files when you right-click. Most important to me is “scale image”, which I’ve been missing since I left Windows XP and no longer had access to its image resizer power toy.

Fixing: bash: ImageMagick: command not found

Saturday, June 16th, 2007

So you’re sure you have ImageMagick installed on your Ubuntu/Linux, other system but you keep typing it into your console and getting the error:
bash: ImageMagick: command not found

Well, ImageMagick provides a set of useful commands such as convert, and display, but none of these commands are called “ImageMagick”. That’s why you’re not seeing it. So just choose which ImageMagick command you want to use and use that in your console.

This page lists all of the commands and their command line syntax.

Mini Searches with Answers

Wednesday, June 13th, 2007

These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.

BorkWeb ? Faster Page Loads With Image Concatenation
Does having a lot of small images on your web app increase latency? Can this trick really counter that?

Tags: , , , , , , , , , , ,