Alkahest my heroes have always died at the end

April 29, 2008

Book lover + nerd = ebook

Filed under: Personal,Technical — cec @ 9:45 am

Yesterday, I bought a Sony Reader – the electronic book reader that uses E Ink’s electronic paper.  The electronic paper display on the reader is very nice.  It uses encapsulated white and black pigments that can be brought to the surface of the page.  The only power consumption involved happens when you make a change.  Once the change is made, it requires no power to keep the image.  The upshot is that you’ve got a very long battery life, a decent contrast ration and a display that can be read in any light – in fact, the more the better since it’s reflective (like paper) rather than backlit (like a monitor).  Moreover, because it’s not backlit, it’s easier on the eyes when reading for a long time.  I read for a couple of hours last night and it was no different than reading a paper book.

The Sony Reader hasn’t gotten quite the notoriety of Amazon’s Kindle, even though they both have the same display and the Sony came out a month earlier.  I suspect that’s because Amazon hyped the Kindle and after all, it was tied to the largest (or is it second largest?) book seller in the world.

So, why did I go with the Sony and not the Kindle?  A handful of reasons:

  • Price – the Sony is $100 cheaper.  I’m hoping that this isn’t the last version of electronic paper to come out and that things will continue to improve.  That being the case, why should I spend the extra money.
  • Linux use – okay, technically, the Kindle doesn’t require any computer to use it, but I suspect that I would want to attach it to a computer anyway.  If for no other reason than to save the transfer cost for anything I send to the device that isn’t purchased from Amazon.  Beyond that, libprs500 is very nice software.  It handles file conversions, can download RSS feeds and convert them to the reader’s format, etc.
  • Books – I almost certainly won’t buy electronic books for the reader.  Not that it’s not a good device for reading, but I’ve got two concerns:  1) I don’t want the books I buy (or music for that matter) to be locked up by DRM software, things change quickly and I want my books to follow; and 2) the price point for electronic books isn’t right.  Why would I pay the paperback price for an electronic version that has essentially 0 duplication and distribution costs?  Instead, I’ll probably start piping the newspaper to the reader and will catch up on a lot of the content of Project Gutenberg that I’ve been meaning to read.

Last night, I added about 100 books and short stories to the reader.  I think that’ll be enough to keep me for a while.  🙂

Happy reading

April 12, 2008

tracks 1.5

Filed under: Personal,Technical — cec @ 9:46 pm

Thanks to Luis, I find out last week that Tracks 1.5 has been released.  Tracks is the implementation of the  “getting things done” methodology which I prefer.  1.5 is pretty nice.  In particular, I look forward to hiding actions until a particular date.  In the past, I’ve wanted to track a todo some six months in the future.  I put it on the list and had to watch it for 180+ days.

The only trouble I had with the upgrade is that there’s some new SQL instructions in the code of the form “SELECT COUNT(DISTINCT foo)…”  That syntax was bombing on my ISP which was causing the AJAX updates to not happen properly.  It turned out that the sqlite3 driver uses this syntax and the sqlite2 driver has a fallback syntax since count-distinct isn’t supported.  Unfortunately, Dreamhost’s sqlite3 is about three years old and also doesn’t support count-distinct.  The solution was easy enough – copy the sqlite2 driver’s syntax into the sqlite3 driver.  Once that was done, everything worked great.

I suppose a better solution would be to get Dreamhost to upgrade sqlite, but somehow that seems like more effort.

April 11, 2008

Web 2.0 and trusting the users

Filed under: Social,Technical,University Life — cec @ 8:31 am

The CTO Project makes an interesting observation that faculty are a bit like some corporations. They feel obligated to use Web 2.0 technologies in order to engage student interest and actually make some token effort to be up to date. But that they only want these technologies if they can exert complete control.

Trust me, I can relate. We’re currently contracting with a part of the government that wants to do something similar. They want to make use of the knowledge of a number of experts to produce an encyclopedia of a given technology. Of course, this has been dubbed the FOOpedia (where FOO is the technology).

