<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="0.92">
<channel>
	<title>Xaprb</title>
	<link>http://www.xaprb.com/blog</link>
	<description>Stay curious!</description>
	<lastBuildDate>Wed, 03 Sep 2008 14:52:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Life as a consultant: my crooked arm for a pillow</title>
		<description>Sometimes there are funny communication styles between people who are geographically distributed and working together all the time.  Recently one of our team members echoed back to me some answers I gave over a chat session:

Q: Is it OK for me to buy quad-core servers?
A: The old man walks ...</description>
		<link>http://www.xaprb.com/blog/2008/09/03/life-as-a-consultant-my-crooked-arm-for-a-pillow/</link>
			</item>
	<item>
		<title>How to digitize records with Ubuntu, a USB Turntable and Audacity</title>
		<description>I've been digitizing my LP collection recently and thought I'd share a quick howto, since I haven't seen a good complete tutorial on the whole process online.  Hopefully this will show up on Google and people can find it.

It takes time

Before I begin, I want to make a few ...</description>
		<link>http://www.xaprb.com/blog/2008/08/30/how-to-digitize-records-with-ubuntu-a-usb-turntable-and-audacity/</link>
			</item>
	<item>
		<title>Announcing OpenSQL Camp 2008</title>
		<description>Along with some others, I have arranged a conference for open-source database users and developers.

Key facts:


It is of, by and for the community (you).
	At this event, all open-source databases are created equal.  We'll learn together and grow together.
	It's a combination conference and hackathon.
	It's free.
	It is Friday night Nov 14, ...</description>
		<link>http://www.xaprb.com/blog/2008/08/26/announcing-opensql-camp-2008/</link>
			</item>
	<item>
		<title>How much memory does MySQL Enterprise Monitor&#8217;s agent use?</title>
		<description>After last week's post on agents versus agentless monitoring systems, I got a lot of email.  One, from a customer whose name I am not permitted to mention, sent me the following action shot (posted with permission):



Over half a gigabyte; more than twice what MySQL itself is using.  ...</description>
		<link>http://www.xaprb.com/blog/2008/08/26/how-much-memory-does-mysql-enterprise-monitors-agent-use/</link>
			</item>
	<item>
		<title>Drizzle stops the rain</title>
		<description>I've been following the Drizzle project with some interest.  There's a lot to like about it.  But you know what I like most about the project?

No dual licensing.  Just plain GPL, version 2.

I personally think this is the foundation for why people are empowered, why there is ...</description>
		<link>http://www.xaprb.com/blog/2008/08/21/drizzle-stops-the-rain/</link>
			</item>
	<item>
		<title>Is agent-based or agentless monitoring best?</title>
		<description>Rob Young has posted a few blog entries lately on the MySQL Enterprise monitoring software.  His latest post claims that agent-based monitoring is equivalent to extensibility (MySQL Enterprise Monitor: Agent = Extensibility).

I think this is conflating two completely distinct properties of a monitoring solution.  Cacti is extremely extensible, ...</description>
		<link>http://www.xaprb.com/blog/2008/08/21/is-agent-based-or-agentless-monitoring-best/</link>
			</item>
	<item>
		<title>How to unit-test code that interacts with a database</title>
		<description>I got some interesting comments on my previous article about unit testing Maatkit, including echoes of my own conversion to the unit-testing religion.  One of the objections I've heard a lot about unit-testing is how it's impossible to test code that talks to a database.  "It's too hard," ...</description>
		<link>http://www.xaprb.com/blog/2008/08/19/how-to-unit-test-code-that-interacts-with-a-database/</link>
			</item>
	<item>
		<title>Microsoft gets their way with so-called XML standard</title>
		<description>It has all played itself out according to Microsoft's wishes.  They have railroaded through a so-called standard for document representation, gotten it rubber-stamped by so-called standards bodies, and fought their way past all the objections of sensible people and companies.  In the process, lots of developing nations have ...</description>
		<link>http://www.xaprb.com/blog/2008/08/19/microsoft-gets-their-way-with-so-called-xml-standard/</link>
			</item>
	<item>
		<title>How Maatkit benefits from test-driven development</title>
		<description>Over in Maatkit-land, Daniel Nichter and I practice test-first programming, AKA test-driven development.  That is, we write tests for each new feature or to catch regressions on each bug we fix.  And -- this is crucial -- we write the tests before we write the code.*  The ...</description>
		<link>http://www.xaprb.com/blog/2008/08/18/how-maatkit-benefits-from-test-driven-development/</link>
			</item>
	<item>
		<title>How to emulate the TYPEOF() function in MySQL</title>
		<description>Want to know the type of an arbitrary expression in MySQL?  Someday in the far far future in version 7.1, you might be able to with the TYPEOF() function.

For now you can try this:

CREATE TEMPORARY TABLE typeof AS SELECT [expression] AS col;

For example, let's see what the type of ...</description>
		<link>http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/</link>
			</item>
</channel>
</rss>
