Cornerstone Content Begins

Cornerstone ContentI finally started my first project to create cornerstone content. This is a fascinating thing about the internet and search engines. Having a hundred small pages on a subject does not get you to rank nearly as high as having a single substantial page. So given that I have at least a couple dozen pages on various aspects of Don Quixote, I’m in the process of creating just such a page. But it will be months in the making. I just wrote the beginning of it. The article is called, Don Quixote in English Language Translation.

Thus far, it is all original content. In fact, the article is worth checking out. I talk about what Don Quixote is. People think of it as a novel, but it’s actually two novels. And they are rather different. It’s too bad that the first novel isn’t published alone any more. As it is, I think the thickness of the book puts people off. And the first novel stands all by itself. In fact, there really is nothing in the second book that is part of our cultural identity. And I say that as one who thinks that second novel is superior. Anyway, check it out. Even though it is a page (as opposed to a post, which is what this article is), you can still leave comments.

Eventually, I will get to the point of doing a summary of the stuff I’ve written about on the blog. This is actually kind of backwards. The idea of cornerstone content is that you are supposed to start with that. But who thinks about such things when you start a blog? In fact, even after all my work with Quality Nonsense (where I always have to think about SEO), I didn’t think about this kind of stuff on Frankly Curious. My thinking started to change when I installed the Yoast plugin for WordPress.

Yoast is a bit of nag software that reminds you of things and alerts you to things that you do wrong. For example, it has you assign a “focus keyword” for each post. For this article, it is “cornerstone content.” And then it is very unhappy if it constitutes less than 0.5% of the words you’ve written. At the same time, it doesn’t like it if it represents more than 2.5%, because apparently Google will think that you are “keyword stuffing” and would potentially see the page as spam.

How Cornerstone Content Will Make Us Famous!

Another big thing that Yoast does is keep track of the focus keywords that you’ve used in the past. If you’ve used the focus keyword once before, it warns you and mentions that you might check out it’s page, Using Cornerstone Content to Make Your Site Rank. But if you’ve used the focus keyword more than once before, it complains. It’s complained a lot about “Donald Trump” and “Bernie Sanders” and “Hillary Clinton.” Which, makes me think that the next election cycle I might start a page for the election itself. That’s undoubtedly what smart and experienced bloggers do.

In addition to this, my “boss” Toni thinks that Frankly Curious gets half the traffic that it ought to considering the quantity and quality of the content. And I would definitely like to get more traffic. And that’s especially true when it comes to something like Don Quixote. the truth is that there aren’t really any sites that answer the common question, “Which Don Quixote should I read?” And given the fact that I’m also a big advocate for the book, I’d like to have more people ending up here.

But using cornerstone content has a good aspect to it that has nothing to do with making the site more popular. I do want to put together all my thoughts on Don Quixote and other subjects. Just the same, most people are not interested in reading 20,000 word articles. So this is perfect. People can get here because Google likes these long articles, but then they can quickly find links to specific information that they are looking for.

Of course, I don’t know how well this is all going to work. The experts claim this is the way you are supposed to do things. Right now, a search of “don quixote translations” brings up my very old article, About to Read Don Quixote in the top ten. It’s a clever idea for an article but I know infinitely more now. And I’m keen to share that knowledge.

Imperative Programming to Start: Please!

Imperative ProgrammingNormal people don’t even know what imperative programming is. Even most programmers are at most vaguely aware of the different classes of programming languages. But there are a lot of programming paradigms.

For example, there is logic programming, which is unlike what most people even think of as a programming language. You can get an idea about it by checking out Prolog. In it, you don’t say, “Do this, then do that.” You define relationships and then ask the system questions. It’s pretty far abstracted from what a computer is actually doing. And the same is true of the object-oriented programming paradigm. And this is why people should stay away from these kinds of paradigms when they first start coding.

My big boss sent me an article recently, 30 Years Later, QBasic Is Still the Best. In it, Nicolas Bize talks about how he introduced his son to programming with QBasic and how easily his son picked up on it. So QBasic rocks, am I right?! But he doesn’t dive into why QBasic worked so well for his son. Because the issue is not QBasic or the Basic programming language at all. The issue is that it is easiest to learn simple imperative programming languages: languages where you tell the computer, “Do this, then do that.”

