<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="FeedCreator 1.8.0-dev (info@mypapit.net)" --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
    <channel>
        <title>Record as I Am</title>
        <description>Oscar Merida's Weblog</description>
        <link>http://oscarm.org/news/feed/rss/</link>
        <lastBuildDate>Tue, 06 Jan 2009 23:50:56 GMT</lastBuildDate>
        <generator>FeedCreator 1.8.0-dev (info@mypapit.net)</generator>
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/RecordAsIAm" type="application/rss+xml" /><feedburner:emailServiceId>773454</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
            <title>Mysql Client more powerful than I thought</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/486833810/2029-mysql_client_more_powerful_than_i_thought</link>
            <description>&lt;p&gt;So far, the article I've learned the most from in this year's edition of PHP Advent is &lt;a href=
"http://phpadvent.org/2008/mysql-client-tips-by-ligaya-turmelle"&gt;PHP Advent 2008 / MySQL Client
Tips&lt;/a&gt;.&amp;nbsp; Did you know you can use your favorite text editor from the mysql command line
client? Or get help on the syntax for SQL commands?&amp;nbsp; I didn't before reading this article, and
I prefer using the command line interface whenever possible.&amp;nbsp; Every developer should be
familiar with it, one day you'll have to diagnose a poorly executing query without phpMyAdmin.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=qRsRO"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=qRsRO" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=lAcwo"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=lAcwo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=lxzPo"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=lxzPo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/486833810" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2029-mysql_client_more_powerful_than_i_thought</comments>
            <pubDate>Tue, 16 Dec 2008 18:14:42 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2029-mysql_client_more_powerful_than_i_thought</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2029-mysql_client_more_powerful_than_i_thought</feedburner:origLink></item>
        <item>
            <title>Ripping is more convenient?</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/486704104/2028-ripping_is_more_convenient</link>
            <description>&lt;p&gt;I just read &lt;a href="/&amp;quot;http://www.codinghorror.com/blog/archives/001197.html/&amp;quot;" class=
"&amp;quot;title-link&amp;quot;"&gt;Easy, Efficient Hi-Def Video Playback&lt;/a&gt;, and after reading through all
the &amp;quot;Convenient&amp;quot; steps required to rip and watch a movie, I'm left shaking my
head.&amp;nbsp; This is more convenient than putting a disc into a player?&amp;nbsp; You also lose DVD
chapters and menus this way, so good luck watching part of a movie one night and picking up where
you left off later.&amp;nbsp; I guess that's why I still prefer Tivo to building my own MythTV/DVR
box.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=9iMtO"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=9iMtO" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=GpYFo"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=GpYFo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=O7QRo"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=O7QRo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/486704104" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2028-ripping_is_more_convenient</comments>
            <pubDate>Tue, 16 Dec 2008 15:17:00 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2028-ripping_is_more_convenient</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2028-ripping_is_more_convenient</feedburner:origLink></item>
        <item>
            <title>Tips for working with jquery</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/456104635/2027-tips_for_working_with_jquery</link>
            <description>&lt;p&gt;I'm a fan of &lt;a href="http://www.jquery.com/"&gt;jQuery&lt;/a&gt; because it promotes unobtrusive markup
and functionality and has a wealth of plugins to take care of common web development/ajax
functionality. Marc Grabanski offers some tips for working with it effectively. I'll need to look
at livequery in some apps I've put together. If you need to attach events to elements, and
re-attach the same events when parts of the page are updated, it should make keeping track of it
all a lot easier. My tip for working with jQuery?&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=LsXvN"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=LsXvN" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=DFsIn"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=DFsIn" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=KCHCn"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=KCHCn" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/456104635" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2027-tips_for_working_with_jquery</comments>
            <pubDate>Mon, 17 Nov 2008 15:31:38 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2027-tips_for_working_with_jquery</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2027-tips_for_working_with_jquery</feedburner:origLink></item>
        <item>
            <title>Practical use of message queues</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/448076749/2026-practical_use_of_message_queues</link>
            <description>&lt;p&gt;I stumbled on this post over at the flickr developers blog while chatting with Jo about web