In the first phase, they laid out an outline of the field. There were to be top level items that only they could edit, secondary items which would be owned by specific individuals and third level items which would be links to support documentation like powerpoint slides and papers. Control of the site was to be pretty restricted, but they did know that they wanted to use a wiki.

Kill me now.

So, in working with them for a bit, I think we’ve talked them out of the rigidly structured, top-down, hierarchical encyclopedia and have gotten them to embrace something a bit more organic.  They’re still not comfortable with a completely open system.  We’re looking at a model comparable to Scholarpedia or Citizendium where there’s a person responsible for each article and he or she will have the final editorial say over that topic.  But at least we’re no longer trying to define all of the pages in advance.  I’ll call it a win.

March 28, 2008

Digital Amway

Filed under: Security,Social,Technical — cec @ 9:22 pm

A few years ago, I was accused of using the word “interesting” in subtle ways.  Sometimes it means a truly novel idea that I would like to learn more about, other times, it’s a novel idea of which I’m more than a little skeptical.  In both cases, I stand by the description, to me, both are interesting – but it can make it a little hard to know what I’m really thinking.  So take it with a grain of salt that I just read an interesting article in the February 2008 issue of IEEE Computer on how to turn music lovers (particularly teenagers) into music distributors.

The idea assumed a secure hardware architecture using digital certificates (for an idea of how this might work, read the novel “Rainbows End” by Vernor Vinge). Customers would buy music directly from the industry and would have the option of buying redistribution rights (at say a 10% discount).  The authors imagined that in addition to buying the song for personal use, customers could buy a 10 pack of redistribution licenses for maybe $8.99.  This 10 pack could be resold either as an end user license or a redistribution license so that the customer’s customer could resell it too.  Unsold licenses could be returned to the industry distributor for credit.

Having dealt with Microsoft Windows Server licensing at the office, I’m a little skeptical that any end user would want to get involved in such a scheme.  But then again, the office is paying MS, so what do I know.  The biggest problem that I see with the redistribution scheme is that customers have to pre-purchase redistribution licenses without knowing whether or not they could be resold.  Here’s my suggestion (perhaps I should get it published in IEEE Computer 🙂 ), the redistribution should be in an Amway style.  For example, person A purchases the song for full price (say $0.99).  Person A can give a copy of the song to a friend, Person B, who can play the song for only a limited number of times.  If they want to keep it, B does not go and buy it from the original retailer, they activate it instead.  They pay the retailer the full amount ($0.99), but person A receives 10% maybe in credit, maybe in an account that pays out on occasion.  If Person B distributes to Person C, then both A and B get paid (A gets less than B being one removed).

The industry would go along with this due to the significantly reduced bandwidth costs for distribution.  Users (might) go along with it because it’s a more natural distribution method and there’s a direct payment with low effort ovehead.

Don’t get me wrong, I’m not advocating this, I’m not a huge Digital Rights Management (DRM) fan – too much potential to restrict fair use; however, it does seem like a more natural approach to turning consumers into distributors.

March 19, 2008

Pros and Cons of VoIP

Filed under: Technical — cec @ 9:45 am

We’ve got voice over IP phones at the office.  For the most part, they are a very smart way to handle our communications.  We’re too large to want to use individual analog lines through the local telephone company – their rates would be prohibitively expensive.  We’re too small to make a private branch exchange (PBX) worthwhile.  So sending our voice data over the internet is a good approach.  When the phones work, the sound quality is excellent, the cost is relatively inexpensive and the system is fairly reliable.  Unfortunately, when the phones don’t work the challenges begin.

The biggest problems with the VoIP system is that the people that sell them, the same company that supports them, don’t really understand them.   Two recent examples of this:

All of the telephones connect to a regular networking switch.  Yesterday, that switch (which we own) died.  No lights, no power, no fan.  It went to silicon heaven (where all the calculators go).   Okay, no problem.  I call our technical support folks and they find us a spare switch – a Cisco Catalyst 2924 which must be about 12 years old now.  The tech brings it out, he and I rack mount it and move all the phones over.  Most, but not all, of the phones refuse to work.  The only phones that seem to work are those which were somewhat isolated from the original switch and didn’t notice it change.  All of the other phones failed to get their software from the network and just sat there trying to connect.