The reason is that they model the natural way that we go about solving problems. Here’s an example of a bit of imperative programming that pretty much everyone has written:

IF "Man on sidewalk ahead is having angry conversation with himself"
THEN "Cross the street."

In more traditional code, it would look like this:

crossStreet = 0;
crazyBehavior = 1;

if crazyBehavior = 1
  crossStreet = 1;

In object-oriented programming, it’s far less direct. The man would be an object. One of the object’s characteristics would be crazyBehavior. The object would have functions for setting and reading crazyBehavior. There are lots of reasons why this is a better way to code. And one of those reasons is that it makes the code more abstract. But that also makes it that much more difficult for someone new to programming to learn what’s actually going on.

When I first learned to program for Microsoft Windows, it was in the imperative programming language, C. The basis of every program was running a function that returned any messages that had been sent to the program. Then, the program would loop through all the messages that it was interested in. Is the message to redraw the window? Then I’ll do that! Is the message to resize the window? Then I’ll do that! And so on.

But later, I wrote everything with C++, an object-oriented language. In that, these was no checking for messages. Instead I just wrote functions for objects to do the things that needed to be done, and all that messiness of checking messages was gone. Sure, it was still in the code somewhere. But it didn’t involve me as a programmer. And if I had never coded the old imperative programming way, I wouldn’t have had much of an idea what was really going on.

Computers are stupid. So the closer you are to how they really work, the easier it is to understand. It just so happens that the closer you are to how they really work, the more work you have to do. So there is a very good reason to program using high level abstractions. But it is no way to learn.

Yet Nicolas Bize is in the minority when it comes to programmers. If you ask most programmers what language you should learn because you are just starting out, they will usually scoff at things like Basic or Fortran or even C. Personally, I think people who want to learn programming should start with some form of simple Basic. Then they should learn assembly language or take a course in digital electronics. Then they can branch out into other languages where they can be more productive. But by that time, they will understand how computers work.

The New Look of Frankly Curious

Frank MoraesI know what you’re all thinking, “I don’t like this new website look!” But trust me, you’ll get used to it. This is hardly the first time that the website has changed. And every time it changes, people don’t like it at first and then they can’t even remember what it was like before.

But there are a number of good things about this new design. The first, and most obvious, is the new header. I always liked the Lego Don Quixote, but it did have it’s problems. The biggest is that the windmill was there. And as a lover of Don Quixote, it’s a bit embarrassing to have the cliche up — especially given that it happens early in the first book. What’s more, there was no Sancho Panza, and he is as important to the book as Don Quixote.

A smaller problem was that more and more I thought it made the website look like something aimed at 7-year-olds. Now given that in many ways, I still am a 7-year-old, there is something to be said for that. But I am more serious most of the time. The 7-year-old is more the spice — not the meat. And the artwork by Andrea English is great.

The most notable thing about this new theme is the slider thingy that currently scrolls through the six most recent articles. I like that quite a lot. Eventually it may drive me crazy. But I like it now. And the cool thing about it is that I can change it so that it shows random articles. I’m thinking of doing something like Random Mondays or something. I haven’t tried it out so I don’t know how well it will work. But with 7,000+ articles to choose from, it should be interesting.

A Brief History of the Website’s Look

Anyway, I thought I would share with you the way that the website used to look. All the designs were done by Andrea. The first one was the most brilliant. It was based on René Magritte’s self-portrait, Clairvoyance. It combines many of my other interests like the Indian Rope Trick, Christopher Marlowe, puppets, Madame Tutli-Putli. There’s other stuff.

Frankly Curious Website 2010

To be honest, I could have lived with that header forever. The problem with it is that it is so high. I don’t like to hide the content. So after two years, we changed it. Andrea came up with the following design. But it did not last long.

Frankly Curious Website 2012

