<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.oreilly.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:on="http://www.oreillynet.com/csrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en-US">

<title>O'Reilly News: Lamp</title>
<link rel="alternate" type="text/html" href="http://onlamp.com" hreflang="en" title="O'Reilly News: Lamp" />
<subtitle type="text">Lamp News Feed from Featured Blog Entries Tagged with Apache, Linux, MySQL, Perl and Python from all new blogs.</subtitle>
<rights>Copyright O'Reilly Media, Inc.</rights>
<id>http://onlamp.com</id>
<updated>2009-06-29T15:56:12-08:00</updated>

<itunes:author>O'Reilly Media, Inc.</itunes:author>
<itunes:category text="Technology" />
<itunes:explicit>no</itunes:explicit>
<itunes:owner>
<itunes:name>O'Reilly Media, Inc.</itunes:name>
<itunes:email>webmaster@oreillynet.com</itunes:email>
</itunes:owner>

<link rel="self" href="http://feeds.oreilly.com/oreilly/lamp" type="application/atom+xml" /><entry>
	<title>Low End Linux Netbook Prices Continue To Drop</title>
	<id>http://broadcast.oreilly.com/2009/06/low-end-linux-netbook-prices-c.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/Jyc7os5vAk4/low-end-linux-netbook-prices-c.html" />
	<summary type="html">
	It almost goes without saying that you won't find anything that runs Windows at anywhere near these prices.  Oh, and no, that doesn't mean that Linux is somehow inferior as Windows fans would want you to believe.  It is, however, free of charge.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/Jyc7os5vAk4" height="1" width="1"/&gt;</summary>
	<author><name>Caitlyn Martin</name></author>
	<category term="Eeepc" />
	<category term="Linux" />
	<category term="Netbooks" />
	<category term="Windows" />
	<updated>2009-06-29T15:56:12-08:10</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/06/low-end-linux-netbook-prices-c.html</feedburner:origLink></entry>

<entry>
	<title>PyMOTW: pyclbr</title>
	<id>http://broadcast.oreilly.com/2009/06/pymotw-pyclbr.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/xo_LM-D8QnU/pymotw-pyclbr.html" />
	<summary type="html">
	pyclbr can scan Python source to find classes and stand-alone functions.  The information about class, method, and function names and line numbers is gathered using tokenize without importing the code.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/xo_LM-D8QnU" height="1" width="1"/&gt;</summary>
	<author><name>Doug Hellmann</name></author>
	<category term="Pymotw" />
	<category term="Python" />
	<updated>2009-06-29T15:56:01-08:11</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/06/pymotw-pyclbr.html</feedburner:origLink></entry>

<entry>
	<title>PyMOTW: robotparser</title>
	<id>http://broadcast.oreilly.com/2009/06/pymotw-robotparser.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/vx_TufeIEV4/pymotw-robotparser.html" />
	<summary type="html">
	robotparser implements a parser for the robots.txt file format, including a simple function for checking if a given user agent can access a resource.  It is intended for use in well-behaved spiders or other crawler applications that need to either be throttled or  otherwise restricted.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/vx_TufeIEV4" height="1" width="1"/&gt;</summary>
	<author><name>Doug Hellmann</name></author>
	<category term="Pymotw" />
	<category term="Python" />
	<updated>2009-06-24T15:59:25-08:12</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/06/pymotw-robotparser.html</feedburner:origLink></entry>

<entry>
	<title>PyMOTW: gettext</title>
	<id>http://broadcast.oreilly.com/2009/06/pymotw-gettext.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/beCnP6bwJtY/pymotw-gettext.html" />
	<summary type="html">
	The gettext module provides an all-Python implementation compatible with the GNU gettext library for message translation and catalog management.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/beCnP6bwJtY" height="1" width="1"/&gt;</summary>
	<author><name>Doug Hellmann</name></author>
	<category term="I18N" />
	<category term="Pymotw" />
	<category term="Python" />
	<updated>2009-06-15T11:54:30-08:13</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/06/pymotw-gettext.html</feedburner:origLink></entry>