applications designed and built for "the cloud". An article earlier this week piqued my curiosity
about message queues, and got me thinking about how they can be used to move processing tasks out
of the way. I'd known already that minimizing those tasks within, let's say, a PHP script that
builds a page can help your application scale or seem more responsive.&lt;/p&gt;
&lt;p&gt;To do so, I've relied on cron jobs, but the main problem with that approach is either that your
cron job runs when it has nothing to do, if you run it too frequently, or it has too much to do and
you run the risk of one job starting while another is in progress and working with potentially the
same data.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=VthVN"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=VthVN" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=o8xkn"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=o8xkn" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=Sp2an"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=Sp2an" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/448076749" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2026-practical_use_of_message_queues</comments>
            <pubDate>Mon, 10 Nov 2008 05:49:31 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2026-practical_use_of_message_queues</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2026-practical_use_of_message_queues</feedburner:origLink></item>
        <item>
            <title>We dodged a (Palin) bullet</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/444535782/2025-we_dodged_a_palin_bullet</link>
            <description>&lt;p&gt;If McCain has won, We could have had a VP that made Dan Quayle look like a Rhodes Scholar. I
don't want to be jumping on the "America you did the right thing" bandwagon, since all we did was
vote for a president, but I'm soooo relieved Palin is nowhere near the White House. I hope this
puts a fork in the Republicans party pandering to Social Conservative extremists, although I
seriously doubt it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.huffingtonpost.com/2008/11/05/palin-didnt-know-africa-i_n_141653.html"&gt;Palin
Didn't Know Africa Is A Continent, Says Fox News Reporter (VIDEO)&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;According to Fox News Chief Political Correspondent Carl Cameron, there was great
concern within the McCain campaign that Palin lacked "a degree of knowledgeability necessary to be
a running mate, a vice president, a heartbeat away from the presidency," in part because she didn't
know which countries were in NAFTA, and she "didn't understand that Africa was a continent, rather
than a series, a country just in itself.&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=dRF0N"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=dRF0N" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=zKp3n"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=zKp3n" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=DPuZn"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=DPuZn" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/444535782" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2025-we_dodged_a_palin_bullet</comments>
            <pubDate>Thu, 06 Nov 2008 16:31:15 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2025-we_dodged_a_palin_bullet</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2025-we_dodged_a_palin_bullet</feedburner:origLink></item>
        <item>
            <title>Check out rsync.net for backups</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/434830404/2024-check_out_rsyncnet_for_backups</link>
            <description>&lt;p&gt;I've been using &lt;a href="/&amp;quot;http://rsync.net//&amp;quot;"&gt;rsync.net&lt;/a&gt; to have nightly offsite
back ups for configuration files, database snapshots, and web sites on this server.&amp;nbsp; They
provide a great service that works really well and helps me sleep a little better at night.&amp;nbsp;
If you need a backup service, I'd recommend you give them a serious look, especially after the
latest email I received from them.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There are also new developments in pricing and service. &amp;nbsp;We have lowered our prices by 25%
across the board, and as is our practice, we have given all existing customers 30% more space in
their accounts.&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=5VmnM"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=5VmnM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=mGkAm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=mGkAm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=VJozm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=VJozm" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/434830404" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2024-check_out_rsyncnet_for_backups</comments>
            <pubDate>Tue, 28 Oct 2008 15:31:00 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2024-check_out_rsyncnet_for_backups</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2024-check_out_rsyncnet_for_backups</feedburner:origLink></item>
        <item>
            <title>Linux video editors might be improving</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/429862958/2023-linux_video_editors_might_be_improving</link>
            <description>&lt;p&gt;My last attempt to edit video in Linux, sent me back to iMovie on my Mac and Magix Movie Editor
in wondows. It might be time to revisit video editors in Linux.&lt;a href=
"http://ostatic.com/175593-blog/open-movie-editor-linux-video-editor-with-plot-twists"&gt;Open Movie
Editor: Linux Video Editor with Plot Twists | OStatic&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;In general, Linux video editors, admittedly, aren't where Mac video editors are
presently. Kino and Jahshaka, two popular "end user" video editing applications for Linux, seem
fairly comparable to some of the common "consumer targeted" proprietary applications available for
other platforms in terms of features, function, and ease of use.&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=KJeWM"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=KJeWM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=zCMBm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=zCMBm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=MllSm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=MllSm" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/429862958" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2023-linux_video_editors_might_be_improving</comments>
            <pubDate>Thu, 23 Oct 2008 17:46:00 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2023-linux_video_editors_might_be_improving</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2023-linux_video_editors_might_be_improving</feedburner:origLink></item>
        <item>
            <title>Conservatives eating one of their own?</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/421704228/2022-conservatives_eating_one_of_their_own</link>
            <description>&lt;p&gt;Go read Christopher Buckley's explanation of his NR resigation - its a fascinating look at how
