Your Ad Here

Monthly Archive for November, 2005

What are the 9 rules?

By now, you’ve probably seen the near ubiquitious 9 Rules logo on many outstanding blogs.

I think the idea of a network highlighting excellent content is quite cool, actually, and I increasingly find that many quality blogs I read are, in fact, in this network — and that most of the new ones I find in the network are also of this same quality. That is, they seem to be succeeding.

What I can’t figure out is the name; I expected to find, somewhere, a ChangeThis-style manifesto, 9 Rules for creating great content or something. Are there, in fact, “nine rules”? Does the name mean anything?

Even if it doesn’t, it doesn’t change the fact that this network is a good idea.

Since I’m thinking about it, and since I couldn’t find any others, here are my own “rules” for creating great content.

  1. Write about what interests you. You will write with the most enthusiasm about the things you are the most enthusiastic about. There are millions of people on the internet; if you are maniacally devoted to basket-weaving, you might as well say so, since there are probably thousands of other geek basket-weavers just wishing they could read something interesting about this fine topic. When you get into groups of millions and millions of people, what you find is that even if only a small percentage share a certain passion — a small percentage of 10 million could still be tens of thousands of interested people.

    Not only that, but it simply more interesting to write about what you’re already interested in, and the authenticity will show.

  2. Write well. If you can’t string a series of words together to form a sentence, then learn how; chances are, it won’t be that hard. You probably wouldn’t want to write a blog or anything else if you didn’t have at least some aptitude for it, but that doesn’t mean you can’t improve. If you scraped through English class, but you still want to write great content, at least read Elements of Style; it has all you really need to know in a very short guide, and you can read it online.
  3. Acknowledge your sources. Solomon said there was nothing new under the sun; this doesn’t mean you won’t have any original ideas, per se, but as James Webb Young put it, most new ideas are combinations of old ideas. If you were inspired by something, someone, another blog, another post, say so. Link to it, if possible. That’s what the web is for.
  4. Write regularly. Many people like to try to post something every day; I’ve found that this can occasionally create pressure that you neither want or need. The fact is, even most professional writers do not write a complete, publishable piece every day. Chances are, whatever you’re writing about is a little less formal, but you still might find yourself burning out if you try to stick too religiously to a schedule like that.

    On the other hand, the more you write, the better you’ll actually get at it (you actually can get better at writing, really; and if you’re blogging, surprise… you’re a writer). Also, even if you don’t write daily, if you write somewhat regularly, it will probably build traffic, since people will come to expect that there is life on your site.

  5. Be yourself. This might sound like the same thing as the first point, but it isn’t. When it comes right down to it, you aren’t Lileks, or Hugh Hewitt, or Michelle Malkin, or Paul Graham, or Joel Spolsky. So don’t try to be; people read all those others because they have come to know their voices, they like them; they are unique. It’s a little trite, but you’re better off just being yourself than putting a lot of effort into trying to be a Paul Graham or a Hugh Hewitt.
  6. Don’t sell yourself short. This is getting to sound pretty pithy, but bear with me. If you don’t think that what you have to say is worth anything, you probably won’t bother to say it. The fact is, you are an expert on culture, customer service, and a whole lot of other things that you probably don’t bother to think about. You can write with authority about your own culture, about customer service (are you a customer? Do you know when you’ve received good or bad service, and why? Congratulations, you’re an expert), on the technology you use regularly (just because you know it doesn’t mean that everyone else does), and a host of other, more unique, topics (indie rock? Science fiction novels? Movies? Comic books?).

    And face it, how many times have you seen an article or a blog post, which thousands of people were linking to or commenting on, and thought to yourself, “I could have written that.” The only problem is, you didn’t; and half the time, the reason you didn’t is because you thought, “Who do I think I am writing the top ten this, or the top five that, or however many rules to writing great content…?” (er…)

I guess I didn’t come up with 9, but I reserve the leeway to add to the list if I think of something. Heck, if you can think of something more, don’t just tell me — write it somewhere.

Network Traffic Ticket

Much as I tend to dislike digg.com (I don’t know why, exactly), I can grudginly admit that its structure allows the occasional interesting link to rise to the surface, which would probably not be seen on a site like Slashdot. The network traffic ticket is one of these. Very nice.

The Cthulhu Circus

The Cthulhu Circus is an amusing juxtaposition of Family Circus comics with lines from h.P.Lovecraft’s Cthulhu mythos.

Some things you can’t say in WordPress