<entry>
	<title>PyMOTW: json</title>
	<id>http://broadcast.oreilly.com/2009/05/pymotw-json.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/ibtw7d70MAU/pymotw-json.html" />
	<summary type="html">
	The json module provides an API similar to pickle for converting in-memory Python objects to a serialized representation known as "JavaScript Object Notation".
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/ibtw7d70MAU" height="1" width="1"/&gt;</summary>
	<author><name>Doug Hellmann</name></author>
	<category term="Pymotw" />
	<category term="Python" />
	<updated>2009-05-28T14:55:03-08:14</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/05/pymotw-json.html</feedburner:origLink></entry>

<entry>
	<title>MySQL faster, better, and still unified: notes about Sun, Monty Widenius, Percona, and Drizzle</title>
	<id>http://broadcast.oreilly.com/2009/05/mysql-faster-better-and-still.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/r0ckiz8z6r0/mysql-faster-better-and-still.html" />
	<summary type="html">
	It might have seemed last week, with the announcement of the
Open Database Alliance,
that MySQL is forking. The ODA promises a "central clearinghouse for
MySQL development" and claims to improve on areas where criticism has
historically been aimed at MySQL AB/Sun: bug-fixing, performance, and
community responsiveness. But what's going on behind the scenes is
much more subtle and promises a much better outcome for MySQL.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/r0ckiz8z6r0" height="1" width="1"/&gt;</summary>
	<author><name>Andy Oram</name></author>
	<category term="Databases" />
	<category term="Mysql" />
	<category term="Opensource" />
	<category term="Oracle" />
	<category term="Sun" />
	<updated>2009-05-22T08:59:12-08:15</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/05/mysql-faster-better-and-still.html</feedburner:origLink></entry>

<entry>
	<title>Linux To Regain 50% Netbook Market Share</title>
	<id>http://broadcast.oreilly.com/2009/05/linux-to-regain-50-netbook-mar.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/XYM5CP-53YE/linux-to-regain-50-netbook-mar.html" />
	<summary type="html">
	The past couple of weeks saw a flurry or articles debating the future of Linux on netbooks.  A report in the Taipei Times on May 9th was picked up by LinuxToday but largely ignored by the tech press and the blogosphere.  Stephen Lim, the General Manager of Taiwan based Linpus Technologies, made the surprising prediction that Linux will regain 50% market share from Windows on netbooks by next year.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/XYM5CP-53YE" height="1" width="1"/&gt;</summary>
	<author><name>Caitlyn Martin</name></author>
	<category term="Linpus" />
	<category term="Linux" />
	<category term="Marketshare" />
	<category term="Netbooks" />
	<updated>2009-05-21T08:26:39-08:16</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/05/linux-to-regain-50-netbook-mar.html</feedburner:origLink></entry>

<entry>
	<title>Data chef: SPSS Tripe Consomm</title>
	<id>http://broadcast.oreilly.com/2009/04/data-chef-spss-tripe-consomme.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/oy2qGnGzP98/data-chef-spss-tripe-consomme.html" />
	<summary type="html">
	The data chef discusses translation of data from SPSS format, for those who don't have a licensed copy at hand.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/oy2qGnGzP98" height="1" width="1"/&gt;</summary>
	<author><name>Uche Ogbuji</name></author>
	<category term="Dataconversion" />
	<category term="Linux" />
	<category term="Statistics" />
	<category term="Webservices" />
	<updated>2009-05-05T14:49:55-08:17</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/04/data-chef-spss-tripe-consomme.html</feedburner:origLink></entry>

