Month: May 2008

  • Make More Oil

    Oil takes a long time to make, so we should start making more now. When we strip mine for coal, we will eventually want to fill those holes back in. We should fill them in with plant waste and cover with rocks. Besides starting the oil-making process, this will help sequester carbon. Later generations will…

  • Suburban Oil

    There are replacements for oil for use in cars, such as biofuels, or electricity generated by solar, wind, or nuclear power. However, these alternatives are currently more expensive. It seems to me that the only one which is likely to become cheaper is solar power, but the average home can’t collect enough solar power to…

  • Monotheism

    When I was in grade school we were taught that monotheism was a historical advance, comparable to agriculture or other notable inventions. For example, we learned that Akenhaten was a significant figure because he was the first historical figure to advocate monotheism, although it was later repudiated by his successor Tutankhaten aka Tutankhamun aka King…

  • Layered Programming

    Many programs today are written at a very high level. They are run in an interpreted environment, not a compiler. Often many different components running in different interpreted environments are hooked together. HTML and XML, for example, started out as markup languages, but now they are often also used as components of programs hooking together…

  • Peer Review

    Peer review can be a useful technique when programming. It ensures that at least one other person has read the code. It can catch dumb bugs and help ensure that the code is not unnecessarily obscure. Several popular programming methodologies use it. (Pair programming has the same benefits.) Peer review has one obvious disadvantage: it…