<?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>RandomStringOfWords</title>
	<atom:link href="http://randomstringofwords.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://randomstringofwords.com</link>
	<description>RandomStringOfWords.com &#124;&#124; RSoW.com</description>
	<lastBuildDate>Mon, 26 Mar 2012 20:35:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RubyPress WordPress Replacement</title>
		<link>http://randomstringofwords.com/rubypress-wordpress-replacement/</link>
		<comments>http://randomstringofwords.com/rubypress-wordpress-replacement/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 15:28:18 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://randomstringofwords.com/?p=1492</guid>
		<description><![CDATA[So a while back I had thought my WordPress install was getting exploited through some bug and decided I wanted to write my own replacement.. Turns out that bug had nothing to do with wordpress but was rather an issue with my host.. It&#8217;s been resolved, but that niggling desire to create my own blogging [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1493" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/03/rubypress01.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1493 " title="RubyPress" src="http://randomstringofwords.com/wp-content/uploads/2012/03/rubypress01-150x150.jpg" alt="RubyPress" width="150" height="150" /></a><p class="wp-caption-text">RubyPress</p></div>
<p>So a while back I had thought my WordPress install was getting exploited through some bug and decided I wanted to write my own replacement.. Turns out that bug had nothing to do with wordpress but was rather an issue with my host.. It&#8217;s been resolved, but that niggling desire to <a title="My own custom blogging software" href="http://randomstringofwords.com/my-own-custom-blogging-software/">create my own blogging software</a> stuck..</p>
<p>This is something I wanted to create from the ground up that would be a 100% &#8220;my own&#8221; solution to include even the look&amp;feel theme of the thing and I decided that it would also be 100% open source from the start.</p>
<p>I wanted to use this project as a possible way to expand my horizons but I also wanted something functional that I could use and expand on quickly;  the more I thought (and still think) about this the sooner I wanted off WordPress, not because WordPress is a bad thing (it&#8217;s not) but because I wanted something that was fully mine that I could modify to my hearts content.</p>
<p>So with that, I moved forward with my project and started looking at which language I wanted to write it in.   After some consideration I decided to limit myself to writing the code in Python, Ruby, Node, or PHP.</p>
<p>I knew from the get-go that I didn&#8217;t really want to write this thing in PHP.   PHP is a great language but it&#8217;s getting a little long in the tooth and frankly some of the frameworks out there leave a lot to be desired.   Plus I have been writing PHP since &#8217;96 or so.. I&#8217;m ready to move on..</p>
<p><span id="more-1492"></span></p>
<div id="attachment_1494" class="wp-caption alignleft" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/03/rubypress02.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1494 " title="RubyPress Admin" src="http://randomstringofwords.com/wp-content/uploads/2012/03/rubypress02-150x150.jpg" alt="RubyPress Admin" width="150" height="150" /></a><p class="wp-caption-text">RubyPress Admin</p></div>
<p>So with my original intent in mind I decided to branch out and try NodeJS as I really like javascript and I think node is fairly clever.  I played with node for a couple weeks even making an initial start on the blogging software and while I do believe Node is pretty cool, I just don&#8217;t think its &#8220;quite there&#8221; yet.  I think node has a little bit of growing to do before it&#8217;s fully matured, which isn&#8217;t to take away from it at all but rather just my opinion on it&#8217;s current state.  For whatever reason, node didn&#8217;t excite me.</p>
<p>This left me in a bit of a pickle;  Suddenly my language options went to Python, Ruby or back to PHP.   At the time I knew nothing about Python or Ruby compared to my PHP knowledge.</p>
<p>I had to do some serious considering here and what I ultimately came back to was one simple fact;  PHP and the myriad of MVC frameworks I&#8217;ve worked with (Zend, Kohana, Cake, Symfony etc&#8230;) as well as Python and it&#8217;s MVC frameworks (Django&#8217;s really the only one I have any experience with) all do their damnedest to do what Rails is doing.</p>
<p>Rails does all the big stuff right out of the box and then you have the whole Gem library thing&#8230; dear god.. RoR seems awesome.. okay lets give that a try!  I&#8217;ve never so much as cracked a book on Ruby before so this will be a 100% new thing for me.. *shrug* why not?!  Off to the races I went.</p>
<p>Side note:  I found that <a href="http://www.lynda.com/" target="_blank">Lynda.com</a> has some nice beginner intro courses on Ruby and Rails and of course Ryan Bates at <a href="http://railscasts.com/" target="_blank">Railscasts.com</a> has lots of good video information for the watching.. both are totally worth checking out..</p>
<p>Now set the &#8220;not so&#8221; way-forward machine to 10 days later:    I&#8217;ve been working on it for 10 days or so, on and off, and in that amount of time I have created a system that allows me to import content directly from wordpress and display it on the site as seen in the screenshot above using my new theme.    I can create users, posts, pages, messages, have a functional (if sparse yet) admin area that forces authentication etc..  and they all work!</p>
<p>So, in 10 days using a language and framework I don&#8217;t know and have never used before,  using plugins and modules I don&#8217;t know and have never used before, even a brand new IDE..  etc..  I have managed to implement the core functionality of WordPress..    Holy crap, Ruby and Rails are easy as hell..   Seriously this stuff writes itself..  (I&#8217;m using <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a> and <a href="https://github.com/plataformatec/devise" target="_blank">Devise</a> which I think are both brilliant and likely will be using CanCan and a few other gems as I need them. )</p>
<p>I&#8217;m jokingly calling this project &#8220;RubyPress&#8221;, more as a codename than a real product name since it&#8217;s now become a Ruby blogging software to replace WordPress..</p>
<p>I have no idea if it will grow beyond my getting the basic blogging functionality working.. I still have a lot of stuff that are requirements like categories, tags, theme support..etc..  Lots and lots to do.. but I&#8217;m really enjoying it, and learning Rails at the same time.. so win win..   There is still a lot of &#8220;magic&#8221; to Ruby for me, stuff that I&#8217;m not sure how or why it works the way it does..etc.. but slowly I&#8217;m getting it..  I&#8217;m sure this thing will require a dozen rewrites before it&#8217;s not embarrassing.. heh  What can I say.. I&#8217;m a Ruby and Rails noob.. bear with me..</p>
<p>Though I have to admin, it&#8217;s coming together so quickly that I do entertain the notion of having something that might one day actually compete with WordPress.. Wordpress itself has been around since 2003 and has a lot of very cool functionality that I doubt I&#8217;ll ever match in my little toy project, but wouldn&#8217;t it be fun?  =D</p>
<p>It is 100% open source; <a href="https://github.com/palamedes/Press">https://github.com/palamedes/Press</a></p>
<p>I will keep working on it and eventually have something worth using I hope..  For now I&#8217;m still on WordPress..</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/rubypress-wordpress-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tellico Turnings Sign</title>
		<link>http://randomstringofwords.com/tellico-turnings-sign/</link>
		<comments>http://randomstringofwords.com/tellico-turnings-sign/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 04:16:26 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Wood Working]]></category>

		<guid isPermaLink="false">http://randomstringofwords.com/?p=1481</guid>
		<description><![CDATA[So while in Tennessee with my father, I told him I&#8217;d make him some signs for his shop.   This was the first time I had ever attempted to do something like this and it took me the better part of 4 days working a couple hours a night to get one done. I created [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1482" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/03/signone.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1482 " title="Tellico Turnings Sign" src="http://randomstringofwords.com/wp-content/uploads/2012/03/signone-e1330746540276-150x102.jpg" alt="Tellico Turnings Sign" width="150" height="102" /></a><p class="wp-caption-text">Tellico Turnings Sign</p></div>
<p>So while in <a title="My latest trip to TN and Dads new store" href="http://randomstringofwords.com/dads-new-store/">Tennessee with my father</a>, I told him I&#8217;d make him some signs for his shop.   This was the first time I had ever attempted to do something like this and it took me the better part of 4 days working a couple hours a night to get one done.</p>
<div id="attachment_1484" class="wp-caption alignleft" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/03/signtemplate.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1484 " title="Sign Template" src="http://randomstringofwords.com/wp-content/uploads/2012/03/signtemplate-e1330746875648-150x89.jpg" alt="Sign Template" width="150" height="89" /></a><p class="wp-caption-text">Sign Template</p></div>
<p>I created a template in photoshop that I thought would look nice based on discussions I had with dad while up there with intent of creating a sign wider than it was tall that would hang over the door of the shop.</p>
<p>The sign would be made up of three 1/4&#8243; thick plywood panels.  Each outer panel would have the lettering cut out via the scroll saw and the inner panel would be stained dark and then sandwiched between the outers in order to give the final appearance.</p>
<p>I made one side &#8220;clean&#8221; and professional looking (or rather as professional as I could with my meager skills), and one side more of an &#8220;art&#8221; look to it where I intentionally over sanded some of it just to get a unique look.  The edges are routed and rounded over and the sign as a whole is sanded smooth.</p>
<p>I don&#8217;t know if I like the &#8220;art&#8221; side.. I mean it doesn&#8217;t look horrible and it does have that unique scrubbed and hard used look I was going for, but I used too much glue when putting the sign together and it shows..  lesson learned..</p>
<p>The sign is 20&#8243; wide by 12&#8243; tall by 3/4&#8243; thick and all in all not too bad if I do say so myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/tellico-turnings-sign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My latest trip to TN and Dads new store</title>
		<link>http://randomstringofwords.com/dads-new-store/</link>
		<comments>http://randomstringofwords.com/dads-new-store/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 19:26:38 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Wood Turning]]></category>

		<guid isPermaLink="false">http://randomstringofwords.com/?p=1463</guid>
		<description><![CDATA[This last week I got to spend some quality time with the folks in Tennessee and more specifically time alone with my father (which I haven&#8217;t gotten to do in years) at his new store.  It was pretty great! Dad has finally opened his shop at the Turkey Creek Market in Tennessee (Booth R&#38;S 20!) [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1464" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/02/shop00.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1464 " title="Tellico Turnings 01" src="http://randomstringofwords.com/wp-content/uploads/2012/02/shop00-150x150.jpg" alt="Tellico Turnings" width="150" height="150" /></a><p class="wp-caption-text">Tellico Turnings Shop</p></div>
<p>This last week I got to spend some quality time with the folks in Tennessee and more specifically time alone with my father (which I haven&#8217;t gotten to do in years) at his new store.  It was pretty great!</p>
<p>Dad has finally opened his shop at the Turkey Creek Market in Tennessee (Booth R&amp;S 20!) and will hopefully be a bazillionare in short order..</p>
<p>He had contacted me a while back about doing this and I was fairly excited about it with him but I had a different vision of what I thought the store should look like.   I had a some what more sterile and professional business notion in mind and I&#8217;m really glad that they didn&#8217;t go that route.</p>
<p>Instead the store is a warm and inviting one that presents the goods in an orderly but not overly professional manner that is probably far more appealing to people than anything I could have come up with.. (Leave the designing to the designers I guess.. Its good to know what I&#8217;m not good at..heh)</p>
<p><span id="more-1463"></span></p>
<div id="attachment_1465" class="wp-caption alignleft" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/02/shop01.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1465 " title="Tellico Turnings 02" src="http://randomstringofwords.com/wp-content/uploads/2012/02/shop01-150x150.jpg" alt="Tellico Turnings" width="150" height="150" /></a><p class="wp-caption-text">The pens and calls table</p></div>
<p>He has just the right amount of space with the right number of items out presented in an organized and uncluttered way that I think really does a good job of showing off the various pieces.</p>
<p>The market is open Friday, Saturday and Sunday each week from roughly 9am to 6pm each day except Sunday which I believe was 10 to 5.   Plus all the vendors around you are actually quite nice, friendly and even helpful. More over, the environment for the vendors is one that actually promotes helping one another as opposed to infighting or backstabbing which is really nice.</p>
<p>It&#8217;s unfortunate that his first weekend wasn&#8217;t a stellar one.  He made rent which is all that really matters but it would be nice if he had sold more his first weekend out if for no other reason than to inspire and excite..</p>
<div id="attachment_1466" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/02/shop02.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1466 " title="Tellico Turnings" src="http://randomstringofwords.com/wp-content/uploads/2012/02/shop02-150x150.jpg" alt="Tellico Turnings" width="150" height="150" /></a><p class="wp-caption-text">Peppermills and Stuff</p></div>
<p>Probably completely unrealistic for him to do better than he did considering it was;</p>
<p>a) his first weekend there and no one knew where he was,<br />
b) between pay days so no one had money,<br />
c) between major holidays so no one had a &#8220;reason&#8221; to buy things,<br />
d) there was a major dinosaur exhibit in town which kept the crowd down, and<br />
e) a large format gun show which also that kept the crowd down.. etc..</p>
<p>All that working against him and he still made enough sales to pay for itself..  So I guess I shouldn&#8217;t complain too much.. I just really wanted him to sell out! hah</p>
<p>For me it was a disappointment but he&#8217;s an old hat at doing markets and having a booth selling stuff and so he knows that it can be feast or famine.. he didn&#8217;t seem put out by it at all..</p>
<p>The crowd Friday was admittedly dismal which apparently is very common there.. Saturday and Sunday however had a lot of folks coming through and just about all of them picked up stuff and took cards which is a great sign for his future there..</p>
<div id="attachment_1467" class="wp-caption alignleft" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/02/shop03.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1467  " title="Tellico Turnings" src="http://randomstringofwords.com/wp-content/uploads/2012/02/shop03-150x150.jpg" alt="Tellico Turnings" width="150" height="150" /></a><p class="wp-caption-text">Wine table &amp; Lamps</p></div>
<p>My only concern at this point is that his stuff is actually too nice for the venue and that people might think of the market more as a &#8220;flea market&#8221; than an actual hand crafted goods marketplace..   Only time will tell here and we probably don&#8217;t need to do any second guessing at this early stage based on a single weekend..</p>
<p>More over I think it will take a couple weeks to figure out what works and what doesn&#8217;t work and then adjust accordingly.  More than likely he&#8217;s going to have to start adding a lot of less expensive stock that will sit next to the really nice stuff just to draw folks in..</p>
<p>After all, selling 10x $5 items is just as good as selling a single $50 item..   Certainly a lot less fun to make but you gotta make stuff that sells..</p>
<div id="attachment_1468" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/02/shop04.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1468 " title="Tellico Turnings" src="http://randomstringofwords.com/wp-content/uploads/2012/02/shop04-150x150.jpg" alt="Tellico Turnings" width="150" height="150" /></a><p class="wp-caption-text">Dad in the background</p></div>
<p>After only a few days I had to return home and get back to work.. Apparently my boss wants me to actually &#8220;earn&#8221; my living.. psh.. slave driver I tell ya..</p>
<p>I made the 1000 mile drive straight from East TN to Central Texas in under 16 hours and had a seriously sore backside to prove it..  I also had a SUV full of wood and project ideas, as well as plans to make some signage for the shop.</p>
<p>All in all it was a great trip and one I&#8217;ll likely make again in the future.</p>
<p>I really like Tennessee and one of these days will likely move there more permanently..  For now I&#8217;m stuck in Texas though&#8230; Y&#8217;all.</p>
<p>The trip was really great and it was fun to hang out with the folks but it really made me realize that my home is where ever my wife is.. sappy, but true.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/dads-new-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scroll Saw and MLT-13 Wooden Clock</title>
		<link>http://randomstringofwords.com/scroll-saw-and-mlt-13-wooden-clock/</link>
		<comments>http://randomstringofwords.com/scroll-saw-and-mlt-13-wooden-clock/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 17:19:05 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Clocks]]></category>
		<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[scroll saw]]></category>
		<category><![CDATA[wood]]></category>

		<guid isPermaLink="false">http://randomstringofwords.com/?p=1428</guid>
		<description><![CDATA[I have always been a very artsy-craftsy1 person as I thoroughly enjoy making things.  I like working with my hands and creating something from nothing.   I&#8217;ve made leather and steel armor for the SCA, bows and crossbows and a mandolin that actually doesn&#8217;t sound half bad.  I&#8217;ve done some wood turning and created all [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1442" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/02/clockgears14.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1442 " title="Gear Test Fit!" src="http://randomstringofwords.com/wp-content/uploads/2012/02/clockgears14-150x150.jpg" alt="Gear Test Fit!" width="150" height="150" /></a><p class="wp-caption-text">Latest Image</p></div>
<p>I have always been a very artsy-craftsy<sup>1</sup> person as I thoroughly enjoy making things.  I like working with my hands and creating something from nothing.   I&#8217;ve made leather and steel armor for the SCA, bows and crossbows and a mandolin that actually doesn&#8217;t sound half bad.  I&#8217;ve done some wood turning and created all manner of pens, peppermills and even a rolling pin and I have even tried my hand at making furniture &#8212; I&#8217;m not bad at it!   For whatever reason I seem to have a knack for crafting.</p>
<p>So in my time, I have worked with wood, steel, leather, plastic and various resins and agates..  The thing I have noticed is that no matter what I craft, I always seem to come back to wood.    There&#8217;s something about wood that I am not sure I can put to words;  It&#8217;s just easy to work with in that it&#8217;s forgiving, versatile and beautiful.</p>
<p>The problem is no matter what I have made with wood (and there has been a lot) not any particular piece or style has ever really &#8220;grabbed me&#8221; as something I really enjoyed and wanted to do a lot of.</p>
<p>My father is an avid wood turner who cranks out pens, bowls and other awesome stuff that he sells at his own little shop and I have to admit, that&#8217;s really inspiring..  He&#8217;s making a living by turning a hunk of nothing, into <a href="http://www.tellicoturnings.com/products.html" target="_blank">something beautiful</a> that other folks want!  That&#8217;s cool as hell.</p>
<p><span id="more-1428"></span></p>
<p>I tried my hand at turning for a while and it is fun but I don&#8217;t know that it&#8217;s &#8220;the thing&#8221; for me.  I like putting  a randomly shaped block or log of wood on the mandrel and shaping it into something new, but you&#8217;re somewhat limited in what you can make..   I thought turning pens was fun, but those pen kits are expensive and the more I think about it the more I want to create something entirely out of wood without having to rely on some pre-made mass produced (over priced) internal kit..    I think it&#8217;s one of the main reasons my father has gone to making bowls instead of the pen kits or even pepper mills..  He&#8217;s creating something entirely unique that&#8217;s 100% his own without any outside help.. (except tooling which doesn&#8217;t count!)</p>
<p>So I have been pondering for a while what I could make that would excite me and be that thing that I enjoyed doing in my spare time..   I did enjoy the <a title="Mandolin Luthiery — Making and playing the Mandolin" href="http://randomstringofwords.com/mandolin-luthiery/" target="_blank">Mandolin experiment</a> but the more I worked on it the more I realized that it wasn&#8217;t for me..  I think it&#8217;s a good augment skill, sort of like turning, but not as a mainstay.  Plus it&#8217;s really hard to be a maker of instruments, that you don&#8217;t play.  I have a nice mandolin and I plink around on it sometimes but I will never be a good mando player.   I don&#8217;t think I have the time or patience..</p>
<p>The thing that I took from the mandolin though is that I enjoy making something that is both meticulous in nature and functional.  With a mandolin (or any instrument) you have to pay very close attention to minor details or the instrument will sound bad.  I like that.  It speaks to my special form of brain damage, but what can you do.</p>
<p>So I was pondering what I wanted to do craft-hobby wise and I remember having a book on wooden clocks that has been on my shelf collecting dust for a couple years.  I started reading it (the first time I had actually cracked the book open) and realized that &#8220;hey I can totally do this.&#8221;   I started doing some research and came across two master craftsmen who are as inspirational as they come;  <a href="http://lisaboyer.com/Claytonsite/Claytonsite1.htm" target="_blank">Clayton Boyer</a> and <a href="http://www.woodthatworks.com/" target="_blank">David C. Roy</a>.</p>
<p>Clayton makes clocks that are both functional and beautiful.  He puts a lot of attention to detail in his creations and thus generates some amazing works.  Of all of his clocks I very much like the workings of his <a href="http://lisaboyer.com/Claytonsite/marblestrikepage1.htm" target="_blank">marble strike clock</a> <sup>2</sup> it&#8217;s mechanical and meticulous nature appeals to me.    Being able to make something like this is one of my ultimate goals. (<a href="http://www.youtube.com/watch?v=WTQ-oCj-Gf8&amp;feature=player_embedded" target="_blank">video</a>)</p>
<p>David makes breath-taking kinetic sculptures that are mesmerizing to behold.. His style really seems unique on the internet and his wood working skills are second to none.   All of his sculptures are extremely high quality and it&#8217;s clear to me that this is a labor of love for him, not just a day job.   His sculptures vary in style, size, scope and ability so it&#8217;s hard to boil them down to one I like best.. but if I were pressed I&#8217;d probably say I like his <a href="http://www.woodthatworks.com/kinetic-sculptures/shimmer/" target="_blank">shimmer sculpture</a> <sup>3</sup> the best primarily because it was the first one I saw that turned me on to the rest of his art, so that first stunned viewing has really stuck with me.. (<a href="http://www.youtube.com/watch?v=0iQO_UUjDqM&amp;feature=player_embedded" target="_blank">video</a>)</p>
<p>So armed with a book of clock plans, some plans I ordered from Clayton, and with the inspirational works of Clayton, David and my father too look at &#8212; I decided I want to make clocks with an ultimate goal of combining both the functionality of clocks with the raw artful beauty of kinetic sculptures.  If they can do it, so can I.</p>
<p>My wood working tool collection isn&#8217;t vast, but I had all the major pieces of hardware I would need to proceed except for a scroll saw.  I researched a bunch of different saws and found that as with anything you can spend a little or a lot of one of these things..  I went ahead and ordered what I felt was a nice one, a Dewalt 20&#8243; variable speed scroll saw.  Dewalt has always done right by me so I went for it.</p>
<p>I have never done any scroll saw work before so there was a bit of a learning curve but not too bad.. I printed out the <a href="http://wooden-clockworks.com/MLT-13.html" target="_blank">MLT-13 Clock</a> from the scrollsaw book I had, ordered and received some wood from woodcrafters and was off to the races..   The MLT-13 doesn&#8217;t seem overly complex as clocks go and I had the machine and plans before I got any of the plans from Clayton so I figured I&#8217;d start with it..</p>
<div id="attachment_1430" class="wp-caption alignleft" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/01/clockgears01.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1430 " title="Complete Escape and 3rd Wheel Cog" src="http://randomstringofwords.com/wp-content/uploads/2012/01/clockgears01-150x150.jpg" alt="Complete Escape and 3rd Wheel Cog" width="150" height="150" /></a><p class="wp-caption-text">Faster on the scroll saw</p></div>
<p>&nbsp;</p>
<p>The first gear I cut was the escape wheel and I did so on my bandsaw.  It was pretty rough and needed a lot of sanding and trimming in order to get it to look right.  Here you can see the second and EW finished being cut on the scroll saw once I received it.  It was much much easier to cut these things out on the scroll saw.</p>
<p>I tried using round blades for a while but I found they were really rough in their cut and it required a lot of time to sand and smooth the backs of gears to repair all the tear outs..  I have gone to using skiptooth blades for the bigger stuff and reverse tooth blades for the small fine work.</p>
<p>&nbsp;</p>
<div id="attachment_1437" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/02/clockgears06.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1437 " title="Gear Assembly and Light" src="http://randomstringofwords.com/wp-content/uploads/2012/02/clockgears06-150x150.jpg" alt="Gear Assembly and Light" width="150" height="150" /></a><p class="wp-caption-text">Gear Assembly and Light</p></div>
<p>It got to the point where I was basically going blind trying to see what it was I was doing..   My eyes aren&#8217;t what they used to be so I went ahead and purchased a magnifier / hobby light that I mounted to my work bench so that it would sit just above the saw..</p>
<p>The nice thing about this setup is that it both serves to magnify and light my work, as well as being eye protection.  I was concerned with vibration since that&#8217;s a heavy light and lens out on the end of a rather spindly arm, but the dewalt has virtually zero vibration so the light doesn&#8217;t move at all (except when I bump it which happens all the time..)</p>
<p>&nbsp;</p>
<div id="attachment_1442" class="wp-caption alignleft" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/02/clockgears14.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1442 " title="Gear Test Fit!" src="http://randomstringofwords.com/wp-content/uploads/2012/02/clockgears14-150x150.jpg" alt="Gear Test Fit!" width="150" height="150" /></a><p class="wp-caption-text">Gear Test Fit!</p></div>
<p>As of this picture you can see that I have all the major pieces cut out and am in the fitting process..  The only thing I have left to create at this point are the hands.</p>
<p>There is some minor binding between my gears that I need to work out, I foresee some serious time with sandpaper ahead of me, but even so they do turn nicely if not 100% smoothly.</p>
<p>&nbsp;</p>
<div id="attachment_1439" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/02/clockgears11.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1439 " title="Stain Color Choices" src="http://randomstringofwords.com/wp-content/uploads/2012/02/clockgears11-150x150.jpg" alt="Stain Color Choices" width="150" height="150" /></a><p class="wp-caption-text">Stain Color Choices</p></div>
<p>I have yet to get the pendulum, pallet and escape wheel assembly to actually ticking though.   I&#8217;m still in the process of getting the clutch working correctly..</p>
<p>The wife and I sat down and figured out the colors..  We are going to go for a walnut for the body pieces and a cherry for the gearing.  Not sure if I want to leave any of the gears &#8220;nude&#8221; or not.  Three colors might be a bit too much.</p>
<p>For my next trick, trying to capture the elusive tick!</p>
<p><strong>Update: 17 Feb 2012</strong></p>
<div id="attachment_1461" class="wp-caption alignleft" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/02/20120217-213343.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1461 " title="Recut Escape Wheel" src="http://randomstringofwords.com/wp-content/uploads/2012/02/20120217-213343-150x150.jpg" alt="Recut Escape Wheel" width="150" height="150" /></a><p class="wp-caption-text">Recut Escape Wheel</p></div>
<p>I am almost getting a constant tick!</p>
<p>Here you can see my recut escape wheel on the left compared to the old one on the right.  I spent two days recutting this thing making sure it was as good as I could make it.</p>
<p>I cut out the pinion and glued on (not showed in the picture) and remounted the new wheel.. it works much better.. even though the differences are minute, it makes a huge difference.</p>
<p>I had to do some shaping on the pallets and I need to resand them as they are rough which is one problem, but some of my other gears are binding a tiny bit which means no constant tick.. but I get 8 to 10 &#8220;ticks&#8221; out of it before it catches or stops.</p>
<p>I also don&#8217;t have enough weight hanging off the bottom so I need to address that.. but I&#8217;m really excited.. it&#8217;s so close!</p>
<p>&nbsp;</p>
<p><sup>1</sup> It&#8217;s interesting to note that neither &#8220;artsy&#8221; nor &#8220;craftsy&#8221; are words according to Merriam Webster, but <a href="http://www.merriam-webster.com/dictionary/artsy-craftsy" target="_blank">together they are a word</a>.. Weird.</p>
<div id="attachment_1449" class="wp-caption alignleft" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2012/02/Marble-Strike-by-Alain-Saintagne-1.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1449 " title="Marble Strike by Alain Saintagne" src="http://randomstringofwords.com/wp-content/uploads/2012/02/Marble-Strike-by-Alain-Saintagne-1-150x150.jpg" alt="Marble Strike by Alain Saintagne" width="150" height="150" /></a><p class="wp-caption-text">Marble Strike by Alain Saintagne</p></div>
<p><sup><br />
2</sup> A few words about <a href="http://lisaboyer.com/Claytonsite/marblestrikepage1.htm" target="_blank">Marble Strike by Clayton Boyer</a>:   There are a number of different iterations of this clock on the net if you look around.  All of them are cool and I would love to eventually make one of these.  To me, this clock has that almost dystopian steam punk futuristic quality to it that is just too cool.  It is easily my favorite clock of all of Claytons creations and I hope to prove to him that I am worth of purchasing the plans.</p>
<p>Check out this version by Alaine Saintagne of France.  Tell me that&#8217;s not cool as hell!  Well done Alaine!  I could stare at this clock all day.. It&#8217;s just a masterpiece..</p>
<p><sup><br />
3</sup> A few words about <a href="http://www.woodthatworks.com/kinetic-sculptures/shimmer/" target="_blank">Shimmer by David C. Roy</a>:  David has done a lot of different sculptures over the last 20+ years and the level of detail and precision he employs is nothing but impressive.  I like quite a few of his sculptures, some more than others but they are all very cool.   The thing that I like the most about shimmer though is how deceptively simple it is combined with how eye catching and even mesmerizing it is.   I wasn&#8217;t kidding when I said above that it was the first one I stumbled across and that initial viewing has really stuck with me..   Many of his other works are far more complex than this one, but to me the simplicity of this one is part of it&#8217;s beauty.   It&#8217;s really nothing more than a spring powered escape mechanism that powers a childs optical illusion rendered in wood.  Awesome!  Well done David.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/scroll-saw-and-mlt-13-wooden-clock/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>2011, Swtor, and iPad2</title>
		<link>http://randomstringofwords.com/2011-swtor-ipad2/</link>
		<comments>http://randomstringofwords.com/2011-swtor-ipad2/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 19:25:24 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[RandomStrings]]></category>

		<guid isPermaLink="false">http://randomstringofwords.com/?p=1422</guid>
		<description><![CDATA[I realize that it&#8217;s been a while since I posted to my blog and it&#8217;s something that I want to be better about in new year but it&#8217;s very difficult for me to get excited about anything that&#8217;s going on right now.   I find that I&#8217;m doing a lot of work for my company [...]]]></description>
			<content:encoded><![CDATA[<p>I realize that it&#8217;s been a while since I posted to my blog and it&#8217;s something that I want to be better about in new year but it&#8217;s very difficult for me to get excited about anything that&#8217;s going on right now.   I find that I&#8217;m doing a lot of work for my company and while I enjoy that it tends to keep me from doing many of my hobbies like blogging.  2011 has been a blizzard of activity and I&#8217;m sure it will only continue into the new year.</p>
<p>On that note; Happy New Year everyone..</p>
<p>I&#8217;m still very keen on creating my own custom blogging software as I posted previously and it&#8217;s something that I definitely am going to get around to but its slow going.  I&#8217;ve been working on it about an hour each night if the time is available.</p>
<p><span id="more-1422"></span></p>
<p>But, I have to admit I&#8217;ve been playing a lot of the new Star Wars game the Old Republic (the new massively multiplayer online awesomeness by Bioware) and it&#8217;s really quite a lot of fun. It has problems but it&#8217;s addicting and it&#8217;s new, if nothing else.  It&#8217;s not fantasy which is one of my biggest complaints about all the other games that are out there,  I was so fantasy-ed out that I&#8217;m glad I&#8217;m finally playing something that&#8217;s space related and futuristic.  To be honest, it&#8217;s actually quite good.   I have been filing bugs and and making suggestions and hopefully some of them will get listen to but honestly the game is pretty good straight out of the gate and should be a huge win for Bioware.  Blizzard should be concerned.</p>
<p>And also I wanted to talk briefly about Christmas, I got an iPad2 for Christmas I have to admit it&#8217;s the greatest piece of hardware I&#8217;ve ever had.. It&#8217;s actually a lot of fun. I kind of see it as just a toy right now but the more I play with it the more I can see myriads of useful business and social applications for it.  No matter what you say, it has a lot of potential and there&#8217;s a lot of really neat stuff you can do with it.   If I were to use  a single word to describe the iPad I would call it &#8220;clever&#8221;.</p>
<p>I&#8217;ve been digging around on the Internet and asking my friends about good apps for the iPad and two of them come immediately to the four as being awesome. One of them is called flipboard which basically turns all of your social media and websites and the Internet in general into a magazine that you can kind of peruse at your leasure and the other one is oddly enough, dragon dictation which does just what you&#8217;d expect;  you can just talk at your iPad and it translates everything you&#8217;re saying into text (which by the way is how I&#8217;m posting this now).  It&#8217;s not perfect the Dragon NaturallySpeaking solution though is better than any I&#8217;ve ever seen and so I can see a lot more postings coming in the future since now I can just talk to my blog.</p>
<p>It&#8217;s definitely not perfect I have to do a little bit of filtering and word replacements but I actually think it&#8217;s pretty damn good.   If anything my one complaint is that it&#8217;s pretty bad about punctuation.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/2011-swtor-ipad2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My own custom blogging software</title>
		<link>http://randomstringofwords.com/my-own-custom-blogging-software/</link>
		<comments>http://randomstringofwords.com/my-own-custom-blogging-software/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 21:18:43 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://randomstringofwords.com/?p=1276</guid>
		<description><![CDATA[Final Update:  Okay.. I owe a huge apology to the wordpress folks..  After doing a bunch of digging this isn&#8217;t a wordpress bug at all, but rather a server exploit that someone used to edit a good portion of the .php files on my site in order to inject their shitty obfuscated iframe crap.  There [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1417" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2011/11/iframe.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1417 " title="Example" src="http://randomstringofwords.com/wp-content/uploads/2011/11/iframe-150x150.jpg" alt="Example" width="150" height="150" /></a><p class="wp-caption-text">Click for Example</p></div>
<p>Final Update:  Okay.. I owe a huge apology to the wordpress folks..  After doing a bunch of digging this isn&#8217;t a wordpress bug at all, but rather a server exploit that someone used to edit a good portion of the .php files on my site in order to inject their shitty obfuscated iframe crap.  There were files that were edited completely outside the realm of wordpress, on my server that the wordpress user didn&#8217;t even have access too.. So wordpress is completely off the hook!  Sorry guys.</p>
<p>Now having said that I&#8217;m still planning on making my own blogging software for funsies.. but I am not feeling as much pressure now since I now know how to purge the iframes off and wordpress isn&#8217;t to blame.</p>
<p>&nbsp;</p>
<p><em>Update: Click the image to the right to see the highlighted code that got injected into the site tonight.. I have no clue how it got in there and am actively taking steps to figure it out.. it&#8217;s magically there one second then a refresh shows its gone..   I have tested my codebase thoroughly and I can&#8217;t find it anywhere, nor can I find it in any of the javascript that is being called..  Either way,  Please don&#8217;t install or run anything that you download from my site.  Note: I&#8217;m deactivating all extra plugins for the time being until I figure out whats causing this.</em></p>
<p>As many of you know, I am very much my own special kind of nerd.  I enjoy doing many a&#8217;geeky thing that others wouldn&#8217;t even dream of.  To be honest, I think all software engineers have to be a bit brain damaged just to do their job.  Recently my own affliction has been leading me down the path of writing my own blogging and content management system.</p>
<p><span id="more-1276"></span></p>
<p>I have used a lot of different packages over the years from full on CMS systems like Joomla and Mambo to more specific blogging solutions like WordPress and Blogger..  They all have their good points and their bad points..  I have stuck with wordpress the longest as it most fit my need, but the more I dig into programming for wordpress the more I hate it..  I really think that wordpress needs to be rewritten from the ground up, but that&#8217;s a post for a different thread..</p>
<p>Long story short, I have decided to begin work on my very own blogging and content management system that is fully featured and professionally developed.    My ultimate goal is to make it a fully featured suite of tools that folks can install and use for their own site that has a very low bar to entry.    It should be easy to install and work seamlessly out of the box..etc..</p>
<p>The main reason lately that this has become an issue is that I&#8217;m tired of having folks hack/inject code into my headers and footers.   I have done everything I know to do to harden my wordpress install, yet I am still constantly fighting random crap showing up in the various theme files on the site.</p>
<p>I hate it!</p>
<p>It&#8217;s frustrating and not fun.  More over, if they have the ability to do that then they have the ability to inject all manner of malicious code..</p>
<p>So with that I&#8217;m going to begin designing and building something that can do all the work I need and take all the stuff already done (all of my wordpress blog) and convert it.. etc..</p>
<p>Gonna be a lot of work.. design will be huge, but should be good in the long run if for no other reason than something fun to do..  yes.. I see this as fun..</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/my-own-custom-blogging-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t buy anything from Ubisoft&#8230;</title>
		<link>http://randomstringofwords.com/dont-buy-anything-from-ubisoft/</link>
		<comments>http://randomstringofwords.com/dont-buy-anything-from-ubisoft/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 13:34:54 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Rants!]]></category>
		<category><![CDATA[BS]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[ubisoft]]></category>

		<guid isPermaLink="false">http://randomstringofwords.com/?p=1402</guid>
		<description><![CDATA[If you buy just about any product and have an issue with that product, you have a reasonable expectation of being able to take that product back and get a replacement.  Example;  Buy a TV and it doesn&#8217;t work, you return it and get a new one.. Or return it and get your money back. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1403" title="ubisoft-no" src="http://randomstringofwords.com/wp-content/uploads/2011/08/ubisoft-no.jpg" alt="" width="150" height="129" />If you buy just about any product and have an issue with that product, you have a reasonable expectation of being able to take that product back and get a replacement.  Example;  Buy a TV and it doesn&#8217;t work, you return it and get a new one.. Or return it and get your money back.  That new shirt not fit quite right?  Take it back..</p>
<p>Not with software.  With software once purchased you&#8217;re stuck with it.   There is typically a very strict &#8220;no return&#8221; policy, and this sucks.  It&#8217;s to the point now where most stores wont even take back unopened software.  Once the transaction is done, its done.</p>
<p>So if you get that software home and it just plain doesn&#8217;t work, you&#8217;re hosed.  You&#8217;re just out that money, and you have absolutely zero recourse other than to not purchase that companies software any more.  That&#8217;s where I&#8217;m at with Ubisoft.</p>
<p><span id="more-1402"></span></p>
<p>The reasoning for having zero recourse, and the reasoning you can&#8217;t return software is very simple;  Software piracy.   If you buy a TV at Walmart you can&#8217;t take it home and clone it.   But you can with software, so the industry as a whole assumes that everyone is out to clone their software because we are all dishonest, thus this &#8216;no-return&#8217; shenanigans goes on in the name of loss prevention.</p>
<p>I mean seriously, this is a whole industry that thinks and treats their customers as crooks..   What other industry blatantly dislikes and mistrusts their own customers this much?</p>
<p>The problem is that major software companies like Ubisoft bank on the fact that you can&#8217;t return their shit, so they are more than happy to churn out crappy product after crappy product.   More over, since they know you have no recourse they don&#8217;t bother to provide any form of support for those crappy products.    So this is <a title="Ubisoft and their DRM" href="http://randomstringofwords.com/ubisoft-and-their-drm/">yet another example</a> of the software industry screwing the honest consumer.</p>
<p>I purchased Silent Hunter 5 in the hopes of being able to play it, and it doesn&#8217;t work.  It crashes every time I run it.  I have installed/reinstalled it a number of times and have followed all the instructions I can find.  I have updated all drivers on my system to include bios and mobo drivers and still have the exact same issue.  No other game has this issue except this one.</p>
<p>It still doesn&#8217;t work.</p>
<p>I have posted on the Ubisoft support forums and have gotten zero responses.  I submitted a ticket to Ubisoft about the issue only to have a canned response telling me that my drivers were out of date&#8230; which they aren&#8217;t.</p>
<p>I honestly and in good faith purchased this product to play it, and for whatever reason it doesn&#8217;t work.  As a customer I believe I have a reasonable expectation of getting support for this product, but apparently that&#8217;s not the case as zero support has been forthcoming.</p>
<p>So, I should be allowed to return it.   But I can&#8217;t and they know it, and this pisses me off.   I&#8217;m just stuck with this dead piece of software.</p>
<p>So now my only recourse is to simply never buy anything Ubisoft again.  First you call me a crook by forcing me to use your <a title="Ubisoft and their DRM" href="http://randomstringofwords.com/ubisoft-and-their-drm/">shitty DRM</a>, and now you call me a crook by refusing to let me return a product that is clearly broken all because you think I&#8217;m a pirate.</p>
<p>See.. the irony is, you guys hate your customers so much and fear software piracy so much that you have gone to such extraordinary lengths to stop it only to have succeeded in creating the very environment in which it&#8217;s acceptable by even the most honest person..</p>
<p>You obviously hate your honest consumers, well I hate you back.  Fuck you Ubisoft, your dead to me.</p>
<p>I will never buy another Ubisoft product.  You shouldn&#8217;t either.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/dont-buy-anything-from-ubisoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe software subscriptions &#8212; Missed it by &#8220;that much&#8221;!</title>
		<link>http://randomstringofwords.com/adobe-software-subscriptions-missed-it-by-that-much/</link>
		<comments>http://randomstringofwords.com/adobe-software-subscriptions-missed-it-by-that-much/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 13:53:10 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[RandomStrings]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://randomstringofwords.com/?p=1391</guid>
		<description><![CDATA[I&#8217;m pretty strong supporter of Adobe products or at least I think I must be because I have purchased Adobe Photoshop, Adobe Premiere and Adobe After Effects as well as upgrading each many times.  I&#8217;m on my 4th or 5th iteration of photoshop at this point and after some quick and dirty math  I think [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-1394" title="" src="http://randomstringofwords.com/wp-content/uploads/2011/08/adobe-logo-150x150.png" alt="" width="150" height="150" />I&#8217;m pretty strong supporter of Adobe products or at least I think I must be because I have purchased Adobe Photoshop, Adobe Premiere and Adobe After Effects as well as upgrading each many times.  I&#8217;m on my 4th or 5th iteration of photoshop at this point and after some quick and dirty math  I think Adobe has gotten well over $5000 of my hard earned money over the years.  These are all for my own personal use and because as a software engineer I think <a title="Software Piracy" href="http://randomstringofwords.com/software-piracy/">software piracy is just wrong</a>.  Even so that still hurts a tad.</p>
<p>Recently Adobe announced that they would be offering their software at rental subscription prices and I was excited!   What a great idea!!  But did they do it right?  I don&#8217;t think so.. but they are so close!</p>
<p><span id="more-1391"></span></p>
<p>Lets take Adobe Flash Professional as an example of whats going on, and their likely reasons behind it;  If you purchase the full version it costs $799 and the simple fact of the matter is, most individuals wont want to pay that kind of money for a piece of software.  So really the only purchasers of their code were companies that could easily absorb that cost (or the rare individual like myself that is willing to pay).   At $799 even &#8220;honest joe&#8221; will pirate the software if he really wants it.</p>
<p>At that price point they have completely alienated the casual user.   More over that price point only serves to encourage the casual user to pirate the software because its not even remotely affordable.  I&#8217;m not saying its right to pirate by any stretch, but I am saying that even an honest person can rationalize doing so when the price point is so far out of their reach.   Many would say eight hundred or eight million, it makes no matter so screw it.</p>
<p>More over, most software companies look at each pirated copy of their software as lost revenue, thus as a general rule they resort to raising the price even higher so that the companies that do make the purchase help to recoup costs and offset the fact that the software is pirated so much.. causing a vicious cycle.  <a href="http://randomstringofwords.com/ubisoft-and-their-drm/">Ubisoft is very guilty of this</a>..</p>
<p>So the question becomes, how do you get the casual user?   What is the price point most people are willing to throw at a piece of software?  And in the subscription model;  How much are people willing to spend monthly on something?</p>
<p>Lowering the cost of the software to something the casual user would be able to afford simply isn&#8217;t the answer because then suddenly they lose all the money they were getting when companies were purchasing the software.  So even though it sure would be nice to get Adobe Flash Professional for $50.. it wont happen..heh</p>
<p>So the subscription model really does seem like a good option as it allows those who have the money to purchase the full software to do so, and those who want to try the software out or to keep an active subscription to do so without breaking the bank.</p>
<p>But here is where they are missing a huge opportunity that most MMO game creators have already figured out..  Something I like to refer to as the 10% rule or the 90/10 rule (maybe related to the <a href="http://en.wikipedia.org/wiki/Pareto_principle" target="_blank">Pareto Principle</a>?).</p>
<p>And that is simply, if you set the monthly subscription rate at the correct price point a vast majority of people wont bother to ever cancel it because it&#8217;s beneath their notice.    According to my sources inside, Blizzard has about 10% of their accounts that remain open and paid for, but they are never played simply because the monthly fee is low enough that it&#8217;s below the radar of the consumer.</p>
<p>I really do think that the subscription model is the future of software publishing and purchasing, but I really believe Adobe has missed the mark a tad by setting the price point too high.</p>
<p>In my humble opinion Adobe is a few dollars away from a goldmine..  If they were to set the price point for their new subscription model to $15 with a year contract or $25 (at most!) without, most people would never bother to cancel the subscription.   Then maybe they could also offer a $35 rent to own model or even a variable &#8220;choose your own rate&#8221; rent to own model as I&#8217;m sure there are folks who&#8217;d want that too..   But the current $49 month to month is just too high as the first month they don&#8217;t use it, they&#8217;ll notice and cancel it.</p>
<p>Even so I salute you Adobe for bringing your awesome software to the casual users again.. Thanks for that.   Now if you don&#8217;t mind I&#8217;m gonna go buy Flash Professional.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/adobe-software-subscriptions-missed-it-by-that-much/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mandolin Luthiery &#8212; Making and playing the Mandolin</title>
		<link>http://randomstringofwords.com/mandolin-luthiery/</link>
		<comments>http://randomstringofwords.com/mandolin-luthiery/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 23:54:20 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Luthiery]]></category>
		<category><![CDATA[Mandolin]]></category>
		<category><![CDATA[luthiery]]></category>
		<category><![CDATA[mandolin]]></category>

		<guid isPermaLink="false">http://randomstringofwords.com/?p=1378</guid>
		<description><![CDATA[I have always enjoyed wood working and have done a bit of wood turning in my time.   And as I have mentioned before (more than once), I have always wanted to play an instrument of some kind..   Recently it occurred to me that there was no reason I couldn&#8217;t combine these two activities.. To that [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1379" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2011/07/mandolin101.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1379 " title="Ibanez Mandolin" src="http://randomstringofwords.com/wp-content/uploads/2011/07/mandolin101-150x150.jpg" alt="Ibanez Mandolin" width="150" height="150" /></a><p class="wp-caption-text">Ibanez Mandolin</p></div>
<p>I have always enjoyed wood working and have done a bit of <a href="http://randomstringofwords.com/category/randomstrings/hobbies/wood-turning/">wood turning</a> in my time.   And as I have <a title="I can play the radio…" href="http://randomstringofwords.com/play-the-radio/">mentioned before</a> (<a title="Play the radio 2" href="http://randomstringofwords.com/play-the-radio-2/">more than once</a>), I have always wanted to play an instrument of some kind..   Recently it occurred to me that there was no reason I couldn&#8217;t combine these two activities..</p>
<p>To that end, I decided to try my hand at becoming a hobby luthier (a maker of stringed instruments) and make myself something to play..    I went back and forth considering all the options and decided that for my first instrument I&#8217;d like to make a Mandolin.  ( Dulcimer was a close second and I&#8217;ll likely make one of those in the future, as well as making a Viola if I can manage to do this with any proficiency.  )</p>
<p><span id="more-1378"></span></p>
<p>So with that I purchased an inexpensive <a href="http://www.ibanez.com/AcousticGuitars/model-M510DVS" target="_blank">Ibanez Mandolin</a> just to have an instrument to start learning on and use as a guide..  Since I have no experience what so ever, this instrument is what I will use to learn on and as a guide for what my instrument should sound like..  This wasn&#8217;t a very expensive instrument, and it sounds fine to me.   I&#8217;m sure the really expensive / nice mandolins that are out there sound better but at this point I simply don&#8217;t know the difference..   My end goal at this point is to make my home made mandolins sound as good as this one &#8212; better would be nice, but I just am not sure what that means yet.</p>
<p>This will be a hobby activity for me and I&#8217;ll very likely want to make more than one Mandolin, but first I need to attempt to make something that&#8217;s reasonably close just as a learning exercise.   Not the &#8220;finished&#8221; product by any stretch but rather the first &#8220;rough draft&#8221; instrument that I can screw up on without fear of anything lost other than my time..</p>
<div id="attachment_1380" class="wp-caption alignleft" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2011/07/mandolin103.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1380 " title="Bluegrass Mandolin Construction Manual" src="http://randomstringofwords.com/wp-content/uploads/2011/07/mandolin103-150x150.jpg" alt="Bluegrass Mandolin Construction Manual" width="150" height="150" /></a><p class="wp-caption-text">Bluegrass Mandolin Construction Manual</p></div>
<p>I fished around on the internet for reading / instructional material as well as any kits and came across a very good book put out by <a href="http://www.siminoff.net/pages/siminoff_books.html" target="_blank">Roger Siminoff</a> (a man with &#8220;a little bit of experience&#8221; on the issue having been doing this forever) on the construction of an f-type <a href="http://parts.siminoff.net/the-ultimate-bluegrass-mandolin-construction-manual.aspx" target="_blank">bluegrass mandolin</a>.  An excellent manual that basically walks you through the entire process one page at a time, complete with plans!   It&#8217;s a good purchase and I can highly recommend it..</p>
<p>Roger offers a really nice kit that seems to go with his book, but it costs over $500 and I just didn&#8217;t think that would be a good beginners project.  So I settled on getting an inexpensive <a href="http://www.google.com/search?um=1&amp;hl=en&amp;rlz=1C1CHFX_enUS431US431&amp;biw=1459&amp;bih=939&amp;q=Saga%20AM-10%20A-Model%20Mandolin%20Kit&amp;gs_sm=e&amp;gs_upl=9714l9714l0l10062l1l1l0l0l0l0l78l78l1l1&amp;ie=UTF-8&amp;tbo=u&amp;tbm=shop&amp;source=og&amp;sa=N&amp;tab=if" target="_blank">Saga AM10 Mandolin Kit</a> to experiment on which I got off ebay for less than $90..</p>
<div id="attachment_1381" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2011/07/mandolin0011.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1381 " title="Mandolin in Fixture" src="http://randomstringofwords.com/wp-content/uploads/2011/07/mandolin0011-150x150.jpg" alt="Mandolin in Fixture" width="150" height="150" /></a><p class="wp-caption-text">Mandolin in Fixture</p></div>
<p>As kit&#8217;s go, I&#8217;d say this one is extremely rough, to the point of being bad, as very few of the parts matched up, even a little..  The instructions that came with it were meager at best, and very poor in most cases..  The strings it came with are worthless (the e string broke trying to bring it up to tension, I didn&#8217;t even get it close to tuned and it popped)..  The back didn&#8217;t fit the body at all, being undersized compared to the top and required a heck of a lot of work.. The neck didn&#8217;t fit the main body at all, again a lot of work..etc..</p>
<div id="attachment_1382" class="wp-caption alignleft" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2011/07/mandolin0021.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1382 " title="Bottomless Mandolin" src="http://randomstringofwords.com/wp-content/uploads/2011/07/mandolin0021-e1311459220144-150x112.jpg" alt="Bottomless Mandolin" width="150" height="112" /></a><p class="wp-caption-text">Bottomless Mandolin</p></div>
<p>I think a beginner woodworker would have had a very difficult time with this kit to be honest.. I have a lot of tools, experience and time with wood so it wasn&#8217;t too bad for me but even so I had to make a bunch of jigs and fixtures in order to get things to line up and work correctly.   But even with my best effort just due to how it was cut my neck isn&#8217;t correctly centered on the soundboard which will make stringing it interesting..   The tail piece is half an inch off center unfortunately which means the bridge is off center..etc..  I have no idea how that is going to affect the sound of the instrument but in all likelihood it won&#8217;t do it justice.</p>
<p>All things considered though, I&#8217;m actually happy with my results so far..  It&#8217;s taken me just shy of 3 weeks to get it all worked up and to the point of getting strings on it.  (Mostly working on the weekends and an hour or two in the evenings during the week when I could..</p>
<div id="attachment_1384" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2011/07/mandolin003.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1384 " title="One string Mandolin" src="http://randomstringofwords.com/wp-content/uploads/2011/07/mandolin003-150x150.jpg" alt="One string Mandolin" width="150" height="150" /></a><p class="wp-caption-text">One string Mandolin</p></div>
<p>Today I added the very first string to the instrument and tuned it up just to see what it sounded like..  Shockingly it sounded like a D!  The instrument didn&#8217;t have any kind of odd barks or vibrations though it does sound slightly different than the Ibanez I purchased above.</p>
<p>I have added 4 other strings to it at this point and the difference in the sound is still there, but I simply am not articulate enough with sound and instrument theory to describe to you the difference.. it&#8217;s just slightly different.. Not better, not worse.. different.</p>
<p>Even so, I&#8217;m pretty happy so far with how things are going.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/mandolin-luthiery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Game Review: Frozen Synapse</title>
		<link>http://randomstringofwords.com/game-review-frozen-synapse/</link>
		<comments>http://randomstringofwords.com/game-review-frozen-synapse/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 02:23:13 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[independent]]></category>

		<guid isPermaLink="false">http://randomstringofwords.com/?p=1373</guid>
		<description><![CDATA[I have always been a huge fan of the turn based tactical isometric games such as Jagged Alliance, JA2, Xcom..etc..  For whatever reason that style of meticulous gameplay always appealed to me, but I had always assumed I was alone in my passion because those games never seemed to last very long in favor of [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1374" class="wp-caption alignright" style="width: 160px"><a href="http://randomstringofwords.com/wp-content/uploads/2011/07/frozensynapse.jpg" rel="lightbox"><img class="size-thumbnail wp-image-1374 " title="Frozen Synapse" src="http://randomstringofwords.com/wp-content/uploads/2011/07/frozensynapse-150x150.jpg" alt="Frozen Synapse" width="150" height="150" /></a><p class="wp-caption-text">Frozen Synapse</p></div>
<p>I have always been a huge fan of the turn based tactical isometric games such as Jagged Alliance, JA2, Xcom..etc..  For whatever reason that style of meticulous gameplay always appealed to me, but I had always assumed I was alone in my passion because those games never seemed to last very long in favor of first person shooters or real time strategy games..etc..</p>
<p>In fact, the industry as a whole has completely moved away from turn based game play, which I find to be a shame. Well thank god there are awesome independent developers around to fill the void!</p>
<p><span id="more-1373"></span></p>
<p>Frozen Synapse is just the turn based top down tactical game that I have been craving for years.  It has a wonderfully fun and even somewhat dark sense of humor and most importantly, awesome gameplay.</p>
<p>There is nothing better than a game with deceptively simple gameplay that provides hours and hours of fun because it&#8217;s extremely challenging to master..</p>
<p>Plus it&#8217;s multiplayer!!  How awesome is that?!</p>
<p>I can&#8217;t tell you the number of times I said that XCom needed to be multiplayer so that I could play against my friends.. And sure as heck they did it here..</p>
<p>The interface is a little confusing at first, as it takes some time to understand what all the different commands do..  Plus as a whole the interface is kinda weak, but other than that I think this is an excellent game.</p>
<p>I wish I could give each character more than the one weapon, but I understand why they did things the way they did and so I wont ding them on that.. All in all I think it&#8217;s a very good game guys.. well done.</p>
<p>4.5 out of 5 losing that half for some interface suckery..   Still, if you know me.. 4.5 is an awesome score.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/game-review-frozen-synapse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