<entry>
	<title>Visualizing the U.S. Senate Social Graph, 1991 - 2009 [Part 1]</title>
	<id>http://broadcast.oreilly.com/2009/05/us-senato-social-graph-1991--.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/JPR17iYmOrQ/us-senato-social-graph-1991--.html" />
	<summary type="html">
	Arlen Specter's party switch was big news, but a quick visualization technique shows it was a long time coming.  What other surprises might lurk in the Senate Social graph?
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/JPR17iYmOrQ" height="1" width="1"/&gt;</summary>
	<author><name>Andrew Odewahn</name></author>
	<category term="Government20" />
	<category term="Programmablebiz" />
	<category term="Python" />
	<category term="Visualization" />
	<updated>2009-05-05T11:20:20-08:18</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/05/us-senato-social-graph-1991--.html</feedburner:origLink></entry>

<entry>
	<title>MySQL 2009 conference wrap-up: news flash about Flash and other notes from the experts</title>
	<id>http://broadcast.oreilly.com/2009/04/mysql-2009-conference-wrap-up.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/MWHP7hOkcOM/mysql-2009-conference-wrap-up.html" />
	<summary type="html">
	MySQL conference wrap-up: Flash, cloud computing, managing large
installations, the value of community, and how to fumble your way to
winning the presidency.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/MWHP7hOkcOM" height="1" width="1"/&gt;</summary>
	<author><name>Andy Oram</name></author>
	<category term="Blob" />
	<category term="Bluestatedigital" />
	<category term="Cabral" />
	<category term="Cloudcomputing" />
	<category term="Databases" />
	<category term="Ec2" />
	<category term="Fbml" />
	<category term="Flash" />
	<category term="Freesoftware" />
	<category term="Gearman" />
	<category term="Highavailabilty" />
	<category term="Innodb" />
	<category term="Kickfire" />
	<category term="Myisam" />
	<category term="Mysql" />
	<category term="Oracle" />
	<category term="Pbms" />
	<category term="Percona" />
	<category term="S3" />
	<category term="Sun" />
	<category term="Voip" />
	<updated>2009-05-01T13:20:22-08:19</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/04/mysql-2009-conference-wrap-up.html</feedburner:origLink></entry>

<entry>
	<title>MySQL conference begins: the resurgence of InnoDB and other current events</title>
	<id>http://broadcast.oreilly.com/2009/04/mysql-conference-begins-the-re.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/yTdlXKE1qQE/mysql-conference-begins-the-re.html" />
	<summary type="html">
	I sense a bigger enterprise theme at the MySQL conference this             
year. The pride of putting up a PHP- or Rails-backed web site lies in           
the past; now people are concerned with scaling into the clouds                 
(figuratively and literally) and ensuring absolute reliability.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/yTdlXKE1qQE" height="1" width="1"/&gt;</summary>
	<author><name>Andy Oram</name></author>
	<category term="Databases" />
	<category term="Freesoftware" />
	<category term="Innodb" />
	<category term="Mysql" />
	<category term="Mysquealresources" />
	<category term="Opensource" />
	<category term="Oracle" />
	<category term="Pbxt" />
	<category term="Postgresql" />
	<category term="Sphinx" />
	<category term="Storageengine" />
	<category term="Sun" />
	<updated>2009-05-01T13:20:22-08:20</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/04/mysql-conference-begins-the-re.html</feedburner:origLink></entry>

<entry>
	<title>Favorite Linux Book of All Time: Linux in a Nutshell</title>
	<id>http://fyi.oreilly.com/2009/05/favorite-linux-book-of-all-tim.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/cI4_Yiu3sZU/favorite-linux-book-of-all-tim.html" />
	<summary type="html">
	The Linux Journal's annual Readers' Choice Awards take the pulse of the Linux community, allowing readers to choose their favorites in a number of categories, and write-ins also are accepted. This year, more than 6,000 individuals voted for their favorite Linux solutions&amp;mdash;one of the biggest turnouts in in Linux Journal history.  And Linux in a Nutshell won the award for Favorite Linux Book of All Time. Our thanks to everyone who voted for this book. We think it's a classic and we're glad that you do, too!
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/cI4_Yiu3sZU" height="1" width="1"/&gt;</summary>
	<author><name>Kathryn Barrett</name></author>
	<category term="Linux" />
	<category term="Opensource" />
	<updated>2009-05-01T11:19:45-08:21</updated>