I had a hard time posting the previous post… oddly, WordPress kept informing me that I didn’t have permission to execute post.php, like this:

You don’t have permission to access /blog/wp-admin/post.php on this server.

That’s rather disconcerting. A check on the server indicated that permissions were fine, no problems there. (Aside: they were 644, if you’re interested; I thought that this was the problem, at first, and changed them to 755, but this is not the issue. If your permissions are already 755, you may as well leave them, but 777 is not necessary, and definitely won’t help; you just made the post.php file writeable by anyone, and that isn’t even what we’re trying to do here. End aside.)

So, I did what anyone would do next; I plugged the error message into Google.

What I found was pretty strange; others were having this problem, but the issue seemed to be the presence of a particular word or words in the post; as near as I could tell, there are words/phrases which you can include in your post which will cause this error.

One fellow used the phrase “curl up” and got this error. (I duplicated this; in fact, the only reason I’m able to include those words in the post is that I used   instead of a space between the two words.) Someone else suggested that “wget” might also cause this problem, but I haven’t duplicated that.

In the case of my previous post, it seemed to be the phrase “Flash player” — I hyphenated it when I isolated it, and voila — this solved the issue. It turns out I could have just used  , but, oh well.

Is anyone else aware of more information about these “things you can’t say in WordPress”? Is this a documented bug? Is there a fix?

Inquiring minds want to know.

Mochikit, and other JavaScript musings.

MochiKit has the slogan “Mochikit makes JavaScript suck less.” A worthy goal; now, you may not think that JavaScript sucks (I’ve become rather fond of JavaScript), but these fellows are comparing it to Perl, Python, Objective-C, etc. It seems that many of the features of Mochikit are inspired by Python in particular, which is interesting all by itself.

Worth an investigation.

Is it just me, or is JavaScript in the process of cementing itself as the programming language of the internet? Sure, you can use Python, Perl, PHP… if your server supports it. JavaScript runs everywhere, and it seems that it will continue to do so, in all major browsers, for the forseeable future.

I wonder; is it even realistic to ponder an alternative to JavaScript? There isn’t much incentive for a browser-writer to build in a Python interpreter when we already have JavaScript and DOM… but what if you could direct people to download a plugin, like a Firefox extension, which would enable them to use pages written with an alternative scripting language? It isn’t that far-fetched; this is basically what the Flash-player is. The key, of course, would be that this alternative scripting language would have to be somehow better than JavaScript; to be successful, I’d guess that it would have to be attractive to both developers and users.

The bottom line, as with everything, is why? I don’t know if anyone else is considering things like this; on the other hand, if there are all these toolkits (Prototype, script.aculo.us, dojo, mochikit, etc) whose whole raison d’etre is to improve JavaScript, maybe there is a desire for a better internet scripting language… Hmm.

Windows vs. Linux Study Author Replies

Slashdot | Windows vs. Linux Study Author Replies… a brave soul. Interesting reading, though.

Gentoo Linux page redesign

The redesigned Gentoo Linux homepage is finally “live” — that is, I suppose you’d call it a beta (it’s on a subdomain, not the main page yet). I like it.

The Story of our Turkey

We had Thanksgiving with part of my wife’s family in La Crescent, Minnesota. La Crescent is a small town in the far south-east corner of the the state, about a three hour drive from the Twin Cities.

This is the story of our turkey.

We in the city know where turkeys come from; they come from grocery stores. Dimly, in the recesses of our minds, we may be aware that turkeys are grown on farms, probably in fields, and harvested with the wheat and corn, or something. I imagine they would grow something like pumpkins, in a pleasant turkey-patch somewhere. Not on trees, certainly; whoever heard of a turkey orchard?

The turkey we ate on Thanksgiving was born in May, and came from a family of six. It is not often that one is privy to the intimate personal details of one’s dinner, and we counted ourselves duly blessed for this privilege.

We were not told his or her name.

When the turkey arrived at the house, it was freshly plucked, and still warm. Not warm from having been pre-cooked, oh no; warm from having just recently been alive.

Our turkey’s short life was not in vain, as it was delicious. We were relived to find out that its family will not be in mourning, as they also became dinner for others the same day.

Happy Thanksgiving.

The truth about blogging

This is an older one, from the folks at Penny-Arcade. Sadly, it tells the truth about blogging. (Click on the image for a larger version.)

Photos of Google Space in Heathrow

Photos: Google airport lounge takes off - ZDNet UK News Google has opened a free internet access area (Google Space) in Heathrow. Article here.


Your Ad Here