<?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>Nevermind... &#187; strong numbers</title>
	<atom:link href="http://blog.sessrumnir.net/tag/strong-numbers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sessrumnir.net</link>
	<description>sessrumnir.net</description>
	<lastBuildDate>Thu, 29 Apr 2010 04:28:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Filter complete</title>
		<link>http://blog.sessrumnir.net/2006/06/06/filter-complete/</link>
		<comments>http://blog.sessrumnir.net/2006/06/06/filter-complete/#comments</comments>
		<pubDate>Wed, 07 Jun 2006 04:28:13 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Tripe. Utter tripe.]]></category>
		<category><![CDATA[bible]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[strong numbers]]></category>

		<guid isPermaLink="false">http://blog.sessrumnir.net/2006/06/06/filter-complete/</guid>
		<description><![CDATA[So, my script to filter things is complete, I think, and works pretty well.  I think :)  As I use bits and pieces of it, I shall find out.
Anyway, as I mentioned a while ago, I didn&#8217;t think the Unbound Bible was quite up to par but there was another one with better [...]]]></description>
			<content:encoded><![CDATA[<p>So, my script to filter things is complete, I think, and works pretty well.  I think :)  As I use bits and pieces of it, I shall find out.</p>
<p>Anyway, as I mentioned a while ago, I didn&#8217;t think the <a href="http://www.unboundbible.com" title="Though it's great for comparisons.">Unbound Bible</a> was quite up to par but there was another one with better concordance with the <a href="http://en.wikipedia.org/wiki/Strong's_Numbers" title="Mighty!">Strong Numbers</a>.  Well I found it: <a href="http://www.bju.edu/bible/bible.php">http://www.bju.edu/bible/bible.php</a> works great for that sort of thing.  Only <a href="http://en.wikipedia.org/wiki/KJV" title="Crazy King James...">KJV</a>, but that&#8217;s really to be expected with the use of Strong Numbers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sessrumnir.net/2006/06/06/filter-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging from Emacs</title>
		<link>http://blog.sessrumnir.net/2006/06/05/blogging-from-emacs/</link>
		<comments>http://blog.sessrumnir.net/2006/06/05/blogging-from-emacs/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 04:24:53 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[That which need not be read]]></category>
		<category><![CDATA[bible]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[gutenberg project]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[strong numbers]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://blog.sessrumnir.net/2006/06/05/blogging-from-emacs/</guid>
		<description><![CDATA[So, I&#8217;m testing a simple method of blogging from emacs by way of my command line blogging script.  I think it should work pretty good.  I guess we will find out.  Now, one thing I was reading about somewhere was making it easier to link things.  Essentially, my command line blogging [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;m testing a simple method of blogging from emacs by way of my command line blogging script.  I think it should work pretty good.  I guess we will find out.  Now, one thing I was reading about somewhere was making it easier to link things.  Essentially, my command line blogging script can be made to preprocess the body of the post to make it easier to do italics, bold, etc., as well as linking to arbitrary websites, or wikipedia, or other random websites based on keywords.  I should also fix up some keywords to map to category numbers so I don&#8217;t have to figure out what the category number is for the category I wish to blog in!</p>
<p>Plan for preprocessing then is:<br />
*bold*<br />
	&lt;b>bold&lt;/b><br />
_underline_<br />
	&lt;u>underline&lt;/u><br />
/italics/<br />
	&lt;i>italics&lt;/i><br />
{sitekeyword:siteargs linktext mouseovertext}<br />
	&lt;a href=link(sitekeyword,siteargs) title=mouseovertext>linktext&lt;/a></p>
<p>Some initial keyword/arg sets will be:<br />
wp:topic<br />
	for a given topic at wikipedia (no topic links to wikipedia itself).<br />
google:search<br />
	for a google search of the given search terms (no search links to google itself)<br />
map:place<br />
	for a google maps search of the given place terms (no place linkes to google maps itself)<br />
bible:book:chapter:verse<br />
	for a link to a given book chapter:verse in the bible at some bible site.  Likely the KJV with good Strong number concordance that I have somewhere.<br />
compare:versions:book:chapter:verse<br />
	for a link to comparison versions of a bible verse or chapter at unbound bible.  (Still need to figure out its interface)<br />
guten:book<br />
	for a link to a gutenberg project text of a given book.</p>
<p>And we&#8217;ll see how that all works.  Maybe something will suggest itself for further enhancement.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sessrumnir.net/2006/06/05/blogging-from-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One night in a club called the Shakin&#8217; Hand&#8230;</title>
		<link>http://blog.sessrumnir.net/2006/06/01/one-night-in-a-club-called-the-shakin-hand/</link>
		<comments>http://blog.sessrumnir.net/2006/06/01/one-night-in-a-club-called-the-shakin-hand/#comments</comments>
		<pubDate>Fri, 02 Jun 2006 03:50:33 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[That which must be said]]></category>
		<category><![CDATA[acdc]]></category>
		<category><![CDATA[bible]]></category>
		<category><![CDATA[let there be rock]]></category>
		<category><![CDATA[quotes]]></category>
		<category><![CDATA[strong numbers]]></category>

		<guid isPermaLink="false">http://blog.sessrumnir.net/2006/06/01/one-night-in-a-club-called-the-shakin-hand/</guid>
		<description><![CDATA[It&#8217;s funny how the mind works.  I read a random &#8220;funny&#8221; quote on the quote-a-day thing on my google homepage which had to do with &#8220;Let there be light&#8230;&#8221;  This led to a random chord flipping through my mind, followed by some more chords, and some words, tonal inflections of the singer&#8217;s voice, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s funny how the mind works.  I read a random &#8220;funny&#8221; quote on the quote-a-day thing on my <a href="http://www.google.com" title="Those large numbered overlords again">google</a> homepage which had to do with &#8220;<a href="http://www.unboundbible.org" title="The best concordance I currently have bookmarked">Let there be light&#8230;</a>&#8221;  This led to a random chord flipping through my mind, followed by some more chords, and some words, tonal inflections of the singer&#8217;s voice, lyrics, and soon I had the entire AC/DC song, &#8220;Let there be Rock&#8221; flowing through my head, full with guitar, bass, drums, and singing.  Start to finish.  </p>
<p>I was not displeased, and the route to get there from the quote was not all that complicated, but it was strange how the things from the song started to come piece by piece until they were all there again, as though I had just finished listening to the song.  I don&#8217;t know if this has any relevance, but it was an interesting experience, and seriously, just means everyone really should go out and listen to that song :-)  Or read the bible.  Maybe even both. </p>
<p>Note:  The unboundbible.org has its uses, but it is not the best I have found.  1) You can&#8217;t link into it for a specific verse with specific translations and 2) the Strong number concordance interface is weak.  I may have a better one bookmarked on a different computer. I shall have to find that and mention it here (or add it to my sidebar of links).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sessrumnir.net/2006/06/01/one-night-in-a-club-called-the-shakin-hand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
