<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="0.92">
<channel>
	<title>if you want something done right... DIY.</title>
	<link>http://krisgale.com</link>
	<description>meanderings of a computer scientist on the brink of sheer insanity.</description>
	<lastBuildDate>Tue, 24 Nov 2009 20:22:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>fread() without $length causes internal server error</title>
		<description>and here i thought php would supply a default value for the second parameter to fread(), namely the number of bytes to be read from an open file handle (that being the first parameter). nope! not only does this quietly surpass php's syntax check, it causes an internal server error ...</description>
		<link>http://krisgale.com/fread-without-length-causes-internal-server-error/</link>
			</item>
	<item>
		<title>sitepoint&#8217;s twitter-giveaway: interesting myisam vs. innodb case study</title>
		<description>sitepoint recently discovered when and why row-level locking (as opposed to table-level) is sometimes a must-have...

http://www.sitepoint.com/blogs/2009/09/08/free-performance-with-mysql-table-types/ </description>
		<link>http://krisgale.com/sitepoints-twitter-giveaway-interesting-myisam-vs-innodb-case-study/</link>
			</item>
	<item>
		<title>payflow pro critical update 9/1</title>
		<description>
for those of you out there charged with developing/maintaining ecommerce sites using verisign/paypal’s “payflow pro” interface, be aware that as of september 1st (yes, three weeks away) older versions of their sdk will no longer be supported.
information about the upgrade (and instructions on how to perform the required code changes ...</description>
		<link>http://krisgale.com/payflow-pro-critical-update-91/</link>
			</item>
	<item>
		<title>scheduling: maker vs. manager</title>
		<description>really interesting article outlining the core issues surrounding managers' scheduling of meetings from a maker's perspective, with some ideas towards a solution.

"We know we have to have some number of meetings. All we ask from those on the manager's schedule is that they understand the cost." </description>
		<link>http://krisgale.com/scheduling-maker-vs-manager/</link>
			</item>
	<item>
		<title>sick of using vi to edit crontab?</title>
		<description>use any editor of your choosing to modify crontab...  at your command prompt (assuming you are root), type:

EDITOR=nano
export EDITOR

now, when you crontab -e that editor (in this case, nano) will be used instead of vi. what a relief! </description>
		<link>http://krisgale.com/sick-of-using-vi-to-edit-crontab/</link>
			</item>
</channel>
</rss>
