Latest links on Pinboard

My Pinboard RSS Feed

Awesome WordPress Plugin: Hotlink Image Cacher » 2number of comments:

If you run a blog using WordPress, you owe it to yourself to install the Hotlink Image Cacher Plugin. It’s my favorite kind of plugin: it automates a tedious task.

When you want to display an image that you find on the internet, there are two ways of going about it. First, you can just put the url for that image into an image tag (e.g. <img src="[URL]">). This is called “hotlinking,” and it’s considered bad manners, as you’re stealing someone else’s bandwidth, and it’s a bad idea since the person who’s hosting the image might change or delete it.

The right way to deal with images is to download the image to your computer, upload it to your own server, and link it from there. This way, you have control over the image and you’re not stealing bandwidth. But it’s kind of a pain, especially if you want to use several pictures.

This plugin automates good behavior: You set up your blog post using hotlinking. It automatically copies the image to your server and changes the img tag to point to your copy, and it does it without getting in the way at all. Awesome!

Notice anything different? » 0number of comments:

If everything went right, you shouldn’t notice too much different about my site today. But underneath, everything changed: I went back to WordPress from Habari.

Why? Mostly because of the ecosystem: There are lots of plugins and programs that work with WordPress that don’t work with Habari yet. I was working with WordPress on another project and found it a great plug-in for adding time-lines to a WordPress blog. That kind of stuff is years away from coming to Habari.

Also, because Habari is still an alpha-level project. It’s not finished yet. It’s pretty, and the code base underneath it is supposed to be really excellent, but I don’t want to work with the code base. And when I do try to find bugs, I can’t report them.

And there are a lot of things that WordPress just does better. For example: “Remember Me” on the login page actually works. It automatically replaces regular vertical quote marks with the pretty quotes. I can hit Ctrl-I and it will make the text italic, instead of me having to manually code in <em> tags. Updating to the latest version of the software is as easy as pushing a button (no need to open up FileZilla at all!). And, new in the latest version of WordPress, you can embed videos just by including the URL on its own line. For example:

Lastly, and most unforgivable, Habari does not have a built-in export option of any kind. If it weren’t for this script (mirror) that somebody wrote, I would have been having to export each entry by hand (or else write my own script, which would have taken at least as long). Not cool Habari!

So, anyways, let me know if you see anything that looks broken. Thanks!

Will this change also lead to me posting more often? MAYBE!