<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Green Computing</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/" />
    <link rel="self" type="application/atom+xml" href="http://www.green-computing.info/atom.xml" />
    <id>tag:www.green-computing.info,2008-09-16://220</id>
    <updated>2011-08-15T18:03:24Z</updated>
    <subtitle>Computer Power Consumption - Wiki</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.34-en</generator>

<entry>
    <title>Working on Making My Laptop Cooler, Still</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2011/03/working-on-making-my-laptop-cooler-still.html" />
    <id>tag:www.green-computing.info,2011://220.22330</id>

    <published>2011-03-26T05:54:13Z</published>
    <updated>2011-08-15T18:03:24Z</updated>

    <summary>This is a never ending challenge for me. Here&apos;s my latest effort.</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Computer Temperatures" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="laptop" label="laptop" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="power" label="power" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>This is a never ending challenge for me. Here&#8217;s my latest effort:</p>

<pre class="sh_sh">
echo 0 > /sys/devices/system/cpu/cpu1/online
echo 15 > /proc/sys/vm/dirty_background_ratio
echo 55 > /proc/sys/vm/dirty_ratio
echo 6000 > /proc/sys/vm/dirty_writeback_centisecs
echo 9000 > /proc/sys/vm/dirty_expire_centisecs
hdparm -B 1 -S12 /dev/sda
echo 1 > /sys/module/snd_hda_intel/parameters/power_save
xbacklight -set 90
hal-disable-polling --device /dev/scd0
# to enable this again:
# hal-disable-polling --device /dev/scd0 --enable-polling
exit 0
</pre>
]]>
        

    </content>
</entry>

<entry>
    <title>SATA Link Power Management Policy</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2011/03/sata-link-power-management-policy.html" />
    <id>tag:www.green-computing.info,2011://220.22322</id>

    <published>2011-03-19T18:26:35Z</published>
    <updated>2011-03-19T18:44:10Z</updated>

    <summary>When I try to change the link power management policy of my sata controller, it does not work. What&apos;s up with that?</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Laptops" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="power" label="power" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="sata" label="sata" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>When I try to change the link power management policy of my sata controller, it does not work. What&#8217;s up with that?</p>

<p>Check it out:</p>

<pre class="sh_sh">
echo min_power > /sys/class/scsi_host/host0/link_power_management_policy && cat /sys/class/scsi_host/host0/link_power_management_policy
max_performance
</pre>

<p>It always stays min_power! ARGH! If I try something other than min_power, it throws an error, so I&#8217;m confused:</p>

<pre class="sh_sh">
echo min_performance > /sys/class/scsi_host/host0/link_power_management_policy
bash: echo: write error: Invalid argument
</pre>

<p>Same thing happens on host1. I wonder what is up with this?</p>

<p>Based on some quick research, it seems like some hardware doesn&#8217;t support min_power, or that the drivers for them just aren&#8217;t set up right yet.</p>

<p>For what its worth, I was wondering what other options might apply here and found medium_power; that doesn&#8217;t work for me either.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>The program &apos;chromium-browse&apos; is writing to file &apos;data_3&apos; on /dev/sda1.</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2011/03/the-program-chromium-browse-is-writing-to-file-data-3-on-devsda1.html" />
    <id>tag:www.green-computing.info,2011://220.22321</id>

    <published>2011-03-19T03:09:56Z</published>
    <updated>2011-03-19T14:53:15Z</updated>

    <summary>The main problem I have with Google&apos;s chromium browser is how much it writes to disk **ALL THE TIME**.</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Computer Temperatures" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="chromiumbrowser" label="chromium browser" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="diskactivity" label="disk activity" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="power" label="power" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>The main problem I have with Google&#8217;s chromium browser is how much it writes to disk <strong>ALL THE TIME</strong>.</p>

<p>Seriously, is there any way to reduce Google Chome&#8217;s disk activity??</p>

<p>Besides Google&#8217;s chrome, I feel like my laptop is nearing cooler pastures. Right now, the fan is on all the time, and its just too hot.</p>

