<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://iheartryan.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>I Heart Ryan - Howto</title>
 <link>https://iheartryan.com/taxonomy/term/41/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>TextSecure</title>
 <link>https://iheartryan.com/post/textsecure</link>
 <description>&lt;p&gt;Let&#039;s talk about SMS for a minute:  We all know that communication is completely insecure and that telcos &lt;a href=&quot;https://en.wikipedia.org/wiki/AT%26T#Privacy_controversy&quot;&gt;routinely hand over all data to the government&lt;/a&gt; without even waiting for them to ask.  So text messaging is compromised.  What can we do?&lt;/p&gt;
&lt;p&gt;A partial answer is to send encrypted text messages.  The government still knows who you&#039;re messaging, and when, but they won&#039;t get the contents of the messages.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://iheartryan.com/post/textsecure&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://iheartryan.com/post/textsecure#comments</comments>
 <category domain="https://iheartryan.com/category/type/howto">Howto</category>
 <category domain="https://iheartryan.com/category/status/i-did-it">I Did It</category>
 <category domain="https://iheartryan.com/category/concerning/android">android</category>
 <category domain="https://iheartryan.com/category/concerning/f-droid">f-droid</category>
 <category domain="https://iheartryan.com/category/concerning/google-play">google play</category>
 <category domain="https://iheartryan.com/category/concerning/otr">otr</category>
 <category domain="https://iheartryan.com/category/concerning/textsecure">textsecure</category>
 <pubDate>Tue, 07 May 2013 12:44:03 +0000</pubDate>
 <dc:creator>ryan</dc:creator>
 <guid isPermaLink="false">33 at https://iheartryan.com</guid>
</item>
<item>
 <title>Firefox Sync Server</title>
 <link>https://iheartryan.com/post/firefox-sync-server</link>
 <description>&lt;p&gt;Today I set up a Firefox Sync server.&lt;/p&gt;
&lt;p&gt;I use &lt;a href=&quot;http://mozilla.org/firefox/&quot;&gt;Firefox&lt;/a&gt; on my computer at work and at home.  I wish that there was a way to synchronize my browsing history and tabs and whatnot.&lt;/p&gt;
&lt;p&gt;Well, it turns out there is.  If you go to the Tools menu, you can set up sync.&lt;/p&gt;
&lt;p&gt;But I was like &quot;Dude there&#039;s no way I&#039;m going to do that.  I don&#039;t want my private data living up on some server for anyone to see.&quot;&lt;/p&gt;
&lt;p&gt;Well, it turns out that:&lt;br /&gt;
1) The data is encrypted before it&#039;s sent to the server, but more importantly:&lt;br /&gt;
2) You can set up your own server!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://iheartryan.com/post/firefox-sync-server&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://iheartryan.com/post/firefox-sync-server#comments</comments>
 <category domain="https://iheartryan.com/category/type/howto">Howto</category>
 <category domain="https://iheartryan.com/category/status/i-did-it">I Did It</category>
 <category domain="https://iheartryan.com/category/concerning/firefox">firefox</category>
 <category domain="https://iheartryan.com/category/concerning/firefox-sync">firefox sync</category>
 <category domain="https://iheartryan.com/category/concerning/sync">sync</category>
 <category domain="https://iheartryan.com/category/concerning/weave">weave</category>
 <pubDate>Mon, 11 Jul 2011 23:22:23 +0000</pubDate>
 <dc:creator>ryan</dc:creator>
 <guid isPermaLink="false">31 at https://iheartryan.com</guid>
</item>
<item>
 <title>Updating diaspora</title>
 <link>https://iheartryan.com/post/updating-diaspora</link>
 <description>&lt;p&gt;Okay, I just updated my &lt;a href=&quot;https://diaspora.pirateship.org&quot;&gt;Diaspora server&lt;/a&gt; to the latest code.  It&#039;s got some fancy updates like a &quot;like&quot; button.&lt;/p&gt;
&lt;p&gt;I just wanted to make a quick note on updating it.  This probably applies to any &lt;a href=&quot;http://rubyonrails.org/&quot;&gt;Rails&lt;/a&gt; app that uses &lt;a href=&quot;http://documentcloud.github.com/jammit/&quot;&gt;Jammit&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;After updating the code, make sure to delete the precompiled javascript and css files.  Otherwise, you&#039;ll be running the new templates with the old css/js, and things will break.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://iheartryan.com/post/updating-diaspora&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://iheartryan.com/post/updating-diaspora#comments</comments>
 <category domain="https://iheartryan.com/category/type/howto">Howto</category>
 <category domain="https://iheartryan.com/category/status/i-did-it">I Did It</category>
 <category domain="https://iheartryan.com/category/concerning/diaspora">diaspora</category>
 <category domain="https://iheartryan.com/category/concerning/rails">rails</category>
 <pubDate>Sun, 05 Jun 2011 08:04:02 +0000</pubDate>
 <dc:creator>ryan</dc:creator>
 <guid isPermaLink="false">30 at https://iheartryan.com</guid>