I tested my laptop in the switch.  That worked just fine.  So I punted and called the company that supports sells the phones.  I explained the problems, explained that my laptop worked, etc.  They had me take a phone and bypass the switch (arguably something I should have done myself) and when that worked, they said it was a switch problem and I should try a new switch.  Odd, since my laptop worked, but okay.

I called the other guy in the office who knows something about the phones, he was in Orlando for a conference, and he had seen a similar problem on another “smart” switch.  So we figured we should buy a dumb switch – maybe a netgear unmanaged switch that’s similar to the little 5 port version we had been testing with earlier.  Before I did that, I borrowed the same smart switch we had tried before.  Sure enough, it also didn’t work.  Fortunately, unlike the Cisco, I could get at the management interface without a dumb terminal.

It occurred to me that maybe the problem was that we weren’t passing phone traffic because the phones were on a VLAN.  I got into the interface, turned on the right VLAN on all of the ports and sure enough, phones plugged into the switch worked.  Woo hoo!  We were back online.  Of course, after the fact, I was annoyed that our provider just said “switch problem” without actually suggesting what it could be.  If I had purchased a new switch and it still didn’t work, I’m not certain what they would have said.  It’s like they don’t know how their own products work.

The second example of this has been ongoing for several months.  On a call, you occasionally lose parts of what the other person is saying.  Random half second parts of the conversation are completely lost.  The other person can always hear what you are saying – no trouble there.  It’s only a problem for voice traffic you are receiving.

The provider has been worse than no help on this one.  They first tried blaming it on our using a lot of data.  Well, sure, but we’ve got the quality of service QoS router they required – it limits the bandwidth for data to ensure that you’ve got enough for voice.  So they tried lowering the absolute limit on data from just giving priority to voice to 2.5 Mb/s for data (out of the total of 3).  That didn’t help.  So then, without telling us, they lowered it to 2 Mb/s.  Still didn’t help.  Essentially, our provider can’t understand why the QoS router wasn’t working to prevent the voice loss.

So we started thinking about it and doing some testing.  I spoke to a friend that does networking and he reminded me that the bottleneck for bandwidth is our 3 Mb/s connection to the internet.  On our side of that we’ve got a gigabit on the internet side, the ISP’s router probably has gigabits.  Moreover, our QoS router can only limit our *outbound* traffic with any certainty.  It can *try* to limit inbound traffic by dropping packets and hoping that TCP/IP will negotiate the speed downward.  But that negotiation takes time and is only good for 1 connection.  What we really needed, according to my friend, was QoS on the ISP’s router in order to limit inbound traffic on our 3 Mb/s bottleneck.  So we tried a few things.  We tried saturating the inbound line, and sure enough, the voice got terrible.  We monitored inbound traffic and saw that poor voice correlated to high inbound traffic and that the inbound traffic definitely “burst” over the QoS limits.  Then we tried the same things for outbound.  Sure enough, for outbound traffic, the QoS router did exactly as it should.  Even when we were uploading huge amounts of data, the QoS router ensured that we had enough available for voice.

We contacted the provider about QoS on the upstream router we’re connected to (since this would solve the problems).  Unfortunately, the ISP won’t turn on QoS.  Our VoIP provider suggested that we add a 3rd T1 to our data connection bringing out total bandwidth up to 4.5 Mb/s and that this would help.  WRONG.  The internet, heck CNN, is fully capable of saturating our link, be it 3 Mb/s or 4.5 Mb/s.  What we need is a 3rd T1 that is dedicated to voice only.  Our VoIP provider didn’t (and doesn’t) seem to understand this, and they’ve made it difficult to order, but we finally got through to them and it should be installed in a few weeks.  At that time, we’ll finally have a pretty good, reasonably priced, phone service.  Even if the provider doesn’t understand QoS, VLANs or for that matter VoIP and VoIP management.  Why are we paying these guys again?

