<?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>Full of BS &#187; Blog Meta</title>
	<atom:link href="http://fullof.bs/category/miscellaneous/blog-meta/feed/" rel="self" type="application/rss+xml" />
	<link>http://fullof.bs</link>
	<description>He just never stops talking</description>
	<lastBuildDate>Wed, 21 Mar 2012 05:14:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Is your new WordPress 2.6 install giving you a blank white screen?  Here&#8217;s how to fix it.</title>
		<link>http://fullof.bs/is-your-new-wordpress-26-install-giving-you-a-blank-white-screen-heres-how-to-fix-it/</link>
		<comments>http://fullof.bs/is-your-new-wordpress-26-install-giving-you-a-blank-white-screen-heres-how-to-fix-it/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 23:03:09 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[ECMA / Javascript]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[white screen]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wp 2.6]]></category>
		<category><![CDATA[wp26]]></category>

		<guid isPermaLink="false">http://fullof.bs/?p=215</guid>
		<description><![CDATA[The most common cause of a blank screen at any stage in the process, if your source view shows empty, is that PHP aborted during its run without dumping buffers.  During software upgrades, this is usually due to one of three reasons: An incomplete transfer of the requisite files.  Don&#8217;t insist that you&#8217;re certain that [...]]]></description>
			<content:encoded><![CDATA[<p>The most common cause of a blank screen at any stage in the process, if your source view shows empty, is that PHP aborted during its run without dumping buffers.  During software upgrades, this is usually due to one of three reasons:</p>
<ol>
<li>An incomplete transfer of the requisite files.  Don&#8217;t insist that you&#8217;re certain that didn&#8217;t happen, even if it&#8217;s from a command like svn or cp that shouldn&#8217;t fail; you&#8217;re not certain until you&#8217;ve checked.</li>
<li>PHP has run out of some resource, typically RAM.</li>
<li>mod_security is set up brokenly</li>
</ol>
<p>[digg-reddit-me]In both cases, you can figure out which by checking your apache logs.  On windows, go to the Windows Event Viewer.  On unix, this may live in a variety of places; most common is shared hosting by cpanel/plesk, where you can get it in your control panel, or to just look in /var/logs/ .</p>
<p>If it&#8217;s #1, you&#8217;re likely to see something like this in logs (this is from my site, which just suffered this problem and was quickly fixed) :</p>
<pre>[Tue Jul 15 18:45:28 2008] [error] [client 24.117...]
PHP Fatal error:  Call to undefined function
force_ssl_admin() in /var/www/html/wp-settings.php on
line 390, referer: http://.../wp-admin/post.php?action=edit&amp;post=55</pre>
<p>Don&#8217;t worry if that undefined function has a different name or a different referrer, or whatever; that&#8217;s how you track down missing code, and missing code means some file didn&#8217;t get updated.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/is-your-new-wordpress-26-install-giving-you-a-blank-white-screen-heres-how-to-fix-it/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>What would make a good image plugin?</title>
		<link>http://fullof.bs/what-would-make-a-good-image-plugin/</link>
		<comments>http://fullof.bs/what-would-make-a-good-image-plugin/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 15:56:40 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[Daily Image]]></category>
		<category><![CDATA[ECMA / Javascript]]></category>
		<category><![CDATA[General Interest]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Picture Links]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools and Libraries]]></category>
		<category><![CDATA[Web and Web Standards]]></category>
		<category><![CDATA[Word Press]]></category>

		<guid isPermaLink="false">http://fullof.bs/?p=214</guid>
		<description><![CDATA[I&#8217;ve been thinking about making an image plugin for WordPress.  I want to restart my image of the day process, but the import process has been dreadful, and there&#8217;s no programmatic access to the image list, meaning things like random images and images from subgroups aren&#8217;t particularly reasonable.  To that end I need to write [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking about making an image plugin for WordPress.  I want to restart my image of the day process, but the import process has been dreadful, and there&#8217;s no programmatic access to the image list, meaning things like random images and images from subgroups aren&#8217;t particularly reasonable.  To that end I need to write my own, and since I&#8217;d love the rank that comes from having a high-usage plugin, I need a clear idea of what things go into an image plugin, what features are missing from existing plugins, et cetera.</p>
<p>I&#8217;m already doing complex efficient randomization, API access, bulk posting, timed bulk posting, base autotagging, auto-categorization, a catalog widget, and I&#8217;m going to make sure that my stuff is compatible with the <a title="All In One SEO pack" href="http://semperfiwebdesign.com/" target="_blank">All In One SEO pack</a>.  I&#8217;m going to provide integration points, and I&#8217;m going to provide an example integration with LightBox, or one of its relatives.  I&#8217;m going to provide voting, moderated tag suggestion and home-post permalinking.</p>
<p>I&#8217;ll also be writing strict, browser/version portable code without hacks.  Yay!</p>
<p>Please let me know what you&#8217;d want to see if there were a new image plugin coming out.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/what-would-make-a-good-image-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Planning a new focus on Erlang</title>
		<link>http://fullof.bs/planning-a-new-focus-on-erlang/</link>
		<comments>http://fullof.bs/planning-a-new-focus-on-erlang/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 00:11:04 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://fullof.bs/?p=211</guid>
		<description><![CDATA[I&#8217;ve been writing a ton of erlang libraries lately (some more useful than others).  After throwing Google Analytics on my site, I&#8217;ve discovered an inordinate focus on the little bit of Erlang stuff I posted. Time to give the masses what they want, I guess.  In the upcoming month or two, I hope to release [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been writing a ton of erlang libraries lately (some more useful than others).  After throwing Google Analytics on my site, I&#8217;ve discovered an inordinate focus on the little bit of Erlang stuff I posted.</p>
<p>Time to give the masses what they want, I guess.  In the upcoming month or two, I hope to release my modest testing library, my stub webserver and my utility library.  If they get useful traffic, maybe I&#8217;ll release more.</p>
<p>Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/planning-a-new-focus-on-erlang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New domain, new blog; so long sc.tri-bit.com, so long blog.sc.tri-bit.com, hello fullof.bs</title>
		<link>http://fullof.bs/new-domain-new-blog-so-long-sctri-bitcom-so-long-blogsctri-bitcom-hello-fullofbs/</link>
		<comments>http://fullof.bs/new-domain-new-blog-so-long-sctri-bitcom-so-long-blogsctri-bitcom-hello-fullofbs/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 21:52:49 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[New site]]></category>
		<category><![CDATA[plans]]></category>

		<guid isPermaLink="false">http://fullof.bs/?p=5</guid>
		<description><![CDATA[Discussion of the new site content and differences, including layout, as well as from where content will be pulled.]]></description>
			<content:encoded><![CDATA[<p>I splurged a little to get a new domain that I&#8217;m quite fond of.  Bahamas domains may be very expensive, but frankly, I think it was worth it.  One of my good friends Shea Silverman may have said it best: &#8220;if it wasn&#8217;t you, I&#8217;d say it was a waste.&#8221;</p>
<p>I&#8217;ll be moving content from several old sites, including <a title="My old wiki, sc.tri-bit.com" href="http://sc.tri-bit.com/">sc.tri-bit.com</a>, <a title="My old blog, blog.sc.tri-bit.com" href="http://blog.sc.tri-bit.com/">blog.sc.tri-bit.com</a>, <a title="My vanity domain for my IRC nick, stonecypher.net" href="http://stonecypher.net/">stonecypher.net</a> and others, to this site by 301 to keep as much rank as possible.  That said, there&#8217;s a whole *lot* of half-written content on several of those sites, as well as content I haven&#8217;t gotten around to releasing, and I haven&#8217;t updated my image collection in years.  This is about to change.  (I&#8217;m not 301ing the old images so that people who&#8217;ve been using them in forums and so on don&#8217;t get a bunch of busted images; the old site is on a server that&#8217;s going to keep running.)</p>
<p>This&#8217;ll be a better site than my last several, and a lot more uniform.  I&#8217;m going to start doing a lot of new stuff, including some made-for-redistribution video tutorials that should make my old tutorials look pretty flimsy by comparison.  There are some games in the wings, too, and I&#8217;m going to start getting some shared resources together for flash developers.  I&#8217;ve been writing some Erlang material, too, and I&#8217;m really starting to like the way my tutorials come out in that language, so maybe it&#8217;s time for a directional shift.</p>
<p>Maybe more importantly, I&#8217;ve made a bunch of updates to some libraries that I had released as well as a bunch of libraries that I hadn&#8217;t released.  Quality has increased significantly.  I&#8217;m also setting up a <a title="Kayako SupportSuite" href="http://kayako.com/">SupportSuite</a> instance to help support those libraries more effectively (I&#8217;m quickly falling in love with SupportSuite).</p>
<p>Finally, I&#8217;ve pretty much given up on hybrid sites.  I&#8217;m going to be using pages instead of the wiki from here on in.  Should be a lot easier to deal with.  So, the new site should have a great proliferation of static pages.</p>
<p>In short, there&#8217;s a whole lot of new stuff coming.  Stick around.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/new-domain-new-blog-so-long-sctri-bitcom-so-long-blogsctri-bitcom-hello-fullofbs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yay For Flexible Plugins.  Boo For Assumptions.</title>
		<link>http://fullof.bs/yay-for-flexible-plugins-boo-for-assumptions/</link>
		<comments>http://fullof.bs/yay-for-flexible-plugins-boo-for-assumptions/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 07:59:20 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[Polls]]></category>
		<category><![CDATA[Tools and Libraries]]></category>
		<category><![CDATA[Web and Web Standards]]></category>
		<category><![CDATA[Word Press]]></category>

		<guid isPermaLink="false">http://blog.sc.tri-bit.com/?p=93</guid>
		<description><![CDATA[Well, I had something of a pleasant surprise, just now. Two Word Press plugins which weren&#8217;t expected to work together in fact do quite nicely. I now have inline per-article polling. [?php jal_democracy(3); ?] That poll above is the fusion of two plugins &#8211; Democracy AJAX Poll, and Exec-PHP. The bulk of the work is [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I had something of a pleasant surprise, just now.  Two Word Press plugins which weren&#8217;t expected to work together in fact do quite nicely.  I now have inline per-article polling.</p>
<p>[?php jal_democracy(3); ?]</p>
<p><span id="more-104"></span></p>
<p>That poll above is the fusion of two plugins &#8211; <a title="Democracy" href="http://blog.jalenack.com/archives/democracy/trackback/">Democracy AJAX Poll</a>, and <a title="Exec-PHP allows me to put PHP code inline to my posts.  Luckily, it doesn't work in comments." href="http://soeren-weber.net/post/2005/08/18/50/trackback/">Exec-PHP</a>.  The bulk of the work is just Democracy doing its thing.  However, Democracy is intended to be embedded in the site&#8217;s theme, such as in a sidebar box; you embed it by calling a function using the poll index as an argument, or blindly, and it&#8217;ll use the currently &#8220;active&#8221; poll.  Lord knows my sidebar box is cluttered enough as is, and polls make more sense for me inline to posts than they do other places.  Active polls aren&#8217;t really my thing, though they may become so in the future (it&#8217;d be easy enough to permanently embed an active poll in the side while keeping these inlined ones too.)</p>
<p>In order to get them inlined, I just pulled Exec-PHP to call the Democracy plugin from within a post.  It&#8217;s quite neat, really.  I had to make a trivial batch of edits to Democracy, because Word Press runs <a title="Newline to Break" href="http://php.net/nl2br">nl2br()</a> on the plugin&#8217;s output, which injects spurious breaks that I don&#8217;t want; really all I did was to remove the whitespace from the plugin&#8217;s original output, and everything else Just Worked™.</p>
<p>I continue to be impressed with Word Press.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/yay-for-flexible-plugins-boo-for-assumptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Webpages, Damnit</title>
		<link>http://fullof.bs/make-webpages-damnit/</link>
		<comments>http://fullof.bs/make-webpages-damnit/#comments</comments>
		<pubDate>Fri, 10 Mar 2006 20:29:36 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>

		<guid isPermaLink="false">http://blog.sc.tri-bit.com/?p=4</guid>
		<description><![CDATA[In setting up my new blog page, one of the things I did was to create a Friends Panel. Some of my dickhat friends have no webpages or essentially non-functional webpages. These people don&#8217;t go in the panel, unfortunately. At any rate, here&#8217;s a quick list of the people I&#8217;d like to add, if they [...]]]></description>
			<content:encoded><![CDATA[<p>In setting up my new blog page, one of the things I did was to create a Friends Panel.  Some of my dickhat friends have no webpages or essentially non-functional webpages.  These people don&#8217;t go in the panel, unfortunately.  At any rate, here&#8217;s a quick list of the people I&#8217;d like to add, if they weren&#8217;t such damned intarweb luddites.</p>
<p><span id="more-63"></span></p>
<ul>
<li>Adrian</li>
<li>Annette</li>
<li><a title="Commander Beavis" href="http://mysite.verizon.net/mrbeavis/">CmdBeavis</a></li>
<li>Dawai</li>
<li><a title="Oh Teh Dranoes" href="http://drano.org/">Drano</a></li>
<li>Elise</li>
<li><a title="Forgey" href="http://forger.ca/">Forger</a></li>
<li><a title="Furan" href="http://ian.winprog.org/">Furan</a></li>
<li>Josh</li>
<li>Magey</li>
<li>Michelle</li>
<li>Pauly</li>
<li>Programax</li>
<li>Rich</li>
<li><a title="RML" href="http://ryan.ript.net/">Wyatt</a></li>
</ul>
<p>And, Firefly, where did all your pages go?</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/make-webpages-damnit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Press is Remarkably Painless</title>
		<link>http://fullof.bs/word-press-is-remarkably-painless/</link>
		<comments>http://fullof.bs/word-press-is-remarkably-painless/#comments</comments>
		<pubDate>Fri, 10 Mar 2006 08:49:38 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[Web and Web Standards]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.sc.tri-bit.com/?p=24</guid>
		<description><![CDATA[You know, if someone had told me there was a blog tool that genuinely felt like a low duty-cycle word processor, I probably would have laughed at them. Also, I would have been wrong. Word Press turns out to be exactly what I wanted. Word Press is a somewhat difficult beast to describe. For all [...]]]></description>
			<content:encoded><![CDATA[<p>You know, if someone had told me there was a blog tool that genuinely felt like a low duty-cycle word processor, I probably would have laughed at them.</p>
<p>Also, I would have been wrong.  <a title="Word Press, the blog engine running this blog" href="http://wordpress.org/">Word Press</a> turns out to be exactly what I wanted.<br />
<span id="more-60"></span></p>
<p>Word Press is a somewhat difficult beast to describe.  For all its widgets, it&#8217;s actually pretty stripped down, which I like.  Very little cruft to get in the way of things.  It&#8217;s built on standards compliant <a title="The Extensible Hypertext Markup Language" href="http://www.w3.org/TR/xhtml1/">XHTML</a>, has clean <a title="Cascading Style Sheets" href="http://www.w3.org/TR/css2/">CSS</a> skins, and generally doesn&#8217;t try to get in your way.  Panels are all foldy, and you can drag your edit window to resize to your screen &#8211; particularly nice given that <a title="The Dell Inspiron 9200" href="http://www.dell.com/html/us/segments/inspiron/3dmodels/9200.html">my laptop</a> has a funny aspect screen.</p>
<p>I learned the importance of drafts the hard way, something I kvetched about in <a title="Blog?  What blog?" href="http://blog.sc.tri-bit.com/?p=3">an earlier entry</a>; in Word Press, drafts are listed at the top of every write post screen.  It&#8217;s in fact quite a nice layout, and is relatively low-hassle.  Importing the posts from my <a title="The previous incarnation of this blog, complete with three months of content" href="http://sc.tri-bit.com/FatBlog">previous hackadelic blog</a> extension for MediaWiki was also relatively painless, as was setting up the various panels on the right column.</p>
<p>All in all I&#8217;m impressed, and I&#8217;m not impressed by many products like this.  Way to go, <a title="Word Press, my new blog engine.  Not that I wrote it." href="http://wordpress.org/">Word Press</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/word-press-is-remarkably-painless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New blogging system time</title>
		<link>http://fullof.bs/new-blogging-system-time/</link>
		<comments>http://fullof.bs/new-blogging-system-time/#comments</comments>
		<pubDate>Fri, 10 Mar 2006 04:50:22 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[goodbye]]></category>
		<category><![CDATA[New blog]]></category>
		<category><![CDATA[transition]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://blog.sc.tri-bit.com/?p=3</guid>
		<description><![CDATA[Okay, I&#8217;ve decided that I don&#8217;t want to implement all the Web 2.0 stuff in MediaWiki as a set of extensions. Too pain-in-the-assical. So, instead I decided to set up WordPress. It looks pretty okay, it seems pretty painless, and it&#8217;s time to migrate, so that I can bind into the ever-growing set of connected [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, I&#8217;ve decided that I don&#8217;t want to implement all the Web 2.0 stuff in <a title="MediaWiki - the wiki engine I use, and which drives Wikipedia" href="http://mediawiki.org/">MediaWiki</a> as a set of extensions.  Too pain-in-the-assical.  So, instead I decided to set up WordPress.  It looks pretty okay, it seems pretty painless, and it&#8217;s time to migrate, so that I can bind into the ever-growing set of connected systems out there.</p>
<p>Don&#8217;t get me wrong &#8211; I still love <a title="StoneHome - my wiki and homepage" href="http://sc.tri-bit.com/">my wiki</a> dearly.  That said, connectivity is a bigger deal on the web than it is anywhere else, and thanks to the new boom of speculation driven by such fancy buzzwords as <a title="AJAX - using XmlHttpRequest and DHTML to serve web page changes without a new load" href="http://www.fiftyfoureleven.com/resources/programming/xmlhttprequest/examples">AJAX</a> and <a title="Web 2.0 - the new buzzword for web systems which automatically interlink, raising interconnection densities" href="http://www.web2con.com/">Web 2.0</a>, there&#8217;s a tremendous amount of new technology and effort going into the whole thing.<br />
<span id="more-59"></span> For a while, I had been thinking about attaching XML-RPC behavior to MediaWiki by hooking page actions with extensions; I still think this is a profitable mechanism, and I really wish I could have wikitext markup in my blog.  But, there&#8217;s a whole lot of stuff involved with supporting the bujllion different <a title="XML-RPC: portable remote procedure calling over URI" href="http://www.xmlrpc.com/">RPC</a> implementations out there, and it&#8217;s an ever changing field with which I just don&#8217;t have the time to keep up.  So, why bother?  There are perfectly good open source blog <a title="Content Management Systems, such as wikis, blogs, bulletin boards and so forth" href="http://en.wikipedia.org/wiki/Content_management_system">CMS</a> implementations out there, many of which are far better than I care enough to implement myself.  Wheel reinvention is, of course, the devil, and whereas it may have been fun to half-implement blogs in a wiki, when it comes down to it, I just don&#8217;t have the time to do it right, thanks to the <a title="Yeah, I've been starting a corporation.  What of it?" href="http://sc.tri-bit.com/My_Corporation">corporation I&#8217;m starting</a>.  So, maybe I need to get over the whole &#8220;I need to write everything myself&#8221; attitude and just use the existing tools.  I guess the next step is to start pulling over the blog entries from my previous blog, and start putting them in here instead.</p>
<p>I kinda wonder whether allowing user commentary is gonna make much of a difference.  We&#8217;ll find out soon enough, I suppose.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/new-blogging-system-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog?  What blog?</title>
		<link>http://fullof.bs/blog-what-blog/</link>
		<comments>http://fullof.bs/blog-what-blog/#comments</comments>
		<pubDate>Thu, 09 Mar 2006 08:32:46 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[DynoBright]]></category>
		<category><![CDATA[My Games]]></category>
		<category><![CDATA[Southgate]]></category>
		<category><![CDATA[excuses]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://blog.sc.tri-bit.com/?p=23</guid>
		<description><![CDATA[Oh right, I&#8217;m supposed to be updating this thing. What month is it again? Sorry I&#8217;ve been absent. About a month and a half ago I wrote a really, really long blog entry, then managed to accidentally lose it, since my mediawiki hack didn&#8217;t really allow for the saving of prototypes of blog entries (this [...]]]></description>
			<content:encoded><![CDATA[<p>Oh right, I&#8217;m supposed to be updating this thing.  What month is it again?<br />
<span id="more-58"></span><br />
Sorry I&#8217;ve been absent.  About a month and a half ago I wrote a really, really long blog entry, then managed to accidentally lose it, since my mediawiki hack didn&#8217;t really allow for the saving of prototypes of blog entries (this has since been fixed.)  I lost many a self-entertaining turn of the phrase as the result of that, combined with my Memory Of Great Selectivity (+2, vorpal.)  As an upshot, though, I got angry at my blog, and didn&#8217;t touch it for a few days.  And then, well, a few days turned into a few weeks, and now it&#8217;s been a hair over a month.  The stuff I&#8217;ve been needing to read, lately I&#8217;ve been throwing it on my bookmark toolbar, where I usually keep the web things I need to do; as a result the blogging link got scrolled off of screen.  I&#8217;ve been so face down in getting things done that I didn&#8217;t even notice, and as such, I&#8217;ve built up a streak of lag.</p>
<p>Ze streak!  She is the broken!</p>
<p>I&#8217;m gonna try using this blog to release stress, because for one I&#8217;ve got it in spades &#8211; yay for starting corporations &#8211; and for two maybe if it works, I&#8217;ll start being a little bit more regular with my posts.  Besides, that&#8217;ll give me some content to discuss on a regular basis other than my roguelike <a title="Southgate Development Journal" href="http://blog.sc.tri-bit.com/?cat=19">Southgate</a>.  This is important, because now that I have about sixty five full time jobs, I rarely get out of the house anymore.  Hopefully that&#8217;ll change once the company&#8217;s off of the ground.</p>
<p>So, what to talk about?  I still can&#8217;t talk much about that; the patents are only partially underway, and I&#8217;m being a total secrecy freak.  All I&#8217;ll say is that it&#8217;s for the <a title="StoneCypher's Nintendo DS Development section" href="http://sc.tri-bit.com/Category:Nintendo%20DS">Nintendo DS</a>, that it&#8217;s a huge risk, that the reward is gigantic, and that if I somehow manage to pull this off, things are going to change in a relatively surprising fashion.  I&#8217;m not one prone to hyperbole, so people who know me, maybe pay attention.  I really believe that if this works, it&#8217;s going to be a capital b capital d Big Deal.  Of course, in order to get that initial capital I have to give half the horse away, which tehsux.  Also, I have to give a big chunk to my new business partner, because she&#8217;s making this, um, what&#8217;s the word, possible.  That all said, I talked to my friend Brooke about this (luckily he doesn&#8217;t give a damn about my blog so he&#8217;ll never read this,) and he says the deal I&#8217;m getting is actually pretty sweet, and that I&#8217;m offended by the numbers is me just being a business noob.  Sure, from my perspective the equity I have to hand out &#8211; approximately two point three bujillion dollars for every peso invested &#8211; seems a mite on the high side.  Apparently though, this is the norm, as much to recoup investments into other companies which failed for a given investor as because they have barrels with which to bend people over.</p>
<p>I still want to keep 110%.</p>
<p>I&#8217;m kind of excited in that several of my friends are among the initial investors.  That I didn&#8217;t expect, but when I&#8217;ve mumbled about what I was doing, several people whose opinions I value have done the instant messenger equivalent of the pants crappery dance, and have requested to jump onboard.  This means that some of the people who I&#8217;m making Bruce Wayne rich in exchange for handing me the price of an extra value meal will actually be people I give a damn about.  This, it turns out, is double-awesome.</p>
<p>Y&#8217;see, if someone had asked me before this all started whether I&#8217;d ever take money from a friend, my answer would have been a flat no.  Totally not about the spreading of the risk to people I care about.  Not into the whole notion of if I go down, I drag my friends down with me.  That&#8217;s something you expect from scumbags who care more about getting ahead in the world than their interpersonal relationships or their honor.</p>
<p>Or, at least, so I would have said.  Then, I started telling one of my dear friends what I was up to, and I swear to god I could hear him hyperventilating over the internet.  He all but stuffed a wad of money in my face, and then told me he was going to get his brother in on it too.  And, combined with a different one of my investors, who was once a professional gambler and gave me a very clear view of things as his not investing money he couldn&#8217;t afford to lose, it turns out that my beliefs about appropriacy in investment are starting to 180.  I used to think friends and family stock was generally morally bankrupt.  I&#8217;m starting to understand it now, and why it&#8217;s there, and I&#8217;m starting to think about maybe offering it.  Being able to support one&#8217;s family&#8217;s fiscal development by directing capital into things you have faith will grow turns out to be a warm fuzzy feeling, not a cold clammy feeling.  And, to be quite clear, that&#8217;s a big surprise to me.</p>
<p>So, I&#8217;ve now opened investment to half a dozen friends.  Three months ago I would have been appalled by the notion, and would have insisted I&#8217;d only accept investment from professionals.  Now, I&#8217;m starting to get out of this kneejerk reaction I have of preventing people from getting into danger.  To be plain, my friends are adults, and they don&#8217;t need my watchful eye.  If they believe in what I&#8217;m doing, I&#8217;m starting to believe that they should just be allowed to take the risk with me.  Hell, one of my friends is going on a private crusade for me; he grew up in one of those Money areas of the United States, and he&#8217;s gone back to talk to the people with whom he grew up, who can throw around six digits without much concern.</p>
<p>Only takes one, right?</p>
<p>Anyhoo, that&#8217;s why I&#8217;ve been gone for a month &#8211; I&#8217;ve been stupid, I forgot, the reminder I made for myself disappeared until just now, and I&#8217;ve been so far past nose to the grindstone that the inside of my skull is getting grindwheel marks.  I&#8217;ve been whoring up initial funding, setting up services, registering a corporation, filing for patents, getting patent lawyers, getting IP lawyers, getting marketers, and even occasionally working on the actual product.  It&#8217;s kind of nice that the actual product is already done; that way I don&#8217;t have to feel like this is all bass ackwards.  I can just watch a real businessperson do her thing, and learn from it, instead of indulging in second guesses the whole way.</p>
<p>More on how lucky I am to have found my business partner another day.  She&#8217;s awesome in the way that my artist is awesome, except with spreadsheets instead of pixels.  She sees the potential and she&#8217;s just working on making it happen, because she knows I&#8217;ll do the right thing and make the bootstrap people rich with me.  She&#8217;s been working hard, too, and with nothing more than the promise of the company output itself.  Sure, this is what you always hear about in the stories of people having made it work, but actually landing someone like that turns out to be a whole different matter.</p>
<p>Anyway, here&#8217;s some <a title="The Charles Bronson Death Wish Body Count" href="http://www.screenhead.com/funny/the-charles-bronson-death-wish-bodycount-156023.php">Charles Bronson Murderology</a> for the palette.</p>
<p>And, I&#8217;m back.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/blog-what-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogs Piss Me Off</title>
		<link>http://fullof.bs/blogs-piss-me-off/</link>
		<comments>http://fullof.bs/blogs-piss-me-off/#comments</comments>
		<pubDate>Thu, 26 Jan 2006 07:59:06 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[DynoBright]]></category>
		<category><![CDATA[RAFB City]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[start business]]></category>

		<guid isPermaLink="false">http://blog.sc.tri-bit.com/?p=15</guid>
		<description><![CDATA[They say that the key to maintaining a successful blog is to write regularly at a pace people can predict, so that they&#8217;ll come back and check what&#8217;s new. Obviously, I&#8217;m doing a great job of that, cough. So, several problems are at hand here, with my seeming inability to gain momentum in my crappy [...]]]></description>
			<content:encoded><![CDATA[<p>They say that the key to maintaining a successful blog is to write regularly at a pace people can predict, so that they&#8217;ll come back and check what&#8217;s new.  Obviously, I&#8217;m doing a great job of that, cough.<span id="more-50"></span><br />
So, several problems are at hand here, with my seeming inability to gain momentum in my crappy blog.</p>
<ul>
<li>Jobs
<ul>
<li>I have two jobs right now, both of which are full time, and only one of which pays.  This is a surprisingly brutal position, moreso than it&#8217;s been in the past when I&#8217;ve done this before, largely due to the nature of the second, non-paying job.</li>
</ul>
</li>
<li>Starting a Business
<ul>
<li>I&#8217;m starting a business again.  Unsurprisingly, this is the second non-paying job.  Problem is, unlike the last few times, when I was just spinning up some project to be sold off (which, hey, I&#8217;m also doing &#8211; look for RoffleBlox sooner or later &#8211; so I guess it&#8217;s actually three jobs,) this time I&#8217;ve got a real business partner who&#8217;s raised eight digits for more than one business in the past.  I&#8217;m not looking for anywhere near that kind of money, but I am looking for major money, so this time I&#8217;m having to write all sorts of business documents and patent applications and whatnot.</li>
</ul>
</li>
<li>Sidenote
<ul>
<li>Lawyers suck.</li>
</ul>
</li>
<li>Where Am I?  Who Am I?
<ul>
<li>I don&#8217;t really have a direction yet.  I really should be commenting on game design, which is my strongest field and one of my deepest loves.  The problem is, every time I want to talk about something, I get all retentive and act like it&#8217;s some kind of state secret, so this takes time.  I&#8217;m starting to let loose on one of my designs, especially since <a title="Oasis, a coffee-break RTS" href="http://www.oasisgame.com/">Oasis</a> came out, and did one of my games better than I did.  Luckily, I never showed my game around, nor did I release it, so I can&#8217;t entertain any notions that they stole my work; they&#8217;ve never seen it, so it&#8217;s an honest to god reinvention.  Besides, they did a better job of it.  I&#8217;m retooling my game, which has several fundamental differences from Oasis which I believe will bear out my design in the long run, but I&#8217;ve learned several things from Mind Control, especially as regards drastically simplified interfaces.  I can tell that in the long run, I&#8217;m going to consider having seen their game as an important step in learning to pander to the casual gamer.</li>
</ul>
</li>
<li>Civic Obligations and You
<ul>
<li>Jury duty.  I mean, come on.  &#8221;&#8217;Jury&#8221;&#8217; duty.  Who does this shit anymore?  Can&#8217;t we just execute them and move on?</li>
</ul>
</li>
<li>Arranging compiler extensions
<ul>
<li>One of my side projects for the Nintendo DS, seperate from my work on the platform, requires several things that neither the CodeWarrior toolchain nor the SDK provide.  Unfortunately, I&#8217;m bound not to say anything by the NDA, so all I can really do is say &#8220;it&#8217;s missing something;&#8221; this is a problem because in the past sometimes my just saying &#8220;wow I wish this was around&#8221; has led to people pointing out existing resources to me.  Yay for NDAs.  So, I&#8217;m funding an extension to the compiler on personal money from another licensed developer.</li>
</ul>
</li>
<li>Teh Netwark
<ul>
<li>Hackery on the <a title="Steve Stair's DS WiFi Stack" href="http://akkit.org/dswifi/">NDS WiFi Stack</a> which was generated by my <a title="The Nintendo DS WiFi Bounty" href="http://sc.tri-bit.com/dswfb">DS WiFi Bounty</a>.  It&#8217;s good enough for amateur use, but it doesn&#8217;t work in the SDK, again for reasons I&#8217;m not allowed to explain.  I&#8217;m attempting to arrange changes to it as well, but it&#8217;s not entirely clear if I would be allowed to use the stack once modified.</li>
</ul>
</li>
<li>Sidenote
<ul>
<li>No really, lawyers suck.</li>
</ul>
</li>
<li>What&#8217;s a RAFB City
<ul>
<li>Work on <a title="RAFB City, StoneCypher's crappy non-comic" href="http://sc.tri-bit.com/RAFB%20City">RAFB City</a>.  No, it&#8217;s not over.  Yes, I am making new cartoons.  Yes, I know it&#8217;s been two years.  Yes, I know most of you don&#8217;t care anymore.  I&#8217;m still making more, because I think they&#8217;re funny.</li>
</ul>
</li>
<li>You Ain&#8217;t Foolin&#8217; No One, Chump
<ul>
<li>Work on the book that got this site started in the first place.  You know, it&#8217;s funny: as soon as I put this site up, I made a local replication, and all my book work has gone on on the laptop, instead of on the web.  For some reason this site ended up accumulating all of the crap I&#8217;ve put up since I put up the system, and some of that crap has gotten popular, especially the <a title="StoneCypher's Amusing Image Collection" href="http://sc.tri-bit.com/Category:Amusing%20Images">image collection</a> and some of the <a title="StoneCypher's Rants" href="http://sc.tri-bit.com/Category:Rants">rants</a>.  That said, the book has progressed significantly; I have quite a bit of material now, and the book has a &#8221;theme&#8221;.  You heard me, a &#8221;theme&#8221;.  Wait&#8217;ll you see it; it&#8217;s one of the dumbest things I&#8217;ve ever done, and that&#8217;s saying a lot.  I think it&#8217;s awesome.</li>
</ul>
</li>
</ul>
<p>Balls.  I mean, there&#8217;s a lot of crap going on in my life right now.  Trying to raise capital, even with a business partner, is a tremendously time consuming and exhausting process, one which leaves you feeling more than slightly like a whore.  That said, it seems to be leading to the completion of one of my dream projects, the kind of thing you just can&#8217;t do without Big Money Backing™.  As such, I&#8217;m only gonna complain a wee bit.</p>
<p>Am I going to start blogging regularly?  Yeah, eventually.  I&#8217;m getting less bad about it, or at least so I&#8217;m telling myself.  But, nobody tell <a title="Deranged Hamster" href="http://sc.tri-bit.com/DrgdHmstr">DrgdHmstr</a>, or I&#8217;ll never hear the end of it.  (Not like I would anyway.  <tt>&lt;3</tt> Hammy.)  Until then, a hearty humbug to all, and learn to spell, please, for the love of any God in which you choose to believe.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/blogs-piss-me-off/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

