<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Premature Optimization</title>
	<link>http://prematureoptimization.org/blog</link>
	<description>Shahar's Blog</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:56:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Utopia in the header file</title>
		<description><![CDATA[This is from the top of sqlite3.h, the header file for the SQLite3 library - most source file would have a copyright notice here referring people to read their license, but since SQLite is public domain, the author decided to put this instead: 
** The author disclaims copyright to this source code.  In place [...]]]></description>
		<link>http://prematureoptimization.org/blog/archives/125</link>
			</item>
	<item>
		<title>Experimenting with Glista on OS X</title>
		<description><![CDATA[I haven&#8217;t blogged in a while, probably because I was too busy. I&#8217;ve been working, started to take some university classes (Philosophy &#038; Computer Science), and&#8230; I&#8217;m doing most of my work on Mac OS X now. Don&#8217;t worry, I&#8217;m still a Linux guy - but mostly for work purposes (and out of curiosity) I [...]]]></description>
		<link>http://prematureoptimization.org/blog/archives/118</link>
			</item>
	<item>
		<title>Imagick: Maintain (fake) transparency when saving as JPEG</title>
		<description><![CDATA[I haven't blogged in a while (have been busy you know), so I've decided to share this small piece of knowledge I've obtained by experimenting. I wrote a small test app (it's for a feature of the next version of Zend Server - maybe I'll share it one day when the API is stable), which [...]]]></description>
		<link>http://prematureoptimization.org/blog/archives/112</link>
			</item>
	<item>
		<title>How much is listening to your customers worth?</title>
		<description><![CDATA[I normally don't write about work. The reason is that I feel that the slight chance that someone might feel I'm being biased towards a product that comes from the company I work for and dismiss my thoughts as "guerilla marketing" is not worth it. 
However, I'm going to make an exception - and that's [...]]]></description>
		<link>http://prematureoptimization.org/blog/archives/109</link>
			</item>
	<item>
		<title>NetworkManager: Auto-HTTP login to a Wifi network</title>
		<description><![CDATA[One of the cafés in my area where I frequently drink / work requires you to pass through an annoying web page forcing you to agree to some terms before allowing you to access the Internet through their Wifi network. It's free - but they still annoy you with this silly HTTP gateway. This is [...]]]></description>
		<link>http://prematureoptimization.org/blog/archives/107</link>
			</item>
	<item>
		<title>Debugging CLI PHP with Zend Server and PDT on Linux and Mac</title>
		<description><![CDATA[I'm working on a small PHP application and a big part of it are some CLI scripts which will be executed in the background. Some of these scripts are quite complex, and I got to a point where I need to use a debugger in order to figure out what's going on. 
I started hacking [...]]]></description>
		<link>http://prematureoptimization.org/blog/archives/98</link>
			</item>
	<item>
		<title>Finally, it&#8217;s out: Zend Server</title>
		<description><![CDATA[I normally try not to write about work related stuff... but this is a special occasion. 
Zend Server is finally out for public beta. \o/ 
I was working so hard on this for the last year, It kind of feels like I've just crapped an Elephpant  
Seriously now, I really like this product. I [...]]]></description>
		<link>http://prematureoptimization.org/blog/archives/96</link>
			</item>
	<item>
		<title>Priceless: &#8220;The Issuer Certificate Is Unknown&#8221;</title>
		<description><![CDATA[Another example of the all-so-frightening invalid HTTPS certificate warning in Firefox 3.0. I just found this one to be a bit ironic  
BTW The Mossad website is mostly for recruiting purposes, they don't really let you search their archives on-line or anything... to bad, that could have been interesting  
(and one more thing: [...]]]></description>
		<link>http://prematureoptimization.org/blog/archives/93</link>
			</item>
	<item>
		<title>Subversion: Finding the &#8220;base&#8221; revision of a branch</title>
		<description><![CDATA[I use Subversion a lot - but today I've learned something new: 
You can easily find the "base" revision of a branch or a tag (i.e. the revision in which the branch or tag was created) by issuing the following command:
PLAIN TEXT
CODE:




svn log -v --stop-on-copy \


&#160; &#160; http://glista.googlecode.com/svn/branches/feature-reminders 






The last revision you see in the [...]]]></description>
		<link>http://prematureoptimization.org/blog/archives/90</link>
			</item>
	<item>
		<title>Seven Things - Tagged by Ivo Jansch</title>
		<description><![CDATA["I was hopping along, minding my own business, when all of a sudden, up he comes…Cures me! One minute I’m a leper with a trade, next minute my livelihood’s gone!"
So apparently I was tagged by non other than the mighty Ivo Jansch, thus forced into some silly chain-blogging game. After managing to teach everyone in [...]]]></description>
		<link>http://prematureoptimization.org/blog/archives/85</link>
			</item>
</channel>
</rss>