February 25, 2008

FISA extension and telecom amnesty

Filed under: Social,Technical,University Life — cec @ 11:10 pm

Few people have been on top of the extension of FISA like Glenn Greenwald. As a quick overview for folks that haven’t been paying attention to the issue:

  • Late last year a real potential problem with the Foreign Intelligence Surveillance Act (FISA) (as written in the 70s and amended after Sept 11) was recognized. Namely, communication between two foreign entities that was routed through the US was subject to the law’s requirements for a court order. This was never the intent of the law and largely crept in due to the routing of Internet traffic through major US networking hubs
  • In addition to correcting this, the Whitehouse and the Republican congress pushed for a change to FISA that went beyond correcting the oversight and significantly extended the ability of the government to spy on citizens.
  • Congress couldn’t pass this permanently, but did pass a six month bill before the August recess, in large part because of scare tactics used by the FBI (releasing warnings of predicted attacks in DC)
  • Six months was up last week and the Whitehouse was pushing to: a) correct the known oversight, b) extend its ability to spy on US citizens without court order, and now they’ve added c) grant retro-active immunity to the telecommunications companies for illegally helping the government spy both before and after Sept 11th. And of course, if they don’t get all of this, we’ll die in our sleep, murdered by terrorists.
  • The Senate caved and gave the Whitehouse everything it asked for.
  • Surprisingly, the House didn’t and we’re now seeing extra pressure claiming that we’ll all die and it’ll be their fault. This is of course BS, but that’s the state of discourse in the country.

I don’t have much to add on the spying per se, but I will admit to being particularly offended and disturbed by the telecom immunity issue. Essentially, these companies started helping law enforcement to monitor calls, read emails, etc. well before September 11th. Their actions were not scared or patriotic, they were largely motivated by greed.

Even if this were not the case. Even if they only started cooperating after September 11th, there is no excuse for allowing extra-legal monitoring by law enforcement in violation of the 4th Amendment. While much of the monitoring may have been intended to track down terrorists, we know that tools of this nature are never used only for their intended purposes. They are always used by someone trying to get a little extra edge in a non-terrorist case or by a cop wanting to spy on a girlfriend.

Consider the following. I was the IT Security Officer for the university back in 2001. When September 11th occurred, everyone wanted to be as cooperative as possible with law enforcement within the bounds of the law. Within the bounds of the law was an important caveat. Late September of 2001, I received a phone call from an individual who identified himself as being an agent with the FBI (note, none of this is confidential – there were a few times that I was asked/instructed to sign the equivalent of an NDA; for reasons that will become obvious, this was not one).

The agent asked me for some information pertaining to an investigation on which he was working. I asked him to slow down a bit because I needed to confirm that he actually was with the FBI (and not some random caller) and then I would need a court order for the information (because, hey, I don’t want to be sued, he wasn’t asserting that this was an emergency situation, and my failure to follow reasonable procedure meant it might be me personally being sued, not the university).

The agent then starts to get very defensive and plays the terrorist card. “This person could be a terrorist, and if you don’t help me, who knows what could happen?” Taking things one step at a time, I asked for his FBI identification number. He wouldn’t give it to me. He did give me his name and a phone number I could reach him at. I called the FBI. After a couple of false starts, I was finally able to confirm his identity.

It turns out that he was sort-of an agent. Actually, he was an agent of the Bureau of Alcohol, Tobacco and Firearms (ATF). Ostensibly, he was on loan from the ATF to the FBI in order to assist them in their cases. Instead, he was working on an ATF case and trying to use his newfound FBI authority and the tragedy of September 11th to get information that he could not normally obtain. If I remember correctly, the FBI told me not to call him back and that they would handle it internally.