<p>I just noticed - on Ubuntu Maverick, laptop-mode-tools is not installed, it uses pm-utils and acpi-support. I just installed laptop-mode-tools, hopefully it will help!</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Plug Computers</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2010/07/plug-computers.html" />
    <id>tag:www.green-computing.info,2010:/blog//220.21072</id>

    <published>2010-07-09T12:26:30Z</published>
    <updated>2010-07-09T12:30:07Z</updated>

    <summary>Plug computing is really coming of age, and in my opinion - that&apos;s very cool! What is a Plug Computer? A plug computer is often described as a small, low-power computer that has a form factor that allows it to...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Energy Efficient Computers" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="arm" label="arm" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="sheevaplug" label="sheeva plug" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>Plug computing is really coming of age, and in my opinion - that's very cool!</p>

<h3><strong>What is a Plug Computer?</strong></h3>

<p>A plug computer is often described as a small, low-power computer that has a form factor that allows it to be plugged directly into a power outlet.</p>

<p>They've been around for awhile as specialty hardware. I think the first one I saw was called JackPC, and that was designed more as a computer that resembled a wall outlet than something that would get plugged into a wall outlet.</p>

<p>More recent plug computers look almost like power adapters, aka wall warts. The one that seems to have gathered the most attention is called the <strong>SheevaPlug</strong>. It runs on the ARM9 architecture and is marketed by Marvell and their system-on-chip called Kirkwood 6281.</p>

<h3><strong>Plug Computer Power Consumption</strong></h3>

<p>I've read that the SheevaPlug only uses 5 watts of power. If so, that would really be amazing because its reportedly quite a little powerhouse, too, in terms of processing power.</p>

<h3><strong>Plug Computer Uses</strong></h3>

<p>I'd first guess that a very useful application for a plug computer would be wireless - using the plug as a node in a wireless mesh network, or simply acting as a repeater node to extend wireless range.</p>

<p>After that, the sky is the limit! Prior to plug computers, enthusiasts have been modifying wireless routers with linux to act as micro-servers, even using some that have support for USB as network attached storage devices.</p>

<p>This brings up two important points about some plug computers:</p>

<ul>
<li>USB 2.0 support</li>
<li>eSata support</li>
</ul>

<p>The eSata support is really, really awesome!</p>

<h3><strong>Plug Computer Pricing</strong></h3>

<p>This is another important factor when it comes to plug computers: they are inexpensive! The SheevaPlug development kit can be purchased for only $99 USD!</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Hybrid Displays</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2010/01/hybrid-displays.html" />
    <id>tag:www.green-computing.info,2010:/blog//220.20002</id>

    <published>2010-01-12T16:19:12Z</published>
    <updated>2010-01-12T20:00:50Z</updated>

    <summary>Finally, REAL hybrid-energy (consumption) computer components! Presented at this year&apos;s CES and hopefully soon to enter the marketplace, hybrid displays will be able to switch between standard LCD and e-ink. The logic being that LCD displays are better for full...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Energy Efficient Computers" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="eink" label="e-ink" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="lcd" label="lcd" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>Finally, REAL hybrid-energy (consumption) computer components!</p>

<p>Presented at this year's CES and hopefully soon to enter the marketplace, hybrid displays will be able to switch between standard LCD and e-ink. The logic being that LCD displays are better for full color imagery, and e-ink is better for e-books.</p>

<p>E-ink uses a lot less energy than LCD displays. As such, its the prime choice for e-book readers like the Amazon Kindle.</p>

<div style="margin-left:100px;">
<iframe src="http://rcm.amazon.com/e/cm?t=inforbanki-20&o=1&p=8&l=as1&asins=B0015T963C&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></div>
]]>
        

    </content>
</entry>

<entry>
    <title>Hybrid Computers?</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2010/01/hybrid-computers.html" />
    <id>tag:www.green-computing.info,2010:/blog//220.19978</id>

    <published>2010-01-10T12:43:25Z</published>
    <updated>2010-01-10T12:46:34Z</updated>

    <summary>Check out this post by Russell Coker about a &quot;hybrid&quot; computer / laptop: The Lenovo U1 Hybrid - an example of how Proprietary OSs Suck At first I thought that hybrid referred to some sort of power system, but it...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Energy Efficient Computers" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="hybrids" label="hybrids" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>Check out this post by Russell Coker about a "hybrid" computer / laptop:</p>

<p><a href="http://etbe.coker.com.au/2010/01/10/lenovo-u1-hybrid-proprietary-os-suck/">The Lenovo U1 Hybrid - an example of how Proprietary OSs Suck</a></p>

