<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>jQuery, PHP, Rails, AS3, Linux, Nerdom &#124; Jolie Rouge</title>
	<link>http://jolierouge.net</link>
	<description></description>
	<lastBuildDate>Thu, 15 Mar 2012 14:17:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Jay n&#8217; Mike&#8217;s Rules of Acquisition</title>
		<description><![CDATA[My programming partner and I have been working for quite some time on some large projects, and we have come up with a basic list of rules that apply to startup computer businesses, from software development to software sales. You have to pay &#8211; Nothing in life is free, someone is always paying for it, [...]]]></description>
		<link>http://jolierouge.net/2012/03/jay-n-mikes-rules-of-acquisition/</link>
			</item>
	<item>
		<title>Qt C++: Threaded Communication with Artema Hybrid on Linux</title>
		<description><![CDATA[Communicating with an Artema Hybrid CC Payment device is actually deceptively simple. I&#8217;ve written an application what uses a webkit widget exclusively for the UI display, and so I hook into the Javascript to provide some extra functionality to the app, in this case, reading and writing to/from the Artema Hybrid device. The documentation that [...]]]></description>
		<link>http://jolierouge.net/2011/11/qt-c-threaded-communication-with-artema-hybrid-on-linux/</link>
			</item>
	<item>
		<title>A Letter to the Creators of EVE</title>
		<description><![CDATA[A Response to CCP Hellmar&#8217;s Letter. The estrangement from CCP that many of you have been feeling of late is my fault, and for that I am truly sorry. There are many contributing factors, but in the end it is I who must shoulder the responsibility for much of what has happened. I appreciate both [...]]]></description>
		<link>http://jolierouge.net/2011/10/a-letter-to-the-creators-of-eve/</link>
			</item>
	<item>
		<title>Fear and Loathing On Tranquility</title>
		<description><![CDATA[There&#8217;s a general tendency in the world to cruelty and sadism, a kind of malaise that affects the hearts and minds of those who for all intents and purposes appear to be normal human beings. You never know who they are in your daily life, but they exist, some are called sociopaths, others psychopaths, but [...]]]></description>
		<link>http://jolierouge.net/2011/09/fear-and-loathing-on-tranquility/</link>
			</item>
	<item>
		<title>Rails will_paginate links to wrong page</title>
		<description><![CDATA[Well, While setting up a website today I found a bit of retardation in will_paginate. Aside from poor and complicated documentation and an incredible amount of bloat for what amounts to a very simple kind of website component, I found that will_paginate was linking to /?page= on a page that showed in the url bar [...]]]></description>
		<link>http://jolierouge.net/2011/08/rails-will_paginate-links-to-wrong-page/</link>
			</item>
	<item>
		<title>Rails 3 &#8211; PHP Style Global Variables, $_SESSION, $_GET, $_POST in the models, and everywhere.</title>
		<description><![CDATA[PHP Globals in Rails 3 So, as part of my slow descent into hell for even showing this stuff, I thought I would make a quick and dirty post about getting PHP like globals into your models in Rails. I wrote a longer article about globals in the model in rails which you can check [...]]]></description>
		<link>http://jolierouge.net/2011/08/rails-3-php-style-global-variables-_session-_get-_post-in-the-models-and-everywhere/</link>
			</item>
	<item>
		<title>Ubuntu, Find large files by size</title>
		<description><![CDATA[Here&#8217;s a handy little command for finding files in a directory over a certain size. $ find * -type f -size +90000k -exec ls -lh {} \; &#124; awk '{ print $9 ": " $5 }']]></description>
		<link>http://jolierouge.net/2011/07/ubuntu-find-large-files-by-size/</link>
			</item>
	<item>
		<title>Apache2/MySQL on Ubuntu Configuration</title>
		<description><![CDATA[Once you&#8217;ve installed apache2 and mysql on your server, you might want to try these configuration changes to make it perform a bit better: In /etc/mysql/my.cnf key_buffer = 16K max_allowed_packet = 1M thread_stack = 64K table_cache = 4 sort_buffer = 64K net_buffer_length = 2K And in Apache2&#8242;s config, /etc/apache2/apache2.conf, find the section for MPM prefork [...]]]></description>
		<link>http://jolierouge.net/2011/07/apache2mysql-on-ubuntu-configuration/</link>
			</item>
	<item>
		<title>Never Again! Backing up your rails .sqlite3 dbs</title>
		<description><![CDATA[Well, with mysql, it&#8217;s pretty hard to overwrite your dbs, but with sqlite, it&#8217;s real easy. I did this, luckily I only lost about a days worth of work, but nevertheless, I have instituted a new rule for sqlite3 dbs: Hourly backups. Here&#8217;s the script: #!/bin/sh D=`date +%H` cp -f /var/www/app/db/production.sqlite3 /var/www/fapp/db/production.sqlite3.bak.$D]]></description>
		<link>http://jolierouge.net/2011/07/never-again-backing-up-your-rails-sqlite3-dbs/</link>
			</item>
	<item>
		<title>Deploy Ruby on Rails to the Desktop (Ubuntu), as a Debian Package</title>
		<description><![CDATA[Introduction to deploying Rails Applications to the Desktop Some things you&#8217;ll learn in this series of articles: How to distribute a Rails App to an Ubuntu Desktop How to Compile a custom Ruby installation to avoid conflicting with an existing Ruby install Get automatic updates to all users for free by virtue of being a [...]]]></description>
		<link>http://jolierouge.net/2011/07/deploy-ruby-on-rails-to-the-desktop-ubuntu-as-a-debian-package/</link>
			</item>
</channel>
</rss>