Granted that all of this occurred before these agencies were pulled into the Department of Homeland Security and the processes may be better. However, any time someone claims they need new powers to keep us safe from terrorists, I remember this incident and become a little more wary. If there is a demonstrated need for a new law enforcement power, then it should be discussed, weighed against civil rights and the constitution, voted on and enacted if passed. The sum total of the argument for the power should not be, “we need it or you will die!”

p.s. C&L and Mark Fiore have produced a good/amusing video illustrating this tactic.

February 13, 2008

WordPress title plugin

Filed under: Technical — cec @ 11:01 am

One of the things I dislike about blogs (and actually most webpages) is that the static content is formatted very nicely using different fonts, etc., but the dynamic content is all pure text.  And since there are only a few fonts you will find on every computer, the text all looks pretty much the same: sans or serif.  On my own blog, I find that particularly annoying.  I’ve got, what I think, is a nice clean looking theme that reminds me of a Victorian-era journal (except perhaps not that fancy).  But all of the titles and dynamic content are plain text.

To fix this, I’ve been experimenting with the creation of a new WordPress plugin.  It’s fairly simple as these things go, but could be pretty nice.  Basically, it hooks into the_title and automatically replaces the text with an image of that text in a font you’ve selected and sets the ALT tag to be the original text (allowing it to degrade cleanly).  Unfortunately, at least with my theme, this screws up a number of things.  So now I’ve made the hook an option and your other choice is to modify the theme itself to call the plugin function where appropriate.  I’ve started modifying my theme along those lines so that all of the titles are rendered in the (free) Renaissance font.

Since the ALT tags are set properly, I don’t think that this will cause any problems.  But if you can think of a good reason why this is dumb, please let me know.

February 10, 2008

Moving day update

Filed under: Personal,Technical — cec @ 3:57 pm

The ISP move went reasonably well.  There were a couple of minor glitches.  One was a character set problem when I tried to take the most recent database snapshot from Linksky.  I’m not entirely certain what happened, but I wound up with extra characters after some punctuation marks.  Rather than spend too much time with it, I just grabbed the latest post and dumped it into the Dreamhost site and changed the time.

The other was a cute problem with my email.  I had done a major synchronization between the two mail systems a day or so before, so all I had to do on moving day was a periodic sync of the Inbox.  Unfortunately, in playing on Dreamhost’s control panel, I managed to delete my mailbox.   So I had to do another major synchronization and I lost any mail that arrived on Dreamhost only.  Fortunately, there was only one thing that was important and I could ask the sender to resend.

I think I’m all set now.  We’ll see how things go over the next day or two now that DNS *should* have settled out.

February 6, 2008

Moving day

Filed under: Personal,Technical — cec @ 11:05 pm

Saturday is moving day. Nope, we haven’t bought a new house. We hope not to have to do that for a long time. It’s time to change ISPs. After only 10 months with Linksky, I’ve had enough. In the past year, between working on the non-profit’s website and my own, I’ve had the following issues:

  • arbitrary version changes with no notification
  • random breakage due to “security” upgrades – like the time w e couldn’t do anything with a friend’s account or email because his last name contained the letters “curl”
  • random lockouts of service
  • insults from the security “guru” because he thinks he knows more about Unix and IT security than anyone else around
  • etc.

The last straw for me came earlier this year when a gallery page broke. I tried to login to diagnose the problem and found that they had removed my SSH access. When I emailed, I was to ld there is a “security issue” that makes sites with SSH more vulnerable and that they were looking for a workaround and would re-enable SSH by the weekend. Outside of dictionary attacks on passwords, this is really complete BS. Of course, the weekend came and nope, no SSH. Another week rolled around, no SSH. Forget this.

I started looking around for alternatives. I’m using Pair Networks at the office and they are okay. Hunter pointed me to Dreamhost. Yeah, I know they had recent billing issues, but no one can touch their current hosting offer (500 GB of storage) + 5 TB of data transfer per month, unlimited domains, Python, PHP and RubyOnRails (I don’t want to develop in RoR, but my preferred todo list program, Tracks, requires RoR), etc. With all of that and $50 off of a one year contract, I had to go Dreamhost.

