<?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>Schadenfreude &#187; fix</title>
	<atom:link href="http://www.ralree.com/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Sun, 28 Feb 2010 04:18:37 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kopete Chat Window History is annoying</title>
		<link>http://www.ralree.com/2009/11/27/kopete-chat-window-history-is-annoying/</link>
		<comments>http://www.ralree.com/2009/11/27/kopete-chat-window-history-is-annoying/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 16:15:03 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kopete]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22732</guid>
		<description><![CDATA[I&#8217;ve been using Kopete on my quest to convert to KDE, and I&#8217;ve been extremely annoyed by previous conversions showing up in my chat windows.  The option to disable it didn&#8217;t seem to be anywhere, but I found a forum post that pointed me to the Plugins section of the configuration.

Just disable the plugin [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Kopete on my quest to convert to KDE, and I&#8217;ve been extremely annoyed by previous conversions showing up in my chat windows.  The option to disable it didn&#8217;t seem to be anywhere, but I found a forum post that pointed me to the Plugins section of the configuration.</p>
<p><a href="http://www.ralree.com/newblog/wp-content/uploads/2009/11/asdas.jpg"><img src="http://www.ralree.com/newblog/wp-content/uploads/2009/11/asdas.jpg" alt="Kopete Annoyance" title="Kopete Annoyance" width="912" height="549" class="aligncenter size-full wp-image-22733" /></a></p>
<p>Just disable the plugin entirely or open it and mess with the configuration.  Things like that shouldn&#8217;t be on by default, along with chat window tabs (when did this become common?) and annoying buttons for fonts and emoticons.  But, maybe I&#8217;m more minimalistic than many.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/11/27/kopete-chat-window-history-is-annoying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Key Fix in Ubuntu</title>
		<link>http://www.ralree.com/2007/03/28/super-key-fix-in-ubuntu/</link>
		<comments>http://www.ralree.com/2007/03/28/super-key-fix-in-ubuntu/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 18:05:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/super-key-fix-in-ubuntu</guid>
		<description><![CDATA[So I found that my super key was not a modifier key in GNOME today, but rather a standalone key.  THis was unacceptable.  To change it, I did this:
System -> Preferences -> Keyboard -> Layout Options -> Alt/Win Key Behavior -> Super is mapped to Win-Keys
Now, I can change my shortcuts to not [...]]]></description>
			<content:encoded><![CDATA[<p>So I found that my super key was not a modifier key in GNOME today, but rather a standalone key.  THis was unacceptable.  To change it, I did this:</p>
<p><strong>System -> Preferences -> Keyboard -> Layout Options -> Alt/Win Key Behavior -> Super is mapped to Win-Keys</strong></p>
<p>Now, I can change my shortcuts to not be stupid.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/03/28/super-key-fix-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Mephisto Post Pinger Plugin</title>
		<link>http://www.ralree.com/2007/03/02/fixing-mephisto-post-pinger-plugin/</link>
		<comments>http://www.ralree.com/2007/03/02/fixing-mephisto-post-pinger-plugin/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 17:56:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[mephisto]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/fixing-mephisto-post-pinger-plugin</guid>
		<description><![CDATA[I wanted some places to get pinged when I posted.  I used the mephisto_post_ping plugin, I simply changed the directory structure and class definition around:
Directory Structure

./lib/article_ping_observer.rb
./lib/mephisto_plugins/post_ping.rb
./lib/config.rb
./README
./init.rb

File Changes
init.rb



# $Id$
require 'mephisto_plugins/post_ping'
ActiveRecord::Base.observers &#60;&#60; :article_ping_observer



plugin.rb



module Mephisto
  module Plugins
    class PostPinger &#60; Mephisto::Plugin
      author 'Mark Guzman'
     [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted some places to get pinged when I posted.  I used the <a href="http://hasno.info/2006/11/11/mephisto-plugins"><code>mephisto_post_ping</code></a> plugin, I simply changed the directory structure and class definition around:</p>
<h2>Directory Structure</h2>
<pre><code>
./lib/article_ping_observer.rb
./lib/mephisto_plugins/post_ping.rb
./lib/config.rb
./README
./init.rb
</code></pre>
<h2>File Changes</h2>
<h3>init.rb</h3>
<div class="CodeRay">
<div class="code">
<pre><code>
<span class="c"># $Id$</span>
require <span class="s"><span class="dl">'</span><span class="k">mephisto_plugins/post_ping</span><span class="dl">'</span></span>
<span class="co">ActiveRecord</span>::<span class="co">Base</span>.observers &lt;&lt; <span class="sy">:article_ping_observer</span>
</code></pre>
</div>
</div>
<h3>plugin.rb</h3>
<div class="CodeRay">
<div class="code">
<pre><code>
<span class="r">module</span> <span class="cl">Mephisto</span>
  <span class="r">module</span> <span class="cl">Plugins</span>
    <span class="r">class</span> <span class="cl">PostPinger</span> &lt; <span class="co">Mephisto</span>::<span class="co">Plugin</span>
      author <span class="s"><span class="dl">'</span><span class="k">Mark Guzman</span><span class="dl">'</span></span>
      version <span class="s"><span class="dl">'</span><span class="k">$Rev: 82 $</span><span class="dl">'</span></span>.gsub( <span class="s"><span class="dl">&quot;</span><span class="k">Rev: </span><span class="dl">&quot;</span></span>, <span class="s"><span class="dl">&quot;</span><span class="dl">&quot;</span></span> )
      notes <span class="s"><span class="dl">&quot;</span><span class="k">Send Weblogs Pings when articles are published</span><span class="dl">&quot;</span></span>
      homepage <span class="s"><span class="dl">&quot;</span><span class="k">http://hasno.info/2006/11/11/mephisto-plugins</span><span class="dl">&quot;</span></span>

      <span class="r">class</span> <span class="cl">Schema</span> &lt; <span class="co">ActiveRecord</span>::<span class="co">Migration</span>
        <span class="r">def</span> <span class="pc">self</span>.install
        <span class="r">end</span>

        <span class="r">def</span> <span class="pc">self</span>.uninstall
        <span class="r">end</span>
      <span class="r">end</span>

    <span class="r">end</span>
  <span class="r">end</span>
<span class="r">end</span>
</code></pre>
</div>
</div>
<p>That&#8217;s all I changed.  This is my first post since the change, so I&#8217;ll see if it works.  If not, at least Mephisto doesn&#8217;t blow up on startup.</p>
<h2>Results</h2>
<p>Well,</p>
<pre><code>
unable to send xmlrpc weblog ping -&gt; http://www.ralree.info
unable to send xmlrpc weblog ping -&gt; http://www.ralree.info
unable to send xmlrpc weblog ping -&gt; http://www.ralree.info
unable to send xmlrpc weblog ping -&gt; http://www.ralree.info
</code></pre>
<p>Seems like a couple might have worked.  I&#8217;ll keep working on it.  But, at least it gets called.</p>
<p><img src="http://ralree.info/assets/2007/3/2/pinger_plugin.png" alt="RubyCorner worked!"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/03/02/fixing-mephisto-post-pinger-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Post, What to say</title>
		<link>http://www.ralree.com/2006/05/21/first-post-what-to-say/</link>
		<comments>http://www.ralree.com/2006/05/21/first-post-what-to-say/#comments</comments>
		<pubDate>Sun, 21 May 2006 01:46:40 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[mephisto]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[typo]]></category>
		<category><![CDATA[wibbish]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2008/06/21/first-post-what-to-say</guid>
		<description><![CDATA[Well, I finally got this damn blog working thanks to bish0p.  Turns out that you have to change the shebang line from



 #!/usr/bin/env ruby



to



 #!/usr/local/bin/ruby



Ahh typo is nice.  Other crap I learned today:
Problems with typo themes generating application errors can be solved by changing this line in layouts/default.rhtml



&#60;%= render_component(:controller =&#62; 'sidebars/sidebar', :action =&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I finally got this damn blog working thanks to bish0p.  Turns out that you have to change the shebang line from</p>
<div class="CodeRay">
<div class="code">
<pre><code>
 <span class="c">#!/usr/bin/env ruby</span>
</code></pre>
</div>
</div>
<p>to</p>
<div class="CodeRay">
<div class="code">
<pre><code>
 <span class="c">#!/usr/local/bin/ruby</span>
</code></pre>
</div>
</div>
<p>Ahh typo is nice.  Other crap I learned today:</p>
<p>Problems with typo themes generating application errors can be solved by changing this line in layouts/default.rhtml</p>
<div class="CodeRay">
<div class="code">
<pre><code>
&lt;%= render_component(<span class="sy">:controller</span> =&gt; <span class="s"><span class="dl">'</span><span class="k">sidebars/sidebar</span><span class="dl">'</span></span>, <span class="sy">:action</span> =&gt; <span class="s"><span class="dl">'</span><span class="k">display_plugins</span><span class="dl">'</span></span>) <span class="s"><span class="dl">%&gt;</span><span class="k">
</span></span>
</code></pre>
</div>
</div>
<p>To this:</p>
<div class="CodeRay">
<div class="code">
<pre><code>
&lt;%= render_sidebar <span class="s"><span class="dl">%&gt;</span><span class="k">
</span></span>
</code></pre>
</div>
</div>
<p>Thanks to <a href="http://www.bofh.org.uk/articles/2006/04/09/scratching-an-itch">This dude.</a></p>
<p>I generated a new GPG keypair today (<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x46C171A0">Public Key</a>).  Get it like this:</p>
<pre><code>
 gpg --keyserver subkeys.pgp.net --recv-keys 46C171A0
</code></pre>
<p>I also integrated into Pine, which makes it simple to send signed/encrypted email.</p>
<p>I&#8217;m still struggling with Ruby/SVN bindings by kou.  They are completely undocumented, so I have been trying to analyze the tests that are included in the svn source.  Apparently, <a href="http://collaboa.org/">Collaboa</a> is using them in their rails app.  I will have to take a look at their code, and hopefully it will shed some light on the subject.</p>
<p>I upgraded phpGedView today, so it&#8217;s a secured.  Home directory cleaning ensued, and now my mod0 space is much more efficiently used.<br/></p>
<p>I jumped back into the old Afternet #trivia chan tonight, after about 10 minutes of trying to remember what network it was on.  I had some trouble with BitchX autoignoring the triviabot, so I googled a fix for it:</p>
<pre><code>
# To Add someone:
/addnoflood nickname
# To list:
/addnoflood
</code></pre>
<p>Yay &#8211; now I can use the bot in peace.  I  better dump the commands so if I ever go back I don&#8217;t have to flood the chan trying to remember everything:</p>
<pre><code>
To play, just watch for Weirdbot to ask questions, and type in the answer.
Some useful commands to get you started:
!hint     (shows some letters of the answer, helping you guess)
!repeat   (if you missed the question)
!stats    (to see your stats and scores)
More help is on the following topics, do !help &lt;topic&gt; for more information.
auth   best   categories   commands   gmail   website

Commands available to you: (privileged commands)
!add    (to submit new questions)
!category (to choose next period's category)
!fix      (to mark the question for a spelling or fact fix)
!friend   (to make a friend of the channel)
!hint     (to begin showing hints)
!join     (to join a team)
!ping     (to request a latency ping)
!repeat   (to repeat current question)
!rules    (to show game rules)
!server   (to show best irc server)
!seen     (to show when your friend was on)
!stats    (to show your stats)
!suggest  (to make a suggestion)

</code></pre>
<p>I started trading for real today.  It&#8217;s a big step, and from now on my taxes will be harder to do.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2006/05/21/first-post-what-to-say/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.366 seconds -->