I get the idea of it: the different interests that the website is supposed to reflect. But that head still just creeps me out. But you can see that the sidebar has become more sophisticated. So this design only stuck around for a year, then we got what you all are very familiar with:

Frankly Curious Website 2013

That was three years ago! And it hadn’t changed much. When we moved from the Nucleus CMS to WordPress, the designed opened up. But otherwise, it was pretty much the same. And what we have now is structurally very similar. The changes are really all cosmetic.

The only thing I wonder about is whether it isn’t all just too much blue. I’m curious what you all think. Feel free to complain. I doubt I’ll change anything, but it might make you feel better!

Goodbye Morning Music and Anniversary Posts

Frank MoraesAs you may already be aware, this post did not start with, “On this day in…” That’s because I decided, only today, that I’m not going to do regular anniversary posts anymore. I’m not going to do morning music posts either. There are various reasons for this, not the least of which is that they have become too rote. But the biggest reason is that I find they are taking away from the fluidity of the blog. Pretty much every day, I find that there are two feature articles that I want to post. But I don’t have the time.

So I’m going to go back to writing about whatever I find that is interesting. As a going concern, the anniversary posts and morning music will go away. But the posts about historical events and music will not go away. In fact, the other day, I had wanted to write something that I considered insightful about a song, but it didn’t fit into the theme this last week. What’s more, it would have been a lot longer an article and I didn’t want to waste the effort on de rigueur posts that I just don’t think are as important in the grander scheme of the blog.

Doing these daily posts made sense when I was running Frankly Curious as a publishing house. They were always supposed to be two easy ones I could do to go along with what was an ever growing schedule of feature articles. But from now on, I’m taking the site back to my original intent: whatever interests me. And the truth is things are just piling up. Before I started writing this, I closed about a dozen tabs related to articles I had wanted to write about. But I still have many up that I hope I can now get to:

  • How NAFTA affected Mexico;
  • Acrophobia and free will;
  • The Game of Life and non-goal oriented entertainment;
  • Medieval currency and modern monetary policy;
  • Fun as a goal of education.

And that’s just some of them. That last one reflects on this decision, because doing the anniversary posts and morning music were not fun for me anymore. And I want to enjoy my time at Frankly Curious, because it is a major part of my social life. And it has always been the random nature of Frankly Curious that made it interesting. At least, that’s what I’ve always thought. It’s the place to go to check out what’s on my mind. I can assure you, yesterday, the sinking of the Lusitania, was not on my mind.

At the same time, I’m in the process of creating what’s called “cornerstone content.” There are certain things I’ve written about a lot, and I want to create major pages (not posts) for them. Right now, I’m working on one for Don Quixote. As it is, I think that Google ought to rank such a page at number one for “Don Quixote translations.” (Currently, I think I’m at about number nine.) I’m one of very few people who write about all the English translations. And I’d like to get all my thoughts in one place.

Anyway, with the morning music and anniversary posts gone, I am expecting to do two feature articles per day. I’m planning to stick with the one scheduled post at 11:05 am. And then another one at some other random time. But I’m not going to kill myself on that. And I may post pointers to updates in pages that I’m working on. Regardless, I won’t be working any less. I’ll just be working differently. Goodbye morning music and anniversary posts.

What Is Contagious Is Random

Contagious: Why Things Catch OnMy boss has tasked me with the job of revitalizing the blog for our flagship website. This is a job I worked very hard to avoid. Because a professional blog is different from a personal blog like Frankly Curious. In general, people come here because they think I’m vaguely interesting and they want to know what I’ll rant about. But a professional blog is all about trying to find market niches and determine what articles will take off — go viral. And so he recommended that I read Jonah Berger’s book, Contagious: Why Things Catch On.

Given that he’s a nice guy, he sent me the book along with two others that I might actually like. I was highly suspicious of the Berger book as I am all such books. Why do things catch on? Well, I can tell you why once they catch on. Or at least I can provide you with a plausible sounding reason. But can you really predict what is going to take off? To quote William Goldman, “Nobody knows anything.” In Adventures in the Screen Trade, he wrote about a collection of films and why producers thought they would be great successes. All the films were, in fact, flops. So he went through the earlier happy talk to explain why it was wrong.

