<?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>Jeremy's Brain Dump &#187; Entertainment</title>
	<atom:link href="http://blog.finke.ws/category/entertainment/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.finke.ws</link>
	<description>Some worthless information from my brain.</description>
	<lastBuildDate>Sat, 25 Dec 2010 18:59:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Upgrading the OS on my MythBox</title>
		<link>http://blog.finke.ws/2007/04/08/upgrading-the-os-on-my-mythbox/</link>
		<comments>http://blog.finke.ws/2007/04/08/upgrading-the-os-on-my-mythbox/#comments</comments>
		<pubDate>Sun, 08 Apr 2007 16:58:23 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.finke.ws/uncategorized/upgrading-the-os-on-my-mythbox/</guid>
		<description><![CDATA[Well, I did an apt-get upgrade on my Ubuntu 6.10 based mythtv box. It upgraded the kernel for me. This always provides a problem with the IVTV drivers which provide support for my Hauppaugh capture card. This means that I have to recompile them and reinstall. Usually, for good measure, I download the latest driver [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">W</span>ell, I did an apt-get upgrade on my Ubuntu 6.10 based mythtv box.  It upgraded the kernel for me.  This always provides a problem with the IVTV drivers which provide support for my Hauppaugh capture card.  This means that I have to recompile them and reinstall.</p>
<p>Usually, for good measure, I download the latest driver for my kernel.  Since the update to Dapper Drake kept me at 2.6.15 (upgrade to -28 from -27), I downloaded the <a href="http://dl.ivtvdriver.org/ivtv/archive/0.4.x/ivtv-0.4.10.tar.gz">0.4.10</a> driver.</p>
<p>I also had to rebuild my build environment so that I could recompile and reinstall the driver.  I just follow section 5 off of <a href="http://hyams.webhop.net/mythtv/myth_ubuntu.html">Hyam&#8217;s website</a> regarding a MythTV 0.19 install on a Breezy Badger box.  It is a little out of date, however, this section is still very relevant.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finke.ws/2007/04/08/upgrading-the-os-on-my-mythbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogs vs. Forums</title>
		<link>http://blog.finke.ws/2007/02/19/blogs-vs-forums/</link>
		<comments>http://blog.finke.ws/2007/02/19/blogs-vs-forums/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 16:33:38 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.finke.ws/?p=22</guid>
		<description><![CDATA[I have had some new ideas floating around about the website lately. I wanted to be more community centric. I would like to try and get more people to contribute information. However, blogs (in my opinion) are not the best method for this. Blogs are more like a traditional classroom setting. The blogger (teacher) writes [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">I</span> have had some new ideas floating around about the website lately.  I wanted to be more community centric.  I would like to try and get more people to contribute information.  However, blogs (in my opinion) are not the best method for this.  Blogs are more like a traditional classroom setting.  The blogger (teacher) writes about a topic (stands in front of the class) and gives his expertise (hopefully <img src='http://blog.finke.ws/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) or opinion about a subject that he chooses.  If anyone on the internet (students) have any questions for blogger, they are free to post them.  If not, the blog post stands on its own.<br />
<span class="pullout"><br />
&#8230; where a blog post would automatically be entered into a forum. &#8230;<br />
</span><br />
A forum however, is much more like a community of learners.  The site owner may choose the direction of the forum such as, which topics to talk about, appropriate language, etc.  But, the users of the site can help each other through their own means of posting individual questions, opinions, and answers.  Blogging is a one to many communication.  Forums are a many to many communication.<span id="more-22"></span></p>
<p>So, my first thought in creating this environment would be to combine the two together.  Surely, someone has already thought of this and has developed a plugin to combine a forum and wordpress together.  My google searching first brought me to <a href="http://bloghelper.is-there.net/author/admin/">ZMAng</a>&#8216;s post regarding <a href="http://bloghelper.is-there.net/integrating-a-forum-with-wordpress/">Integrating a Forum with WordPress</a>.  This was a decent start for what I wanted to do.</p>
<p>However, the more I examined the solutions he presented, the more I realized that they really did not fit what I was looking for.  I liked the idea of integrating <a href="http://getvanilla.com/">Vanilla</a> with WordPress.  The integration was minimal at best, like the other solutions, of basically just integrating the user database.  Plus, it was not a plugin, I actually had to go hack the php code around.  Who knows what would break the next time I upgraded one of the pieces of software.</p>
<p>I looked at <a href="http://www.sargant.com/blog/wordpress-plugins/rs-discuss/">RS Discuss</a> and <a href="http://www.xdweb.net/wordpress/xdforum/">XDForum</a>.  However, neither of them appeared to do what I wanted either.  And the RS Disccus author had already given up once on coding the software.  </p>
<p>I also looked at <a href="http://bbpress.org/">bbPress</a>, from the authors of WordPress.  I figured that this would be my best shot for what I was looking for.  However, even with this, WordPress integration was minimal at best.   All of the integration solutions I looked at essentially just integrate the user databases together.  There was no actual communication between WordPress and the forums.  Nor was there any graphical integration (theming).</p>
<p>So, that brought me to write down what I was really looking for.  I was looking for an enviornment where a blog post would automatically be entered into a forum.  If someone were to reply either in the forum or in the blog, it would should up in either one.  Pings and trackbacks should work the same way.  Architectually, it should be the same content instead of duplicating the content between the two.  Normal users could make forum topics without it showing up in the blog.  Ideally, the forums and comments would be threaded.  Also, theming of the forum would follow the blog.  In other words, only one theme.</p>
<p>As I did some more searching, I discovered that there some other people out there looking for the same thing as me.  I found an interesting post by Darren Stuart entitled <a href="http://www.web20show.com/articles/2007/01/03/are-blogs-the-new-forums">Are Blogs the New Forums?</a>  It mirrored some of my thinking.</p>
<p>Another tidbit I found was when I was looking at a forum plugin I discovered off of the <a href="http://codex.wordpress.org/Plugins/Forums">codex</a>.  While I was viewing the comments of <a href="http://www.yellowswordfish.com/index.php?pagename=simple-forum-wordpress-plugin">Simple Forum</a>, I noticed a very interesting one.  A user named Jason (sorry can&#8217;t link to the comment) stated:</p>
<blockquote><p>&#8230; For example, what Iâ€™d love to see is admins being able to mark a forum post to be displayed as a blog post as well and vice versa, defineable on a per post or per category basis. In this manner you could have a â€œSimple Forum Announcementsâ€ category on your blog associated with the same category/section of your forum in which it would be flagged that topics could only be started by the admin and all posts to that section would be posted in the associated blog category. For such posts, commenting could be redirected to the forums or displayed inline but kept in sync. Is this making sense or just getting confusing? &#8230;</p></blockquote>
<p>This was just what I was thinking.  Andy, the author of Simple Forum replied with:</p>
<blockquote><p>&#8230; There is some thought provoking stuff in here some of which I like. Especially the notion of linking a forum to a category. That certainly has a lot of merit and will go on my list straight away. Iâ€™m not too sure about the forum as post notion but give me time to think it through! &#8230; </p></blockquote>
<p>I am hoping that Andy runs with the idea.  But, this got me thinking again.  Maybe I should not be looking at blog software per se.  Maybe I should be looking at CMS software.  So, after searching for while between the big CMS names (many I have tried in the past), I took a look at <a href="http://www.drupal.org">Drupal</a>.  Drupal has both a forum module and a blog module built in.</p>
<p>I started to play around with it too see how much integration the two had.  Looking at them seperately, it appeared that both forums and comments to blogs were threaded in the same manner.  This was certainly a step in the right direction.  Then I noticed while playing around with posting to the forums that there was checkbox you could click to send the forum post to the front page.  Could this be it, what I was looking for?  It did indeed post the forum post on the front page.  So now I had both a blog post and a forum post on the front of my website.  Unfortunately, it appears that there is still a difference between the two.  When I clicked on the overall blog link there is no mention of my forum post.  I am doubting that any pingin and trackbacks would work as well.  So, I took two steps forward and one step back.</p>
<p>Unfortunately (and correct me if I am wrong), it does not appear that there is any readily available software to perform what I am looking for.  While I could write up the pseudo code for such a beast, I don&#8217;t think that my programming skills are up to task.  Nor would I have the time to make such an investment.  </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finke.ws/2007/02/19/blogs-vs-forums/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Lighttpd and MythTV</title>
		<link>http://blog.finke.ws/2006/10/08/lighttpd-and-mythtv/</link>
		<comments>http://blog.finke.ws/2006/10/08/lighttpd-and-mythtv/#comments</comments>
		<pubDate>Sun, 08 Oct 2006 19:44:47 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.finke.ws/?p=18</guid>
		<description><![CDATA[I came across a problem while using my MythTV box. I decided that I would like to be able to download the mpegs onto my desktop. I have issues watching the shows using MythFrontEnd on my G4 powerbook over wireless. So, downloading the files and watching them with VLC was my next step. So, what [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">I</span> came across a problem while using my MythTV box.  I decided that I would like to be able to download the mpegs onto my desktop.  I have issues watching the shows using MythFrontEnd on my G4 powerbook over wireless.  So, downloading the files and watching them with VLC was my next step.</p>
<p>So, what was the best way to download files?  I set up both ftp and samba.  They were both a bit hokey because I really have to rename all of the files so that they make sense.  Plus, I am not sure if they are the most efficient ways to transfer files.  What I really wanted to do was to browse to the file using MythWeb and then download them from there.  Then I can see the descriptions, time recorded, etc. &#8230;  The only problem was Apache.  Most of my files are over 2GB.  A one hour show generally is 2.2GB on my box.  I always got an error when I tried to download a show.  Unfortunately, Apache 2.0 on my Ubuntu box has 32bit issues when dealing with large files.  I use Ubuntu 5.10 (Breezy) as my Myth box.  (For a good resource on setting this up check out <a href="http://hyams.webhop.net/mythtv/myth_ubuntu.html">this</a> page.)</p>
<p>The solution to my problem was a different web server called Lighttpd.</p>
<p><!--adsense--><br />
<span id="more-18"></span><br />
I really did not want to get rid of my existing stock Apache installation.  I suppose, in retrospect, I could have just installed a new version of Apache (which does support greater than 2GB files) from source and run them concurrently.  However, I like to make my life more difficult, so I decided to look at Lighttpd.  Lighttpd does support greater than 2GB files.  The big question was, will it work with MythTV?</p>
<p>So, the first thing I did was see if MythWeb will even run on anything besides Apache.  Fortunately for me, someone did write up a Wiki article on it located <a href="http://www.mythtv.org/wiki/index.php/MythWeb_on_Lighttpd">here</a>.  So, I knew it was possible.  The question was, could I get it working on my system.</p>
<p>The next step I looked at was what were my options for getting Lighttpd installed on my system.  Unfortunately, it did not look like Ubuntu had ported it over yet.  There is a version for newer Ubuntu systems, but since mine is about 9 months old, I was out of luck.  So, the next thing was to build it from source.</p>
<p>Now, usually these days, building from source is as simple as <em>./configure;make;make install</em>.  However, I really wanted to build a package so I could use apt to manage it.  I found one <a href="http://www.jacobian.org/writing/2005/dec/06/lightpd-ubuntu/">web site</a> that described the process.  However, it pointed somewhere else for a patch that no longer existed.</p>
<p>So, I ended up following the instructions on the <a href="http://trac.lighttpd.net/trac/wiki/TutorialInstallation">Lighttpd Trac</a>.  I followed the instructions for building it from source for Debian (since Ubuntu is from Debian).  The kicker here is to download both the newest version and an older version.  This is done so you can copy the debian directory from the older version into the newer version.  So, instead of using the standard <em>./configure&#8230;</em> sequence, now I can simply do <em>dpkg-buildpackage</em>.  This builds a package which I can then install by typing <em>dpkg -i lighttpd-1.4.VERSION.deb</em>.</p>
<p>So, now I have Lighttpd installed.  Now what?  Well, first I had to configure it and start it up.  All of the config files are located in /etc/lighttpd.  Basically, it is one file called lighttpd.conf.  So, here is where I started following the directions on the MythWeb Wiki article mentioned above.  Note, that I had to use his &#8220;hacked&#8221; way of doing things.  However, because I am running Ubuntu, there are some major differences between what he uses vs. what I use.  The first thing that I notice is that he starts talking about fastcgi.  Well, I know that my php4 installation does not run via cgi on my existing apache installation.  So, I had to figure out what to do about that.  This is a simple remedy.  You just type <em> apt-get install php4-cgi</em>.  This installs the cgi portion of php4.</p>
<p>Now, because I am running Ubuntu, my paths are different.  So, my bin-path variable is &#8220;/usr/bin/php-cgi&#8221; not &#8220;/usr/local/bin/php&#8221;.  Other minor changes I made were changing my server.document-root to &#8220;/var/www/mythweb&#8221; from the stock variable and changing my port to  81 so it would not conflict with my existing apache installation (if you don&#8217;t care, you can put to 80 so that it is standard).  Another change I added was to add &#8220;mythweb.php&#8221; to the list of server.indexfiles.  This way, when I when I pointed my browser to http://SERVERNAME:81, my mythweb installation will automatically come up.</p>
<p>Now, if you have followed along with the Wiki and my changes, you should be able to see the MythWeb initial page after you start up the web server.  This indicates that Lighttpd and PHP are working and connecting to the database.  However, you will notice that you cannot click on any other pages without an error.</p>
<p>To solve this problem requires changing some parameters in the PHP setup.  This file is located  at /etc/php4/cgi/php.ini.  The main change I made was to change the default of cgi.fix_pathinfo from its default of 0 to 1.  I also added a blank docroot line (I uncommented it), however, I do not think that this impacted anything.  Once, I did this I was now able to click on links and bring up the proper pages.  Everything seems to be funtioning correctly.</p>
<p>So, ultimately, we come back to the original problem.  Can I download large files via http?  So, I clicked on the Recorded Programs link, picked a show I wanted, right clicked on it, selected save the linked file as, hit ok, and yes, it is downloading.</p>
<p>Now, I have a web server sitting on port 81 in addition to my stock Apache sitting on port 80 in which I can download large files.  If you don&#8217;t need your stock Apache server, I would just disable and move Lighttpd back to port 80.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finke.ws/2006/10/08/lighttpd-and-mythtv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Books for Everyone&#8230;</title>
		<link>http://blog.finke.ws/2006/09/01/free-books-for-everyone/</link>
		<comments>http://blog.finke.ws/2006/09/01/free-books-for-everyone/#comments</comments>
		<pubDate>Fri, 01 Sep 2006 18:54:52 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Entertainment]]></category>

		<guid isPermaLink="false">http://blog.finke.ws/?p=17</guid>
		<description><![CDATA[Perusing through Groklaw today I noticed an interesting article. Google has finally started putting some of the books online that they started scanning. You are able to download full versions of books whose copywrites have run out. You can check out the Google blog for more information. &#8230; preserving knowledge and art &#8230; Keep in [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">P</span>erusing through Groklaw today I noticed an <a href="http://www.groklaw.net/article.php?story=20060831145521710">interesting article</a>.  Google has finally started putting some of the books online that they started scanning.  You are able to download full versions of books whose copywrites have run out.  You can check out the Google <a href="http://googleblog.blogspot.com/2006/08/download-classics.html">blog</a> for more information.</p>
<p><span class="pullout"><br />
&#8230; preserving knowledge and art &#8230;<br />
</span></p>
<p>Keep in mind that <a href="http://www.gutenberg.org/wiki/Main_Page">Project Gutenberg</a> has been doing this type of activity for some time now.  They are more of a community based effort, so I encourage you to support them in what they are doing.</p>
<p>Projects like Project Gutenberg and Google Books are extremely important in preserving knowledge and art from past generations.  Unfortunately, with copywrite laws and patent laws these days, who knows if ideas and books and art will be able to be freely shared in the future by our children.  We need to preserve what we can.</p>
<p>EDIT:</p>
<p>It appears that Google is doing scans of the books, at least from what little I played around with it.  Gutenberg is actually making the books available as text files.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finke.ws/2006/09/01/free-books-for-everyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Discussion of Casablanca</title>
		<link>http://blog.finke.ws/2006/04/10/a-discussion-of-casablanca/</link>
		<comments>http://blog.finke.ws/2006/04/10/a-discussion-of-casablanca/#comments</comments>
		<pubDate>Tue, 11 Apr 2006 03:19:15 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Entertainment]]></category>

		<guid isPermaLink="false">http://blog.finke.ws/?p=6</guid>
		<description><![CDATA[This is a Discussion of Casablanca over at movietap.Â  Here are my initial comments: This is a great movie. I finally got my wife to watch this several months ago. I had to convince her it was a love story instead of a â€œwar movieâ€. Apparently, she has something against war movies. She almost left [...]]]></description>
			<content:encoded><![CDATA[<p>This is a Discussion of Casablanca over at <a target="_blank" href="http://themovietap.com/blog/2006/04/10/discussion-casablanca/">movietap</a>.Â  Here are my initial comments:</p>
<p>This is a great movie. I finally got my wife to watch this several months ago. I had to convince her it was a love story instead of a â€œwar movieâ€. Apparently, she has something against war movies. She almost left the room at the beginning of white christmas.</p>
<p>Anyways, I have had a couple of questions. Why would anyone travel from Europe, go to Northern Africa, go back to Europe to get to the US? That part of the plot, I never understood.</p>
<p>Also, how common was it for an American white man and a black man to be travelling around Europe and Africa opening random clubs?</p>
<p>I agree with one of the above posters regarding the Paris flashbacks. I realize it is to set up the contrast between happy Rick and bitter Rick. However, Bogart just looks kinda of goofy trying to appear carefree.</p>
<p>One of the things that I tend to do (especially with older movies), is recognize actors and try to figure out what else I have seen them in. This usually gets me running to imdb.</p>
<p>Claude Rains also plays Prince John in â€œThe Adventures of Robin Hoodâ€.</p>
<p>And I also recognized Peter Lorre from â€œArsenic and Old Laceâ€. He seems to have been type cast as that type of character &#8211; sniviling and weak.</p>
<p>Also, I was kind of confused about how cordial the germans were the whole movie. If it was me, I would have arressted Laszlo from the beginning. Obviously, it would have ruined the movie.. <img class="wp-smiley" alt=";)" src="http://themovietap.com/blog/wp-includes/images/smilies/icon_wink.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finke.ws/2006/04/10/a-discussion-of-casablanca/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