<feedburner:origLink>http://fyi.oreilly.com/2009/05/favorite-linux-book-of-all-tim.html</feedburner:origLink></entry>

<entry>
	<title>PyMOTW: multiprocessing, part 2 - Communication between processes with multiprocessing</title>
	<id>http://broadcast.oreilly.com/2009/04/pymotw-multiprocessing-part-2.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/Mi2QcjySshY/pymotw-multiprocessing-part-2.html" />
	<summary type="html">
	As with threads, a common use pattern for multiple processes is to divide a job up among several workers to run in parallel.  A simple way to do that with multiprocessing is to use Queues to pass messages back and forth.  Any pickle-able object can pass through a multiprocessing Queue. This is part 2 of coverage of the multiprocessing module.  If you missed part one, you may want to start there.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/Mi2QcjySshY" height="1" width="1"/&gt;</summary>
	<author><name>Doug Hellmann</name></author>
	<category term="Pymotw" />
	<category term="Python" />
	<updated>2009-04-28T08:49:58-08:22</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/04/pymotw-multiprocessing-part-2.html</feedburner:origLink></entry>

<entry>
	<title>PyMOTW: multiprocessing, part 1</title>
	<id>http://broadcast.oreilly.com/2009/04/pymotw-multiprocessing-part-1.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/9CS7Lg-FRfI/pymotw-multiprocessing-part-1.html" />
	<summary type="html">
	A look at multiprocessing basics. The multiprocessing module includes a relatively simple API for dividing work up between multiple processes based on the API for the threading module.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/9CS7Lg-FRfI" height="1" width="1"/&gt;</summary>
	<author><name>Doug Hellmann</name></author>
	<category term="Pymotw" />
	<category term="Python" />
	<updated>2009-04-20T08:21:14-08:23</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/04/pymotw-multiprocessing-part-1.html</feedburner:origLink></entry>

<entry>
	<title>Simplify business research with Google Ajax Search API</title>
	<id>http://broadcast.oreilly.com/2009/04/brand-research-with-google-sea.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/Tmo8WFSDcwM/brand-research-with-google-sea.html" />
	<summary type="html">
	Business research usually starts with a list -- brands, competitors, people, products, whatever.  This post describes a quick Python script that uses the Google Search API to automate the routine parts of the task, giving you more time to analyze and understand the results.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/Tmo8WFSDcwM" height="1" width="1"/&gt;</summary>
	<author><name>Andrew Odewahn</name></author>
	<category term="Hacks" />
	<category term="Programmablebiz" />
	<category term="Python" />
	<category term="Research" />
	<updated>2009-04-14T09:20:36-08:24</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/04/brand-research-with-google-sea.html</feedburner:origLink></entry>

<entry>
	<title>The App Engine Birds of a Feather at Pycon 2009</title>
	<id>http://broadcast.oreilly.com/2009/04/the-app-engine-birds-of-a-feat.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/CDCS78olgyE/the-app-engine-birds-of-a-feat.html" />
	<summary type="html">
	This was my second Pycon - since the last two have been in Chicago and on a weekend it has been an easy drive for me to attend coming from Michigan. Since last year was my first time at Pycon...
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/CDCS78olgyE" height="1" width="1"/&gt;</summary>
	<author><name>Charles Severance</name></author>
	<category term="Appengine" />
	<category term="Google" />
	<category term="Python" />
	<updated>2009-04-07T12:50:17-08:25</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/04/the-app-engine-birds-of-a-feat.html</feedburner:origLink></entry>