</item>
<item>
 <title>Vim modelines</title>
 <link>https://iheartryan.com/post/vim-modelines</link>
 <description>&lt;p&gt;I edit a few different types of files with a few different indentation styles.  Now, my favorite text editor is vim, and that supports using a config file to set your indentation style, but since I use a few of them, one config file won&#039;t work for me.  Now, I&#039;m sure you could also set a different style per filetype -- for example, python indents two spaces, C uses tabs displayed as four spaces.  But that doesn&#039;t work, because different projects sometimes choose different styles, even though they use the same type of file.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://iheartryan.com/post/vim-modelines&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://iheartryan.com/post/vim-modelines#comments</comments>
 <category domain="https://iheartryan.com/category/type/howto">Howto</category>
 <category domain="https://iheartryan.com/category/status/i-did-it">I Did It</category>
 <category domain="https://iheartryan.com/category/concerning/vim">vim</category>
 <pubDate>Sun, 06 Jun 2010 19:35:20 +0000</pubDate>
 <dc:creator>ryan</dc:creator>
 <guid isPermaLink="false">28 at https://iheartryan.com</guid>
</item>
<item>
 <title>Unattended DVD Ripping</title>
 <link>https://iheartryan.com/post/unattended-dvd-ripping</link>
 <description>&lt;p&gt;I recently purchased a large number of movies from a very cool video store &lt;a href=&quot;http://annarborchronicle.com/2009/10/03/liberty-street-video-to-close/&quot;&gt;which was closing&lt;/a&gt;.  It was a terrible disaster.  Sure, I got a bunch of DVDs from it.  But I did not gain &lt;i&gt;access&lt;/i&gt; to any new movies -- I could have rented all these any time I wanted.  Instead, the amazing collection in the possession of the video store is now split up in the hands of a bunch of individuals like me.  It is not a collection anymore, and is far, far less useful to the community.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://iheartryan.com/post/unattended-dvd-ripping&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://iheartryan.com/post/unattended-dvd-ripping#comments</comments>
 <category domain="https://iheartryan.com/category/type/howto">Howto</category>
 <category domain="https://iheartryan.com/category/status/i-did-it">I Did It</category>
 <category domain="https://iheartryan.com/category/concerning/beep">beep</category>
 <category domain="https://iheartryan.com/category/concerning/handbrake">handbrake</category>
 <category domain="https://iheartryan.com/category/concerning/ivman">ivman</category>
 <enclosure url="https://iheartryan.com/sites/default/files/ripdvd.sh.txt" length="919" type="text/plain" />
 <pubDate>Sat, 13 Feb 2010 02:26:33 +0000</pubDate>
 <dc:creator>ryan</dc:creator>
 <guid isPermaLink="false">26 at https://iheartryan.com</guid>
</item>
<item>
 <title>It&#039;s All Text!</title>
 <link>https://iheartryan.com/post/its-all-text</link>
 <description>&lt;p&gt;One of my favorite Firefox extensions these days is &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/4125&quot;&gt;It&#039;s All Text!&lt;/a&gt;.  This extension lets you use alternative text editors to edit the text in text boxes.&lt;/p&gt;
&lt;p&gt;Now, big wimps like to edit their text in WYSIWYG editors.  Not me.  I like to use &lt;a href=&quot;http://www.vim.org/&quot;&gt;vim&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Okay, so &quot;It&#039;s All Text!&quot; allows us to give a command line to start a text editor.  What command do we give to start vim?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://iheartryan.com/post/its-all-text&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://iheartryan.com/post/its-all-text#comments</comments>
 <category domain="https://iheartryan.com/category/type/howto">Howto</category>
 <category domain="https://iheartryan.com/category/status/i-did-it">I Did It</category>
 <category domain="https://iheartryan.com/category/concerning/its-all-text">it&amp;#039;s all text</category>
 <pubDate>Fri, 12 Feb 2010 02:30:27 +0000</pubDate>
 <dc:creator>ryan</dc:creator>
 <guid isPermaLink="false">25 at https://iheartryan.com</guid>
</item>
<item>
 <title>Fun with acpid</title>
 <link>https://iheartryan.com/post/fun-acpid</link>
 <description>&lt;p&gt;It doesn&#039;t seem glamorous, but it is indeed possible to have fun with &lt;a href=&quot;http://acpid.sourceforge.net/&quot;&gt;acpid&lt;/a&gt;.  acpid is a daemon that sits and listens for &lt;a href=&quot;http://en.wikipedia.org/wiki/Acpi&quot;&gt;acpi&lt;/a&gt; events from the kernel.  When it gets an event, it fires the rules you have configured.&lt;/p&gt;
&lt;p&gt;Okay, so what&#039;s the use?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://iheartryan.com/post/fun-acpid&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://iheartryan.com/post/fun-acpid#comments</comments>
 <category domain="https://iheartryan.com/category/type/howto">Howto</category>
 <category domain="https://iheartryan.com/category/status/i-did-it">I Did It</category>
 <category domain="https://iheartryan.com/category/concerning/acpid">acpid</category>
 <category domain="https://iheartryan.com/category/concerning/gnome-power-manager">gnome-power-manager</category>
 <category domain="https://iheartryan.com/category/concerning/pm-suspend">pm-suspend</category>
 <pubDate>Thu, 11 Feb 2010 15:47:29 +0000</pubDate>
 <dc:creator>ryan</dc:creator>
 <guid isPermaLink="false">24 at https://iheartryan.com</guid>