Of course, I don’t think that Gibson’s reasons for films flopping were right either. For example, he said that Pennies From Heaven flopped because Steve Martin wasn’t a singer and a dancer. Personally, I think it flopped because it’s an incredibly depressing film. Coming off The Jerk did people really want to see that? Did people really want to see that film under any circumstances? I wrote a largely positive review of the film, but that is looking at it as art — not as popular entertainment. Regardless, my ideas are no better than Goldman’s; they are just guesses.

Nobody knows anything.

Can We Predict What Will Be Contagious?

The issue is not confined to Hollywood. We’re really good at finding patterns in things. But that doesn’t mean we’ve figured out reality and it certainly doesn’t mean that knowing some patterns lead to actionable intelligence. In Contagious, Berger lists “Six Principles of Contagiousness.” Here they are with my brief descriptions:

Social currency
This is the kind of thing that makes people want to share it with others. For example, when I hear a particularly clever line in Bob’s Burgers, I want to share it with people. When I learn about a bizarre bit of computer trivia, I want to share it with any person I think will understand it.
Triggers
Some things trigger other things. For example, if people mention chatbots or AI, it will trigger me to tell the story of Robert Epstein.
Emotion
When people connect emotionally with something, they are more likely to share it.
Public
If others see people doing something, they are more likely to follow along. I’ve thought that a lot of fashion (eg, baggy pants) were due to someone having no option but to dress a certain way, and so doing it proudly rather than apologizing for it.
Practical value
People are more likely to share things that are useful. This appears to be why people are always forwarding nutrition information to me. Note to everyone who knows me: I don’t care.
Stories
Is there a broader narrative that the story falls into? Note: this is how racism works.

This is all fine, but I think it is useless. For example, what is it that makes something have social currency? What is “cool”? These six principles are really just a way of explaining why things have taken off — not why things will take off. As Berger himself notes: plenty of cute animal videos go viral, but far more do nothing at all. And it is usually the case that there isn’t anything particularly different between them.

Theories Don’t Help

What’s more, all of these principles are common sense. You can boil them down into one really useless sentence, “People share things that they find interesting.” The big question remains: why do they find them interesting? And I don’t think a theory helps you there. You still have to go on a case by case basis. And you have to accept that a lot of great and interesting work still won’t catch on because that’s just the way the world is.

“Nobody knows anything.” —William Goldman

I think that books like Contagious act as pacifiers. They give people something to hang onto in a world that is pretty much random. And now, the internet is not really about making content that people will push; it is about making content that computers will push. Think about Upworthy — the viral content machine. Inside of six months, it saw its traffic fall by over 50%. This did not happen because the content changed; it happened because Facebook changed a computer algorithm.

This is all very disturbing from the standpoint of all content creators. It’s as though companies like Google and Facebook have become gods and we do our best to please them. But they are no less fickle than the Abrahamic god. But the larger issue is that people end up with worse content, because everyone is writing for these gods now.

I know this very well from my work here. I know the kind of articles that get a lot of hits. If I wanted to push my numbers up, I’d be writing a lot more about the presidential election. Instead, yesterday, I wrote about something that I know people don’t like reading about: central banks. But I think the issue is important. It’s the sort of thing that people should be exposed to even if they don’t care about it. But I’m not here to make money, so I can do that. I could never do that in my day job.

But I still think it is a fool’s errand to try to find contagious content. I think Henri, the existential cat is one of the most brilliant ideas ever. But the original video has only three million views. (Note: the second Henri was far more popular, but far less successful.) Meanwhile, Justin Bieber and Taylor Swift are superstars without a lick of talent between them. Emotion? Practical value? What’s contagious is what we learned in Caps for Sale: monkey see as monkey do. Except now it is: human see as computer do.

The rest is chaos, regardless of what theory you want to present to explain it. Again: nobody knows anything.

Anniversary Post: The Apple I at 40 Years Old

