<?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>NotTheLight.org</title>
	<atom:link href="http://notthelight.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://notthelight.org</link>
	<description>...for what it&#039;s worth</description>
	<lastBuildDate>Wed, 04 Aug 2010 04:54:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>I&#8217;m switching domains, and switching to Posterous</title>
		<link>http://notthelight.org/2010/08/im-switching-domains-and-switching-to-posterous/</link>
		<comments>http://notthelight.org/2010/08/im-switching-domains-and-switching-to-posterous/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 04:53:32 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Life-Hacks]]></category>
		<category><![CDATA[Solved]]></category>

		<guid isPermaLink="false">http://testingpoint.org/?p=385</guid>
		<description><![CDATA[Yes, that is strange, given how much I love WordPress. Yes, I will definitely miss some of the extreme customizability and pluggability I enjoyed using my beloved WordPress. Yes, I will still be using WordPress for everything else, including most sites I create for other people. However, for my personal blog, this is a thousand [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, that is strange, given how much I love WordPress.</p>
<p>Yes, I will definitely miss some of the extreme customizability and pluggability I enjoyed using my beloved WordPress.</p>
<p>Yes, I will still be using WordPress for everything else, including most sites I create for other people.</p>
<p>However, for my personal blog, this is a thousand times easier and, I think, better. The very RoR concept of sensible defaults instead of configuration was too much of a draw, and the sheer awesomeness of how Posterous handles media, links, gists, and every other awkward content type makes my losses very bearable. So please update your links and subscriptions, my friends, &#8217;cause I&#8217;m gonna be there for a while.</p>
<p>As of now I am no longer updating testingPoint.org. Soon I will take it down completely. I have moved to a new domain as well as new blogware. Please delete your old subscriptions to my blog, go to the new one, and re-subscribe. Here&#8217;s the new link: <a href="http://danielpcox.org">http://danielpcox.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notthelight.org/2010/08/im-switching-domains-and-switching-to-posterous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Will_Paginate with jQuery</title>
		<link>http://notthelight.org/2010/07/ajax-will_paginate-with-jquery/</link>
		<comments>http://notthelight.org/2010/07/ajax-will_paginate-with-jquery/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 23:11:25 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://testingpoint.org/?p=367</guid>
		<description><![CDATA[Recently for work I had to use ajax to reload a paginated list. I quickly found this post on using will_paginate with ajax, but the official solution uses prototype instead of jQuery, so I spent some time figuring out how to do it with jQuery in a DRY way. Here&#8217;s what I came up with [...]]]></description>
			<content:encoded><![CDATA[<p>Recently for work I had to use ajax to reload a paginated list. I quickly found <a href="http://wiki.github.com/mislav/will_paginate/ajax-pagination">this post</a> on using will_paginate with ajax, but the official solution uses prototype instead of jQuery, so I spent some time figuring out how to do it with jQuery in a DRY way. Here&#8217;s what I came up with (code hosted in a github gist):</p>
<script src="http://gist.github.com/474700.js"></script>
<p>When you first load up items/index, the html responder just loads the index view via the _items partial. If you click any of the ajax_will_paginate buttons, the link href will get sent via ajax, the index action will return just the _items partial, and ajax_will_paginate will update the contents of the my_items_list div. If javascript is disabled then clicking on the will_paginate links will work normally.</p>
]]></content:encoded>
			<wfw:commentRss>http://notthelight.org/2010/07/ajax-will_paginate-with-jquery/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>There are too many things to keep track of</title>
		<link>http://notthelight.org/2010/07/there-are-too-many-things-to-keep-track-of/</link>
		<comments>http://notthelight.org/2010/07/there-are-too-many-things-to-keep-track-of/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 05:06:23 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Life-Hacks]]></category>
		<category><![CDATA[Odd Thoughts]]></category>

		<guid isPermaLink="false">http://testingpoint.org/?p=363</guid>
		<description><![CDATA[I am easily overwhelmed by the exponentially branching tree of things I must think about in order to get a single thought thunk or a single action performed. Maybe writing some of it down will be helpful, but a lot can happen between a thought and its recording. I pulled my voice-recorder out of my bag [...]]]></description>
			<content:encoded><![CDATA[<p>I am easily overwhelmed by the exponentially branching tree of things I must think about in order to get a single thought thunk or a single action performed. Maybe writing some of it down will be helpful, but a lot can happen between a thought and its recording.</p>
<p>I pulled my voice-recorder out of my bag today, because I was thinking about how typing things requires enough of my brain to chase the thoughts out of my head.</p>
<p>I <em>need</em> some system for keeping track of things in my head and sorting things out, for serializing and prioritizing and scheduling. At the moment I&#8217;ll think of one important thing and maybe it&#8217;ll make it onto my hand, but more likely it&#8217;ll be chased out of my head by another thought that seems equally urgent in just a few minutes. Worse, I <em>know</em> this is going to happen, and it taints exciting new ideas with fear and frustration.</p>
<p>Just this morning I thought to ask Tyler if there&#8217;s anything in the Bible that you couldn&#8217;t possibly figure out unless you knew some elusive culture fact. Remembering that I had thought of that question in the shower and then feared that I would forget it prompted this blog post. As soon as I thought the question, I feared I would lose it, so I repeated it to myself a couple of times, and then suddenly thought of something else which chased it out of my head until now. I&#8217;m full of these. What should I do with them? Tyler has been out of the office for hours, and I won&#8217;t remember to ask him this tomorrow.</p>
<p>Perhaps if I scheduled a time to read my TODO list, and whenever I thought of a new TODO I&#8217;d say it in the voice recorder and have another time to fill in the list&#8230; I&#8217;ve tried all sorts of things, though, and none of them have ever taken root in my life. <em>Events</em> get scheduled in my Google Calendar, which texts me when things are about to happen. I still miss some of those notifications because I&#8217;m so used to them that I ignore them, or because they come an hour before the event and I forget to set a more proximal alarm.</p>
<p>Problems with that: It&#8217;s hard to have a set time to do anything as seemingly trivial as a time to read and act upon my TODO list. It also doesn&#8217;t contain any method of prioritizing or pruning entries that require more than a couple of minutes to do, like replying to some email or writing a blog post&#8230;</p>
<p>How do I know how to prioritize things? I actually <em>have</em> a TODO list (I always do &#8211; it&#8217;s just not very useful), and it looks like this, copied verbatim:</p>
<blockquote>
<div id="_mcePaste">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div id="_mcePaste">TODO:</div>
<div id="_mcePaste">URGENT TASK: Play level 18 of Portal so Katie can beat it</div>
<div id="_mcePaste">wordpress theme for crusade and ccfl</div>
<div id="_mcePaste">on my own time, learn:</div>
<div id="_mcePaste">everything about rspec, remarkable, pickle and cucumber</div>
<div id="_mcePaste">vim scripting, specifically how to run quick bash commands with strings from the 			document from a hotkey (I want a grep -r &#8220;&lt;string&gt;&#8221; *) http://bit.ly/aWZdq2</div>
<div id="_mcePaste">how to make gems</div>
<div id="_mcePaste">how to use  Nokogiri</div>
<div id="_mcePaste">pray for WALT for guidance during his exit from compacency</div>
<div id="_mcePaste">pay stu $25 for the shaver</div>
<div id="_mcePaste">pay ben $35 for the bike</div>
<div id="_mcePaste">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
</blockquote>
<p>There isn&#8217;t actually any urgency in my playing Portal, but making the ccfl and crusade websites is extremely important and will take weeks of hard work. There really should be a better place for non-daily prayers, but I don&#8217;t have one so it gets dumped here. I owe ben and stu money, and mentioning that to myself here doesn&#8217;t really ever help them to get paid, but it does keep track of the amount I still owe them, assuming I remember to update it every time I buy stu a sandwich&#8230; Who <em>knows</em> what should be in here?</p>
<p>This causes me a lot of stress, and I hope I figure it out. I&#8217;m sortof open to your suggestions, but I have tried a lot of things, and just getting the trivial organizational schemes that work for you just because you&#8217;re better endowed for this sortof thing may not feel that welcome. Writing about it has been helpful, though, so I guess writing does impose some order on the chaos.</p>
<p>Anyway, here ends the first of many rambly blog posts. The new philosophy is to prioritize the creation of blog posts over blog post quality.</p>
]]></content:encoded>
			<wfw:commentRss>http://notthelight.org/2010/07/there-are-too-many-things-to-keep-track-of/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>LAMP server and UserDir</title>
		<link>http://notthelight.org/2010/05/lamp-server-and-userdir/</link>
		<comments>http://notthelight.org/2010/05/lamp-server-and-userdir/#comments</comments>
		<pubDate>Sun, 30 May 2010 21:59:52 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Solved]]></category>

		<guid isPermaLink="false">http://testingpoint.org/?p=359</guid>
		<description><![CDATA[Here&#8217;s the fastest way I know to get an apache server serving up files from your user&#8217;s public_html directory at address &#8220;localhost/~USERNAME&#8221; in Ubuntu: sudo tasksel install lamp-server sudo a2enmod // (and then select the "userdir" module) sudo /etc/init.d/apache2 restart]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the fastest way I know to get an apache server serving up files from your user&#8217;s public_html directory at address &#8220;localhost/~USERNAME&#8221; in Ubuntu:</p>
<blockquote>
<pre>sudo tasksel install lamp-server</pre>
<pre>sudo a2enmod      // (and then select the "userdir" module)</pre>
<pre>sudo /etc/init.d/apache2 restart</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://notthelight.org/2010/05/lamp-server-and-userdir/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sabbath</title>
		<link>http://notthelight.org/2010/05/sabbath/</link>
		<comments>http://notthelight.org/2010/05/sabbath/#comments</comments>
		<pubDate>Thu, 20 May 2010 04:07:16 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Odd Thoughts]]></category>

		<guid isPermaLink="false">http://testingpoint.org/?p=357</guid>
		<description><![CDATA[I just watched this and it was surprisingly encouraging and challenging to me. I wonder what it would be like to get it in my head that I work hard all week and then there&#8217;s one day where I only rest. Currently, I either work really really hard for hours with no breaks, get a [...]]]></description>
			<content:encoded><![CDATA[<p>I just watched <a href="http://www.desiringgod.org/ResourceLibrary/AskPastorJohn/ByTopic/6/4498_What_do_you_do_to_relax_and_unwind/">this</a> and it was surprisingly encouraging and challenging to me.</p>
<p>I wonder what it would be like to get it in my head that I work hard all week and then there&#8217;s one day where I only rest.</p>
<p>Currently, I either work really really hard for hours with no breaks, get a lot done and feel really destroyed and dangerously disconnected from reality afterwards, or I fight the need to do work, get nothing done, sinfully waste tons of time and feel awful afterwards.</p>
<p>I&#8217;ve got one more year to go at Cornell, and I don&#8217;t feel emotionally, physically or spiritually prepared. It&#8217;s just too much work, and next year Katie won&#8217;t be right here by my side to support me. Intentionally (I do it sporadically and unintentionally all the time) taking a Sabbath day out of my week on which I only rest seems pretty stressful, but maybe it could help a lot.</p>
<p>This is a non-trivial question to me. I&#8217;m at Cornell. I am not a genius. I feel like I need every day I can get. What if taking a Sabbath one week means getting a zero on a homework assignment?</p>
<p>Your thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://notthelight.org/2010/05/sabbath/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lukewarm?</title>
		<link>http://notthelight.org/2010/05/lukewarm/</link>
		<comments>http://notthelight.org/2010/05/lukewarm/#comments</comments>
		<pubDate>Sun, 16 May 2010 04:38:26 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Exhortation]]></category>

		<guid isPermaLink="false">http://testingpoint.org/?p=349</guid>
		<description><![CDATA[From Francis Chan&#8217;s &#8220;Lukewarm and Loving It!&#8221; (22:15), on Revelation 3:14-19: (It&#8217;s more powerful to hear him say it.) &#8220;What else is there to think about? Ok, so you understand what lukewarm is? So you&#8217;re gonna be spit out of the mouth of God, and you just go &#8216;OK&#8217;. I go, Man&#8230; You shouldn&#8217;t do [...]]]></description>
			<content:encoded><![CDATA[<p>From Francis Chan&#8217;s &#8220;<a href="http://www.youtube.com/watch?v=X82kjL1hDYU">Lukewarm and Loving It!</a>&#8221; (22:15), on Revelation 3:14-19:</p>
<p>(It&#8217;s more powerful to hear him say it.)</p>
<p>&#8220;What else is there to think about? Ok, so you understand what lukewarm is? So you&#8217;re gonna be spit out of the mouth of God, and you just go &#8216;OK&#8217;. I go, Man&#8230; You shouldn&#8217;t do ANYTHING until you figure out how to be on fire for God. You should be down on your face &#8211; You shouldn&#8217;t <em>eat</em> again until you come before God and just fast and pray, &#8216;God get me on fire, I&#8217;m not on fire, you&#8217;ve gotta get me on fire for you. I want to be in love with you. I&#8217;ve gotta <em>see</em> how valuable you are compared to all this other <em>junk</em>. Get me here!&#8217; That should be all you care about. Don&#8217;t go to work tomorrow if you&#8217;re lukewarm. Man, sell your house, just move, live in the- Do whatever it takes! You can&#8217;t end your life lukewarm. You get that? I mean, why are Jesus&#8217; words so strong? He says in the next verse, verse 19, why does he say it so harshly? Verse 19: &#8216;Those whom I love I rebuke and discipline, so be ernest and repent.&#8217;&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://notthelight.org/2010/05/lukewarm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guess that didn&#8217;t work&#8230;</title>
		<link>http://notthelight.org/2010/05/guess-that-didnt-work/</link>
		<comments>http://notthelight.org/2010/05/guess-that-didnt-work/#comments</comments>
		<pubDate>Wed, 12 May 2010 20:29:38 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Odd Thoughts]]></category>

		<guid isPermaLink="false">http://testingpoint.org/?p=345</guid>
		<description><![CDATA[Last post made things kindof awkward after a couple of months, so this is just to clear the waters so I can post again.]]></description>
			<content:encoded><![CDATA[<p>Last post made things kindof awkward after a couple of months, so this is just to clear the waters so I can post again.</p>
]]></content:encoded>
			<wfw:commentRss>http://notthelight.org/2010/05/guess-that-didnt-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Note to self: blog to preserve sanity</title>
		<link>http://notthelight.org/2010/01/note-to-self-blog-to-preserve-sanity/</link>
		<comments>http://notthelight.org/2010/01/note-to-self-blog-to-preserve-sanity/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 20:49:42 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://testingpoint.org/?p=342</guid>
		<description><![CDATA[I&#8217;m currently working at DG doing web-application programming, which is great. It&#8217;s in my favorite language using my favorite web-application framework, and I&#8217;m working with some great people. I still occasionally go crazy though, and I assume that getting my mind off of work sometimes to read my Bible and blog about it will be [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working at DG doing web-application programming, which is great. It&#8217;s in my favorite language using my favorite web-application framework, and I&#8217;m working with some great people. I still occasionally go crazy though, and I assume that getting my mind off of work sometimes to read my Bible and blog about it will be helpful. I&#8217;ll be doing something intellectually stimulating that nonetheless has almost nothing to do with Ruby programming. That said, I&#8217;ll probably end up blogging something about Ruby and Rails once I get excited about them again.</p>
<p>I&#8217;ve also decided to just skip the month or so that I got behind in some of the bookmarks of my Bible reading plan. The fact that I was so far behind in difficult books (Revelation, Job, Psalms) actually made it <em>less</em> likely that I would read my Bible, so I hope this sets things back on track again.</p>
<p>That and the change in atmosphere might keep me sane, and I may even get some rest before school starts up again in about three weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://notthelight.org/2010/01/note-to-self-blog-to-preserve-sanity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A thought on how seriously God takes our sin</title>
		<link>http://notthelight.org/2009/12/a-thought-on-how-seriously-god-takes-our-sin/</link>
		<comments>http://notthelight.org/2009/12/a-thought-on-how-seriously-god-takes-our-sin/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 08:14:09 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Bible study]]></category>

		<guid isPermaLink="false">http://testingpoint.org/?p=337</guid>
		<description><![CDATA[From Isaiah 56:11-12. I&#8217;ve always wondered at the many many many verses in the Bible that seem to be saying to some of us true Christians/Israelites are unable to communicate with God (because he hides himself) because of our many many sins. The Bible explicitly says elsewhere that God hears the prayers of his saints, [...]]]></description>
			<content:encoded><![CDATA[<p>From Isaiah 56:11-12.</p>
<p>I&#8217;ve always wondered at the many many many verses in the Bible that <em>seem</em> to be saying to some of us true Christians/Israelites are unable to communicate with God (because he hides himself) because of our many many sins. The Bible explicitly says elsewhere that God hears the prayers of his saints, and yet there are so many passages that also seem to be shouting at his elect for their sins, and discussing how he won&#8217;t save them or even hear them because of their many iniquities.</p>
<p>It just occurred to me that these passages, at the very least, make clear how much God hates our sin, and also that there are grave consequences for our sins in this life even for Christians.</p>
<p>ELABORATE</p>
]]></content:encoded>
			<wfw:commentRss>http://notthelight.org/2009/12/a-thought-on-how-seriously-god-takes-our-sin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come buy without money</title>
		<link>http://notthelight.org/2009/12/come-buy-without-money/</link>
		<comments>http://notthelight.org/2009/12/come-buy-without-money/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 08:13:45 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://testingpoint.org/?p=339</guid>
		<description><![CDATA[From Isaiah 55 This is what John the Baptist was preaching in the wilderness &#8211; repentance leading to forgiveness &#8211; an early gospel. Look how beautiful it is, with God&#8217;s plea for us to forsake eating dirt and come to him for real, satisfying food. Look at his plea for us to seek him while [...]]]></description>
			<content:encoded><![CDATA[<p>From Isaiah 55</p>
<p>This is what John the Baptist was preaching in the wilderness &#8211; repentance leading to forgiveness &#8211; an early gospel.</p>
<p>Look how beautiful it is, with God&#8217;s plea for us to forsake eating dirt and come to him for real, satisfying food.</p>
<p>Look at his plea for us to seek him while there&#8217;s still time.</p>
<p>&#8220;Let the wicked forsake his way, &#8230; FOR my thoughts are not your thoughts, neither are your ways my ways,&#8221; declares the Lord. Interesting.</p>
<p>His word will be like rain scattered on the earth that brings up plants!</p>
<p>Some really weird and awesome stuff will be happening when we&#8217;re led out by Jesus &#8211; mountains and hills and trees singing and clapping&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://notthelight.org/2009/12/come-buy-without-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