<p>At first I thought that hybrid referred to some sort of power system, but it refers to the operating systems which the device runs.</p>

<p>At first glance it seems pretty strange. I agree with Russell in that it is my personal opinion that proprietary OSs suck compared to open source operating systems like Debian GNU/Linux and FreeBSD.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Intel Micro Server</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2009/11/intel-micro-server.html" />
    <id>tag:www.green-computing.info,2009:/blog//220.19461</id>

    <published>2009-11-11T19:51:42Z</published>
    <updated>2009-11-11T19:59:32Z</updated>

    <summary>Its been almost two months since the Intel Developer Forum in San Francisco, and I&apos;m only now learning about a new micro server they unveiled there. Either they didn&apos;t know how cool I thought it would be, or I&apos;ve been...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="intel" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="intel" label="intel" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="microservers" label="micro servers" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="servers" label="servers" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="thermaldesignpower" label="thermal design power" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="xeon" label="xeon" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>Its been almost two months since the Intel Developer Forum in San Francisco, and I'm only now learning about a new micro server they unveiled there. Either they didn't know how cool I thought it would be, or I've been working too hard!</p>

<p>Here's a <a href="http://www.intel.com/pressroom/archive/releases/20090922comp_b.htm">press release</a> from Intel which includes lots of other news and only mentioned the micro server about halfway down the page:</p>

<p><blockquote>Maloney disclosed a new ultra-low-voltage Intel® Xeon® 3000 series processor featuring a TDP (Thermal Design Power) of only 30 watts. To complement the broad range of dense and power-optimized platform offerings, Intel also demonstrated publicly for the first time a single-socket "micro server" reference system which will help enable micro server innovation and future specification.</ blockquote></p>

<p>I hope they put these into production and make them available for purchase very soon!</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Nice Post on a Low Power Machine</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2009/10/nice-post-on-a-low-power-machine.html" />
    <id>tag:www.green-computing.info,2009:/blog//220.16911</id>

    <published>2009-10-27T01:10:37Z</published>
    <updated>2009-10-27T01:11:47Z</updated>

    <summary>This is a great post about a low power machine: Building a 15W Debian GNU/Linux system...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Intel ATOM" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="atom" label="atom" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="debian" label="debian" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="intel" label="intel" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="wattage" label="wattage" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>This is a great post about a low power machine:</p>

<p><a href="http://justimho.blogspot.com/2009/10/building-15w-debian-gnulinux-system.html">Building a 15W Debian GNU/Linux system</a></p>
]]>
        

    </content>
</entry>

<entry>
    <title>APCC Smart-UPS 1000VA</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2009/10/apcc-smart-ups-1000va.html" />
    <id>tag:www.green-computing.info,2009:/blog//220.16875</id>

    <published>2009-10-23T20:03:42Z</published>
    <updated>2009-10-30T17:59:25Z</updated>

    <summary>I&#8217;ve sent in a support request for my APCC Smart-UPS 1000VA: Hello, My Smart-UPS 1000VA no longer works, and I tried to diagnose the problem but the batteries inside have warped and cannot be removed. Please advise. Albert 091024-000242 UPDATE:...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="APCC" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="apcc" label="apcc" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ups" label="ups" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>I&#8217;ve sent in a support request for my APCC Smart-UPS 1000VA:</p>

<p>Hello,</p>

<p>My Smart-UPS 1000VA no longer works, and I tried to diagnose the problem but the batteries inside have warped and cannot be removed. Please advise.</p>

<ul>
<li>Albert</li>
</ul>

<p>091024-000242</p>

<p>UPDATE: APCC did respond back with some suggestions (letting the unit cool down, flip it upside down), but I&#8217;d already tried everything. I wrote them back:</p>

<p><blockquote>&#8220;Hi, I got your responses but I had already tried everything. The device has been unplugged for several weeks and the batteries aren&#8217;t getting any cooler. They are just so warped their middle section is rounder bigger than the rectangle slot they are meant to slide out of. The only way I could imaging that they could come out is if the entire unit is disassembled. Please tell me how I can exchange this one.&#8221;<blockquote></p>
]]>
        

    </content>
</entry>