I am out of time, and I must get up early and visit my brother this morning. So I’m replaying last year’s anniversary post. But it’s quite interesting. It’s worth another go. -FM

Apple IToday, the Apple I is 40 years old. The company itself was started just ten days earlier. It’s interesting that in the public consciousness, Apple is Steve Jobs. Yet the first Apple computer was not built by Steve Jobs. In fact, I don’t think that Steve Jobs ever built a computer. He was the sales guy — the PR man. The Apple I was built by Steve Wozniak. So was the Apple II. Wozniak was the tech guy of the company for as long as the company couldn’t afford to hire tech people from outside.

Apparently, a year earlier, Wozniak had attended a computer club meeting. He was so inspired that he decided to build his own computer. And a year later, he had. Forgive me for not thinking much about the non-technical aspects of business, but I just don’t think that Jobs’ “idea” of selling the computer was all that brilliant. But he’s the man who everyone remembers. And he’s the man who every know-nothing uses (along with Bill Gates) as examples of entrepreneurship and why we need to keep Mitt Romney’s taxes low.

The Apple I was a pretty basic unit. It came with 4 KB of memory — which could be expanded to 8 KB on board or 48 KB with expansion cards. I know, this sounds like nothing. But the truth is that with 48 KB, there are some pretty decent user applications that can be created. In particular, I’ve run totally acceptable word processors and spreadsheets on computers of that quality. But the biggest thing that limited all computers of that age was the video. The Apple I had a 40×24 character display. It looked something like this:

On March 5, 1975 Steve Wozniak attended
the first meeting of the Homebrew
Computer Club in Gordon French’s garage.
He was so inspired that he immediately
set to work on what would become the
Apple I computer. Wozniak calculated
that laying out his design would cost
$1,000 and parts would cost another $20
per computer; he hoped to recoup his
costs if 50 people bought his design
for $40 each. His friend Steve Jobs
obtained an order from a local computer
store the Byte Shop the affordable
computer store in Mt View California
for 50 computers at $500 each. To
fulfill the $25,000 order, they obtained
$20,000 in parts at 30 days net and
delivered the finished product in 10
days. Apple went on to be one of the
biggest computer companies in the world
by stealing innovations of other
companies and suing any competitors. Now
people buy Apple products because of its
brand, even though better products at
cheaper prices are widely available.

Happy anniversary Apple I!

The Computer Programme

The Computer ProgrammeOne of the best things about my day job is that I come upon a lot of old computer lore — things like INTERCAL. And the other day, a request came in for a resource page on BBC BASIC. I’d never heard of it, and I figured that the “BBC” must be a coincidence. But no. It indeed stands for the British Broadcasting Corporation. It was a programming language developed especially for a television series on BBC2 called, The Computer Programme.

The BBC is a public institution and so it actually believes in educating the public as well as entertaining it. And back in 1979, someone at the broadcaster decided that they really ought to inform their viewers about this brave new world of computers. But they wanted to do it in a very hands-on way. The problem at that time was that there were a zillion computers. There were things like the Sinclair ZX80, which are hard to imagine as computers at all. But regardless of that, they were all different, and what the BBC needed for The Computer Programme was consistency.

So they had a computer built, the BBC Micro — built on an 8-bit 6502 chip, which was hugely popular until the 8086 family became dominant. It was created by Acorn Computers. (Acorn was later purchased by Broadcom, which was bought just last year by Avago Technologies to form Broadcom Limited. It’s the nature of the computer business.) It sold at the time for £235 (about a thousand dollars today.) The new machine needed an interface, and as old-timers like me remember, that almost always meant some form of Basic. So they had a very young Sophie Wilson lead the project to create BBC BASIC.

The Computer Programme Begins!

This was all put together, and on 11 January 1982, the first episode of The Computer Programme appeared. And as you will see if you watch the first episode embedded below, it’s really good. It starts off with a discussion of Stonehenge as an early computer that eventually had to be abandoned because it was so difficult to reprogram to accommodate changing astronomical variables (eg, precession). And then they move onto computer punch cards and how they relate to silicon chips. And before you know it, they are playing a break-out pong game on the BBC Micro.