</item>
<item>
 <title>Drupal intra-linking problems solved</title>
 <link>https://iheartryan.com/post/drupal-intra-linking-problems-solved</link>
 <description>&lt;p&gt;Sometimes, when using Drupal, I find that I want to link to some of my older posts.  However, I often have a couple of development checkouts of my site.  Consider the case where I have the live site, which can be reached at &lt;a href=&quot;http://iheartryan.com/&quot; title=&quot;http://iheartryan.com/&quot;&gt;http://iheartryan.com/&lt;/a&gt;, and I have a development checkout, &lt;a href=&quot;http://localhost/iheartryan/&quot; title=&quot;http://localhost/iheartryan/&quot;&gt;http://localhost/iheartryan/&lt;/a&gt;.  Now, say I&#039;m trying to link to my &lt;a href=&quot;/post/rhythmbox-playlist-folders/&quot;&gt;Rhythmbox Playlist Folders&lt;/a&gt; post.  How should I make this link?  I have a couple choices:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://iheartryan.com/post/rhythmbox-playlist-folders&quot; title=&quot;http://iheartryan.com/post/rhythmbox-playlist-folders&quot;&gt;http://iheartryan.com/post/rhythmbox-playlist-folders&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;/post/rhythmbox-playlist-folders&lt;/li&gt;
&lt;p&gt;&lt;a href=&quot;https://iheartryan.com/post/drupal-intra-linking-problems-solved&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://iheartryan.com/post/drupal-intra-linking-problems-solved#comments</comments>
 <category domain="https://iheartryan.com/category/type/howto">Howto</category>
 <category domain="https://iheartryan.com/category/status/i-did-it">I Did It</category>
 <category domain="https://iheartryan.com/category/concerning/drupal">drupal</category>
 <pubDate>Tue, 09 Feb 2010 16:26:42 +0000</pubDate>
 <dc:creator>ryan</dc:creator>
 <guid isPermaLink="false">23 at https://iheartryan.com</guid>
</item>
<item>
 <title>utf8 lessons</title>
 <link>https://iheartryan.com/post/utf8-lessons</link>
 <description>&lt;p&gt;The other day, I was working on a &lt;a href=&quot;http://drupal.org&quot;&gt;Drupal&lt;/a&gt; site.  I based the theme for the site on the &lt;a href=&quot;http://drupal.org/project/zen&quot;&gt;Zen theme&lt;/a&gt; (ver 1.1).&lt;/p&gt;
&lt;p&gt;I was experiencing a very strange problem:   I could not save any of the changes I made on the theme configuration page.  I tried to change the logo.  I tried to make it display the slogan.  Nothing worked.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://iheartryan.com/post/utf8-lessons&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://iheartryan.com/post/utf8-lessons#comments</comments>
 <category domain="https://iheartryan.com/category/type/howto">Howto</category>
 <category domain="https://iheartryan.com/category/status/i-did-it">I Did It</category>
 <category domain="https://iheartryan.com/category/concerning/debian">debian</category>
 <category domain="https://iheartryan.com/category/concerning/drupal">drupal</category>
 <category domain="https://iheartryan.com/category/concerning/mysql">mysql</category>
 <category domain="https://iheartryan.com/category/concerning/ubuntu">ubuntu</category>
 <category domain="https://iheartryan.com/category/concerning/zen-theme">zen theme</category>
 <enclosure url="https://iheartryan.com/sites/default/files/utf8.cnf" length="348" type="application/octet-stream" />
 <pubDate>Tue, 30 Sep 2008 13:58:04 +0000</pubDate>
 <dc:creator>ryan</dc:creator>
 <guid isPermaLink="false">22 at https://iheartryan.com</guid>
</item>
<item>
 <title>Firefox SSL Indication</title>
 <link>https://iheartryan.com/post/firefox-ssl-indication</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.mozilla.com/en-US/firefox/&quot;&gt;Firefox 3&lt;/a&gt; is, in several ways an improvement over Firefox 2.  But there are just a few things that drive me crazy.  One of them is the way it handles the display of sites using &lt;a href=&quot;http://en.wikipedia.org/wiki/Secure_Sockets_Layer&quot;&gt;SSL&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://iheartryan.com/post/firefox-ssl-indication&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://iheartryan.com/post/firefox-ssl-indication#comments</comments>
 <category domain="https://iheartryan.com/category/type/howto">Howto</category>
 <category domain="https://iheartryan.com/category/status/i-did-it">I Did It</category>
 <category domain="https://iheartryan.com/category/concerning/firefox">firefox</category>
 <pubDate>Fri, 22 Aug 2008 04:27:00 +0000</pubDate>
 <dc:creator>ryan</dc:creator>
 <guid isPermaLink="false">18 at https://iheartryan.com</guid>
</item>
</channel>
</rss>