<entry>
	<title>A Linux Netbook Done The Right Way: the Sylvania g Netbook Meso</title>
	<id>http://broadcast.oreilly.com/2009/03/a-linux-netbook-done-the-right.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/96TL3qBkFTs/a-linux-netbook-done-the-right.html" />
	<summary type="html">
	In just over two months of use so far I have been very impressed with the Sylvania g Netbook Meso.  None of the issues, hardware or software, that I encountered with the original g Netbook, are seen in the somewhat newer model.  The Meso has proven to be an upgrade in performance, in reliability, and most definitely in the area of software.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/96TL3qBkFTs" height="1" width="1"/&gt;</summary>
	<author><name>Caitlyn Martin</name></author>
	<category term="Linux" />
	<category term="Netbooks" />
	<category term="Sylvania" />
	<category term="Ubuntu" />
	<updated>2009-04-01T07:50:58-08:26</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/03/a-linux-netbook-done-the-right.html</feedburner:origLink></entry>

<entry>
	<title>PyCon 2009 and Looking to WSGI 2.0</title>
	<id>http://broadcast.oreilly.com/2009/03/pycon-2009-and-looking-to-wsgi.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/4NdpMvl5TJ8/pycon-2009-and-looking-to-wsgi.html" />
	<summary type="html">
	I just returned from PyCon in Chicago. During the conference open spaces there was an open space discussing potential changes for WSGI. The three basic ideas were: Return a tuple with the status, headers, and response instead using the start...
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/4NdpMvl5TJ8" height="1" width="1"/&gt;</summary>
	<author><name>Eric Larson</name></author>
	<category term="Python" />
	<updated>2009-03-31T09:51:15-08:27</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/03/pycon-2009-and-looking-to-wsgi.html</feedburner:origLink></entry>

<entry>
	<title>Brian Aker: What Would an IBM Buyout of Sun Mean for MySQL?</title>
	<id>http://broadcast.oreilly.com/2009/03/brian-aker-what-would-an-ibm-b.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/4ZZt6J4fV70/brian-aker-what-would-an-ibm-b.html" />
	<summary type="html">
	MySQL has had a long and sometimes strange journey from an independent database project to being commercialized; then brought to Sun and now possibly moving to a new home again.  Brian Aker is the director of technology for MySQL with Sun Microsystems and probably is familiar as anyone with the life history and current status of the popular open-source database.  He recently discussed the current status of MySQL with us, and how it might fare if IBM were to acquire Sun.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/4ZZt6J4fV70" height="1" width="1"/&gt;</summary>
	<author><name>James Turner</name></author>
	<category term="Ibm" />
	<category term="Mysql" />
	<category term="Sunmicrosystems" />
	<updated>2009-03-26T11:51:01-08:28</updated>
<feedburner:origLink>http://broadcast.oreilly.com/2009/03/brian-aker-what-would-an-ibm-b.html</feedburner:origLink></entry>

<entry>
	<title>Read an Excerpt from High Performance MySQL: Winner of a Productivity Award at the 19th Annual Jolt Awards</title>
	<id>http://fyi.oreilly.com/2009/03/read-an-excerpt-from-high-perf.html</id>
	<link rel="alternate" href="http://feeds.oreilly.com/~r/oreilly/lamp/~3/L_k2TX3RSAI/read-an-excerpt-from-high-perf.html" />
	<summary type="html">
	We're delighted to announce that High Performance MySQL, Second Edition, was awarded a Jolt Productivity Award in the category of Technical Books. The Jolts are the Oscars of the software development industry, showcasing the books, tools, and other products that have "jolted" the industry. Congratulations to the authors of this title. To celebrate, we've posted an excerpt from the book.
	&lt;img src="http://feeds.feedburner.com/~r/oreilly/lamp/~4/L_k2TX3RSAI" height="1" width="1"/&gt;</summary>
	<author><name>Kathryn Barrett</name></author>
	<category term="Joltawards" />
	<category term="Monitoring" />
	<category term="Mysql" />
	<category term="Opensource" />
	<updated>2009-03-18T04:20:44-08:29</updated>
<feedburner:origLink>http://fyi.oreilly.com/2009/03/read-an-excerpt-from-high-perf.html</feedburner:origLink></entry>

</feed>
