<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://stoopidsimple.com">
<channel>
 <title>stoopidsimple.com - Keeping things simple</title>
 <link>http://stoopidsimple.com</link>
 <description></description>
 <language>en</language>
<item>
 <title>lfhex - 0.42</title>
 <link>http://stoopidsimple.com/lfhex/0.42</link>
 <description>&lt;p&gt;Only one change in this version:&lt;br /&gt;
- fixed a bug where entering file offsets greater than 0xffffffff would result in changing the cursor to the wrong offset (it would wrap back to the beginning of the file).&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Thu, 18 Sep 2008 17:49:12 -0700</pubDate>
</item>
<item>
 <title>lfhex - 0.41</title>
 <link>http://stoopidsimple.com/lfhex/0.41</link>
 <description>&lt;p&gt;I have just uploaded a new version of lfhex. You can grab it from the &lt;a href=&quot;http://stoopidsimple.com/files/lfhex-0.41.tar.gz&quot;&gt;download&lt;/a&gt; link.&lt;/p&gt;
&lt;p&gt;Changes:&lt;br /&gt;
- The binary comparison mode (-c command line option) is re-enabled (Thanks Roy Damman!)&lt;br /&gt;
- Fixed a bug if -NDEBUG is used (Thanks Guenther Brunthaler!)&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Wed, 10 Sep 2008 18:57:42 -0700</pubDate>
</item>
<item>
 <title>lfhex - 0.4</title>
 <link>http://stoopidsimple.com/lfhex_0.4</link>
 <description>&lt;p&gt;It took me a little while longer to get some of the mundane issues sorted out (like changing from QPL to GPL to apease Qt 4.x licensing restrictions). But here it is!&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Sat, 04 Nov 2006 20:31:27 -0800</pubDate>
</item>
<item>
 <title>lfhex on Qt 4</title>
 <link>http://stoopidsimple.com/node/45</link>
 <description>&lt;p&gt;Life has been pretty hectic lately. But I am finally getting around to porting lfhex to Qt 4.0. This is my second 3.x to 4.x port and I have to say that it is a real pain. This one is made more difficult because I am also porting the build system to use qmake. It should be easy, but the source includes Flex/Bison source which only seems remotely supported by qmake.&lt;/p&gt;
&lt;p&gt;I expect to finish the port and testing within the week!&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Fri, 13 Oct 2006 18:44:05 -0700</pubDate>
</item>
<item>
 <title>Raid Upgrade</title>
 <link>http://stoopidsimple.com/raid_upgrade</link>
 <description>&lt;p&gt;Over the last couple years I have gotten hooked on photography. Digital in particular. If you take a ton of pictures eventually you realize you need a workflow and a way of managing the amount of data you are creating.&lt;/p&gt;
</description>
 <pubDate>Mon, 02 Jan 2006 19:08:10 -0800</pubDate>
</item>
<item>
 <title>Qt Button Size</title>
 <link>http://stoopidsimple.com/qt/button_size</link>
 <description>&lt;p&gt;Trouble getting your QPushButtons to be the size you really want? read on...&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Thu, 17 Nov 2005 18:00:03 -0800</pubDate>
</item>
<item>
 <title>Tonality - 1.4.1</title>
 <link>http://stoopidsimple.com/tonality/1.4.1</link>
 <description>&lt;p&gt;I just posted a new version of Tonality. Only minor bug fixes and enhancements were added.&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/8">Digital Darkroom</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/12">tonality</category>
 <pubDate>Thu, 10 Nov 2005 18:37:30 -0800</pubDate>
</item>
<item>
 <title>mod_security + drupal</title>
 <link>http://stoopidsimple.com/drupal/mod_security</link>
 <description>&lt;p&gt;I use PHP embedded in my  Drupal content. This can cause problems with mod_security (&quot;Internal server error&quot;, number 500).&lt;/p&gt;
&lt;p&gt;The problem is that Drupal sends Edit content back to the server via the POST method. If your content has &amp;lt;?php&amp;gt; in it then it will probably get flagged as a security error.&lt;/p&gt;
&lt;p&gt;If your hosting provider allows .htaccess overides then you can add lines to get arround the default rules. However, the security considerations are considerable. And as I have been recently reminded, I am not a security expert. Therefore instead of giving recomendations, here is the &lt;a href=&quot;http://www.onlamp.com/pub/a/apache/2003/11/26/mod_security.html&quot;&gt;authoritative reference for mod_security&lt;/a&gt;.&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/4">PHP</category>
 <pubDate>Mon, 03 Oct 2005 19:33:58 -0700</pubDate>