Within 10 minutes of signing up, I had Tracks running on a mirror domain. Yay!

Then I started trying to migrate my current domains off of Linksky and onto Dreamhost. This turns out to be more than a little tricky without SSH access! I finally told it to create a backup. The backup turned out to contain all db, email and file data – great! That’s sort of easier than tar-gz directly. Unfortunately, the file was 1.5+ GB. I tried ftp-ing it from Linksky (ironically, the great security gurus have disallowed SSH, but allow/require unencrypted ftp with your main account and password). Unfortunately, ftp is apparently rate limited. At times, I was getting only 1 byte/second and it failed after downloading about 50 MB. Fine, I tried to use the web file interface to move the backup into webspace where I could wget it from Dreamhost. Oops – the web interface doesn’t move, it copies then deletes. After copying 420 MB, it failed. I couldn’t SSH into do a soft link or a move, the web interface had no softlink capability. I finally punted and wrote a 1 line php script that created the softlink into webspace. After all of that, I was able to download to DH (though it seemed to temporarily fail at 1.5 GB).

You start to see why I might be looking to change ISPs. The great irony to cap it all off: importing the gallery db, moving the files into place and updating the config to point to the new db completely resolved the gallery problems. There was nothing to diagnose, nothing to fix, on DH it worked, on Linksky it didn’t. It was probably another silent “upgrade” or “security fix” Linksky applied that broke it.

Hopefully I won’t have to change from DH any time soon. In the meantime, most everything seems to be up an running on the DH mirror domain. I’ll change the DNS servers on Saturday, so there may be a little weirdness until that settles out. If I can get GoDaddy to lower the TTL on the authoritative DNS servers for the domains, things may resolve even faster.

February 2, 2008

CO2 emissions and compact fluorescent bulbs (updated)

Filed under: Social,Technical — cec @ 2:37 pm

There’s something about the idea of global warming that seems to drive people of a certain mindset completely insane. You start seeing things like: “the planet’s not warming up!” “Okay, maybe it is warming, but humans couldn’t possibly be causing it.” “Fine. We are causing global warming, but we can’t do anything about it.” “What, we can? Well it’ll destroy our economy.” “You mean it won’t? Well, you must be French.”

And then you get guy’s like Andrew Longman whose argument runs something like, “I don’t believe in global warming, but you do. And congress’s ban on incandescent bulbs is going to put out more CO2 which in your mind means we’re baking the planet. Stupid liberals.” Then, after derisively stating that liberals are not hard headed quantitative types, proceeds to lay out an argument that is so stupid, a 12th grade physics class could take it apart.

Unfortunately, a 12th grade physics class isn’t here right now, so we’ll have to do it ourself.

Longman’s argument is that incandescent bulbs replace some portion of the normal heating used in a house. An NPR story told him that electric heat is more efficient than burning natural gas – in terms of CO2 emissions per unit of heat, therefore, by converting to CF bulbs we are using less electricity to heat our homes and more natural gas therefore, we are putting out more CO2 than if we used the original incandescents. He then proceeds to describe liberals as soft headed and laughs that their silly utopian dreams are undone by lack of an engineering mindset.

That’s a challenge that’s hard to resist. So let’s take this apart. First, Longman doesn’t realize that he’s comparing three different kinds of heating. He’s simplified to two: gas and electric. But let’s be quantitative and list all three:

  1. natural gas heaters
  2. electric resistive heaters
  3. heat pumps

Natural gas heaters burn natural gas, heating air that is then circulated around the house. Pretty simple idea. Relatively efficient.

Of course, very few people heat their homes with electric resistive heaters. This is the “emergency” or “auxiliary” heat setting on your heat pump. You run electricity through something resistive and generate heat. It’s a one to one conversion of heat for electricy. Every watt you put in, you get one watt of heat out. Run it for a length of time, and you can covert to watt-hours or BTUs. Now wait, I mentioned that you get electric resistive heaters by running electricity through a resistor – that’s a light bulb! Okay, we now know that light bulbs are electric resistive.