one conservative thinks of the "modern conservative movement."&amp;nbsp; The latter now apparently
means, think as we tell you to think, and disloyalty must not be tolerated.&amp;nbsp; A lot of people
are realizing that the current Republican leadereship, with its concentration of executive power,
expansion of government spending, and theocratic totalitarian tendencies is not what used to be
called the "Republican Party" just a few decades ago.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=bw1UM"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=bw1UM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=QoVkm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=QoVkm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=qjEcm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=qjEcm" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/421704228" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2022-conservatives_eating_one_of_their_own</comments>
            <pubDate>Wed, 15 Oct 2008 15:37:31 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2022-conservatives_eating_one_of_their_own</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2022-conservatives_eating_one_of_their_own</feedburner:origLink></item>
        <item>
            <title>Comedy Central leads the way</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/420178563/2021-comedy_central_leads_the_way</link>
            <description>&lt;p&gt;Good to see someone is finally asking their users to upgrade to IE6. I hope more websites start
ignoring support for IE6 soon, since its such a headache to cater to. Of course, each will have to
make its own cost-benefit decision, but we're pretty close to the point that for most sites,
supporting IE6 isn't worth the time and effort. Just let your page degrade, and provide an avenue
for users to upgrade.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://newcomedycentral.blogspot.com/2008/04/hey-hey-ho-ho-ie6-has-got-to-go."&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=BQpDM"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=BQpDM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=dteLm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=dteLm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=GyUCm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=GyUCm" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/420178563" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2021-comedy_central_leads_the_way</comments>
            <pubDate>Tue, 14 Oct 2008 04:25:33 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2021-comedy_central_leads_the_way</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2021-comedy_central_leads_the_way</feedburner:origLink></item>
        <item>
            <title>Yeah, about that bailot/rescue plan ...</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/414371789/2020-yeah_about_that_bailotrescue_plan_</link>
            <description>&lt;p&gt;Seems it probably won't work so good. Glad to see Bolivia bucking the trend here. Seems like
privatizing, oops, I mean purchasing shares in a bank is more effective.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.rgemonitor.com/blog/roubini/"&gt;RGE - Nouriel Roubini's Global
EconoMonitor&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;But government purchase of bad assets was the exception rather than the rule. It was
used only in Mexico, Japan, Bolivia, Czech Republic, Jamaica, Malaysia, and Paraguay. Even in six
of these seven cases where the recapitalization of banks occurred via the government purchase of
bad assets such recapitalization was a combination of purchase of bad assets together with other
forms of recapitalization (such as government purchase of preferred shares or subordinated
debt).&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=Zki8M"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=Zki8M" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=xIBPm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=xIBPm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=6jp1m"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=6jp1m" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/414371789" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2020-yeah_about_that_bailotrescue_plan_</comments>
            <pubDate>Wed, 08 Oct 2008 02:05:04 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2020-yeah_about_that_bailotrescue_plan_</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2020-yeah_about_that_bailotrescue_plan_</feedburner:origLink></item>
        <item>
            <title>Power Plants in China</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/413860927/2019-power_plants_in_china</link>
            <description>&lt;p&gt;Market forces could be used to clean up power plants in China by encouraging the use of cleaner
burning coas. We need China to clean up its power sector if we want to make a real dent in global
Carbon emissions. On CARMA, you can see the best publicly available &lt;a href=
"http://carma.org/region/detail/47"&gt;data on the Chinese power sector's emissions&lt;/a&gt;. There are
over&amp;nbsp; are 2,162 plants, emitting 3.12 billion tons of CO&lt;sub&gt;2&lt;/sub&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://web.mit.edu/newsoffice/2008/china-energy-1006."&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=g71kM"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=g71kM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=EPDdm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=EPDdm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=ZIY7m"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=ZIY7m" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/413860927" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2019-power_plants_in_china</comments>
            <pubDate>Tue, 07 Oct 2008 14:23:48 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2019-power_plants_in_china</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2019-power_plants_in_china</feedburner:origLink></item>
        <item>
            <title>Unintended consequences of relaxing lending standards...</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/413366031/2018-unintended_consequences_of_relaxing_lending_standards</link>
            <description>&lt;p&gt;If you're trying to figure out why we're in the financial mess we are in, I highly recommend