</item>
<item>
 <title>QTable alternating colors</title>
 <link>http://stoopidsimple.com/qt/QTable/alternating_colors</link>
 <description>&lt;p&gt;Most modern table widgets are displayed with alternating colors to help visually distinguish between rows.&lt;br /&gt;
Qt 4 makes this stoopid simple for you by providing QTableWidget::setAlternatingColors(). However in Qt 3.x you have to roll your own. Read on for discussion and sample implementation.&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Mon, 03 Oct 2005 18:19:24 -0700</pubDate>
</item>
<item>
 <title>kccmp - v0.2</title>
 <link>http://stoopidsimple.com/kccmp/v0.2</link>
 <description>&lt;p&gt;I just uploaded a new version of kccmp. It supports building against Qt 3.x or Qt 4.x. Qt 4.x build also requires libboost_regex.&lt;br /&gt;
The default build is configured to be Qt 3.x.&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <pubDate>Sun, 02 Oct 2005 20:26:21 -0700</pubDate>
</item>
<item>
 <title>kccmp - kernel config compare v0.1</title>
 <link>http://stoopidsimple.com/kccmp</link>
 <description>&lt;h3&gt;kccmp - &lt;b&gt;k&lt;/b&gt;ernel &lt;b&gt;c&lt;/b&gt;onfiguration &lt;b&gt;c&lt;/b&gt;o&lt;b&gt;mp&lt;/b&gt;arison&lt;/h3&gt;
&lt;hr&gt;&lt;br /&gt;
kccmp is a simple tool for comparing two linux kernel &quot;.config&quot; files.&lt;/p&gt;
&lt;p&gt;Here is a link describing my &lt;a href=&quot;kernel_config_comparison&quot;&gt;motivation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It has the following features:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Displays the configuration variables with different values in a table form.&lt;/li&gt;
&lt;li&gt;Displays the configuration variables and values which are found in only one of the compared files.&lt;/li&gt;
&lt;/ol&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <pubDate>Fri, 30 Sep 2005 19:03:46 -0700</pubDate>
</item>
<item>
 <title>lfhex build updated (again)</title>
 <link>http://stoopidsimple.com/node/32</link>
 <description>&lt;p&gt;I just uploaded lfhex-0.3.7.2.tar.gz&lt;br /&gt;
This is a fix of a fix for a build issue :(&lt;br /&gt;
In 0.3.7.1 I broke the configure script for users who do not have libqt-mt.a/.so on their systems.&lt;br /&gt;
0.3.7.2 fixes this.&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <pubDate>Tue, 27 Sep 2005 19:22:59 -0700</pubDate>
</item>
<item>
 <title>Qt 4 QTableWidget Tips and Tricks</title>
 <link>http://stoopidsimple.com/qt/4/QTableWIdget</link>
 <description>&lt;p&gt;&lt;a href=&quot;#HideHeaders&quot;&gt;How to hide headers&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;#SetHeaderLables&quot;&gt;How to set header labels&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;#AlternatingColors&quot;&gt;How to alternate colors for rows&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;#SetDefaults&quot;&gt;How to set defaults for table items&lt;/a&gt;&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Fri, 23 Sep 2005 19:57:23 -0700</pubDate>
</item>
<item>
 <title>Kernel Config Comparison</title>
 <link>http://stoopidsimple.com/kernel_config_comparison</link>
 <description>&lt;p&gt;Somethings that really should be simple turn out to be very complicated for me :)&lt;br /&gt;
Like upgrading my Linux kernel. I never seem to get it right the first time. Here are my basic steps:&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <pubDate>Wed, 21 Sep 2005 16:54:21 -0700</pubDate>
</item>
<item>
 <title>lfhex build updated</title>
 <link>http://stoopidsimple.com/lfhex_3_7_1</link>
 <description>&lt;p&gt;I just uploaded lfhex v.3.7.1. It is not a feature release. It addresses the following build issues:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Reader::is_open() undefined on SuSE 9.3&lt;/li&gt;
&lt;li&gt;Problem linking lfhex if only libqt_mt.so exist (e.g. no libqt.so)&lt;/li&gt;
&lt;/ul&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <pubDate>Tue, 20 Sep 2005 19:30:33 -0700</pubDate>
</item>
</channel>
</rss>