It’s very expensive to use electric resistive heat. So most people using electric heat use a heat pump. Think reverse air conditioner – you air condition the outside in winter extracting the heat and putting it into the house. A given heat pump, operating at a given temperature differential will have a specific coefficient of performance (CoP). Essentially, how much electricity does it take to extract a given amount of heat. Depending on circumstances, that CoP may be between 2 and 5. In other words, it takes 1 watt of electricity to extract between 2 and 5 watts of heat from the outdoors and move it inside. Hrm, now we’re starting to see how NPR got its numbers for pounds of CO2 created heating a house with electric vs natural gas.

But of course, Longman has challenged us to be quantitative and so we must preserve persevere. Let’s look at his example. Assume you have a house that contains 30, 100 watt bulbs that are always burning. In his example, a conversion to 20 watt compact fluorescents would mean that instead of getting 3000 watts of heat from the bulbs, you now get only 600 watts of heat from the bulbs and have to burn the equivalent of 2400 watts worth of natural gas. Using his soft, fuzzy, NPR numbers (that he’s misunderstood), Longman says that you emit less CO2 with the incandescents.

But he hasn’t really shown that. So let’s do the math. Basic numbers we’ll need:

  • CO2 emissions per unit of heat from natural gas
  • CO2 emissions per watt-hour of electricity
  • watt-hours consumed using our 30, 100 watt bulbs over a period of time

According to the Natural Gas Association, 1 billion (1,000,000,000) BTUs of heat from natural gas produces 117,000 pounds of CO2.

According to the Department of Energy, we produced 1.341 pounds of CO2 per kilowatt hour of energy generated in 2000. (Note, this is generated, some power is lost in transmission, so this is an upper lower bound for [CO2 generated by] power energy used in a home).

Now we’re getting somewhere. So 30 bulbs at 100 watts each, use 3000 watts of power or 72 kilowatt hours per day. That works out to 96.552 pounds of CO2 per day for heating your home with light bulbs.

What about natural gas? Well, we don’t have a CO2 pounds per kwh for natural gas, but since the CoP of a light bulb is 1.0, we have a conversion from electricity to heat. Our 72 kwh of electricity converted directly to heat turns out to be 245800 BTUs. Which turns out to generate 28.7586 pounds of CO2 if produced by natural gas. Of course, we haven’t replaced100% of our light bulb heat by switching to CF bulbs, only 80%. The other 20% is still [comparable to] electric resistive. So if we take 80% of 28.7586 and add 20% of 96.552, we get 42.311 pounds of CO2 generated by using 30, 20 watt CF bulbs.

Now, unless I’ve forgotten my basic math, 42.311 pounds is less than half of 96.552 pounds. So, I think that means that Longman was full of crap and is apparently a fuzzy headed conservative and not really a quantitative man at all.

Q.E.D.

Updated:

Oh, so I forgot to look at summer when we’re trying to cool the house. Turns out that the difference is even greater. In the summer, all of the heat is waste heat – we don’t want it and we need to get it outside. Assuming we’ve got a high efficiency air conditioner, it takes about one watt-hour of power to remove five watts-hours of heat, i.e., let’s assume a CoP of 5.

In the summer, running Longman’s 30, 100 watt bulbs 24 hours a day still takes 72 kwh per day plus we’ll need to run the a/c for another 14.4 kwh per day. That gives us a total of 86.4 kwh creating at least 115.824 pounds of CO2.

If we assume that all of those bulbs are now 20 watt compact fluorescents, then we require 14.4 kwh for light, plus another 2.88 kwh for cooling. Total of 17.28 kwh per day for lighting and cooling the lighting. Those 17.28 kwh will create… 23.17 pounds of CO2. Or not surprisingly, one fifth the CO2, since the bulbs use one fifth the electricity.

Of course, not everyone is going to use 30, 100 watt bulbs for lighting 24/7, but the relative proportions stay the same.

« Newer PostsOlder Posts »

Powered by WordPress