reading the report linked below. From what I can gather, its a systemic failure, and one cause came
from relaxing lending standards. While it helped many people who couldn't afford a home afford one,
a lot of them, obviously couldn't keep their homes once their adjustable rate mortgages readjusted.
I think a lot of people had an interest in a few metrics focused on measuring home ownership and
didn't consider other potential effects of their policies, namely the influx of speculators and
flippers who took advantage of said standards.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=Y8JdM"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=Y8JdM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=AFGem"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=AFGem" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=qAPGm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=qAPGm" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/413366031" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2018-unintended_consequences_of_relaxing_lending_standards</comments>
            <pubDate>Tue, 07 Oct 2008 02:10:10 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2018-unintended_consequences_of_relaxing_lending_standards</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2018-unintended_consequences_of_relaxing_lending_standards</feedburner:origLink></item>
        <item>
            <title>Some good news for TiVo stockholders</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/413348329/2017-some_good_news_for_tivo_stockholders</link>
            <description>&lt;p&gt;TiVo and EchoStar, of Dish Network fame, have been embroiled in patent litigation for a number
of years, regarding a number of patents that TiVo uses to implement some of its DVR features
(AFAIK, these are not trivial patents but IANAL so don't quote me on that). TiVo got some good news
today, as the Supreme Court refused to hear EchoStar's appeal and letting the preevious judegement
stand. The stock, unlike most of the rest of the market, &lt;a href=
"http://biz.yahoo.com/ap/081006/tivo_mover.html?"&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=BpuYM"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=BpuYM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=7Qfvm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=7Qfvm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=nVVOm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=nVVOm" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/413348329" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2017-some_good_news_for_tivo_stockholders</comments>
            <pubDate>Tue, 07 Oct 2008 01:57:30 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2017-some_good_news_for_tivo_stockholders</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2017-some_good_news_for_tivo_stockholders</feedburner:origLink></item>
        <item>
            <title>Bolivia: Talks yield no resolution</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/412454196/2016-bolivia_talks_yield_no_resolution</link>
            <description>&lt;p&gt;I sincerely hope that both parties are negotiating in good faith and trying to prevent further
violence and bloodshed.&amp;nbsp; But that's me, I'm a bit of an optimist that way.&amp;nbsp; When Morales
says he will get his constitution approved "Por las buenos, o las malas", essentially translated as
"By any means necessary", its difficult to believe that the opposition would come to the table and
make many concessions.&lt;/p&gt;
&lt;p&gt;Here's the thing, I agree that most, if not nearly all, Bolivians of European backgrounds hold
very disturbing and racists views towards indigenous people.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=D8XVM"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=D8XVM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=79ITm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=79ITm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=KfpVm"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=KfpVm" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/412454196" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2016-bolivia_talks_yield_no_resolution</comments>
            <pubDate>Mon, 06 Oct 2008 04:11:43 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2016-bolivia_talks_yield_no_resolution</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2016-bolivia_talks_yield_no_resolution</feedburner:origLink></item>
        <item>
            <title>Unrest in Bolivia - any solution in sight?</title>
            <link>http://feeds.feedburner.com/~r/RecordAsIAm/~3/393804354/2015-unrest_in_bolivia_any_solution_in_sight</link>
            <description>&lt;p&gt;Things continue to deteriorate in Boliva. First, Evo's government expels the U.S. ambassador -
but at the same time sent a letter to Dept. of State indicating that Bolivia wants to "maintain
bilateral relations." Me thinks someone should explain to him what expelling an ambassador
indicates. The eastern provinces are in basically full rebellion against the central
governnment.&lt;/p&gt;
&lt;p&gt;Both sides have all the rhetoric, but at the heart of this dispute is who controls one of South
America's largest natural gas reserves and the revenues that it generates.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=b9tKL"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=b9tKL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=OBArl"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=OBArl" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/RecordAsIAm?a=lhQVl"&gt;&lt;img src="http://feeds.feedburner.com/~f/RecordAsIAm?i=lhQVl" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/RecordAsIAm/~4/393804354" height="1" width="1"/&gt;</description>
            <comments>http://oscarm.org/news/detail/2015-unrest_in_bolivia_any_solution_in_sight</comments>
            <pubDate>Tue, 16 Sep 2008 03:08:56 GMT</pubDate>
            <guid isPermaLink="false">http://oscarm.org/news/detail/2015-unrest_in_bolivia_any_solution_in_sight</guid>
        <feedburner:origLink>http://oscarm.org/news/detail/2015-unrest_in_bolivia_any_solution_in_sight</feedburner:origLink></item>
    </channel>
</rss>