What I most like about this episode is a short reported segment about a woman who owns a candy store. She had earlier bought a computer and started doing all her accounting and inventory on it. She says that it saves her hours of work every day. But the main thing is that you can see she loves computers. I remember feeling the same way. I bought my first computer to do music on, but almost immediately, I was creating programs to calculate the value of pi and the number of atoms in the universe. It’s very addictive.

It turns out that the candy store woman has branched out and is now doing computer work for other businesses. The reporter asks her if she hopes that the computer business takes off, and the woman is very keen on this. She explains that because of some change in the traffic flow of the area, the shop has not been doing too well. Given that the woman seems like she’s about 50 years old, she comes off as heroic.

By 1982, personal computers weren’t that new a thing. But it was still a heady time with all kinds of different machines. It’s fascinating to look back on it all. Today it isn’t computers that are interesting but the network itself. In those days, you were on a computer. Today, virtually everything I do is online. The computer is just a portal — more like a television than computational machine.

Anniversary Post: Microsoft Starts to Suck

MicrosoftOn this day in 1975, Microsoft was formed by two computer mediocrities Paul Allen and Bill Gates. Thanks to them, the personal computer was held back for years. But they were successful as a company because they were ruthless. But let’s remember what these guys did. They wrote a BASIC interpreter in Intel 8080 assembly language. And I know that sounds impressive. But let me set you straight.

When I was in graduate school, I wrote my own text editor in 8086 assembly language. It didn’t take that long. And it was really fun to do. A BASIC interpreter is more work, but it isn’t that big a deal. But here’s the thing: I did that on my own, in addition to, you know, taking classes and trying to figure out how permafrost worked. But I had never taken a computer programming class. I didn’t and do not (despite having created huge and amazing software creations) think of myself as a computer programmer.

So I just don’t think much of people like Allen and Gates — or for that matter, Steve Wozniak, although being more of a hardware guy I give him some credit. And you know you don’t want to get me started on Steve Jobs. But the truth is that even most people who consider themselves technically minded get fooled about this kind of stuff. So what follows is the truth.

There are lots of brilliant programmers and computer scientists around and there have been since the 1950s. Even I could have been one if I had been so inclined (but I’m not ever interested in anything for that long). So the people who we hold up as masters of technology are almost always just technically oriented people who got rich. And that’s exclusively about ruthlessness and luck.

So what would have happened if Bill Gates and Paul Allen had never been born and there had not been a Microsoft? Well, IBM would have hired someone else to provide the operating system for their personal computer. (Note that I said “provide” given that Microsoft wrote almost none of it.) Would things have been better or worse? We can’t say, but I assume better, because I really think Microsoft held things back. Then again, maybe Apple would have been more successful and that would have been a similar catastrophe.

Anniversary Post: Apple iPad

Apple SucksOn this day in 2010, the first iPad was released. It was an extremely big deal because like every Apple product ever, it didn’t do anything new. It was what all their products are: a well packaged implementation of other people’s work. But it had the secret sauce that all their products have: a really big legal department that sues every other company that builds on the same technology that Apple has been stealing for years.

It is not, as many people seem to think, that I have it out for them and that I love Microsoft. First, I don’t like Microsoft at all. But more to the point, I don’t care about devices. If I can get work done on it, fine. That’s all that matters to me. Give me a computer with OS X or Windows or Linux: I don’t care. I can get my work done on them. With things like tablets and phones, I can get work done, but it is harder because they aren’t built for work; they’re built for entertainment.

What I Hate About Apple

But what I do hate about Apple is how it tries to win through the courts. As I said: it never innovated anything. At least Microsoft did a couple of things worth note. So for Apple, it’s all about using the legal system to gain advantage. Consider Apple Inc v Samsung Electronics Co. I thought that whole clusterf@#k was typical of what was wrong with Apple and America. In South Korea, Japan, and the United Kingdom, Apple was laughed out of court. But the litigious bastards won in the United States because as the saying goes, “The business of America is business.” And what that means is that we don’t care about innovating and creating stuff. We just care about allowing companies to trick their way to profitability.

