<?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>your interference patterns BETA</title>
	<atom:link href="http://www.xradiograph.com/interference/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xradiograph.com/interference</link>
	<description>like a delicate tracery of veins on a vaccum-tube</description>
	<lastBuildDate>Mon, 20 May 2013 18:32:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>emacs.js.second.p.art</title>
		<link>http://www.xradiograph.com/interference/2013/05/17/emacs-js-2-art/</link>
		<comments>http://www.xradiograph.com/interference/2013/05/17/emacs-js-2-art/#comments</comments>
		<pubDate>Fri, 17 May 2013 18:16:26 +0000</pubDate>
		<dc:creator>Michael Paulukonis</dc:creator>
				<category><![CDATA[binary]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[follies]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[neverending cascade of errors]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.xradiograph.com/interference/?p=2738</guid>
		<description><![CDATA[See Part One &#160; I tried to run init.el from within my existing emacs, but got an error, so I launched it suppressing my config-files emacs -q -l d:\home\emacs.js\init.el &#160; Basically got the following error (although with a longer trace indicating where it had occured): Debugger entered--Lisp error: (invalid-function (tool-bar-mode -1)) ((tool-bar-mode -1) (menu-bar-mode -1) [...]]]></description>
				<content:encoded><![CDATA[<div id="pmwiki_content1" class="pmwiki_content">
<p>See <a class='urllink' href='http://www.xradiograph.com/interference/2013/05/17/emacs-js-art/'>Part One</a>
</p>
<p class='vspace'>&nbsp;</p>
<p>I tried to run <code>init.el</code> from within my existing emacs, but got an error, so I launched it suppressing my config-files<br />
<br /><code>emacs -q -l d:\home\emacs.js\init.el</code>
</p>
<p class='vspace'>&nbsp;</p>
<p>Basically got the following error (although with a longer trace indicating where it had occured):
</p>
<div class='clip lrindent' >
<pre class='escaped'>Debugger entered--Lisp error: (invalid-function (tool-bar-mode -1))
  ((tool-bar-mode -1) (menu-bar-mode -1) (scroll-bar-mode -1))
  (if window-system ((tool-bar-mode -1) (menu-bar-mode -1) (scroll-bar-mode -1)))
  eval((if window-system ((tool-bar-mode -1) (menu-bar-mode -1) (scroll-bar-mode -1))))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp nil nil)</pre>
</div>
<p class='vspace'>&nbsp;</p>
<p>The root seems to be THIS snippet that doesn&rsquo;t like to work from <code>appearance.el</code>
</p>
<p class='vspace'>&nbsp;</p>
<div class='clip lrindent' >
<pre class='escaped'>(if window-system
    ((tool-bar-mode -1)
     (menu-bar-mode -1)
     (scroll-bar-mode -1)))</pre>
</div>
<p class='vspace'>&nbsp;</p>
<p>Now, <strong>each</strong> of those lines can execute individually, but none of them like to execute in that block.<br />
<br />Why is that?
</p>
<p class='vspace'>&nbsp;</p>
<p>Oh, my <em>elisp</em>-fu is woefully faded.
</p>
<p class='vspace'>&nbsp;</p>
<p>hrm. <strong>THIS</strong> seems to work:
</p>
<p class='vspace'>&nbsp;</p>
<div class='clip lrindent' >
<pre class='escaped'>(if window-system
    (progn (tool-bar-mode -1)
           (menu-bar-mode -1)
           (scroll-bar-mode -1)))</pre>
</div>
<p class='vspace'>&nbsp;</p>
<p>so. I update that.
</p>
<p class='vspace'>&nbsp;</p>
<p>Now,<br />
<br /><code>set-default-font: Font Inconsolata-12&prime; is not defined</code>
</p>
<p class='vspace'>&nbsp;</p>
<p>jeebus.
</p>
<p class='vspace'>&nbsp;</p>
<hr />
<p class='vspace'>&nbsp;</p>
<p  style='color: red;'><big>End Part Two</big>
</p>
<p class='vspace'>&nbsp;</p>
<p>read <a class='urllink' href='http://www.xradiograph.com/interference/2013/05/17/emacs-js-art/'>Part One</a>
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.xradiograph.com/interference/2013/05/17/emacs-js-2-art/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>emacs.js.art</title>
		<link>http://www.xradiograph.com/interference/2013/05/17/emacs-js-art/</link>
		<comments>http://www.xradiograph.com/interference/2013/05/17/emacs-js-art/#comments</comments>
		<pubDate>Fri, 17 May 2013 17:33:06 +0000</pubDate>
		<dc:creator>Michael Paulukonis</dc:creator>
				<category><![CDATA[binary]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[follies]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.xradiograph.com/interference/?p=2707</guid>
		<description><![CDATA[I&#8217;m still trying to figure out how I should be using my wiki and my blog &#8211; what content goes where? I&#8217;ve been putting a lot more this-is-what-I-did notes into the wiki, and cleaning them up as I redo it/find other/better ways. I&#8217;m going to try putting them HERE in the blog first (in pmwiki-markup), [...]]]></description>
				<content:encoded><![CDATA[<div id="pmwiki_content4" class="pmwiki_content">
<p>I&rsquo;m still trying to figure out how I should be using my wiki and my blog &#8211; what content goes where?<br />
<br />I&rsquo;ve been putting a lot more this-is-what-I-did notes into the wiki, and cleaning them up as I redo it/find other/better ways.<br />
<br />I&rsquo;m going to try putting them <strong>HERE</strong> in the blog first (in pmwiki-markup), and then clean them up a bit for the wiki.
</p>
<p class='vspace'>&nbsp;</p>
<p>That&rsquo;s the idea, anyway&#8230;.
</p>
<p class='vspace'>&nbsp;</p>
<p>This is <strong>Part One</strong>; read <a class='urllink' href='http://www.xradiograph.com/interference/2013/05/17/emacs-js-2-art/'>Part Two</a>
</p>
<p class='vspace'>&nbsp;</p>
<hr />
<p class='vspace'>&nbsp;</p>
<p>So, I decided to test-install <a class='urllink' href='https://github.com/azer/emacs.js'>emacs.js</a>
</p>
<p class='vspace'>&nbsp;</p>
<p><strong>NOTE: </strong> the installation instructions presume Linux. Because: 1337. Because: Us windows users suck.<br />
<br />Or something like that.
</p>
<p class='vspace'>&nbsp;</p>
<p><strong>NOTE:</strong> the notes below are pretty much unedited transcripts of my attempts to get this to work. They are more a reflection on my unfamiliarity with <code>cygwin</code> than they are of the lack of Windows installation docs. Although making this into an <strong>ELPA</strong> package would solve this problem in one fell swoop.
</p>
</div>
<p><span id="more-2707"></span></p>
<div id="pmwiki_content5" class="pmwiki_content">
<p>First &mdash; <code>git clone</code> the repo<br />
<br />Only&#8230; that doesn&rsquo;t work for me:
</p>
<p class='vspace'>&nbsp;</p>
<div class='clip lrindent' >
<p>d:\home&gt;git clone <a class='urllink' href='https://github.com/azer/emacs.js'>https://github.com/azer/emacs.js</a><br />
<br />Cloning into emacs.js&#8230;<br />
<br />error: SSL certificate problem, verify that the CA cert is OK. Details:<br />
<br />error:14090086:SSL routines:<span class='wikiword'>SSL3</span>_GET_SERVER_CERTIFICATE:certificate verify failed while accessing <a class='urllink' href='https://github.com/azer/emacs.js/info/refs'>https://github.com/azer/emacs.js/info/refs</a>
</p>
<p class='vspace'>&nbsp;</p>
<p>fatal: HTTP request failed
</p>
</div>
<p class='vspace'>&nbsp;</p>
<p>AH! I&rsquo;m using the wrong version of <code>git</code> in a standard windows shell:
</p>
<p class='vspace'>&nbsp;</p>
<div class='clip lrindent' >
<p>d:\home&gt;where git<br />
<br />D:\dev\cygwin\bin\git.exe
</p>
</div>
<p class='vspace'>&nbsp;</p>
<p>so, over to <code>cygwin bash</code><br />
<br />Oh, same error.<br />
<br />To <a class='urllink' href='http://stackoverflow.com/questions/3777075/ssl-certificate-rejected-trying-to-access-github-over-https-behind-firewall/4454754#4454754'>StackOverflow!</a>:
</p>
<p class='vspace'>&nbsp;</p>
<div class='clip lrindent' >
<p>he problem is that you do not have any of Certification Authority certificates installed on your system. And these certs cannot be installed with cygwin&rsquo;s setup.exe.
</p>
<p class='vspace'>&nbsp;</p>
<p>There are two solutions: 1. Ignore ssl certificate verification:
</p>
<p class='vspace'>&nbsp;</p>
<p>$ env GIT_SSL_NO_VERIFY=true git clone <a class='urllink' href='https://github'>https://github</a>&#8230;
</p>
<p class='vspace'>&nbsp;</p>
<p>2. Actually install root certificates. Curl guys extracted for you certificates from mozilla:
</p>
<p class='vspace'>&nbsp;</p>
<p><a class='urllink' href='http://curl.haxx.se/docs/caextract.html'>http://curl.haxx.se/docs/caextract.html</a>
</p>
<p class='vspace'>&nbsp;</p>
<p>cacert.pem file is what you are looking for. This file contains &gt; 250 CA certs (don&rsquo;t know how to trust this number of ppl). You need to download this file, split it to individual certificates put them to /usr/ssl/certs (your <span class='wikiword'>CApath</span>) and index them.
</p>
<p class='vspace'>&nbsp;</p>
<p>Here is how to do it: With cygwin setup.exe install curl and openssl packages Execute:
</p>
<p class='vspace'>&nbsp;</p>
<p class='vspace'>&nbsp;</p>
<pre class='escaped'>$ cd /usr/ssl/certs
$  curl http://curl.haxx.se/ca/cacert.pem | awk 'split_after==1{n++;split_after=0} /-----END CERTIFICATE-----/ {split_after=1} {print &gt; "cert" n ".pem"}'
$ c_rehash</pre>
</div>
<p class='vspace'>&nbsp;</p>
<p>alternatively, a comment point out:
</p>
<p class='vspace'>&nbsp;</p>
<div class='clip lrindent' >
<p>You don&rsquo;t need to install curl, just use <code>wget: wget -O - <a class='urllink' href='http://curl.haxx.se/ca/cacert.pem'>http://curl.haxx.se/ca/cacert.pem</a> | awk &lsquo;split_after==1{n++;split_a fter=0} /-----END CERTIFICATE-----/ {split_after=1} {print &rsaquo; &ldquo;cert&rdquo; n &ldquo;.pem&rdquo;}&rsquo;</code>
</p>
</div>
<p class='vspace'>&nbsp;</p>
<p>(yes, those long lines look like crap, here; I need to work on embedding then differently).
</p>
<p class='vspace'>&nbsp;</p>
<p>NOW, cygwin it seems doesn&rsquo;t have those installed<br />
<br />So, <code>setup.exe</code> and find <code>curl</code> and <code>wget</code> &#8230;..
</p>
<p class='vspace'>&nbsp;</p>
<p>[.... some time passes ....]
</p>
<p class='vspace'>&nbsp;</p>
<div class='clip lrindent' >
<p><strong>Postinstall script errors: </strong> These do not necessarily mean that affected packages will fail to function properly, but please check /var/log/setup.log.full and report any problems.
</p>
</div>
<p class='vspace'>&nbsp;</p>
<p>AAARGH!<br />
<br />Anyway, the <code>curl</code> line now works.<br />
<br />But:
</p>
<div class='clip lrindent' >
<pre class='escaped'>$ c_rehash
bash: c_rehash: command not found</pre>
</div>
<p class='vspace'>&nbsp;</p>
<p>Back to <code>setup.exe</code> where&#8230; <code>c_rehash</code> is not found?<br />
<br />So, back to Stack Overflow, where the comments indicate that <code>openssl</code> is the package that supplies that. BLARG.<br />
<br />[..... time passes ....]<br />
<br />Okay, it&rsquo;s installed, so I run it:
</p>
<p class='vspace'>&nbsp;</p>
<div class='clip lrindent' >
<pre class='escaped'>$ c_rehash
bash: /usr/bin/c_rehash: /usr/local/bin/perl: bad interpreter: Permission denied</pre>
</div>
<p class='vspace'>&nbsp;</p>
<p>&#8230;
</p>
<p class='vspace'>&nbsp;</p>
<p>WTF. I give up on <em>the right way.</em><br />
<br />Off to the short-but-not-the-best-way:
</p>
<p class='vspace'>&nbsp;</p>
<div class='clip lrindent' >
<pre class='escaped'>$ env GIT_SSL_NO_VERIFY=true git clone https://github.com/azer/emacs.js
Cloning into 'emacs.js'...
remote: Counting objects: 360, done.
remote: Compressing objects: 100% (173/173), done.
remote: Total 360 (delta 186), reused 344 (delta 171)
Receiving objects: 100% (360/360), 109.09 KiB | 173 KiB/s, done.
Resolving deltas: 100% (186/186), done.</pre>
</div>
<p class='vspace'>&nbsp;</p>
<p>HOORAY!<br />
<br />Okay, I also needed to install <code>make</code><br />
<br />&#8230; got it &#8230;.<br />
<br /><code>make</code><br />
<br />[.... time passes ....]<br />
<br />AAARGH:
</p>
<p class='vspace'>&nbsp;</p>
<div class='clip lrindent' >
<p>$ make<br />
<br />Initializing submodules<br />
<br />Submodule &lsquo;libs/auto-complete&rsquo; (<a class='urllink' href='https://github.com/azer/auto-complete.git'>https://github.com/azer/auto-complete.git</a>) registered for path &lsquo;libs/auto-comp<br />
<br />lete&rsquo;<br />
<br />Submodule &lsquo;libs/coffee-mode&rsquo; (<a class='urllink' href='https://github.com/azer/coffee-mode.git'>https://github.com/azer/coffee-mode.git</a>) registered for path &lsquo;libs/coffee-mode&rsquo;<br />
<br />Submodule &lsquo;libs/expand-region&rsquo; (<a class='urllink' href='https://github.com/magnars/expand-region.el.git'>https://github.com/magnars/expand-region.el.git</a>) registered for path &lsquo;libs/exp<br />
<br />and-region&rsquo;<br />
<br />[...submodules snipped...]<br />
<br />Cloning into &lsquo;libs/auto-complete&rsquo;&#8230;<br />
<br />error: error setting certificate verify locations:<br />
<br />&ensp;&ensp;<span class='wikiword'>CAfile</span>: /usr/ssl/certs/ca-bundle.crt<br />
<br />&ensp;&ensp;<span class='wikiword'>CApath</span>: none while accessing <a class='urllink' href='https://github.com/azer/auto-complete.git/info/refs'>https://github.com/azer/auto-complete.git/info/refs</a><br />
<br />fatal: HTTP request failed<br />
<br />Clone of &lsquo;<a class='urllink' href='https://github.com/azer/auto-complete.git'>https://github.com/azer/auto-complete.git</a>&rsquo; into submodule path &lsquo;libs/auto-complete&rsquo; failed<br />
<br />Makefile:16: recipe for target `init-submodules&rsquo; failed<br />
<br />make: *** [init-submodules] Error 1
</p>
</div>
<p class='vspace'>&nbsp;</p>
<p>so. instead:
</p>
<div class='clip lrindent' >
<pre class='escaped'>export GIT_SSL_NO_VERIFY=true
make</pre>
</div>
<p class='vspace'>&nbsp;</p>
<p><strong>NOW IT WORKS</strong>
</p>
<p class='vspace'>&nbsp;</p>
<hr />
<p class='vspace'>&nbsp;</p>
<p  style='color: red;'><big>End Part One&ensp;&ensp;</big>
</p>
<p class='vspace'>&nbsp;</p>
<p>read <a class='urllink' href='http://www.xradiograph.com/interference/2013/05/17/emacs-js-2-art/'>Part Two</a>
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.xradiograph.com/interference/2013/05/17/emacs-js-art/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>todo.art</title>
		<link>http://www.xradiograph.com/interference/2013/05/15/todo-art/</link>
		<comments>http://www.xradiograph.com/interference/2013/05/15/todo-art/#comments</comments>
		<pubDate>Wed, 15 May 2013 22:18:33 +0000</pubDate>
		<dc:creator>Michael Paulukonis</dc:creator>
				<category><![CDATA[insite]]></category>
		<category><![CDATA[5-year-plan pipe-dreams]]></category>

		<guid isPermaLink="false">http://www.xradiograph.com/interference/?p=2674</guid>
		<description><![CDATA[This is a vague list of some of the things I am currently doing (outside of, you know, &#8220;work&#8221;) Reworking my personal &#8220;vanity&#8221; site so it uses Boostrap and FlatUI (here&#8217;s an in-progress version) Working on docs (Javascript, others) at the EmacsWiki Working on the PmWikiBootrap theme and starter-kit Working on some Sketches Learning node.js [...]]]></description>
				<content:encoded><![CDATA[<p>This is a vague list of some of the things I am currently doing (outside of, you know, &#8220;work&#8221;)</p>
<ul>
<li>Reworking my personal <a href="http://michaelpaulukonis.com">&#8220;vanity&#8221; site</a> so it uses Boostrap and FlatUI (here&#8217;s an <a href="http://michaelpaulukonis.com/rework2.html">in-progress version</a>)</li>
<li>Working on docs (Javascript, others) at the <a href="http://emacswiki.org/">EmacsWiki</a></li>
<li>Working on the <a href="http://www.xradiograph.com/WebDevelopment/PmWikiBootstrap">PmWikiBootrap</a> theme and starter-kit</li>
<li>Working on some <a href="http://www.xradiograph.com/PrantedMutter/Sketch">Sketches</a></li>
<li>Learning <a href="http://www.xradiograph.com/JavaScript/NodeJs">node.js</a></li>
<li>Learning <a href="http://www.emacswiki.org/emacs/OrgMode">org-mode</a></li>
<li>Working on documentation and momentum (???) for <a href="https://stw.codeplex.com/">ScrewTurnWiki</a></li>
<li>Scribbling notes on <a href="http://www.xradiograph.com/Programming/WikiAsConcept">my thoughts about wiki(s)</a></li>
<li>Playing around with <a href="http://pinterest.com/othermichael/">Pinterest</a></li>
<li>Playing around with <a href="http://trello.com/">Trello</a></li>
</ul>
<p>This is a vague list of some of the things I&#8217;m planning on doing (outside of, you know, &#8220;work&#8221;)</p>
<ul>
<li>More integration between WordPress and PmWiki &#8212; ideally, the search in each should be able to search the other.</li>
<li>Intermap works better for each.</li>
<li>For WordPress, either add widgets to this theme, or get a new theme (gasp!) ???</li>
<li>For PmWiki, keep working on the Bootstrap theme, along with alternate styling.</li>
<li>Sketches &#8211; using LocalStorage, ability to &#8220;paint&#8221; with words, and store the results.</li>
<li>Sketches &#8211; use node.js for some utility work, so code and utilities are using the same language (javascript)</li>
<li>Sketches &#8211; move to public github repo, instead of private bitbucket repo</li>
<li>Finish my personal &#8220;vanity&#8221; site</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.xradiograph.com/interference/2013/05/15/todo-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>review.art</title>
		<link>http://www.xradiograph.com/interference/2013/05/15/review-art/</link>
		<comments>http://www.xradiograph.com/interference/2013/05/15/review-art/#comments</comments>
		<pubDate>Wed, 15 May 2013 14:18:18 +0000</pubDate>
		<dc:creator>Michael Paulukonis</dc:creator>
				<category><![CDATA[wrotting]]></category>
		<category><![CDATA[epoetry]]></category>
		<category><![CDATA[publications]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.xradiograph.com/interference/?p=2662</guid>
		<description><![CDATA[One of my texts, 5 emotional spam poems, has been published in The Newark Review 3.0. Local version, Newark Review version. This was actually back in January. My blog-posting has been a bit&#8230;. slow.]]></description>
				<content:encoded><![CDATA[<p>One of my texts, <em>5 emotional spam poems</em>, has been published in <a href="http://web.njit.edu/~newrev/3.0/">The Newark Review 3.0.</a></p>
<p><a href="/PrantedMutter/EmotionalSpamPoems">Local version</a>, <a href="http://web.njit.edu/~newrev/3.0//paulukonis.html">Newark Review version.</a></p>
<p>This was actually back in January. My blog-posting has been a bit&#8230;. slow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xradiograph.com/interference/2013/05/15/review-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sh0pper.art</title>
		<link>http://www.xradiograph.com/interference/2013/05/15/sh0pper-art/</link>
		<comments>http://www.xradiograph.com/interference/2013/05/15/sh0pper-art/#comments</comments>
		<pubDate>Wed, 15 May 2013 14:15:34 +0000</pubDate>
		<dc:creator>Michael Paulukonis</dc:creator>
				<category><![CDATA[wrotting]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.xradiograph.com/interference/?p=2686</guid>
		<description><![CDATA[subject: ++ J0B 0PEN!NG ++ reply-to: ken.petersen@mail.com to: [a whole bunch of addresses starting with x] We are a charter member of the Mystery-shopping Provider&#8217;s Association (Ms-PA). We appreciate your interest on the job opportunity to become a &#8220;MysterySH0PPER&#8221;. As a SH0PPER you can work on your spare time for carry out the assignment. Pay [...]]]></description>
				<content:encoded><![CDATA[<p>subject:	 ++ J0B 0PEN!NG ++</p>
<p>reply-to:	 ken.petersen@mail.com<br />
to:	 [a whole bunch of addresses starting with <em>x</em>]</p>
<p>We are a charter member of the Mystery-shopping Provider&#8217;s Association (Ms-PA).<br />
We appreciate your interest on the job opportunity to become a &#8220;MysterySH0PPER&#8221;.<br />
As a SH0PPER you can work on your spare time for carry out the assignment.<br />
Pay can range US $35O/assignment, at least 2 assignments a week will be assigned.</p>
<p>We will provide you the money for all your evaluation, so that the money order or<br />
payment check will be in a certain amount that’s would be required to cash at your<br />
Bank for remittance the money of your salary and use for your evaluation.</p>
<p>Please fill out the form personal information below if your interested<br />
to start off with this offer and email back to us.</p>
<p>- N a m e :<br />
- A d d r e s s :<br />
- St4te/C!ty/Zip :<br />
- PhoneNumber :<br />
- Sex &#038; Age :<br />
- CurrentJob :<br />
- EmailAddress :</p>
<p>Thanks for responding,and we will wait for your full details.</p>
<p>Sincerely,<br />
KEN PETERSON<br />
Hiring Manager</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xradiograph.com/interference/2013/05/15/sh0pper-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>shutdown.art</title>
		<link>http://www.xradiograph.com/interference/2013/02/21/shutdown-art/</link>
		<comments>http://www.xradiograph.com/interference/2013/02/21/shutdown-art/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 20:22:48 +0000</pubDate>
		<dc:creator>Michael Paulukonis</dc:creator>
				<category><![CDATA[binary]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[screwturnwiki]]></category>
		<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://www.xradiograph.com/interference/?p=2679</guid>
		<description><![CDATA[Looks like Threeplicate SRL, the company that produced ScrewTurnWiki has shut down completely. I hadn&#8217;t realized that. &#160; This gives a better understanding as to why they stopped STW development in 2012, and to why they aren&#8217;t communicating so much right now. &#160; What&#8217;s really surprising is that the shutdown appears to have happened in [...]]]></description>
				<content:encoded><![CDATA[<div id="pmwiki_content7" class="pmwiki_content"><p>Looks like <a class='urllink' href='http://www.threeplicate.com/'>Threeplicate SRL</a>, the company that produced <a class='urllink' href='http://www.xradiograph.com/Programming.ScrewTurnWiki'>ScrewTurnWiki</a> has shut down completely. I hadn&rsquo;t realized that.
</p><p class='vspace'>&nbsp;</p>
<p>This gives a better understanding as to why they stopped STW development in 2012, and to why they aren&rsquo;t communicating so much right now.
</p><p class='vspace'>&nbsp;</p>
<p>What&rsquo;s really surprising is that the shutdown appears to have happened in June/July, and communications regarding development hand-over to the community didn&rsquo;t cease until September (or so).
</p><p class='vspace'>&nbsp;</p>
<p><strong>UPDATE 2013.05.15:</strong> The STW community is coming together over @ <a class='urllink' href='https://stw.codeplex.com'>https://stw.codeplex.com</a>
</p><p class='vspace'>&nbsp;</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.xradiograph.com/interference/2013/02/21/shutdown-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>now.art</title>
		<link>http://www.xradiograph.com/interference/2013/01/27/now-art-2/</link>
		<comments>http://www.xradiograph.com/interference/2013/01/27/now-art-2/#comments</comments>
		<pubDate>Sun, 27 Jan 2013 19:35:24 +0000</pubDate>
		<dc:creator>Michael Paulukonis</dc:creator>
				<category><![CDATA[binary]]></category>
		<category><![CDATA[compsci]]></category>
		<category><![CDATA[mini-rants]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://www.xradiograph.com/interference/?p=2635</guid>
		<description><![CDATA[Holy flipping hells, I&#8217;m a computer programmer, how awesome is that?!!! There&#8217;s bleeps and bloops, and blinking lights, and all sorts of cool stuff (although I must admit, there&#8217;s no way the whining sound of a laser printer can compare to the chugging out of green-bar paper). There ain&#8217;t no cheap flying cars, but we [...]]]></description>
				<content:encoded><![CDATA[<p>Holy flipping hells, I&#8217;m a <em>computer programmer</em>, how awesome is that?!!! There&#8217;s bleeps and bloops, and blinking lights, and all sorts of cool stuff (although I must admit, there&#8217;s no way the whining sound of a laser printer can compare to the chugging out of green-bar paper).</p>
<p>There ain&#8217;t no cheap flying cars, but we <strong>are </strong>living in the future, it&#8217;s pretty well distributed [in my first world] &#8212; we&#8217;re just blinded by its ubiquity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xradiograph.com/interference/2013/01/27/now-art-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cabins.art</title>
		<link>http://www.xradiograph.com/interference/2013/01/27/cabins-art/</link>
		<comments>http://www.xradiograph.com/interference/2013/01/27/cabins-art/#comments</comments>
		<pubDate>Sun, 27 Jan 2013 19:33:10 +0000</pubDate>
		<dc:creator>Michael Paulukonis</dc:creator>
				<category><![CDATA[housing]]></category>
		<category><![CDATA[sustainability]]></category>

		<guid isPermaLink="false">http://www.xradiograph.com/interference/?p=2661</guid>
		<description><![CDATA[FabCab &#8211; a little expensive, but beautifully gorgeous. And still cheaper than a full-on house. A nice addition to a middle-sized house on a large-enough plot of land. ShelterKit &#8211; not as fancy as the FabCabs, but cheaper.]]></description>
				<content:encoded><![CDATA[<p><a href="http://fabcab.com/products/fabcab-homes/" title="FabCab">FabCab</a> &#8211; a little expensive, but beautifully gorgeous. And still cheaper than a full-on house. A nice addition to a middle-sized house on a large-enough plot of land.</p>
<p><a href="http://www.shelter-kit.com/kitdetails.php?kit=unitone&#038;&#038;content=floorplans" title="ShelterKit">ShelterKit</a> &#8211; not as fancy as the FabCabs, but cheaper.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xradiograph.com/interference/2013/01/27/cabins-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flicks.art</title>
		<link>http://www.xradiograph.com/interference/2013/01/15/flicks-art/</link>
		<comments>http://www.xradiograph.com/interference/2013/01/15/flicks-art/#comments</comments>
		<pubDate>Tue, 15 Jan 2013 18:41:40 +0000</pubDate>
		<dc:creator>Michael Paulukonis</dc:creator>
				<category><![CDATA[binary]]></category>
		<category><![CDATA[filmic]]></category>
		<category><![CDATA[bookmarklets]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[netflix]]></category>

		<guid isPermaLink="false">http://www.xradiograph.com/interference/?p=2645</guid>
		<description><![CDATA[I&#8217;m tired of opening a new tab for Netflix, waiting for it to load, then typing in whatever I&#8217;m searching for. Netflix has so much JavaScript AJAXY-goodness on it&#8217;s page that it takes YEARS to load. Well, seconds. 5 seconds? 10 seconds? AN ETERNITY! &#160; And I&#8217;m likely to forget what I was looking for [...]]]></description>
				<content:encoded><![CDATA[<div id="pmwiki_content9" class="pmwiki_content">
<p>I&rsquo;m tired of opening a new tab for Netflix, waiting for it to load, then typing in whatever I&rsquo;m searching for.<br />
<br />Netflix has so much <span class='wikiword'>JavaScript</span> AJAXY-goodness on it&rsquo;s page that it takes YEARS to load. Well, seconds. 5 seconds? 10 seconds? AN ETERNITY!
</p>
<p class='vspace'>&nbsp;</p>
<p>And I&rsquo;m likely to forget what I was looking for in such an abnormal span of time (relative to my attention-spa&#8230; oooh, shiny!).
</p>
<p class='vspace'>&nbsp;</p>
<p>So I wrote a <a class='wikilink' href='http://www.xradiograph.com/JavaScript/BookMarklet' title="Bookmarks, with gumption">FireFox bookmarklet</a> to easily do a search for me.
</p>
<p class='vspace'>&nbsp;</p>
<ol>
<li>Create a new bookmark
</li>
<li>add the code (below) to the location
</li>
<li>enter a memorable keyword (like, say &ldquo;<code class='escaped'>nf</code>&rdquo;)
</li>
</ol>
<p class='vspace'>&nbsp;</p>
<p>Now, open a new tab, enter your keyword, followed by your search words, like:
</p>
<div class='indent'><code class='escaped'>nf downton abbey</code>
</div>
<p class='vspace'>&nbsp;</p>
<p>and you&rsquo;ll get <a class='urllink' href='http://movies.netflix.com/WiSearch?raw_query=downton+abbey&amp;ac_category_type=none&amp;ac_rel_posn=-1&amp;ac_abs_posn=-1&amp;v1=downton+abbey&amp;search_submit='>your results!</a>
</p>
<p class='vspace'>&nbsp;</p>
<p>The code will accept single-quotes, but searches for titles by default, and will probably break if you want to start throwing crap in there.<br />
<br />If you don&rsquo;t pass in any search-terms, it defaults to the Netflix home-page.
</p>
<p class='vspace'>&nbsp;</p>
<p>It&rsquo;s simple, but if you have an idea for more functionality, let me know in the comments.
</p>
<p class='vspace'>&nbsp;</p>
<div class='indent'>
javascript:{var loc=&#8221;http://movies.netflix.com/&#8221;;if(escape(&#8220;%s&#8221;)){var srch=&#8221;%s&#8221;.replace(&#8221; &#8220;,&#8221;+&#8221;);loc=&#8221;http://movies.netflix.com/WiSearch?raw_query=SRCHTERM&amp;ac_category_type=none&amp;ac_rel_posn=-1&amp;ac_abs_posn=-1&amp;v1=SRCHTERM&amp;search_submit=&#8221;.replace(/SRCHTERM/g,srch)}location.href=loc}</p>
</div>
<p class='vspace'>&nbsp;</p>
<p class='vspace'>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.xradiograph.com/interference/2013/01/15/flicks-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>joke.art</title>
		<link>http://www.xradiograph.com/interference/2012/12/11/joke-art/</link>
		<comments>http://www.xradiograph.com/interference/2012/12/11/joke-art/#comments</comments>
		<pubDate>Tue, 11 Dec 2012 14:31:28 +0000</pubDate>
		<dc:creator>Michael Paulukonis</dc:creator>
				<category><![CDATA[sonic]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[wrotting]]></category>
		<category><![CDATA[expletives]]></category>

		<guid isPermaLink="false">http://www.xradiograph.com/interference/?p=2633</guid>
		<description><![CDATA[F**k &#8216;em.]]></description>
				<content:encoded><![CDATA[<p><a href="http://pinterest.com/sengel/fuck-em-if-they-can-t-take-a-joke/">F**k &#8216;em.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xradiograph.com/interference/2012/12/11/joke-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
