<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SimonOnSoftware &#187; fun</title>
	<atom:link href="http://simononsoftware.com/tag/fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://simononsoftware.com</link>
	<description>programming, databases and other IT something</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:48:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Found in The Code &#8211; QT</title>
		<link>http://simononsoftware.com/found-in-the-code-qt/</link>
		<comments>http://simononsoftware.com/found-in-the-code-qt/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 18:48:13 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=927</guid>
		<description><![CDATA[
#elif (defined(Q_OS_UNIX) &#124;&#124; defined(Q_CC_MINGW))
        abort(); // trap; generates core dump
#else
        exit(1); // goodbye cruel world
#endif

file: qglobal.cpp


Bookmark It






















Related posts:Found in The Code &#8211; sqlite  /* ** 2008 May 26 ** ** The author...



<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/found-in-the-code-sqlite/' rel='bookmark' title='Permanent Link: Found in The Code &#8211; sqlite'>Found in The Code &#8211; sqlite</a> <small> /* ** 2008 May 26 ** ** The author...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/found-in-the-code-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Found in The Code &#8211; sqlite</title>
		<link>http://simononsoftware.com/found-in-the-code-sqlite/</link>
		<comments>http://simononsoftware.com/found-in-the-code-sqlite/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:51:46 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=906</guid>
		<description><![CDATA[
/*
** 2008 May 26
**
** The author disclaims copyright to this source code.  In place of
** a legal notice, here is a blessing:
**
**    May you do good and not evil.
**    May you find forgiveness for yourself and forgive others.
**    May you share freely, never taking more than you give.
**
******************************************************************************
**
** This header file is [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/found-in-the-code-qt/' rel='bookmark' title='Permanent Link: Found in The Code &#8211; QT'>Found in The Code &#8211; QT</a> <small> #elif (defined(Q_OS_UNIX) || defined(Q_CC_MINGW)) abort(); // trap; generates core...</small></li>
<li><a href='http://simononsoftware.com/what-i-dont-like-about-python/' rel='bookmark' title='Permanent Link: What I Don&#8217;t Like About Python'>What I Don&#8217;t Like About Python</a> <small>Python &#8211; maybe you know &#8211; is a computer language...</small></li>
<li><a href='http://simononsoftware.com/virtualenv-tutorial/' rel='bookmark' title='Permanent Link: Virtualenv Tutorial'>Virtualenv Tutorial</a> <small>What is Virtualenv Virtualenv is a great piece of software....</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/found-in-the-code-sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL SQL Mode Fun</title>
		<link>http://simononsoftware.com/mysql-sql-mode-fun/</link>
		<comments>http://simononsoftware.com/mysql-sql-mode-fun/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 19:56:08 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[wtf]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=889</guid>
		<description><![CDATA[While looking for some information on the web, I found quite nice piece of SQL, something like:
SET sql_mode=&#8217;STRICT_ALL_TABLES&#8217;; &#8212; Session scope for the purpose of this article
This sql_mode looked quite interesting, I&#8217;ve checked that in the MySQL documentation and well&#8230; it is a little bit terrifying.

The GIGO
Unfortunately too less programmers think about data that is stored [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/another-misleading-postgresql-vs-mysql-review/' rel='bookmark' title='Permanent Link: Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!'>Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!</a> <small>Yea&#8230; I wanted to write something as soon as I...</small></li>
<li><a href='http://simononsoftware.com/what-mysql-execution-plan-depends-on/' rel='bookmark' title='Permanent Link: What MySQL Execution Plan Depends On'>What MySQL Execution Plan Depends On</a> <small>Well, the execution plan is the way that a database...</small></li>
<li><a href='http://simononsoftware.com/mysql-execution-plan-depends-part-2/' rel='bookmark' title='Permanent Link: What MySQL Execution Plan Depends On &#8211; part 2'>What MySQL Execution Plan Depends On &#8211; part 2</a> <small>Another link about the way that MySQL prepares the execution...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/mysql-sql-mode-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Fun Again</title>
		<link>http://simononsoftware.com/twitter-fun-again/</link>
		<comments>http://simononsoftware.com/twitter-fun-again/#comments</comments>
		<pubDate>Mon, 10 May 2010 19:11:41 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[wtf]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[hidden features]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=844</guid>
		<description><![CDATA[Well&#8230; once again Twitter turns out to be amazing piece of software (is this because it was implemented in Ruby?). Twitter has (had?) a bug where you could force someone to follow you just by
﻿The flaw appears when a user tweets this format: “accept [Twitter Username]”. So, for example “accept TechCrunch”. Magically that user appears [...]


No related posts.]]></description>
		<wfw:commentRss>http://simononsoftware.com/twitter-fun-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Star Trekkin&#8217;</title>
		<link>http://simononsoftware.com/star-trekkin/</link>
		<comments>http://simononsoftware.com/star-trekkin/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 19:49:49 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=701</guid>
		<description><![CDATA[Oh yea&#8230;



Bookmark It






















No related posts.


No related posts.]]></description>
		<wfw:commentRss>http://simononsoftware.com/star-trekkin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!</title>
		<link>http://simononsoftware.com/another-misleading-postgresql-vs-mysql-review/</link>
		<comments>http://simononsoftware.com/another-misleading-postgresql-vs-mysql-review/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 21:07:08 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[wtf]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=563</guid>
		<description><![CDATA[Yea&#8230; I wanted to write something as soon as I stop laughing from THIS but I think that reading this comment should be enough.


Bookmark It






















Related posts:MySQL SQL Mode Fun While looking for some information on the web, I found...
How to check PostgreSQL privileges. Someone asked me how to list all tables that a...
Checking PostgreSQL Database [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/mysql-sql-mode-fun/' rel='bookmark' title='Permanent Link: MySQL SQL Mode Fun'>MySQL SQL Mode Fun</a> <small>While looking for some information on the web, I found...</small></li>
<li><a href='http://simononsoftware.com/how-to-check-postgresql-privileges/' rel='bookmark' title='Permanent Link: How to check PostgreSQL privileges.'>How to check PostgreSQL privileges.</a> <small>Someone asked me how to list all tables that a...</small></li>
<li><a href='http://simononsoftware.com/checking-postgresql-database-creation-date/' rel='bookmark' title='Permanent Link: Checking PostgreSQL Database Creation Date'>Checking PostgreSQL Database Creation Date</a> <small>Some time ago we had a problem: on testing there...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/another-misleading-postgresql-vs-mysql-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Chart of Fun</title>
		<link>http://simononsoftware.com/chart-fun/</link>
		<comments>http://simononsoftware.com/chart-fun/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 21:28:43 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[wtf]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=441</guid>
		<description><![CDATA[What a sweet chart here.


Bookmark It






















No related posts.


No related posts.]]></description>
		<wfw:commentRss>http://simononsoftware.com/chart-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yea, Let&#8217;s Destroy Computers</title>
		<link>http://simononsoftware.com/yea-lets-destroy-computers/</link>
		<comments>http://simononsoftware.com/yea-lets-destroy-computers/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 20:30:19 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[wtf]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=331</guid>
		<description><![CDATA[
http://incredimazing.com/static/media/2008/09/19/edafe06ae7ab931/5c944ff6947a714


Bookmark It






















No related posts.


No related posts.]]></description>
		<wfw:commentRss>http://simononsoftware.com/yea-lets-destroy-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