<entry>
    <title>Windmill in Rhode Island</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2009/10/windmill-in-rhode-island.html" />
    <id>tag:www.green-computing.info,2009://220.22466</id>

    <published>2009-10-22T01:24:26Z</published>
    <updated>2011-05-30T21:35:08Z</updated>

    <summary>This windmill is easily seen from route 95 in Rhode Island:...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
    <category term="windmills" label="windmills" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>This windmill is easily seen from route 95 in Rhode Island:</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"> <img alt="Windmill in Rhode Island" src="http://www-b.evenserver.com/s/mt/s/img/2009/q3/20091021_rhode_island_windmill.jpg" width="640" height="361" class="mt-image-none" /> </span></p>
]]>
        

    </content>
</entry>

<entry>
    <title>HIPRO Power Adapter Guts</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2009/10/hipro-power-adapter-guts.html" />
    <id>tag:www.green-computing.info,2009:/blog//220.16692</id>

    <published>2009-10-05T21:25:47Z</published>
    <updated>2009-10-05T21:39:09Z</updated>

    <summary> Another one of my &quot;energy efficient&quot; power adapters died. I got curious so I broke this one open. It wasn&apos;t worth it though, there was no obvious indication of why it stopped working and raw electronics can be very...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Power Supplies" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="pictures" label="pictures" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="poweradapters" label="power adapters" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"> <a href="http://www-b.evenserver.com/s/mt/s/img/2009/q3/img_3547-1.jpg" title="HIPRO Power Adapter" class="thickbox"> <img alt="HIPRO Power Adapter" src="http://www.green-computing.info/blog/s/img/2009/10/img_3547-1-thumb-210x280-2416.jpg" width="210" height="280" class="mt-image-none" style="float:right;"/> </a> </span>
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"> <a href="http://www-b.evenserver.com/s/mt/s/img/2009/q3/20091005_hipro_power_adapter.jpg" title="HIPRO Power Adapter Guts" class="thickbox"> <img alt="HIPRO Power Adapter Guts" src="http://www.green-computing.info/blog/s/img/2009/10/20091005_hipro_power_adapter-thumb-220x165-2414.jpg" width="220" height="165" class="mt-image-none" /> </a> </span></p>

<p>Another one of my "energy efficient" power adapters died. I got curious so I broke this one open. It wasn't worth it though, there was no obvious indication of why it stopped working and raw electronics can be very dangerous. HIPRO makes their plastic boxes extremely difficult to open, too, which is actually a great idea in my humble opinion.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>A Little Incentive: Five Cents for Reusing a Bag</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2009/09/a-little-incentive-five-cents-for-reusing-a-bag.html" />
    <id>tag:www.green-computing.info,2009://220.22421</id>

    <published>2009-09-15T03:53:13Z</published>
    <updated>2011-05-30T18:56:12Z</updated>

    <summary>Its amazing that private companies are taking redemption into their own hands. Some even have paper bag reusing redemption.</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Reuse" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="paperbags" label="paper bags" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>Its amazing that private companies are taking redemption into their own hands. Some even have paper bag reusing redemption.</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"> <a href="http://www-b.evenserver.com/s/mt/s/img/2009/q3/20090914_paper_bag_redemption.jpg" title="Paper bag redemption" class="thickbox"> <img alt="Paper bag redemption" src="http://www-b.evenserver.com/s/mt/s/img/2009/09/20090914_paper_bag_redemption-thumb-240x180-2014.jpg" width="240" height="180" class="mt-image-none" /> </a> </span></p>
]]>
        

    </content>
</entry>

<entry>
    <title>Recycled Bags</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2009/09/recycled-bags.html" />
    <id>tag:www.green-computing.info,2009://220.22420</id>

    <published>2009-09-07T17:11:30Z</published>
    <updated>2011-05-30T18:56:11Z</updated>

    <summary>I re-use old bags in many ways. One way is to seal up smelly food before I put it in the trash can.</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Recycling" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="recycling" label="recycling" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<p>I re-use old bags in many ways. One way is to seal up smelly food before I put it in the trash can.</p>

<p>Here is a picture of stinky food inside a reusable plastic bag:</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"> <a href="http://www-b.evenserver.com/s/mt/s/img/2009/q3/20090907_recycled_bags.jpg" title="Recycled Bags" class="thickbox"> <img alt="Recycled Bags" src="http://www-b.evenserver.com/s/img/2009/09/20090907_recycled_bags-thumb-240x180-1962.jpg" width="240" height="180" class="mt-image-none" /> </a> </span></p>
]]>
        

    </content>
