<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.5" -->
<rss version="0.92">
<channel>
	<title>PLATFORMedia LLC</title>
	<link>http://platformedia.com</link>
	<description>Corporate Web Site</description>
	<lastBuildDate>Sun, 08 Jan 2012 06:55:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>G2X connecting in developer mode</title>
		<description><![CDATA[On Fedora, I was having issues getting my T-Mobile G2X to connect in developer mode.
For sure, I was setting Settings-Applications-USBdebugging to Checked.  And when plugging in the device, the SD card (and/or) internal memory space was showing up on the desktop (and the output in /var/log/messages looked equivalent to that from my working G1) [...]]]></description>
		<link>http://platformedia.com/oss-blog/g2x-developer-mode/</link>
			</item>
	<item>
		<title>MythBackend service not starting</title>
		<description><![CDATA[/var/log/messages complains :

Nov 24 23:52:54 myth systemd&#91;1&#93;: mythbackend.service: control process exited, code=exited status=235
Nov 24 23:52:54 myth systemd&#91;1&#93;: Unit mythbackend.service entered failed state.

Simple solution (not tested whether this survives reboot) :

# touch /var/run/mythbackend.pid; chown mythtv:mythtv /var/run/mythbackend.pid
# systemctl start mythbackend.service
# grep mythbackend

]]></description>
		<link>http://platformedia.com/oss-blog/mythbackend-service-not-starting/</link>
			</item>
	<item>
		<title>PulseAudio default Sink (output)</title>
		<description><![CDATA[MythTV suddenly stopped audio (yet again : Every upgrade the reason is different).  This time, it appears that the order the audio cards are detected has changed, so the default output has changed&#8230;
The following is relevant to the process (haven&#8217;t tested this through a reboot, yet) :

$ pacmd help
$ pacmd info &#160;&#124; grep -i [...]]]></description>
		<link>http://platformedia.com/oss-blog/pulseaudio-default-sink-output/</link>
			</item>
	<item>
		<title>nginx configuration for uwsgi for Flask</title>
		<description><![CDATA[/etc/nginx/conf.d/site.conf :

server &#123;
&#160;server_name example.com www.example.com;
&#160;root home/example/flask/static;
&#160;
&#160;location ~ ^/&#40;img&#124;js&#124;css&#41;/ &#123; &#160;# &#124;pi&#124;&#124;ext&#124;theme
&#160; root &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;/home/example/flask/static;
&#160; add_header &#160; &#160; &#160; &#160; &#160; &#160; &#160;Cache-Control public;
&#160; #expires &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 30d;
&#160; #access_log &#160; &#160; &#160; &#160; &#160; &#160; &#160;off;
&#160;&#125;
&#160;location / &#123; try_files $uri @yourapplication; &#125;
&#160;location [...]]]></description>
		<link>http://platformedia.com/oss-blog/nginx-config-for-uwsgi-for-flask/</link>
			</item>
	<item>
		<title>Building uwsgi from src.rpm without Python 3</title>
		<description><![CDATA[To build uwsgi on Fedora 12 (which has no easy-to-find python3 rpm), run through the rpmbuild process (shown in a previous post in more detail for nginx) and make the following changes :

wget http://kad.fedorapeople.org/packages/uwsgi/uwsgi-0.9.9.2-2.fc15.src.rpm
rpm -ivh uwsgi-0.9.9.2-2.fc15.src.rpm 
rpmbuild -bb &#160;~/rpmbuild/SPECS/uwsgi.spec 
yum install python-devel libuuid-devel jansson-devel libyaml-devel ruby-devel python3-devel python-greenlet-devel &#160;lua-devel &#160;ruby 
# NB: python3-devel doesn&#8217;t exist&#8230;
# [...]]]></description>
		<link>http://platformedia.com/oss-blog/uwsgi-src-rpm-without-python-3/</link>
			</item>
	<item>
		<title>Updating nginx (with uwsgi) for Fedora 12 from src.rpm</title>
		<description><![CDATA[In order to get access to uwsgi (useful for deploying python flask projects, for instance), one needs a version of nginx > 0.8 or so.  But Fedora 12 doesn&#8217;t have such a modern version :  Here&#8217;s how to build it from a src.rpm from a more recent Fedora release. 

# First, make sure [...]]]></description>
		<link>http://platformedia.com/oss-blog/nginx-with-uwsgi-src-rpm/</link>
			</item>
	<item>
		<title>Compiling nginx (with uwsgi) for Fedora 12</title>
		<description><![CDATA[In order to get access to uwsgi (useful for deploying python flask projects, for instance), one needs a version of nginx > 0.8 or so.  But Fedora 12 doesn&#8217;t have such a modern version :  Here&#8217;s how to compile it from source : 
Actually, a less hacky approach is to simply back-port (trivially) [...]]]></description>
		<link>http://platformedia.com/oss-blog/nginx-uwsgi-for-fedora-12/</link>
			</item>
	<item>
		<title>Building a Python LibreOffice Extension</title>
		<description><![CDATA[Here&#8217;s a pretty minimal setup for building an extension for LibreOffice in Python.  
Working backwards, I&#8217;ve called the extension &#8216;mdda_fns.oxt&#8217;.  Here&#8217;s the makefile, which is in the root of the package development tree :

all:&#160; &#160; clean zip install
clean:
&#160; &#160; &#160; &#160; unopkg remove mdda_fns.oxt
&#160; &#160; &#160; &#160; rm mdda_fns.oxt
&#160; &#160; &#160; &#160; 
zip:
&#160; [...]]]></description>
		<link>http://platformedia.com/oss-blog/python-libreoffice/</link>
			</item>
	<item>
		<title>MythTV / lircd updates on Fedora : Hauppauge</title>
		<description><![CDATA[I&#8217;ve been maintaining a PVR350 on an old Dell 2.4GHz since forever.  
Latest updates (to MythTV 24.1, and licrd 0.9.0.7) have made big changes.  But it&#8217;s all working again, including a serial IR blaster.  The following is just for my easy reference, and anyone else who now finds their Grey Hauppauge remote [...]]]></description>
		<link>http://platformedia.com/oss-blog/mythtv-lircd-updates/</link>
			</item>
	<item>
		<title>nginx and WSGI using Paste</title>
		<description><![CDATA[Paster contains the WSGI server originally incorporated within CherryPy (see http://pythonpaste.org/script/module-paste.script.wsgiserver.html).  Funnily enough, this is a pretty hot contender amongst other Python WSGI webservers (see http://nichol.as/benchmark-of-python-web-servers) : Maybe not the best, but because of its ease of set-up (working out-of-the-box for Pyramid and Pylons) it is extremely compelling.
Combining it with NGINX makes for a [...]]]></description>
		<link>http://platformedia.com/oss-blog/nginx-and-wsgi-using-paste/</link>
			</item>
</channel>
</rss>