If you like Apple products: fine! I don’t care. I still do most of my work with the vi editor, initially released in 1976. It’s not the best editor, but I’ve been using it so long that it is natural. And I can create keyboard mappings that do amazing things. I know that Emacs can do a lot more, but I’ll bet I can still do things faster in vi than 99% of Emacs users. So it’s fine to like one tool more than another. But don’t kid yourself: Apple is one of the most evil companies in the world.

Melissa Macro-Virus Release

David L Smith - MelissaOn or around this day in 1999, David L Smith released the Melissa macro-virus. He posted a Word document on the newsgroup Alt.sex. The document supposedly contained user names and passwords for porn sites. So, of course, people grabbed it. But all it contained was a virus written in the Word macro language. What it did was grab your first 50 contacts from Outlook and forward the virus to them. What’s amazing about it is that it is estimated that it ended up affecting 20% of all the computers attached to the internet at that time.

What’s interesting about the whole thing is that Smith didn’t write the Melissa virus. This is generally the case. Most virus writers do not release them. But they do tend to incite their release by making them available. For decades, I’ve wanted to write a virus — not to release or even run, except in some test environment. I just find the technology interesting. But I haven’t done that kind of coding for fun since my early days in graduate school.

David L Smith is kind of a sad character. He was thirty years old. He named the virus Melissa after a stripper he had known in Florida. It doesn’t paint a pretty picture. Just the same, I feel sort of like him. When I was that age, my life spun out of control because of what I now see as a lack of meaning. I can easily see myself getting seduced into the world of hackers and doing something incredibly stupid like releasing Melissa.

Compare what Smith did, however, to what happened to Robert Tappan Morris. Morris created the worm that bears his name. But he didn’t mean any harm. He wrote it to measure the size of the internet. It’s just that things, well, got out of hand. This was back in 1988, long before the web — and not long after I got on it. And the worm basically shut down the internet for a few days. But they still convicted him, which just seems wrong.

Smith, on the other hand, I think deserved to go to prison. He was given a sentence of ten years, but served less than two, probably because he was able to roll over on a few virus writers. Otherwise, I don’t know whatever happened to him. He probably wants to be forgotten. But he did bring us one of the great bits of internet lore.

Continue reading

Warning: Work and Fiction on Frankly Curious

Tower of Giraffes Hard at WorkDo you have any idea what I’m going through? Work is killing me. Yes, by Frank standards, I am rich! It seems like Scrooge McDuck rich. I mean, if I am running errands, I can just stop at a deli and buy a sandwich. I don’t even think about it. When I buy rice, I choose Basmati over Jasmine, because it is somewhat better, even though it is a lot more expensive. I’m rich! Rich I tell you! But I’m also totally stressed out.

I manage a gaggle of writers. (Look it up: it’s a tower of giraffes and a gaggle of writers — really!) And they have me in a state of anxiety. It isn’t because they are bad. It’s because they are great! Really: I’ve known a lot of “professional” writers in my day and most of them didn’t deserve the status of “writer” much less “professional.” But this group is really good. Some of them are — and I know this will shock you — as good as I am. But this sucks! Because it’s made me very paternal toward them. I worry that they get enough work and that they realize just how wonderful I think they are.

But it isn’t just that. There’s a whole technical side of things. And everything is different. The company I work for is typical of something that started small and grew from emergency to emergency. These are, of course, the best kinds of companies to work for. It means that they are run by creative people who don’t feel the need to plan everything out in advance. But it does leave me with having to remember a whole lot of weird things. And that would be fine if I were still 26 years old with a mind so sharp it could cut peas. But now I have a mind that is more likely to create a squished spot of green.

I think I’m going to post some of my fiction. It’s old stuff, but still work that I think is pretty good… I might even post the first episode of “The Post Postmodern Comedy Hour.”