</entry>

<entry>
    <title>Reuse, Redemption Values, and Recycling</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2009/07/reuse-redemption-values-and-recycling.html" />
    <id>tag:www.green-computing.info,2009://220.22419</id>

    <published>2009-07-23T13:15:57Z</published>
    <updated>2011-05-30T18:56:11Z</updated>

    <summary>Recycling remains a topic of debate for many. Is it worth the extra effort and cost? Does it hurt the environment more than disposal?With respect to the latter question, I&apos;m still on the fence. Does the extra fuel and energy...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Deposits and Redemption" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Recycling" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Reuse" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="xbox" label="xbox" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[Recycling remains a topic of debate for many. Is it worth the extra effort and cost? Does it hurt the environment more than disposal?<br /><br />With respect to the latter question, I'm still on the fence. Does the extra fuel and energy required to recycle something hurt the environment more than preventing something from going into a landfill? Its a complicated question, and is present in more debates than we might think - like the diaper debate. Which is better for the environment - disposable or cloth diapers? I used to think cloth diapers until I factored in the energy and water required to clean cloth diapers.<br /><br />And what about disposable chop sticks? Apparently there are a large amount of disposable chop sticks consumed everyday. Of course there are reusable chop sticks, but they must be cleansed well enough to eat with. Again, I don't know the answer to this complex question.<br /><br />But, I still do recycle. I believe that there are several things which are easy to recycle in practice and in process:<br /><br /><ul><li>Paper</li><li>Glass</li><li>Plastic</li><li>Metal</li></ul>Especially when it comes to metal containers which have redemption values. I grew up in <a href="http://www.boston-notes.com/">Massachusetts</a> and as a child I would collect cans to save money and buy toys. When I recently moved to <a href="http://www.bethesda-notes.com/">Bethesda, Maryland</a>, I was dumbfounded to learn that soft drink cans do not have a redemption value here. Yes, many people recycle their cans for no value, but the added bonus of redemption values is that underprivileged and / or homeless people can collect discarded items for a small revenue stream. They can eek out an existence and help clean up the neighborhood. Don't get me wrong, that's obviously not a desirable situation and not one to aim for or take advantage of, but it is a reality.<br /><br />In many cities across the United States, it is common practice for the homeless to collect metal for scrap recycling. In fact, the only real way to create any effective waste reduction movement is to expand upon deposit and redemption programs. Americans, while we're apparently not the most fiscally responsible, are hyper-aware of money and seem to always get in motion when its is involved.<br /><br />Lastly, I want to share some thoughts about reusing. Reusing is easy and can extend the life and purpose of something before it is discarded. Boxes, bags, and other containers can be used to do many more beneficial things before going to their final, or extended resting place. For example, I often use smaller plastic bags to put banana peels or similar in before putting them into my trash. It helps to prevent my trash from smelling too strong!<br /><br />On the flip side, I've made the mistake of putting too much effort into reusing making it a wasteful endeavor. Other easy suggestions on items to reuse are very welcome!!!<br />]]>
        
    </content>
</entry>

<entry>
    <title>Failing Power Adapters</title>
    <link rel="alternate" type="text/html" href="http://www.green-computing.info/blog/2009/07/failing-power-adapters.html" />
    <id>tag:www.green-computing.info,2009:/blog//220.15766</id>

    <published>2009-07-17T23:42:07Z</published>
    <updated>2009-07-17T23:47:05Z</updated>

    <summary> These are the 12-volt power adapters I&apos;ve been having trouble with....</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Power Supplies" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="kindle" label="kindle" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.green-computing.info/">
        <![CDATA[<a href="http://www-b.evenserver.com/s/mt/s/img/2009/q2/20090718_failing_adapters.jpg" class="thickbox" title="Failing Power Adapters">
<img alt="Failing Power Adapters" src="http://www.green-computing.info/blog/s/img/2009/07/20090718_failing_adapters-thumb-210x118-1688.jpg" />
</a><br /><br />These are the <a href="http://www.green-computing.info/blog/2009/06/12v-power-supplies-failing.html">12-volt power adapters I've been having trouble</a> with. <br />]]>
        
    </content>
</entry>

</feed>