When I started working seriously for this company, I tried to work four hours per day. Now, I get four hours in before I finish my tea. I could easily work 12 hours per day. But instead, but I love all you so much (and because this blog gives my life some sense of meaning), I work for about four hours, then I write the daily feature here (Like this exciting one!) and then I work a couple of more hours and then I write the morning posts and then I make dinner and then… Well then I spend the rest of the night trying to not end my day just further behind than I started!

And I can’t even take time off. I try! I keep very careful records of the work I do. So I will “sign off” — make a note in my spreadsheet. And then I will notice an email that has to be dealt with and this or that little thing, and before I know it, I’ve worked for a half hour and I figure: screw it, I’m back on the clock. Don’t get me wrong: I’m well paid and I have a great luxury in American life: I can work as much as I want at a job that I actually rather like with really fantastic people. (Really! You wouldn’t believe it! For the last eight years, the internet has been very low energy. We’re going to make the internet great again!)

So next week, I’m planning to get out of town for two days. I’ll still work, of course. I’m afraid if I stop working, the sun may not rise in the morning. I’m not certain, but do any of you really want to take the risk? As a result, I think I’m going to post some of my fiction. It’s old stuff, but still work that I think is pretty good. And if I’m feeling very adventurous, I might even post the first episode of “The Post Postmodern Comedy Hour,” which is probably the most perfect piece of self-expression I’ve ever written. But if you could put up with me whining about my life all these years, you can certainly put up with that!

Afterword

This is also meant to inspire me to work on “Donna Q,” which I’ve been playing with for months. You can probably guess what it is about. But would you imagine in all takes place in a Starbucks? No, I suspect not.

Google and the Predictability of the Human Mind

Google's iPage AdGoogle knows me better than I know myself

Much of the work I do has to do with website management and hosting. And so recently, I found myself editing a massive FAQ — roughly half the length of a novel. It was not exactly fun — at least at first; once it started to take shape, it was fun. But I found myself trying to explain to my 83 year old father what I was doing. He doesn’t even know what an FAQ is, so I was trying to find a way to explain the problem of trying to create a structure out of a collection of disparate information. And I said, “There might be information about, I don’t know, iPage.”

That was the example that came to mind: iPage. If I just started brainstorming, I could probably come up with a hundred web hosting companies. But it was iPage that popped into my mind yesterday evening. Then, this morning, I did what I normally do: I got a cup of tea and drank it while I did my political reading. And the ad on the left popped up. And that disturbed me.

Let me be clear what I am not saying. I’m not saying, “Geez, it sure is amazing that Google knows what I’ve been doing!” The fact that advertising follows me from site to site isn’t surprising. It is one of the first things people learn when they get on the internet. And I’m used to this. Not long ago, I was writing an article about Matlab, and so for a week after it, I was getting Matlab ads.

This is an interesting thing about being a freelance writer: ads tend to be very badly targeted toward me because what I’m searching for is only interesting to me for an hour or two. To give you some idea, my direct boss asked me to expand a document about how freelancers should submit their invoices. I said, “That’s a great idea; I didn’t realize we had a document like that!” And she said, “You wrote it.” Indeed I had: just two months ago. But I don’t remember things. You do them and then you move on to something else.

Anyway, the point is that I’m not surprised that some web hosting company I’ve been writing about starts getting advertised to me. But I wasn’t writing or researching anything about iPage. But clearly, I spend a lot of time on websites that talk about web hosting. And so I doubtless was on a page that was talking about iPage. And that’s why it was the hosting company that came into my mind and the one that Google thought I would like to see this morning.

I had a similar experience several years ago. I was at the grocery store staring at several rows of Ben & Jerry’s ice cream. Now, I like Ben & Jerry’s, but it isn’t my favorite ice cream. And as I looked at the selection, I remembered that earlier that day I had seen a banner ad for Ben & Jerry’s. It’s upsetting to be reminded of just how easily we are manipulated. But we are just very complicated machines. We are largely predictable.

I know that Google doesn’t know that I mentioned iPage to my father last night. But I do think that Google knew that iPage was on my mind, even though I wasn’t conscious of it. It’s creepy. And it will only get more so. Remember Transient Global Amnesia?

Consciousness is a joke.