<?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>Shannon Larratt is Zentastic</title>
	<atom:link href="http://www.zentastic.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zentastic.com/blog</link>
	<description>I can scarcely move or draw my breath // Let me, let me freeze again to death</description>
	<lastBuildDate>Wed, 01 Feb 2012 04:03:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My blog to book software</title>
		<link>http://www.zentastic.com/blog/2012/01/31/my-blog-to-book-software/</link>
		<comments>http://www.zentastic.com/blog/2012/01/31/my-blog-to-book-software/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 04:03:36 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=12011</guid>
		<description><![CDATA[That stupid CBT talk-about-it pain group I got myself involved with in the hospital is a real downer. It&#8217;s really pretty negative for me, I don&#8217;t like having to think about pain all the time and I just dread the days I&#8217;m supposed to go, and have &#8220;skipped class&#8221; a couple of times because I [...]]]></description>
			<content:encoded><![CDATA[<p>That stupid CBT talk-about-it pain group I got myself involved with in the hospital is a real downer. It&#8217;s really pretty negative for me, I don&#8217;t like having to think about pain all the time and I just dread the days I&#8217;m supposed to go, and have &#8220;skipped class&#8221; a couple of times because I just dread it so much. I just don&#8217;t think it&#8217;s healthy. Better to get on with what life you have left, at least if you&#8217;re like me and your pain isn&#8217;t psychiatric in nature. So I&#8217;ve been programming like nuts to try and keep my mind off unpleasant things. On that note&#8230;</p>
<p>There are a few commercial services out there that aim to print your blog for you into book form, but because my blog is so large and some of the formatting is problematic, none of them were able to do what I wanted. So, with the aid of <a href="www.princexml.com/">Prince</a> to do the final stage of printing (I can&#8217;t recommend this tool enough), plus a couple thousand lines of custom XML parsing code by yours truly, I have a tool that does a beautiful job of converting large blogs into book form, with complete formatting. It does the obvious stuff like turn links into footnotes, but it has some sneaky tricks up its sleeve as well like grabbing thumbnails for embedded videos and reformatting a variety of oldschool-HTML tables, which was important for me since a lot of my entries are old and imported from IAM when you had to do that sort of thing from time to time. Oh, and it has fancy comment inclusion ability as well but after a lot of waffling, I decided not to include comments in this printout.</p>
<p>Anyway, I&#8217;ll post more in a couple weeks when I get back the 2011 yearbook that I just ordered (about $60 for a hardcover 236 page letter-size full-color book seemed pretty reasonable), but until then let me really quickly post some screengrabs of the production PDF file:</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/book1.jpg" alt="" title="book1" width="600" height="420" class="alignnone size-full wp-image-12012" /></p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/book2.jpg" alt="" title="book2" width="600" height="420" class="alignnone size-full wp-image-12013" /></p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/book3.jpg" alt="" title="book3" width="600" height="420" class="alignnone size-full wp-image-12014" /></p>
<p>My tool is WordPress specific, as it works with the XML export dumps, and for now, it&#8217;s pretty specific to my blog. Might be most helpful for me to share the custom CSS files I wrote, since they actually do a significant percentage of the work &#8212; much of the parsing and cleaning of entries could be done by hand on anything but the largest blogs (which unfortunately includes Zentastic, with thousands of entries). I&#8217;m happy to share it and/or the source code if someone wants it, but while it could be useful to others developing XML parsers, specifically for print conversion, I doubt it would be easy to make it work on any old blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/31/my-blog-to-book-software/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ZenCBR &#8211; Comic Book Archive Maintenance Utility</title>
		<link>http://www.zentastic.com/blog/2012/01/30/zencbr-comic-book-archive-maintenance-utility/</link>
		<comments>http://www.zentastic.com/blog/2012/01/30/zencbr-comic-book-archive-maintenance-utility/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 01:09:19 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=12001</guid>
		<description><![CDATA[ZenCBR is a program that I wrote for maintaining large collections of comic books, with an eye to dealing with some of the issues that come from downloading them online. It&#8217;s main functions involve cleaning up the names of the files, finding doubles, making sure the file type is correct, removing references to scanning groups, [...]]]></description>
			<content:encoded><![CDATA[<p>ZenCBR is a program that I wrote for maintaining large collections of comic books, with an eye to dealing with some of the issues that come from downloading them online. It&#8217;s main functions involve cleaning up the names of the files, finding doubles, making sure the file type is correct, removing references to scanning groups, and so on. It is not a viewer. It is a maintenance utility. I have tested it under 64-bit Windows 7 since that&#8217;s what I use, but it should run fine under any version of Windows from Windows 95 onward.</p>
<p>I will update this post if the software is updated. I&#8217;ve tested it extensively and it seems bug-free and stable, but please feel free to contact me with bug reports and feature requests. Contacting me via the forum of this post is my preference but you can email me as well if you want.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zencbr-screenshot.jpg" alt="" title="zencbr-screenshot" width="600" height="336" class="alignnone size-full wp-image-12005" /></p>
<hr size=1>
<b>**Installation and use**</b></p>
<p><tt>DOWNLOAD: <a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zencbr-1-000.rar">http://www.zentastic.com/blog/wp-content/uploads/2012/01/zencbr-1-000.rar</a><br />
ARCHIVE AND EXE FILE SIZE: 57,007 bytes and 132,608 bytes (it's tiny!)<br />
VERSION AND COMPILE TIME: 1.0.0.0 30/01/2012</tt></p>
<p>To install the program, just download the zip file and uncompress it somewhere. It could be on your desktop, or &#8220;C:\zencbr\&#8221;, or anywhere else. It doesn&#8217;t really matter. The two text files should be placed in the same directory as the main executable, and when you run the program it will create one more file that it uses to remember your working directory between sessions.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zencbr-icon.jpg" alt="" title="zencbr-icon" width="64" height="62" class="alignnone size-full wp-image-12004" /></p>
<p>ZenCBR is a command line tool that should in theory be run from the directory you&#8217;re processing comics in. That is, ZenCBR should be stored in its own directory (for example C:\ZenCBR\zencbr.exe) but when you run it, you should be in your comics directory. For example, you might change directory &#8212; &#8220;cd \comics\new&#8221; &#8212; and then run the program &#8212; &#8220;c:\zencbr\zencbr&#8221;. Alternately, if you&#8217;re not a command-line person, you can run the program simply by clicking its icon, and you can change the directory you&#8217;re working in by pressing &#8220;N&#8221; to navigate elsewhere. It will remember this for next time and start in that same directory.</p>
<p>Because it runs in text mode, it may seem threatening at first, but it&#8217;s really very very easy to use. The best way to teach yourself is to make a backup copy of some of your comic files and experiment on them to see how the program works. Once you&#8217;ve tried it a couple times it should be quite self explanatory. Feel free to ask questions here as well, or by email, although you&#8217;re more likely to get a quick answer here, and you can bet that if you are wondering it someone else is too.</p>
<hr size=1>
<b>**Commands**</b></p>
<p><i>Note that unless otherwise noted, all of these commands are executed on files in the current directory as well as all subdirectories in the current directory (and recursively inside them as well). So you can run this on your entire collection at once if you&#8217;d like. All the commands generate verbose output and tell you what they are doing, and ask for input when required, and terminate and explain why when they hit error conditions.</i></p>
<p><b>D &#8211; Find Doubles</b></p>
<p>You may find that you have multiple copies of comics. For example &#8220;comic 1.cbr&#8221; and &#8220;comic 01.cbr&#8221; and &#8220;comic 1 (scanned by joe).cbr&#8221; might all have the same content. This function attempts to find such doubles. When it finds a set of files that it thinks are duplicates it gives you a list of them, along with their filesize (perhaps you&#8217;d like to choose the higest quality version). You can either select the one to keep (the others are deleted) or skip and keep them all.</p>
<p><b>C &#8211; Clean Names</b></p>
<p>This function attempts to &#8220;pretty up&#8221; the names of files and directories. For starters, it converts all underscores to spaces. It also attempts to fix a wide range of minor typographical issues to improve readability, including removing double spaces and trailing spaces, hash characters, standardizing brackets and correcting their spacing, fixing lost apostrophes, and correcting spacing around &#8220;x of y&#8221; numerical phrases.</p>
<p><b>T &#8211; Fix CBR/Z type</b></p>
<p>A CBR type file is essentially just a standard archive (RAR, ZIP, etc.) that has been renamed to identify it as a comic book archive, which contains a bunch of image files (usually JPGs) of the individual pages of the comic book. The third letter in the extension specifies the type of archive used. For example, CBR means it&#8217;s actually a renamed RAR file, and CBZ means it&#8217;s actually a renamed ZIP file. There are other formats sometimes supported but they are extremely rare and are basically never used for distribution. That said, you would be amazed how many times I have seen a CBR file that is actually a ZIP, or a CBZ that is actually a RAR. Many viewer programs don&#8217;t care, but some will crash when faced with this or erroneously tell you that the file is corrupted. This command goes through your files and makes sure that the extension matches the actual archive file type. If it doesn&#8217;t, the file is renamed.</p>
<p><b>G &#8211; Remove groups</b></p>
<p>Often downloaded files will contain the name of the group that did the scanning. If you&#8217;re choosing to download files that have been scanned by others rather than repeating the work and scanning your own comics (since of course you would never download anything you don&#8217;t own), you will be left with files that say stuff like &#8220;(Minutemen-DCP)&#8221; at the end. This function removes the scanning group names. While ZenCBR does come with some training already done, you will need to train the program. When it comes across a term or name that it doesn&#8217;t know, it will ask you whether it is a group or if it should be ignored. If you tell it that it&#8217;s a group name, it will remove it, and will also remove it any time it sees it in the future. If you tell it to ignore it, it will leave it in place and do the same in the future. If you&#8217;re unsure, you can skip it &#8220;for today&#8221;, meaning that it will ignore it for the rest of this session, but if you run it again, you&#8217;ll be reasked. There is an option to run this command in &#8220;quick mode&#8221;, which skips all questions &#8212; if it doesn&#8217;t know a term, it just ignores it. Only known groups are processed. Be careful because there is no &#8220;undo&#8221; on this command. If you make a mistake, you can break out and edit the dictionary files. Their location is displayed when you start the program. They are plain text files that can be edited in notepad or similar programs.</p>
<p><b>R &#8211; Renumber</b></p>
<p>This command attempts to clean up the numbering schemes so they match. For example, if you have &#8220;comic issue 1.cbr&#8221; and &#8220;comic issue 02.cbr&#8221;, they may sort incorrectly because of the different number format. This program would rename the first file &#8220;comic issue 01.cbr&#8221; so they are consistent. The length of the number (with 0-padding) is determined by finding the longest one in use, and also by checking the &#8220;of #&#8221; phrase if there is one. For example &#8220;comic 3 of 100&#8243; would be renamed &#8220;comic 003 of 100&#8243; because ZenCBR knows that eventually it will need three digits. The &#8220;of&#8221; phrase however gets shortened so there is no 0-padding since it&#8217;s not needed there.</p>
<p><b>S &#8211; Sort to Subs</b></p>
<p>This special command, which not everyone will find use for, is the only one that is not recursive. This command is used when you have a large collection of files in a single directory that are of different series (ie. a bunch of Batman, some Superman, whatever). The program does its best to guess the name of the comic series, creates a directory, and moves all the relevant files into that new directory. Please note that it&#8217;s not perfect, so you will definitely need to go through and correct some of the directory names, but it will still save you lots of time.</p>
<p><i>Finally, to quit, just press either Q or escape from the main menu. You can also press CTRL+BREAK or close the window at any time.</i></p>
<hr size=1>
<b>**Open-Source**</b></p>
<p>This program was written in PowerBasic Console Compile Version 6.0 which you can purchase at <a href="http://www.powerbasic.com/">PowerBasic.com</a> and is highly recommended, as are their other compilers. You can download the source code and icon file at this link: <a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zencbr-1-000-source.rar">http://www.zentastic.com/blog/wp-content/uploads/2012/01/zencbr-1-000-source.rar</a> (archive size 20,679 bytes).</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zencbr-icon.jpg" alt="" title="zencbr-icon" width="64" height="62" class="alignnone size-full wp-image-12004" /></p>
<p>Finally, please note that this is freeware by me, Shannon Larratt, and is provided with no warranty or guarantees of any kind. Use at your own risk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/30/zencbr-comic-book-archive-maintenance-utility/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Krocodile thoughts</title>
		<link>http://www.zentastic.com/blog/2012/01/29/krocodile-thoughts/</link>
		<comments>http://www.zentastic.com/blog/2012/01/29/krocodile-thoughts/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 02:06:14 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11991</guid>
		<description><![CDATA[Thanks a lot Dreamhost for a day of downtime. Greaaaaaat service. I can&#8217;t imagine how many customers they lost today. If anyone wants to suggest a cheap and easy and painfree host for my WordPress blogs, I&#8217;m listening. Anyway, I recently got the following email which introduced me to yet another grotesque corner of the [...]]]></description>
			<content:encoded><![CDATA[<p><b>Thanks a lot Dreamhost for a day of downtime.</b> <i>Greaaaaaat service.</i> I can&#8217;t imagine how many customers they lost today. If anyone wants to suggest a cheap and easy and painfree host for my WordPress blogs, I&#8217;m listening. Anyway, I recently got the following email which introduced me to yet another grotesque corner of the net:</p>
<blockquote><p><tt>Subject: curious if you've heard about krokodil</p>
<p>and if you havent please dont look it up while eating,  not sure why but when i heard about this i wondered if you had also</tt></p></blockquote>
<p>I actually hadn&#8217;t heard of it until this email so curiosity made me bite. There&#8217;s an article in The Independent called <a href="http://www.independent.co.uk/news/world/europe/krokodil-the-drug-that-eats-junkies-2300787.html">Krokodil: The drug that eats junkies</a> and of course <a href="http://en.wikipedia.org/wiki/Desomorphine">the Desomorphine Wikipedia entry</a> has an introduction, but basically Krokodil is an inexpensive street drug that approximates the chemical structure of heroin by processing over-the-counter Codeine pills with iodine and red phosphorus. Unfortunately no effort is made to purify the drug, so you&#8217;re not only getting desomorphine (which isn&#8217;t inherently dangerous) but also highly corrosive toxins. These toxins eat away at the drug user&#8217;s flesh until it&#8217;s dead and gangrenous and literally falling off their body. It&#8217;s more horrible than you can possibly imagine, and users have an average lifespan of just a couple years after starting.</p>
<p>The pictures of people doing krokodil make those &#8220;<a href="http://www.myfox8.com/wghp-pg-faces-of-meth,0,1425347.photogallery">Faces of Meth</a>&#8221; websites look like a friendly beauty product. They are truly horrific. There is <a href="http://www.buzzfeed.com/gavon/seriously-dont-use-krokodil">a big over-the-top disgusting photo gallery on Buzzfeed</a>, but there was one awful photo from that page that struck me. Click the image to see it uncensored, or follow that previous link for lots more grossness.</p>
<p style="text-align:center;"><a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/krokodile-gross.jpg" rel="lightbox[11991]"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/krokodile.jpg" alt="" title="krokodile" width="440" height="376" class="alignnone size-full wp-image-11992" /></a></p>
<p>There&#8217;s one thing though that really struck me in that photo. The tissue around the exposed bone at the hand end, and around most of its length, actually appears to be healed, as impossible as my gut tells me that is. Not that it looks by any means healthy, and the elbow end of the bone looks positively rotted, but it really goes to show how single-minded I am when my first thought was running through all the body modification possibilities &#8212; the idea that it is possible to strip and expose a bone, have it come up and out of the flesh, and actually survive and heal like that is wild. Could you do this with collar bones for example? I found some medical and veterinary and dental references with a quick search but I think it&#8217;s complicated because I&#8217;m not sure what medical terms to use that will save me from a zillion false positives.</p>
<p>It reminds me of an old story that I remember from about 1995 when (I think) someone I worked with at <i>Stainless Studios</i> (I can&#8217;t remember who) told me about someone that came in or someone they knew of &#8212; and I can&#8217;t tell you this isn&#8217;t an urban legend, who had been in some sort of an accident that left him with exposed bone on his scalp. I suppose there are animals that you could argue have exposed bone, so perhaps it&#8217;s possible, and these krokodil photos make me think even more that it&#8217;s possible. Anyway, the punch line of the story was that this individual had an image placed on the bone through some process akin to scrimshaw. Might be a good thing for someone to include in a steampunk graphic novel or something.</p>
<p>PS. And as a side note, the fact that people are willing to destroy themselves with Krokodil really shows you how much addicts are victimized by their condition&#8230; how desperate opiate addiction can make a person both to get back to that place where they felt good, and to get away from soul-crushing withdrawal. It really sucks that the system is far too often set up around a &#8220;punishment&#8221; mentality rather than a &#8220;treatment&#8221; mentality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/29/krocodile-thoughts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Continuing my snarking about Ami James on NY Ink</title>
		<link>http://www.zentastic.com/blog/2012/01/28/continuing-my-snarking-about-ami-james-on-ny-ink/</link>
		<comments>http://www.zentastic.com/blog/2012/01/28/continuing-my-snarking-about-ami-james-on-ny-ink/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 02:04:45 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11985</guid>
		<description><![CDATA[I went in with Saira today for her tattoo appointment with Shane Faulkner, where she got a bunch of Hindi script done in nice light grey-wash letters because she has some really subtle flowers that Shane did years ago in the same area that they didn&#8217;t want to overpower. So I spent the afternoon around [...]]]></description>
			<content:encoded><![CDATA[<p><i>I went in with Saira today for her tattoo appointment with <a href="http://www.facebook.com/profile.php?id=100001221518305">Shane Faulkner</a>, where she got a bunch of Hindi script done in nice light grey-wash letters because she has some really subtle flowers that Shane did years ago in the same area that they didn&#8217;t want to overpower. So I spent the afternoon around tattoo talent, and an artist who while they earned their wings in the early 90s, has kept learning since then and has never been afraid to push past traditional tattooing &#8212; I think for example I can give him some of the credit for the popularity of all heavy white tattooing as he was one of the first artists to publish quality work of this type. Why was he willing to try something like that when no one else was doing it? Because he knows that tattooing is perhaps limited only by the medium, not by the portfolio of the artists that came before him. I&#8217;m happy to say that these days, most good artists understand that and there&#8217;s a lot of talent to be found. But then, when I got home, I turned on the TV and watched this week&#8217;s dumb television offering&#8230;</i></p>
<p>Ami James of the reality tattoo show <i>NY Ink</i> makes a big deal about wanting to run the best shop in the world with the best artists available, and positions himself as the king of that hill. He constantly belittles and abuses his apprentice &#8212; if it&#8217;s not all acting for the cameras, he&#8217;s a complete asshole to his &#8220;friend&#8221; &#8212; and goes on and on about how incompetent the apprentice is and how much he has to learn before he can call himself a tattoo artist. Problem is Ami James isn&#8217;t much of a tattoo artist himself. Sure, he can lay in solid flat color and draw a line that isn&#8217;t too shaky, but every single tattooist <i>should</i> be able to do that. Seems to me that Ami James got to the point where he could do the basics and then decided that there was nothing more to learn. Let me give you an example from the most recent show.</p>
<p>A woman came in with a painting that her grandmother had done wanting it put on her skin. She told Ami that what was important to her was that it look &#8220;like a painting&#8221; and &#8220;not like a tattoo&#8221;. The only thing she wanted changed was to have a New York skyline added. So what does Ami do? He changes the design in order to make it look &#8220;not like a painting&#8221; and &#8220;like a tattoo&#8221;. It&#8217;s as if he heard the exact opposite. The color is typical flat shading/blending and most obviously and most glaringly, he gives it the trademark of cheap tattoos everywhere &#8212; a heavy black outline.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/amateur-hour-on-ny-ink.jpg" alt="" title="amateur-hour-on-ny-ink" width="600" height="462" class="alignnone size-full wp-image-11986" /></p>
<p>Just think how great that could have looked if, for starters, the cloud was done in white ink with no outline. Not that it didn&#8217;t stop the dumb-ass client from exclaiming, &#8220;it&#8217;s exactly what I wanted!&#8221; Maybe people get the tattoo they deserve, not the tattoo they asked for.</p>
<p>But come on, Ami!!! Can you seriously not do a tattoo that doesn&#8217;t have a black outline around the color? Did you learn to tattoo from colouring books? Are you seriously not able to lay in textured color so it looks like paint? These are basic skills. I know that the painting the client brought in isn&#8217;t particularly well done either, but come on, this tattoo is crap. Kat Von D must be so happy not to be on the same show as you any more. Why must you make me yell at my television, and then further embarrass myself by writing about it on the Internet? Gawd, I hope one of their producers reads this and hires me to teach Ami how to tattoo. They don&#8217;t even have to put me in the credits. I&#8217;ll even pay for my ticket down to NYC just to cut down on my irritation level from future shows.</p>
<p>God, the guy couldn&#8217;t be more mundane and boring. A good tattoo artist is always learning, always pushing themselves, always improving as an artist &#8212; I know that if I was a tattoo artist that landed a TV show, you can bet that I&#8217;d be taking every spare moment taking classes &#8212; and just practicing new things &#8212; to make sure that I don&#8217;t look like a fool. In the episode he had the gall to insult his apprentice about not being good at watercolor, and then went and showcased his own small-minded view of what tattooing can be. It&#8217;s embarrassing. As I&#8217;ve said before, if I want a something that looks like flash from 1995, Ami will surely be able to do a superb job. But if I want anything that can stand up alongside the caliber of art that should be expected these days, forget it. I wouldn&#8217;t care if it weren&#8217;t for the fact that he continually brags about his status as a tattoo sensei and egotistically looks down on everyone around him. &lt;Insert aggravated primal scream here&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/28/continuing-my-snarking-about-ami-james-on-ny-ink/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>&#8220;Uncle Shannon paint me dog?&#8221;</title>
		<link>http://www.zentastic.com/blog/2012/01/28/uncle-shannon-paint-me-dog/</link>
		<comments>http://www.zentastic.com/blog/2012/01/28/uncle-shannon-paint-me-dog/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 01:02:00 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11979</guid>
		<description><![CDATA[My friend Saira&#8217;s year and a half old daughter has always had a painting with a cat in it that I did, and recently asked if I could paint her one with a dog in it as well (their family&#8217;s beagle, Milo, unfortunately died before she was born so I can only assume she has [...]]]></description>
			<content:encoded><![CDATA[<p>My friend Saira&#8217;s year and a half old daughter has always had a painting with a cat in it that I did, and recently asked if I could paint her one with a dog in it as well (their family&#8217;s beagle, Milo, unfortunately died before she was born so I can only assume she has seen his ghost). Does this count as a commissioned piece then? She is also quite scared of me on account of the beard, so I am hoping that this little painting is a suitable peace offering. Sketched it last night and painted it just now over a couple hours of watching documentaries in the background. It&#8217;s done on a roughly 8&#8243;x6&#8243; piece of gesso&#8217;d plywood (I told you it was little) using acrylic model paints.</p>
<p style="text-align:center;"><a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/painting-for-kiran-zoom.jpg" rel="lightbox[11979]"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/painting-for-kiran.jpg" alt="" title="painting-for-kiran" width="600" height="494" class="alignnone size-full wp-image-11998" /></a></p>
<p>You can click to zoom in, not that it&#8217;s particularly detailed&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/28/uncle-shannon-paint-me-dog/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Spoonflower Custom Printed Fabric Review and Recommendation</title>
		<link>http://www.zentastic.com/blog/2012/01/26/spoonflower-custom-printed-fabric-review-and-recommendation/</link>
		<comments>http://www.zentastic.com/blog/2012/01/26/spoonflower-custom-printed-fabric-review-and-recommendation/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 19:15:09 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11963</guid>
		<description><![CDATA[As I mentioned last week, I placed an exploratory order with Spoonflower, an online service bureau that custom prints fabric (of all sorts, from cotton sheets to upholstery canvas to silk) with whatever you want. I created an immense image that&#8217;s a collage of many of the paintings that I&#8217;ve done and uploaded it &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned last week, I placed an exploratory order with <i>Spoonflower</i>, an online service bureau that custom prints fabric (of all sorts, from cotton sheets to upholstery canvas to silk) with whatever you want. I created an immense image that&#8217;s a collage of many of the paintings that I&#8217;ve done and uploaded it &#8212; <a href="http://www.spoonflower.com/fabric/943680">if you like it, you can buy fabric with this print on it here</a> &#8212; and today got my order. Their &#8220;official&#8221; delivery date wasn&#8217;t until next week so I&#8217;m thrilled with how quickly they processed and shipped the order. It looks absolutely <i>stunning</i>. The colours are deeply saturated and the inks look like they&#8217;re embedded in the fibres rather than just floating on the surface. The quality is superb. I chose heavy upholstery fabric and Caitlin is going to be making a quilt out of it, but there are so many things I can imagine doing &#8212; an obvious example would be uploading photos of loved ones to make pillows and things like that, or even just using it for tapestries, as an alternative to posters for large-scale printing. Most of these images in my print were nice and high resolution, but there were a few paintings that were as low as 60dpi and even they turned out beautifully, with smooth lines and tones with no visible pixelation in any of it. I&#8217;m very happy with what I got from <i>Spoonflower</i> and definitely recommend them. Plus the price was great.</p>
<p>You can zoom in on this picture by clicking on it, and there are three close-up images after the break, all of which you can zoom in on as well.</p>
<p style="text-align:center;"><a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zentastic-spoonflower-1-zoom.jpg" rel="lightbox[11963]"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zentastic-spoonflower-1.jpg" alt="" title="zentastic-spoonflower-1" width="600" height="603" class="alignnone size-full wp-image-11964" /></a></p>
<p><span id="more-11963"></span></p>
<p style="text-align:center;"><a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zentastic-spoonflower-2-zoom.jpg" rel="lightbox[11963]"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zentastic-spoonflower-2.jpg" alt="" title="zentastic-spoonflower-2" width="600" height="400" class="alignnone size-full wp-image-11966" /></a></p>
<p style="text-align:center;"><a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zentastic-spoonflower-3-zoom.jpg" rel="lightbox[11963]"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zentastic-spoonflower-3.jpg" alt="" title="zentastic-spoonflower-3" width="600" height="400" class="alignnone size-full wp-image-11968" /></a></p>
<p style="text-align:center;"><a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zentastic-spoonflower-4-zoom.jpg" rel="lightbox[11963]"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zentastic-spoonflower-4.jpg" alt="" title="zentastic-spoonflower-4" width="600" height="400" class="alignnone size-full wp-image-11970" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/26/spoonflower-custom-printed-fabric-review-and-recommendation/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>An improved wget / http-get function using archive.org</title>
		<link>http://www.zentastic.com/blog/2012/01/25/an-improved-wget-http-get-function-using-archive-org/</link>
		<comments>http://www.zentastic.com/blog/2012/01/25/an-improved-wget-http-get-function-using-archive-org/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 22:33:29 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11956</guid>
		<description><![CDATA[I post this because it&#8217;s an obvious but I suspect often overlooked idea that may be useful to other internet programmers reading this. As you may know, I&#8217;m writing a bot that is used to convert old blogs into physical printed scrapbooks. As a part of doing this, it has to download all of the [...]]]></description>
			<content:encoded><![CDATA[<p>I post this because it&#8217;s an obvious but I suspect often overlooked idea that may be useful to other internet programmers reading this. As you may know, I&#8217;m writing a bot that is used to convert old blogs into physical printed scrapbooks. As a part of doing this, it has to download all of the images that are referenced therein. As I&#8217;m sure is no surprise, when you&#8217;re talking about images that are more than a few years old, the links are quite often dead, and there&#8217;s nothing there but a 404 or useless redirect to download. However, there is a very good chance that you can find it on Archive.org&#8217;s supremely useful &#8220;<a href="http://www.archive.org/web/web.php">Wayback Machine</a>&#8221; which is an ambitious attempt to build a digital time machine by archiving dated snapshots of the Internet. I decided that it might be a good idea to integrate this into my http-get function, and what surprised me is how easy this was to do.</p>
<p>Here&#8217;s the meta-code:</p>
<p><tt>&nbsp;&nbsp;&nbsp;http_get($url)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;retrieve($url)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if the retrieved data is 404 or otherwise invalid<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;retrieve(http://web.archive.org/web/19950101010101/$url</tt></p>
<p><i>It&#8217;s really that easy to create a function that downloads a URL, and if it can&#8217;t find it, checks for it on the Wayback Machine!</i></p>
<p>Specifically, what this does is attempts to download your URL from the standard location. The data retrieved could be &#8220;good&#8221;, or it could be a &#8220;404&#8243; or other standard error, or it could be &#8220;bad&#8221; data. You&#8217;ll find that often expired links do not create obvious failures. An expired link often redirects to the site&#8217;s main index, or it may point at sites that are gone or have been completely redesigned and redirect you to any number of locations. Sometimes the easiest way to determine if the retrieved data is &#8220;valid&#8221; is by checking the file type. For example, in my case I was downloading only images, and if the URL returned anything other than an image I could be pretty sure that it had expired (since few redirect systems are intelligent enough to respect file type). You&#8217;ll have to come up with your own way of determining whether the data you downloaded is what you wanted.</p>
<p>If the data downloaded from the original URL is determined to be invalid, you create a new URL that starts with &#8220;<tt>http://web.archive.org/web/19950101010101/</tt>&#8221; and is followed by your original URL. So for example, if you were trying to download <tt>http://www.zentastic.com/shannon-larratt-is-zentastic.gif</tt> and it failed, your Wayback URL would be <tt>http://web.archive.org/web/19950101010101/http://www.zentastic.com/shannon-larratt-is-zentastic.gif</tt>. Now, that doesn&#8217;t mean that the Wayback Machine has to have a version of the file from January 1st, 1995 at 01:01:01. When you request a date that doesn&#8217;t exist, it will try and redirect you to the closest one it has. What it will do is give you a &#8220;302 Moved Temporarily&#8221; with the &#8220;correct&#8221; URL (which your http-get function should already deal with anyway). Download the URL specified in the &#8220;Location&#8221; field, and you&#8217;ll get the first version of the file stored by the Wayback Machine.</p>
<p>I should note that if you use the URL that I&#8217;ve specified above, what you&#8217;ll get is the <i>oldest</i> version of the file. The reason I did that is that I figured that if I&#8217;m trying to retrieve an old version of the file that is no longer at the URL, the oldest one had the best chance of being the correct one. If on the other hand you want to download the <i>most recent</i> version of the file, you can ask for it with a URL starting with &#8220;<tt>http://web.archive.org/web/20130101010101/</tt>&#8221; (ie. January 1st, 2013 instead of 1995). However, depending on the type of file and type of redirect in use, there&#8217;s a good chance that the Wayback Machine could be archiving the same junk data that you got and are trying to avoid in the first place. Alternately, if you know the date of the linking entity (for example if it&#8217;s a blog or forum post), you could also use that date.</p>
<p>Anyway, I found it was a very easy improvement to my standard http-get function that at least in some cases, improves functionality dramatically! Hope this was helpful to someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/25/an-improved-wget-http-get-function-using-archive-org/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Rockets, Blimps, and Teeth</title>
		<link>http://www.zentastic.com/blog/2012/01/24/rockets-blimps-and-teeth/</link>
		<comments>http://www.zentastic.com/blog/2012/01/24/rockets-blimps-and-teeth/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:58:53 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11946</guid>
		<description><![CDATA[BECAUSE A STUPID FIRE ALARM IS GOING OFF, I COULDN&#8217;T PROOF READ THIS EVEN IF I WANTED TO. WHICH I DON&#8217;T. ANYWAY&#8230; A while back I made the offhand comment that &#8220;Paypal would fly you to space&#8221;, and what I was of course talking about there was that PayPal founder Elon Musk took the megamoney [...]]]></description>
			<content:encoded><![CDATA[<p>BECAUSE A STUPID FIRE ALARM IS GOING OFF, I COULDN&#8217;T PROOF READ THIS EVEN IF I WANTED TO.</p>
<p>WHICH I DON&#8217;T. ANYWAY&#8230;</p>
<p>A while back I made the offhand comment that &#8220;Paypal would fly you to space&#8221;, and what I was of course talking about there was that PayPal founder Elon Musk took the megamoney he made there and went on to found SpaceX. One of SpaceX&#8217;s vehicles is a rocket called the <a href="http://en.wikipedia.org/wiki/Falcon_9">Falcon 9</a>, which <a href="http://www.spacex.com/falcon9.php#pricing_and_performance">advertises</a> a LEO lift capacity of 23,050 pounds (a hair over 10,000kg, or a little less than half the Space Shuttle, or a less than a tenth the size of America&#8217;s retired massive Saturn V rocket) and is their largest lift vehicle. More importantly perhaps, it is as I write this the most economical and competitive launch system (<a href="http://www.aviationweek.com/aw/generic/story.jsp?id=news/asd/2011/04/15/11.xml&#038;channel=space">much to the chagrin</a> of China&#8217;s Long March rockets which had hoped to compete). But what is that &#8220;cheap&#8221; price? The cost per full launch of the Falcon 9 is a minimum of $54 million, or over $5000 per kilogram to LEO. Frankly I am not impressed, but lets look a little closer at those costs.</p>
<p>First of all, the Falcon 9 is not currently reusable, and so can only be used once. SpaceX is naturally working to make the <a href="http://news.yahoo.com/spacex-seeks-falcon-9-reusable-launch-vehicle-222100582.html">Falcon 9 reusable in the future</a> because it should reduce launch costs. Elon Musk has said that with enough launches the cost per launch could be reduced by a factor of one thousand &#8212; which would be remarkable. Of course, he still has to pay off the $300 million in development costs on the Falcon 9, to say nothing of the costs of developing what sounds like a very expensive recovery procedure (the rocket uses a single engine to return to the launch site and lands bottom-down vertically after upper stage separation). I hope that happens, but it&#8217;s a difficult problem to solve, and until then, the cost stays at $54 million plus per launch. I was very interested <a href="http://en.wikipedia.org/wiki/Falcon_9#Costs">to read</a> that the kerosene and oxygen that the Falcon 9 uses is about $200,000 per launch. So only 0.3% of the cost is fuel &#8212; basically nothing. I find that shocking. But I suppose it&#8217;s not that different from a car &#8212; you spend $20,000 for the vehicle and then a few dollars to drive it a hundred miles. If you had to throw the car away at the end of every trip, either driving would cost a fortune. You&#8217;d have to either figure out a way how to reuse your car, or figure out how to build a car at a fraction of the cost.</p>
<p>It&#8217;s funny because <a href="http://www.spacex.com/downloads/spacex-brochure.pdf">in SpaceX&#8217;s brochure</a> they describe their philosophy as &#8220;simplicity, reliability and low cost&#8221;, but even they admit that their production delays were caused by the <a href="http://www.flightglobal.com/news/articles/spacex-falcon-9-maiden-flight-delayed-by-six-months-to-late-q1-221883/">enormous complexity</a> of the project. Those of you (anyone?) who actually slog through these entries know that the 1962 <a href="http://en.wikipedia.org/wiki/Sea_Dragon_%28rocket%29">Sea Dragon</a> rocket which had launch costs at the low end of $59 per kilogram or $600 at the high end. Yet the best we can come up with today, sixty years later, is over $5000 a kilogram. Parts of the Sea Dragon design is similar to the Falcon 9 in that the first stage uses the same fuel mixture &#8212; kerosene and oxygene. However, the Falcon 9 <a href="http://www.spacex.com/falcon9.php#first_stage">uses a 3&#215;3 cluster</a> of nine SpaceX Merlin engines of 125,000 pounds thrust, whereas the Sea Dragon uses a ridiculously scaled up single massive 80,000,000 pound thrust engine. They did this not just for &#8220;true&#8221; simplicity, but also because from a cost point of view, it&#8217;s not significantly more expensive to build a big rocket engine than a small rocket engine &#8212; the raw materials are not the main cost. The entire Sea Dragon rocket is essentially just a big metal tube, built out of inexpensive sheet metal. Every cost is brought as low as possible, thus the term &#8220;<a href="http://www.optipoint.com/far/far8.htm">Big Dumb Rocket</a>&#8221; (which I&#8217;ve linked before).</p>
<p>As I mentioned, development work on the Falcon 9 was $300 million. The development cost of a similar engine, this one designed for 250,000 pounds of thrust (twice as big as SpaceX&#8217;s Merlin engine), including all testing was $60,000 (in 1966 dollars). Half of that was the cost of building the engine. The best part of the story, which I have to share, is how the engine was built:</p>
<blockquote><p><i>&#8220;TRW farmed-out the fabrication of the engine and its supporting structure, less the injector that they fabricated themselves, to a &#8220;job-shop&#8221; commercial steel fabricator located near their facility . The contract price was $8000. Two TRW executives visited the facility to observe the fabrication process. They found only one individual working on the hardware, and when queried, he did not know nor care that he was building an aerospace rocket engine.&#8221;</i></p></blockquote>
<p>The fuel tanks were fabricated not by some ultra-high-tech space contractor, like they are today, but by a commercial tank builder at a cost of a few dollars per pound of tank weight (a number which would be lower if done in-house of course).</p>
<p>It really drives me nuts. Low cost rocketry is very do-able. We&#8217;ve known how to do it since the sixties. And when I say &#8220;known how&#8221;, I do not mean theoretically like with Project Orion&#8217;s nuclear ships. I mean &#8220;known how&#8221; as in we built the technology and tested it. But as with all things that involved contracts between megacorporations and megagovernments, would they rather sell a rocket for $54 million, or would they rather sell a rocket for $250,000? I know we all know the answer. It really drives me nuts. I so badly want to see cities in space and when I look up at the moon I want it to look like the Earth at night, dotted with the lights of a thousand cities. Am I asking too much of humanity? It just seems to close, so possible, I feel like I can almost touch it.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/a-new-moon.jpg" alt="" title="a-new-moon" width="600" height="450" class="alignnone size-full wp-image-11949" /></p>
<p>Maybe my photoshopping is not so impressive but here is what the Earth looks like from the space station. After all, in my fantasy world if you don&#8217;t like the way the moon looks at night you can always just look at the Earth <i>from the moon</i> instead. I sure would like to live long enough to help make this a reality.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/space-station-at-night.jpg" alt="" title="space-station-at-night" width="600" height="393" class="alignnone size-full wp-image-11950" /></p>
<p>Everything I&#8217;ve mentioned so far in this entry is &#8220;down-to-earth&#8221; (pardon the inappropriate phrase) technology, but I did want to mention one other issue that&#8217;s a bit farther into the theoretical realm. But not so far that we shouldn&#8217;t have done it decades ago.</p>
<p><a href="http://spaceflight.nasa.gov/shuttle/reference/basics/launch.html">According to NASA</a>, by the time the Shuttle has hit 1,000 mph (which it does in about a minute), it has consumed a million and a half pounds of fuel, or about a third of what it carries. After two minutes, the shuttle is up to 3,000 mph and the solid rocket boosters separate (each of which have over a million pounds of powdered aluminum and ammonium percolate). NASA has floated designs for maglev &#8220;rocket sled tracks&#8221; capable of accellerating a 500+ ton lift vehicle up to at least Mach 2, using &#8212; and this is very important &#8212; only <a href="http://en.wikipedia.org/wiki/Rocket_sled_launch">currently existing technology</a>. I&#8217;m not even talking about more abitious systems like the <a href="http://en.wikipedia.org/wiki/StarTram">Star Tram</a> or a <a href="http://en.wikipedia.org/wiki/Launch_loop">Lofstrom loop</a> which are capable of sled-launching cargo (including humans) into orbit using only the acceleration on the track. What I&#8217;m talking about is a simple launch <i>assist</i> system that we could build any day we will it. The cost of constructing such a launcher was estimated to be less than $100 million, or about a <b>quarter</b> of the $450 million average it took for a <i>single</i> Space Shuttle launch. I can&#8217;t wrap my head around why this wasn&#8217;t done. It really feels like a willful conspiracy to keep the costs as high as possible.</p>
<p>Not that willful conspiracies by the wealthy to defraud taxpayers is anything new. In fact, the historical record is such that I&#8217;d say that Occam&#8217;s razor pretty much demands it.</p>
<p>Finally, you may remember years ago I had a brief interest in the idea of lighter than air yachts, the notion of building luxury airships that would sit in the same market sector as yachts do today. So instead of taking your rich friends out on the sea, you&#8217;d go for a cruise over the rain forest, silently drifting fifty feet over the tree tops in a whisper-quiet electrically propelled and computer guided floating pleasure craft. I still think it&#8217;s a good idea. But it was brought back to mind when I saw pictures from a <a href="http://www.rusring.net/~levin/levin3d/dz.htm">Russian 3D artist</a> of a &#8220;vacuum ship&#8221;:</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/vacuum-ship.jpg" alt="" title="vacuum-ship" width="600" height="323" class="alignnone size-full wp-image-11951" /></p>
<p>Blimps float because what they contain &#8212; helium generally &#8212; is lighter than the ambient air (just like hot air baloons float because the warmer air is the less dense it is). But what&#8217;s lighter than helium? The smart-alleck answer is &#8220;nothing&#8221;. &#8220;Nothing&#8221; as in <i>literally</i> nothing, as in a vacuum. There is nothing lighter than nothing at all.So that&#8217;s what this is. The problem we have is that a vacuum means that the totality of the surrounding atmosphere is crushing the chamber, and it&#8217;s extremely difficult to find a material that is strong enough to deal with those forces while still being light enough to float in the air. That said, his design is clever (and you could optimize it by floating a tensigrity balloon inside a geodesic dome) and might actually be more doable than he thinks (in the <a href="http://translate.google.com/translate?sl=ru&#038;tl=en&#038;js=n&#038;prev=_t&#038;hl=en&#038;ie=UTF-8&#038;layout=2&#038;eotf=1&#038;u=http%3A%2F%2Fwww.rusring.net%2F~levin%2Flevin3d%2Fdz.htm&#038;act=url">English translation</a> you can see that he believes no suitable material exists).</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/teeth.jpg" alt="" title="teeth" width="600" height="382" class="alignnone size-full wp-image-11952" /></p>
<p>Other than that as you can see I made some casts of my teeth (using fast-setting dental alginate to make the mold) to start building some prosthetics for fun. The neat thing is I can see the chips on the sides of my molars from when I bit my tongue barbells. I hate touching the stone/plaster material though, it feels like scratching a chalkboard. Speaking of, I don&#8217;t like touching chalk either. Hurts like crazy the way it stimulates the nerves. I&#8217;m not sure if everyone feels like that or not? The fire alarm in our building has been malfunctioning so Caitlin and I have had our sleep messed up a bit this week, plus we got food poisoning it seems when we ordered a pizza. Hopefully I am feeling better by Thursday because I&#8217;m getting tattooed.</p>
<p>AW FUCK THE ALARM IS GOING OFF RIGHT NOW!!!!!</p>
<p>ARRGHH! I&#8217;M GETTING TO HATE THIS BUILDING!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/24/rockets-blimps-and-teeth/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Something I made for lil&#8217; Tony Stark</title>
		<link>http://www.zentastic.com/blog/2012/01/23/something-i-made-for-lil-tony-stark/</link>
		<comments>http://www.zentastic.com/blog/2012/01/23/something-i-made-for-lil-tony-stark/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 00:24:18 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11939</guid>
		<description><![CDATA[I did a test pour of pewter (so it&#8217;s not really &#8220;Iron Man&#8221;&#8230; more of a &#8220;Bismuth/Tin Alloy Man&#8221;) into the mold I made of a Lego mini-fig that I think turned out very nicely. I don&#8217;t know yet exactly what my plans are in terms of mounting (ie. necklace, keychain, whatever) and if I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I did a test pour of pewter (so it&#8217;s not really &#8220;Iron Man&#8221;&#8230; more of a &#8220;Bismuth/Tin Alloy Man&#8221;) into the mold I made of a Lego mini-fig that I think turned out very nicely. I don&#8217;t know yet exactly what my plans are in terms of mounting (ie. necklace, keychain, whatever) and if I&#8217;m going to customize it, but I&#8217;m very happy with how the quality turned out. More pictures after the break.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/pewter-lego-man-1.png" alt="" title="pewter-lego-man-1" width="600" height="466" class="alignnone size-full wp-image-11940" /></p>
<p><span id="more-11939"></span></p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/pewter-lego-man-2.png" alt="" title="pewter-lego-man-2" width="600" height="425" class="alignnone size-full wp-image-11941" /></p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/pewter-lego-man-3.png" alt="" title="pewter-lego-man-3" width="600" height="410" class="alignnone size-full wp-image-11942" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/23/something-i-made-for-lil-tony-stark/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Movie Recommendation: THE DIVIDE</title>
		<link>http://www.zentastic.com/blog/2012/01/22/movie-recommendation-the-divide/</link>
		<comments>http://www.zentastic.com/blog/2012/01/22/movie-recommendation-the-divide/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 21:59:47 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11931</guid>
		<description><![CDATA[Caitlin and I went to see &#8220;The Divide&#8221; today, and even though it&#8217;s getting &#8212; to my great surprise &#8212; really bad reviews from weak-stomached film critics, I want to give it my whole-hearted recommendation. I&#8217;m a big fan of post-apocalyptic dystopian movies, and I don&#8217;t think I&#8217;ve ever seen one this bleak and hopeless [...]]]></description>
			<content:encoded><![CDATA[<p>Caitlin and I went to see &#8220;The Divide&#8221; today, and even though it&#8217;s getting &#8212; to my great surprise &#8212; <a href="http://www.rottentomatoes.com/m/the_divide_2012/">really bad reviews</a> from weak-stomached film critics, I want to give it my whole-hearted recommendation. I&#8217;m a big fan of post-apocalyptic dystopian movies, and I don&#8217;t think I&#8217;ve ever seen one this bleak and hopeless and generally depraved and upsetting. I swear I was stressed out from the beginning to the end of the movie&#8230; there&#8217;s a real claustrophobic desperate anxiety that just never lets up and things just keep getting worse and the story descends deeper and deeper into the most awful nightmare. If you liked &#8220;The Road&#8221;, well &#8220;The Divide&#8221; makes it look like a feel-good Disney movie. It&#8217;s a start-to-finish crushing dirge that I recommend seeing in the theatre because I worry that at home you might not be as trapped in its depression and your natural urge to emotionally survive would push you into the happy corners of your home, far from the scenes it&#8217;s breaking you with.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/the-divide-movie-poster.png" alt="" title="the-divide-movie-poster" width="600" height="348" class="alignnone size-full wp-image-11933" /></p>
<p>So yeah, go see &#8220;The Divide&#8221;. You will regret it, but you will thank me for the recommendation.</p>
<p>In much, much, much happier news, I wanted to share with you, with his permission, this amazing tattoo that my friend Karsten in Germany got of my <a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/owls-adventure-painting.jpg" rel="lightbox[11931]">&#8220;Owl&#8217;s Adventure&#8221; painting</a> (which is currently hanging at Badur&#8217;s, and you can also <a href="http://www.zazzle.com/owls_adventure_tshirt-235096938655559943">get it as a shirt</a>). I like that the artist laid in the yellow sun without an outline. Really love how it turned out!</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/karstens-owls-adventure-tattoo.png" alt="" title="karstens-owls-adventure-tattoo" width="600" height="636" class="alignnone size-full wp-image-11932" /></p>
<p>Also in the pleasant news category, before we left for the movie we released the sparrow that we&#8217;ve been nursing back to health. As soon as we opened the roof on his prison-house he happily flew off, did a couple loops, and landed in a nearby tree. He looked great and it was a real joy to know that the effort paid off. I actually think it&#8217;s the first time that I&#8217;ve nursed a wild animal back to health and then released it into the wild (if you can even call Toronto &#8220;the wild&#8221;), and I have to say that it is a wonderful feeling. And seriously, if I had watched &#8220;The Divide&#8221; and not had anything wonderful in my day to offset it, I&#8217;m pretty sure I&#8217;d be slitting my throat right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/22/movie-recommendation-the-divide/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Sparrow Mission Successful</title>
		<link>http://www.zentastic.com/blog/2012/01/21/sparrow-mission-successful/</link>
		<comments>http://www.zentastic.com/blog/2012/01/21/sparrow-mission-successful/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 21:08:06 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11923</guid>
		<description><![CDATA[I&#8217;m happy to say that after a week or two of being cared for by Caitlin and I &#8212; not that we did much, we just made him a &#8220;bird sanatorium&#8221; in a giant cardboard box with some fresh water and birdseed &#8212; that our sparrow seems to be completely healed and back to normal. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to say that after a week or two of being cared for by Caitlin and I &#8212; not that we did much, we just made him a &#8220;bird sanatorium&#8221; in a giant cardboard box with some fresh water and birdseed &#8212; that our sparrow seems to be completely healed and back to normal. When I brought him in, he had a severely damaged wing and leg and couldn&#8217;t stand, fly, walk, or even hold his head up straight. We were pretty sure that he was not only fatally wounded but also brain damaged. But I&#8217;m able to report that he&#8217;s walking normally and quite able to fly and can hold his head normally and seems to have typical bird behavior. It was still &#8220;fall weather&#8221; when we brought him in, and since then it&#8217;s a lot colder and there&#8217;s snow on the ground. The weather is supposed to be much warmer tomorrow, so we&#8217;re going to let him go in the morning. Figure that will lessen the shock since he&#8217;s been in a warm space for a while &#8212; and tonight we&#8217;re putting him near the garage door so he&#8217;ll start cooling down. Definitely nice news though, we did not have our hopes high that this would be a successful rescue, but it seems to have been.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/sparrow-sanatorium.jpg" alt="" title="sparrow-sanatorium" width="600" height="300" class="alignnone size-full wp-image-11927" /></p>
<p>Other than that I have just started remaking the mold for the two women&#8217;s size skull rings a few minutes ago, and while I was at it I also cast a lego guy for fun (the head is double-sided if you&#8217;re wondering why it looks backwards). Not sure what my plan is with that, but now I can cast metal lego guys if I want. I did some clay pre-work on the mounting holes so he should actually mate to plastic lego normally. I might also take the product of this mold and carve it a bit and then re-mold the result. We&#8217;ll see. It was mostly so that any excess silicone from making the ring molds wouldn&#8217;t go to waste. It&#8217;s not cheap stuff so I hate having it go to waste.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/lego-and-skull-molds.jpg" alt="" title="lego-and-skull-molds" width="600" height="299" class="alignnone size-full wp-image-11926" /></p>
<p>We have been watching season two of the special effects make-up show <i>Face-Off</i> so I think perhaps now I may make myself some acrylic teeth for fun since Caitlin is off at a friend&#8217;s baby&#8217;s first birthday party. I&#8217;ve been meaning to do that for a long time, and my jaw keeps falling off my head which is shockingly and acutely painful for hours until it settles back into the joint, so I need something to distract me from that. I have always been able to dislocate my jaw at will (which makes a quite horrible noise that seems to deeply disturb those that hear it) and it&#8217;s never been painful, but since the muscles in the area started dying they don&#8217;t seem to be able to hold the joint together properly any more, mostly on the right side of my face. The same thing happens with my hip, ankle, and knee joints &#8212; if I stay in one position for long (if I&#8217;m reading or sleeping for example), the joint seems to loosen and separate, which hurts like crazy and is quite a sharp pain as well (whereas I&#8217;d describe the muscle pain as &#8220;dull&#8221;). I imagine from a diagnostic or treatment point of view it falls into the TMJ category of disorder, even though I&#8217;m quite certain it&#8217;s cause is the main genetic muscle disease. Either way in some ways it&#8217;s the worst pain yet because it&#8217;s so acute and because it&#8217;s so conceptually close to my mind I think.</p>
<p>By the way, the main reason that I bother writing this stuff down is not to share it or to complain, and I&#8217;m definitely not looking for feedback &#8212; it&#8217;s actually been a very useful diagnostic tool in tracking the progress of my issues. I&#8217;d actually urge anyone with a progressive disease to keep some sort of a journal, public or not. It&#8217;s quite hard to answer questions like &#8220;when did this problem start&#8221; precisely, especially years after the fact, so having a written and dated record gives your doctors a level of precision that can be extremely helpful. Memory is not as objective as one would like, whereas my blog posts don&#8217;t automatically edit themselves retroactively based on my current emotion. Although when I look at some of the embarrassing things I&#8217;ve written from time to time, sometimes I wish they would, hahaha!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/21/sparrow-mission-successful/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yes, I&#8217;m ashamed to say we watch reality tattoo TV</title>
		<link>http://www.zentastic.com/blog/2012/01/19/yes-im-ashamed-to-say-we-watch-reality-tattoo-tv/</link>
		<comments>http://www.zentastic.com/blog/2012/01/19/yes-im-ashamed-to-say-we-watch-reality-tattoo-tv/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 23:07:31 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11918</guid>
		<description><![CDATA[Caitlin and I have been watching the various tattoo reality shows on TV, which currently means NY Ink (featuring Ami James formerly of Miami Ink), and Spike&#8217;s Dave Navarro hosted Ink Masters, which is sort of a &#8220;Top Chef&#8221; or &#8220;Project Runway&#8221; of the tattoo world. Ink Master actually kind of stands out as a [...]]]></description>
			<content:encoded><![CDATA[<p>Caitlin and I have been watching the various tattoo reality shows on TV, which currently means <i>NY Ink</i> (featuring Ami James formerly of <i>Miami Ink</i>), and Spike&#8217;s Dave Navarro hosted <i>Ink Masters</i>, which is sort of a &#8220;Top Chef&#8221; or &#8220;Project Runway&#8221; of the tattoo world. <i>Ink Master</i> actually kind of stands out as a show because it has a lot of talent (you can see the <a href="http://www.spike.com/shows/ink-master/bios">cast bios and portfolio samples here</a>) on it competing for the $100,000 prize. Except for one unfortunate guy that goes by &#8220;<a href="http://www.spike.com/shows/ink-master/bios/brian-robinson">B-TAT</a>&#8220;. We are literally talking scratcher-level stuff. I have no idea how they expected him to hold his own against the other artists, many of them top of their game. For example, the first challenge was tattooing a skull (of your own design &#8212; you could do anything you wanted as long as it was skull-themed) on a pig carcass. Here is the piece of junk that he did:</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/horrible-skull-by-b-tat.jpg" alt="" title="horrible-skull-by-b-tat" width="600" height="556" class="alignnone size-full wp-image-11921" /></p>
<p>I wish I was pulling your leg but I&#8217;m not. It&#8217;s embarrassing, a tattoo artist that&#8217;s completely incapable of drawing a skull. I mean, the average child can draw better than that. It&#8217;s nuts. It became clear that he was one of these people that can&#8217;t draw at all but decided to become a tattoo artist anyway, with the reasoning that the job is mostly tracing (and admittedly it can be &#8212; there are many &#8220;tattoists&#8221; that can lay down a solid piece of flash but can&#8217;t draw an original creation to save their life). The second challenge, which was also the first elimination challenge and the one that got him kicked off the show, was a little better but it was still crap. The challenge was to do a cover-up, and he did some foo dog flash (while it seemed like everyone else drew their own custom work) with no changes of his own thrown in. Here&#8217;s how that went:</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/b-tat-coverup.jpg" alt="" title="b-tat-coverup" width="600" height="723" class="alignnone size-full wp-image-11919" /></p>
<p>It might not be totally obvious in the photo but the tattoo is completely chewed up and will probably heal poorly, to say nothing of the horribly inconsistent linework (look at the curves and curls), incompetent symmetry, horrible shading, and so on. This guy wouldn&#8217;t even be a good tattoo artist in prison.</p>
<p>We&#8217;re suckers for reality TV here, I&#8217;m sorry to admit, so I&#8217;m sure we will keep watching the show. But it does have potential. There are one or two duds remaining to be kicked off, but beyond that, I&#8217;d feel confident recommending almost everyone competing to friends looking for a tattoo artist. We&#8217;ll see how the &#8220;drama&#8221; aspect of the show evolves. I suspect that some of them &#8212; &#8220;Al Fliction&#8221; springs to mind &#8212; may end up being more embarrassed about their behavior than &#8220;B-TAT&#8221; was of the tattos he did.</p>
<p>I could also fill pages snarking about Ami James. First of all his so-called &#8220;old school&#8221; behavior toward his employees is completely reprehensible in my opinion, but given the level of tattooing he does, he&#8217;s in no position to be judging (or teaching) others. He&#8217;s capable of doing a solid, black-outline, flat traditional tattoo that would have been acceptable in the mid-nineties, but he&#8217;s way out of his league in the modern tattoo world and doesn&#8217;t seem to be improving. For example, on a recent show a woman came in wanting a custom tattoo of butterflies all over her back. Here&#8217;s what he did to her:</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/butterfly-tattoo-by-ami.jpg" alt="" title="butterfly-tattoo-by-ami" width="600" height="431" class="alignnone size-full wp-image-11920" /></p>
<p>I truly hate slagging someone&#8217;s tattoos, especially when they have a &#8220;deep&#8221; emotional meaning or purpose for the wearer, and I&#8217;m not going to say it&#8217;s an outright crap tattoo, but I will say that it&#8217;s a lazy, uninspired, sloppy, poorly thought out, badly laid-out tattoo that is way below the calibre of what people should expect these days. Like I said, this is a tattoo that you&#8217;d get from a street-level shop in 1995. Caitlin sums Ami up in one word &#8212; &#8220;mediocre&#8221;. However, he starts ever episode saying that his vision is to have his shop and his artist roster be not just the best in the city, but the best in the world. Tattoos like this are <b>not</b> going to get it to such a level. In fact, they&#8217;ll keep it from ever getting there. I feel aweful saying that, I hate being mean to people. But Ami doesn&#8217;t seem to have any trouble dishing out criticism on his apprentice, so maybe I am only the truthful voice of karma.</p>
<p>Other than that I had a disquieting day. I was sleeping in the front room of our studio rather than upstairs in the bedroom loft because the stairs are unneccessarily unpleasant. Normally I am an early riser but somehow today I slept until 10:30 and I would have slept longer had Caitlin not woken me up because she was leaving for work. Since then I&#8217;ve had a pounding headache, which on one hand is rare for me, but on the other hand I have been having them more often lately, feels like all the time. I can actually barely type and keep misspelling words, more like shuffling the letters into a randomized order, and keep pressing the spacebar in the middle of words. It helps a bit when I close my eyes to type oddly. Maybe I&#8217;m imagining that, but I am definitely not imagining how much my head hurts. And I&#8217;m sweating like crazy, gross, I know. Still feel dizzy, mentally tired, disoriented, confused, and&#8230; well&#8230; you know, here&#8217;s how I don&#8217;t feel: I don&#8217;t feel like complaining. So enough of that. Hope I make it through another night, because I still have a lot to do.</p>
<p>I also made a gigantic 16,200&#215;8,400 pixel collage of my paintings and uploaded it to the <a href="http://www.spoonflower.com/fabric/943680">custom fabric printing site <i>Spoonflower</i></a> and ordered a couple of yards. I think we&#8217;re going to make big floor pillows out of it or something. Not sure. But it&#8217;s inexpensive enough to justify the experiment. If it turns out nicely I may do some more with it. I&#8217;m also slowly chugging away on some software that converts my WordPress blog (or anyone&#8217;s I suppose) into big journals suitable for on-demand printing. I&#8217;m looking forward to turning my blog into a book. I was actually thinking that someone should write a Facebook app that at the end of the year takes all the photos you uploaded that year, arranges them into a scrapbook with people&#8217;s comments and all that, uploads it to an on-demand print company, and sends you this awesome yearbook. I&#8217;m sure there are millions of people who&#8217;d absolutely love to have that sort of 21st century photo album. Maybe this already exists. If it doesn&#8217;t, maybe I should write it&#8230; Unfortunately I have more good ideas than time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/19/yes-im-ashamed-to-say-we-watch-reality-tattoo-tv/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>I may have mentioned this before, but I LIKE ROCKETS</title>
		<link>http://www.zentastic.com/blog/2012/01/18/i-may-have-mentioned-this-before-but-i-like-rockets/</link>
		<comments>http://www.zentastic.com/blog/2012/01/18/i-may-have-mentioned-this-before-but-i-like-rockets/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 03:32:44 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11906</guid>
		<description><![CDATA[TL;DPR. As in: Too Long; Didn&#8217;t Proof-Read. Sorry about what I&#8217;m sure are many typos and gramerrors. One of the &#8220;problems&#8221; with our current roster of space ships and space stations is that they&#8217;re built to be as light as possible due to the extreme per-kilogram cost of lifting things into orbit and beyond. You [...]]]></description>
			<content:encoded><![CDATA[<p>TL;DPR. As in: Too Long; Didn&#8217;t Proof-Read.<br />
Sorry about what I&#8217;m sure are many typos and gramerrors.</p>
<p>One of the &#8220;problems&#8221; with our current roster of space ships and space stations is that they&#8217;re built to be as light as possible due to the extreme per-kilogram cost of lifting things into orbit and beyond. You can practically punch your way out the side of the International Space Station, and the entire space station, three hundred and sixty feet long (the length of an NFL football field), two hundred and forty feet wide, and almost seventy feet tall only weights as much as 280 of my truck (which is not particularly heavy at 1,600kg) even though you could park over seven hundred of them in its shadow. I know I&#8217;m being a little loose with my comparison because it&#8217;s not a solid mass and much of that space is solar panels, but point is, it&#8217;s built as light as we could get away with building it. I don&#8217;t know about you, but if I&#8217;m going to spend time in a kill-you-real-quick environment as hostile as outer space, to say nothing of bombardment of micrometeorites, I&#8217;d rather be in something built like a tank or a U-boat than something built like a tin-foil pie plate.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/spacestations.jpg" alt="" title="spacestations" width="600" height="401" class="alignnone size-full wp-image-11913" /></p>
<p><i>What we have versus what we should have?</i></p>
<p>As I&#8217;m sure you know, the ISS was built in orbit, which arguably increased the complexity and risk and cost of construction. This is because, <a href="http://www.esa.int/esaHS/ESARW78708D_iss_0.html">as the ESA website points out the obvious</a>, we don&#8217;t have a launch vehicle big enough to lift its entire 450 ton mass into space in a single launch. Almost exclusively we used the Space Shuttle, which <s>can</s> could lift an admirable 24,000kg to low earth orbit at a go. So far it has taken 31 separate launches with more scheduled. While the official cost to date of the ISS is $150 billion, with 27 Shuttle launches, 2 Proton, and 2 Soyuz launches, I&#8217;d ballpark that the cost of the launches alone &#8212; not including the cost of developing the launch vehicles (for context a Space Shuttle costs) &#8212; was probably somewhere in the realm of $12 billion dollars. For context that&#8217;s less than a month of Iraq war spending, and the cost of building the Space Shuttle Endeavor was $1.7 billion, or about 80% of the cost of a B-2 Stealth Bomber. When you look at it that way it didn&#8217;t really cost a whole lot. That said, as long as it is a logistical nightmare to lift stuff into space, it&#8217;s dubious whether we&#8217;re really ever going to do anything all that exciting, at least until there&#8217;s a commercial interest.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/saturnv-vs-n1.jpg" alt="" title="saturnv-vs-n1" width="600" height="330" class="alignnone size-full wp-image-11911" /></p>
<p><i>Flying skyscrapers&#8230; These things are about 350 feet tall!</i></p>
<p>The biggest heavy launch vehicle we ever built was the Saturn V rocket that lifted the Apollo missions (above left). The Saturn V was able to lift an incredible 120,000kg into LEO at a cost of $185 million in 1965, or $1.1 billion <a href="http://en.wikipedia.org/wiki/Saturn_V#Cost">in 2012 dollars</a>. Using the Saturn V we could have lifted the ISS (and then some) in just four launches &#8212; or four and a half billion dollars, about a third the cost of the &#8220;modern&#8221; systems we used. We have had much larger launch vehicles on the drawing board, but for largely political reasons &#8212; it certainly wasn&#8217;t technical reasons &#8212; they never ended up happening. To understand why, peek over at the Soviet space program of the sixties. They also had a <a href="http://en.wikipedia.org/wiki/Soviet_manned_lunar_programs">moon shot</a>, and a lot of people thought that they were going to beat America there because of their many <a href="http://en.wikipedia.org/wiki/Soviet_space_program#Notable_firsts">space firsts</a> &#8212; first ICBM, first satellite, first animal in orbit (and later the first ones to return alive), first telemetry from space, first moon probe, first images of the far side of the moon, first person in space, first Venus probe, first EVA, first lunar orbit, first space docking, and so on, and all of that happened before the Americans got to the moon. In some ways their moon program was smaller and less ambitious than the American one &#8212; it was certainly much lighter, which meant a less impressive rocket was needed &#8212; but this was mostly because of the fact that their main focus was Mars. They didn&#8217;t end up going with the smaller rocket that their moon proram needed, but instead worked on a rocket similar to the Saturn V called the <a href="http://www.astronautix.com/lvs/n1.htm">N1</a> (above right), initially sized in 1959 to be large enough to carry their <a href="http://www.astronautix.com/craft/tmk1.htm">TMK-1</a> manned Mars mission (which also included a flyby of Venus on the way home) scheduled for 1971. Unfortunately after the Soviets exploded four N1s (one of the explosions still stands as the biggest non-nuclear kaboom we&#8217;ve ever created), they never made it to the moon let alone Mars. As a result, the space race lost a lot of its steam and the Americans stopped going to the moon, canned their own Mars program, and a million geek hears broke.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/seadragon.jpg" alt="" title="seadragon" width="600" height="213" class="alignnone size-full wp-image-11912" /></p>
<p>Because the Americans kicked the ambition out of their space program and decided to invest in the Vietnam war instead, they closed down NASA&#8217;s <i>Future Projects Branch</i> which was developing a number of heavy launch vehicles intended for the Mars program. The one that is most exciting to me is a gigantic rocket called the &#8220;<a href="http://en.wikipedia.org/wiki/Sea_Dragon_%28rocket%29">Sea Dragon</a>&#8221; (above) because it also seems the most realistic, both for back then and for what should be dusted off today. The Sea Dragon is an interesting rocket not just because it&#8217;s <i>incredibly powerful</i>, capable of lifting <b>550 tons into LEO</b> &#8212; that is, the entire current International Space Station plus another hundred tons for good measure &#8212; but also because it&#8217;s <i>wildly inexpensive</i>. TRW estimated numbers as low as $59 a pound &#8212; compare that to about $750 a kilogram in the dollars of the day for the Saturn V. The reason it was so cheap is that a significant percentage of the cost of a rocket is that it&#8217;s a highly complex piece of advanced engineering using advanced materials built to precise tolerances and expensive fuels. And then gets wrecked after launch. Also, the costs are such that the raw materials are only about 2% of the final cost, so the price difference between rockets of different sizes is much less than intuition would suggest. So the Sea Dragon was built with the philosophy that it should be as big and as low tech as possible. The whole thing was just a giant steel sheet metal tube 550 feet long. It had <a href="http://www.optipoint.com/far/far8.htm">one gigantic engine</a> fueled by liquid oxygen and liquid hydrogen (which also meant that it was clean, producing only steam as exhaust) and forced through the system by compressed nitrogen (ie. compressed air basically). The rocket was water launched, and the fuel &#8212; oxygen and hydrogen &#8212; was produced on site by splitting water into its component hydrogen and oxygen. The plan at the time was to do this with electricity supplied by a nuclear aircraft carrier, but if we were going to resurrect the idea in modern times, I&#8217;m sure we would just use wind generators. Sad that this isn&#8217;t going on. What a different world we might live in if we could inexpensively lift space stations and moon bases in a single launch. But I suppose we have wars to pay for.</p>
<p>Gawd damn. I hate thinking about the trillion dollar price-tag on the Iraq war. We could have colonized both the moon and Mars for those dollars. I mean, what makes more sense? Killing a bunch of Arabs? Or having thriving human civilizations on three worlds? I know, I know&#8230; it&#8217;s killing Arabs, right?</p>
<p><i>They are Muslims after all!</i></p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/nexusrocket.jpg" alt="" title="nexusrocket" width="600" height="307" class="alignnone size-full wp-image-11909" /></p>
<p>There are so many interesting launch vehicles I could go on about &#8212; there&#8217;s a nice list, including some speculative and fictional ones, <a href="http://www.projectrho.com/rocket/surfaceorbit.php">here on the Atomic Rockets Surface-to-Orbit site</a>. I love reading about crazy mega-rockets like Nexus (above picture includes a <a href="http://fantastic-plastic.com/NexusSSTOBoosterCatalogPage.htm">model</a>) that could lift <a href="http://www.astronautix.com/lvs/nexus.htm">900 tons in &#8220;normal&#8221; mode</a> or <a href="http://up-ship.com/blog/?p=623">almost 5,000 tons when spewing nuclear pollution</a>. Dream big, dream dirty. I love the quote (from the first link in this paragraph) about the Aldebaran launch vehicle that was supposed to be able to lift 60 million pounds &#8212; &#8220;water take off and landing because there isn&#8217;t a runway in the world that could survive that monster.&#8221; Ah, back in the days when engineers when men.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/aldebaran.jpg" alt="" title="aldebaran" width="600" height="217" class="alignnone size-full wp-image-11907" /></p>
<p>Now, $60 a pound is pretty impressive, but it&#8217;s not the best we can do. That would be <a href="http://en.wikipedia.org/wiki/Project_Orion_%28nuclear_propulsion%29">Project Orion</a>. We did the on-paper and early testing (<a href="http://en.wikipedia.org/wiki/Operation_Plumbbob#The_first_nuclear-propelled_manmade_object_in_space.3F">including accidentally</a>) for this nuclear pulse launch system that was capable of much, much heavier weights for a much lower cost, but again for political reasons (very different ones this time) it was scrubbed. What I&#8217;m about to write is not a typo. We are talking launch systems capable of lifting as much as <b>4,880,000,000kg</b>&#8230; <b>Yes, <i>five billion kilograms</i> into orbit</b> and for <a href="http://nextbigfuture.com/2009/02/nuclear-orion-home-run-shot-all-fallout.html"><b>well under a dollar a kilogram</b></a>. Even the &#8220;small&#8221; versions, which were about the same size physically as the Saturn V rocket were capable of tossing 1,600,000kg into orbit, or 1,200,00kg to the moon, or 800,000kg all the way to Mars <i>with enough fuel left over to get back</i> in a single go. That&#8217;s unheard of. It basically means that in a single launch you could throw <b>twenty of the largest cruise ships in the world</b> to the moon. I&#8217;ll admit that the way it does it is a little problematically. Your cargo sits on a platform, which sites on top of immense shock absorbers, which sits on top of a giant pusher plate, under which five hundred to a thousand nuclear bombs are detonated in rapid sequence (given the size of our nuclear arsenal, you could argue that using up the fuel instead of letting it rot makes a lot of sense &#8212; sure makes more sense than the <a href="http://www.youtube.com/watch?v=iesXUFOlWC0">intended purpose</a>). I have to repeat that this is not theoretical &#8212; Freeman Dyson, who headed the project, got it to the testing phase, which you can read about in a <a href="http://www.amazon.com/Project-Orion-Story-Atomic-Spaceship/dp/0805059857">great book written by his son</a> or watch in <i>&#8220;To Mars by A-Bomb (The Secret History of Project Orion)&#8221;</i> that I just noticed some SOPA-antagonizer has <a href="http://www.youtube.com/playlist?list=PLF55480456E2C4811">uploaded to YouTube</a> and <a href="http://www.filestube.com/search.html?q=mars+by+a+bomb&#038;select=All">all sorts of other direct-download sites</a>. Highly recommended.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/project-orion.jpg" alt="" title="project-orion" width="600" height="219" class="alignnone size-full wp-image-11910" /></p>
<p><i>(Those pictures are from <a href="http://www.darkroastedblend.com/2008/10/project-orion-powered-by-atomic-bomb.html">DRB&#8217;s coverage of Orion</a>.)</i></p>
<p>Anyway, the short version as to the politics of it all surrounds the fact that it was nuclear bomb powered, which came with three big problems. First of all, it made it a military venture. Second of all, it made it highly classified, and made doing the required research on clean nukes and so on extremely difficult to sell to politicians. This was compounded by the fact that America&#8217;s space program had been put under the largely public civilian agency NASA. And finally, when America signed off on the <a href="http://en.wikipedia.org/wiki/Partial_Test_Ban_Treaty">Partial Test Ban</a> in 1963 stopping above-ground nuclear detonations, it effectively shut down the program. There was a brief period in the fifties where America was debating whether to go with chemical rockets or nuclear rockets, and I have to wonder what space would look like if weight requirements were simply a non-issue. What would it be like if we could launch a small city in a single shot? If we could dump whole collections of factories on the any moon or planet in our solar system. And don&#8217;t get me started on the interstellar possibilities &#8212; <a href="http://en.wikipedia.org/wiki/Project_Daedalus">Project Daedalus</a>, a mission to Barnard&#8217;s Star, was based on similar technology, and Dyson considered a trip to Alpha Centauri since Orion could potentially get there in less than fifty years. It&#8217;s both inspiring and heartbreaking.</p>
<p>I will mention that we have actually recently dusted off the nuclear pulse technology because it&#8217;s the only thing we have that could push an extinction-level sized asteroid out of an impact path.</p>
<p>Up above I said that nothing interesting would happen in space until there&#8217;s a commercial imperative, and that wasn&#8217;t just a throwaway sentence. Multiple big mining companies are now seriously eyeballing both the moon and the asteroids. On one hand that sounds nutty, but on the other hand, mining already costs a small fortune. A big oil rig costs a half billion dollars, which is way less than <a href="http://www.spaceadventures.com/index.cfm?fuseaction=lunar.welcome">Space Adventures private moon flyby mission</a> is costing them. Big mining equipment costs a fortune &#8212; $150 million plus for some of the big excavators and draglines &#8212; and billions are spent on <i>exploration</i> alone, let alone the many, many trillions spent on mineral extraction itself. The dollars spent on mining right now dwarf the Apollo program&#8217;s cost. Hell, they dwarf the amount of money spent by every nation on space, ever. NASA and others are currently putting more and more serious feelers out to determine the exact <a href="http://www.foxnews.com/scitech/2011/10/18/meet-man-who-wants-to-mine-moon/">mining value of the moon</a>, but as soon as we can make a solid gamble at it, be it for precious metals, rare elements, or even Helium3 once we figure out fusion, there will be dozens of mega-corporations scrambling to loot the moon. And then it snowballs. In many ways &#8212; to say nothing of environmental issues &#8212; mining the moon and the asteroids is less problematic than mining the ocean. And all we have to do is get a couple mining operations up there, with factories and processing facilities, and boom, all of a sudden we have colonized the moon. Even if we never build a modern Sea Dragon or Orion, and we have <a href="http://en.wikipedia.org/wiki/SpaceX">PayPal</a> fly up the first factories bit by bit in their new <a href="http://en.wikipedia.org/wiki/Falcon_Heavy">Falcon heavy-lift rockets</a>, after a short while we won&#8217;t have to carry stuff up there &#8212; we can just build it with the moon&#8217;s own resources. And then maybe <a href="http://www.boomslanger.com/moonmining.htm">moon mining will discover arcologies from the past</a>, right? Now <b>that</b> would be exciting.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/moonbase.jpg" alt="" title="moonbase" width="600" height="451" class="alignnone size-full wp-image-11908" /></p>
<p><i>That picture is completely UN-ambitious. Fail.</i></p>
<p><b>It&#8217;s</b> gonna happen and <b>it&#8217;s</b> gonna happen soon. Stuff like this makes me really wish I was going to live longer and really excited about the kind of world my daughter is going to get to be a part of. World? I spoke wrong. The kind of <i>worlds</i> she&#8217;s going to get to be a part of.</p>
<p>Worlds. I like that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/18/i-may-have-mentioned-this-before-but-i-like-rockets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Healing What Is Broken</title>
		<link>http://www.zentastic.com/blog/2012/01/17/healing-what-is-broken/</link>
		<comments>http://www.zentastic.com/blog/2012/01/17/healing-what-is-broken/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 04:39:24 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11900</guid>
		<description><![CDATA[Sorry about any typos and other issues in this post &#8212; it&#8217;s the first one I&#8217;m making from my tablet. Yesterday I started a new pain group &#8212; CBT to be specific. Isn&#8217;t that funny? Of course the first thing I thought was &#8220;Cock and Ball Torture&#8221; but in this case it actually means &#8220;Cognitive [...]]]></description>
			<content:encoded><![CDATA[<p><I>Sorry about any typos and other issues in this post &#8212; it&#8217;s the first one I&#8217;m making from my tablet.</i></p>
<p>Yesterday I started a new pain group &#8212; CBT to be specific. Isn&#8217;t that funny? Of course the first thing I thought was &#8220;Cock and Ball Torture&#8221; but in this case it actually means &#8220;Cognitive Behavior Therapy&#8221; or something, basically adjusting your thinking so that you deal with pain better. I&#8217;m not too sure whether it will be helpful to me because all things considered I&#8217;m a remarkably positive person and think I have a pretty good attitude about the pain from my condition. That said, the doctors have pretty much run out of treatment options so before I either drop dead or go jump off the Golden Gate Bridge because I&#8217;m sick of living like this &#8212; and believe me, there are a great many days when that seems like the sensible thing to do &#8212; I figure I ought to explore every single long-shot option that might help. So for three incredibly boring and unpleasant hours twice a week I&#8217;m stuck in a room hanging out with other chronic pain sufferers obsessing over the worst part of our lives. Personally I&#8217;m having some trouble seeing how it&#8217;s helpful because every time I have to talk about pain I end up feeling like shit for the next day or two. I&#8217;d much rather be out doing something that&#8217;s as far removed from obsessing on pain as possible.</p>
<p>There was a fair amount of whining from other patients about how they can&#8217;t do anything because the pain is holding them back and it seems insurmountable and they&#8217;re always exhausted because they can&#8217;t sleep due to the pain, and on and on and on. I told them that I could relate to what they were saying &#8212; it really is a very easy hole to fall into, that pit of despair that seems more difficult to get out of the longer you stay there &#8212; but that it was bullshit and they weren&#8217;t doing themselves any favors. I think I have had periods where I&#8217;ve been like that, but when I finally got my diagnosis and realized that, while I didn&#8217;t have a traditionally &#8220;terminal&#8221; disease like nasty cancers, I did have a finite amount of quality life left. Every hour that went by was an hour less of functional life I had left. I guess in a way that&#8217;s true for every one of us, but for me it was made much more real when I was told that the time remaining was quite short and there wasn&#8217;t a damn think anyone could do about it. So I said to myself that until the day I couldn&#8217;t take the pain and other symptoms any more that I was going to squeeze out every bit of life that I had left. With less and less time left, there is more and more that I want to do. I try and value every moment. I know there are things I&#8217;m working on that I won&#8217;t see to completion, but nonetheless I am going to push at them with passion. While it is true that since making that decision my condition has gotten worse&#8230; much worse&#8230; at the same time, every step I take makes taking the next step a little easier. Or at least it reminds me that I am able to take the step.</p>
<p>So I tried to explain that to the people expressing hopelessness. Mostly what they got out of it was how horrible it is to have a condition that is undiagnosed &#8212; I guess the main thing they heard was that it got better for me after I had a diagnosis. I&#8217;d say that 80% of the people in the group, if not more, have either an undiagnosed or &#8220;vaguely diagnosed&#8221; condition, or a condition that is dianosed but should not normally be painful, which is emotionally the same thing. Now, it is true that getting a diagnosis is wonderful, because when you don&#8217;t have a diagnosis, not only are you treated badly by the medical community &#8212; they wonder openly if you&#8217;re just drug seeking, or if you have a psychiatric condition &#8212; but you&#8217;re also treated similarly by your friends and family who can&#8217;t see the invisible grim reaper that&#8217;s pulling you down into the abyss. But worst of all, you start to second guess yourself. But anyway, maybe that moment of &#8220;I can do it&#8221; is just something you have to do for yourself on your own schedule. Kind of like beating depression. It&#8217;s true that in the end the answer is simple &#8220;snap out of it!&#8221;, but it doesn&#8217;t do you any good to have other people say that to you. You have to figure out how to say it to yourself and really mean it.</p>
<p>It is interesting though hearing some people&#8217;s stories. Obviously out of respect for their privacy there&#8217;s very little I can repeat, but almost a quarter of the group members are TTC streetcar drivers!!! Not only that, but they all have post-traumatic stress disorder, and all the aweful psychiatric disorders that cluster around PTSD, which they tell me is worse for transit workers than police or firefighters. The stories of commonplace assaults were shocking. One of them is actually there because he was doing a rear door loading on a streetcar, and a woman in a car behind the streetcar was angry about having to wait for him. He has minor spinal bifida so he already has back problems and moves slowly, but it was made so much worse because this woman, instead of just screaming or honking, actually rammed him (as in his human body with her car) repeatedly. When he fell down on the ground, she got out of her car and started beating him and trying to drag him out of her way. Crazy. To make matters worse and really push it into PTSD territory, no one on the streetcar or sidewalk stepped up to help. They just sat there and eagerly watched, and when the police finally showed up, not a single person was willing to provide a witness statement. Terrible story if it&#8217;s even partially accurate. Everyone in the group has a hard-luck story in one way or another, even the whiners. I guess for some people it is comforting to know that they&#8217;re not alone, but for me it just makes me sad.</p>
<p>In more positive healing-of-the-broken news, the little bird we rescued may actually make it through. For the first week he spent most of his time lying on his side with his head usually tucked down. It seemed like he actually could not hold his head up at all, and as if his neck was broken it would just sort of roll around randomly. Very disturbing. We were pretty sure he&#8217;d suffered brain damage because his behavior was so messed up. He would also spasticly jump-slash-roll around and it seemed like he was completely out of control of his behavior. However, I am happy to say that he does seem to be getting stronger &#8212; and he has been eating and drinking regularly &#8212; and today for the first time seems to be able to hold his head up and look around. I am beginning to think we will be able to successfully release him back into the wild, which is good because I was getting concerned that all I had achieved was extending the torment of a severely injured half dead little lifeform&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/17/healing-what-is-broken/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Great Videos, Great Rings</title>
		<link>http://www.zentastic.com/blog/2012/01/14/great-videos-great-rings/</link>
		<comments>http://www.zentastic.com/blog/2012/01/14/great-videos-great-rings/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 21:54:59 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11890</guid>
		<description><![CDATA[I&#8217;ll start with a video, then some promo, then another video. I want to begin with an animated version of Munch&#8217;s famous painting &#8220;the scream&#8221; (set perfectly to Pink Floyd). It&#8217;s a weird sort of not sure if it&#8217;s a nightmare or just a weird dream experience that I feel like I can relate to. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll start with a video, then some promo, then another video. I want to begin with an animated version of Munch&#8217;s famous painting &#8220;the scream&#8221; (set perfectly to Pink Floyd). It&#8217;s a weird sort of not sure if it&#8217;s a nightmare or just a weird dream experience that I feel like I can relate to. Some of the neurological effects of the calcium building up in my brain include prosopagnosia, micropsia, and macropsia, specific distortions in my ability to connect the visual information my brain is getting to the correct internal symbology&#8230; Other than the obvious, mundane &#8220;what&#8217;s happening&#8221;, it&#8217;s hard to describe how it feels, but I&#8217;ve gotta say this video feels like it grabs a bit of that sense of unease and creeping suspicion that something is not quite right about the world.</p>
<p style="text-align:center;"><iframe src="http://player.vimeo.com/video/33976373?title=0&amp;byline=0&amp;portrait=0" width="600" height="338" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>Of course, I&#8217;ve done such massive quantities of acid while listening to that song that it does always make me feel a little strange. University was an unhealthy or at least dangerous time for me, albeit a period of great growth.</p>
<p>Now I also must promote that I have finally popped the last dozen <a href="http://www.etsy.com/shop/zentastic?section_id=10486531">skull rings</a> that I&#8217;ve made, all special in one way or another, into <a href="http://www.etsy.com/shop/zentastic">my Etsy shop</a>. The first one in the picture set has a pair of star sapphire cabochons for eyes and they look amazing. The next two in the top row are my &#8220;failed&#8221; prototypes from the women&#8217;s sizes, so they&#8217;re in a size 7 and 7.5 if I remember right &#8212; the one has sort of a mutant mongoloid look, and the other one makes me think of an alien in <i>Mars Attacks</i> with those big moonstone eyes. They&#8217;re the only ones I&#8217;ll be making in the short term because I have to fix the molds (that&#8217;s why they&#8217;re wonky). Click the picture to jump to the shop&#8217;s <a href="www.etsy.com/shop/zentastic?section_id=10486531">skull ring section</a> for more info.</p>
<p style="text-align:center;"><a href="http://www.etsy.com/shop/zentastic?section_id=10486531"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/skulls-galore.jpg" alt="" title="skulls-galore" width="600" height="800" class="alignnone size-full wp-image-11891" /></a></p>
<p>I will try and add some soap and candles and more stuff tomorrow.</p>
<p>Finally I wanted to end with one more video that I thought was great, this dystopian surfing through the apocalypse video&#8230; It really makes for an amazing movie trailer or teaser piece, but it seems to be just something that a guy made to show off his skills (or to promote a camera, I&#8217;m not sure).</p>
<p style="text-align:center;"><iframe width="600" height="305" src="http://www.youtube.com/embed/cnzOmXK21aI" frameborder="0" allowfullscreen></iframe></p>
<p>And now to make a phone call for a reservation so I can take Caitlin out to dinner!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/14/great-videos-great-rings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hi Hi Birdie</title>
		<link>http://www.zentastic.com/blog/2012/01/11/hi-hi-birdie/</link>
		<comments>http://www.zentastic.com/blog/2012/01/11/hi-hi-birdie/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 00:07:46 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11884</guid>
		<description><![CDATA[So yesterday morning when I was leaving for the hospital I saw that there was an injured bird in the driveway (I actually had to spend some extra time getting the truck out to stop from running him over). He was doing a choatic hop-about and obviously couldn&#8217;t fly, but I was rushed so I [...]]]></description>
			<content:encoded><![CDATA[<p>So yesterday morning when I was leaving for the hospital I saw that there was an injured bird in the driveway (I actually had to spend some extra time getting the truck out to stop from running him over). He was doing a choatic hop-about and obviously couldn&#8217;t fly, but I was rushed so I texted <a href="http://www.caitlinjane.com/">Caitlin</a> to go save him. She couldn&#8217;t find him, but I managed to track him down and bring him in when I got back. He has a broken wing and a badly broken leg. We have racoons, possums, rats, and a number of feral cats that live around our building, so he&#8217;s lucky to have even survived the morning. There&#8217;s no way he&#8217;d survive the night outside, so we set out on what I hope is not a fool&#8217;s errand trying to nurse him back to health. I do wish Nefarious was here to help, she would love this.</p>
<p>Right now we&#8217;ve built him a makeshift safehouse here in the studio out of a giant box, and have been giving him water and lots of food that he&#8217;s seeming to eat in decent quantity. And shooting out the other end as well, which I take as a good sign for his survivability. On the other hand, he can&#8217;t really stand up and sort of just rolls around so he&#8217;s very pathetic and sad looking at the moment. We weren&#8217;t sure if he was even going to make it through the first night here but he does seem to be doing a little better. Fingers crossed for him. As soon  as he seems well enough to fly he&#8217;s back out into the wild. Maybe we&#8217;ve given him a chance. I&#8217;m guessing that he smucked a window and was stunned and then maybe got clipped by a passing car or something. It doesn&#8217;t look like he was attacked.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/hurt-birdie.jpg" alt="" title="hurt-birdie" width="600" height="354" class="alignnone size-full wp-image-11885" /></p>
<p>I wonder if he has bird friends who are wondering where he is&#8230;</p>
<p>Other than that, yes, I did make it out to the post office with a small mountain of skull rings and goodies to mail. I&#8217;ll try and update the shop tomorrow with cool new stuff as well. I made a set of new molds for the &#8220;women&#8217;s&#8221; size skull rings (sizes 6 through 9) but I made an error and they are deformed so I have to remake them tomorrow. But I might put the two funny quasimodos up anyway. I&#8217;m going to set the eyes and see how they look first. I felt a bit bad at the post office because some people who were there to just send single things had to wait for half an hour as all my stuff was processed. I&#8217;d have let them go in front, but this post office is small and only has one computer so they couldn&#8217;t (as far as I know) pause my processing. Still, I didn&#8217;t deserve their dirty looks in my opinion!</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/mailbag.jpg" alt="" title="mailbag" width="600" height="313" class="alignnone size-full wp-image-11886" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/11/hi-hi-birdie/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Dead Snow-inspired SS Zombie Tattoo Update</title>
		<link>http://www.zentastic.com/blog/2012/01/11/dead-snow-inspired-ss-zombie-tattoo-update/</link>
		<comments>http://www.zentastic.com/blog/2012/01/11/dead-snow-inspired-ss-zombie-tattoo-update/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 23:49:07 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11879</guid>
		<description><![CDATA[Straight-outta-the-bandage, here&#8217;s the tattoo work that Shane Faulkner (here&#8217;s his facebook link for those looking for a Toronto tattoo artist &#8212; and Damian that he shares a College and Bathurst-area shop with is also outstanding) did for me yesterday. We went over the main zombie in the tattoo to really bring out the contrast and [...]]]></description>
			<content:encoded><![CDATA[<p>Straight-outta-the-bandage, here&#8217;s the tattoo work that Shane Faulkner (here&#8217;s his facebook link for those looking for a <a href="http://www.facebook.com/profile.php?id=100001221518305">Toronto tattoo artist</a> &#8212; and <a href="http://www.facebook.com/profile.php?id=644720607">Damian</a> that he shares a College and Bathurst-area shop with is also outstanding) did for me yesterday. We went over the main zombie in the tattoo to really bring out the contrast and darken him significantly. The only thing left to do (on this character), and it will likely be the only colour element, is his armband. I have another appointment later in the month so I&#8217;m quite thrilled with how quickly we&#8217;re progressing.</p>
<p style="text-align:center;"><a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/deadsnow-giant.jpg" rel="lightbox[11879]"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/deadsnow.jpg" alt="" title="deadsnow" width="600" height="596" class="alignnone size-full wp-image-11880" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/11/dead-snow-inspired-ss-zombie-tattoo-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Soap Molds (Skull Soap  +  Zentastic Soap)</title>
		<link>http://www.zentastic.com/blog/2012/01/10/new-soap-molds-skull-soap-zentastic-soap/</link>
		<comments>http://www.zentastic.com/blog/2012/01/10/new-soap-molds-skull-soap-zentastic-soap/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 02:14:07 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11870</guid>
		<description><![CDATA[I spent the afternoon getting tattooed, completely going over the big Schutzstaffel zombie (inspired by one of the characters in Dead Snow, although Shane has given him a new face). If you look at Shane Faulkner&#8217;s facebook page in the next day or two he took some nice pictures of it when we finished the [...]]]></description>
			<content:encoded><![CDATA[<p>I spent the afternoon getting tattooed, completely going over the big Schutzstaffel zombie (inspired by one of the characters in <i>Dead Snow</i>, although Shane has given him a new face). If you look at Shane Faulkner&#8217;s facebook page in the next day or two he took some nice pictures of it when we finished the session, and I&#8217;ll post some as well when I&#8217;ve unwrapped it and it looks nice again. I don&#8217;t think I got enough sleep last night so it hurt a lot, but nonetheless, I really do love everything about tattooing, including the experience.</p>
<p>Before leaving though I poured some quick soap in the new molds I cured last night &#8212; a skull soap, and a Zentastic promo soap. I will put some of these in the shop in the next couple days ($5 seems to be the going rate for hobby soap, so I guess that seems like a reasonable place to price it, although it might end up being less), but I think I&#8217;m going to put them into orders by regular customers and large orders for free as a thank-you gift. Here are the two bars that I made, cast in a goats milk soap with slight peppermint scent.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/skullsoap.jpg" alt="" title="skullsoap" width="600" height="400" class="alignnone size-full wp-image-11871" /></p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zensoap.jpg" alt="" title="zensoap" width="600" height="225" class="alignnone size-full wp-image-11872" /></p>
<p>In addition to the goats milk, I also cast them in a clear soap (also peppermint):</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/skullsoap-trans.jpg" alt="" title="skullsoap-trans" width="600" height="400" class="alignnone size-full wp-image-11873" /></p>
<p style="text-align:center;"><a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zensoap-trans.jpg" rel="lightbox[11870]"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/zensoap-trans.jpg" alt="" title="zensoap-trans" width="600" height="225" class="alignnone size-full wp-image-11874" /></a></p>
<p>Per Caitlin&#8217;s suggestion I&#8217;ll do some experiments with speckling in red blood in various ways. We&#8217;re debating whether it&#8217;s better to drip the &#8220;blood&#8221; (which will just be a deep red tinted soap) when it&#8217;s all liquid (Caitlin&#8217;s thought), or to splatter it into the mold first (my thought), then let it harden (maybe even freeze it to make it resilient) and then pour the bone colour on second. Both will be tried.</p>
<p>Other than that we have temporarily adopted a sparrow that broke its wing. We&#8217;re not sure if it&#8217;s beyond saving but we are doing our best. Assuming the horrible cat does not figure out a way to eat it in the night I will report more tomorrow on our little friend.</p>
<p><i>I realize that with the opening and closing teasers, it is apparent to everyone that I have posted pictures of the <b>least</b> interesting part of my day. I&#8217;m sorry, but for now it&#8217;s the only part that I&#8217;ve photographed. I will amend it tomorrow. Tomorrow will not be an entry containing only a picture of me going to the post office, even though I am planning the ammunition for that.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/10/new-soap-molds-skull-soap-zentastic-soap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oh The Places You&#8217;ll Go, Skulls, Pewter in Plasticine Molds</title>
		<link>http://www.zentastic.com/blog/2012/01/08/oh-the-places-youll-go-skulls-pewter-in-plasticine-molds/</link>
		<comments>http://www.zentastic.com/blog/2012/01/08/oh-the-places-youll-go-skulls-pewter-in-plasticine-molds/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 17:37:23 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11864</guid>
		<description><![CDATA[Years ago I read a great many Dr. Seuss books to my daughter a great many times. I think that they moved me even more than they moved her, &#8220;Oh The Places You&#8217;ll Go&#8221; and &#8220;The Lorax&#8221; most of all. I am both embarrassed and not ashamed at all that there were times reading these [...]]]></description>
			<content:encoded><![CDATA[<p>Years ago I read a great many Dr. Seuss books to my daughter a great many times. I think that they moved me even more than they moved her, &#8220;Oh The Places You&#8217;ll Go&#8221; and &#8220;The Lorax&#8221; most of all. I am both embarrassed and not ashamed at all that there were times reading these to her that I was not-completely-successfully holding back the tears from how deeply they affected me. &#8220;Oh The Places You&#8217;ll Go&#8221; surely had a guiding effect on my life, and I&#8217;ve tried to go out and live &#8212; and create &#8212; the most-often-but-not-always wonderful kaleidoscope world it imagines. Whether you&#8217;re a fan of the story or whether you are simply a fan of such a rainbow existence, I&#8217;m sure you will enjoy this beautiful Burning Man-themed edit of Dr. Seuss&#8217;s poetry.</p>
<p style="text-align:center;"><iframe width="600" height="305" src="http://www.youtube.com/embed/ahv_1IS7SiE?hd=1" frameborder="0" allowfullscreen></iframe></p>
<p>Fullscreen is the best.</p>
<p>Also if you&#8217;re in the watching mood, I&#8217;ve been enjoying the videos on <a href="www.youtube.com/user/TommyEdisonXP">TommyEdisonXP&#8217;s YouTube channel</a> which document his life as a blind man &#8212; ever wonder how a blind person cooks food? Uses an ATM? Sets up a DVD player? There aren&#8217;t a ton of videos but hopefully he&#8217;ll make more. The cooking one is especially good.</p>
<p>Yesterday <a href="http://www.caitlinjane.com/">Caitlin</a> and I walked down to Kensington Market to have a <a href="http://www.yelp.ca/biz/big-fat-burrito-toronto">Big Fat Burrito</a> which was delicious as always. The walk was about 8km in all, which while a decent length walk for anyone, seems to be about my upper limit these days, down from almost double that a month ago. I don&#8217;t know if that&#8217;s because of the damage I did climbing all the zip line towers in Mexico, or if it&#8217;s just part of the normal decay and destruction. I feel like I had a couple months where I was feeling alright, but now I&#8217;m back to pretty much constant unbearable pain. Tomorrow I start a new pain treatment program that I have mixed feelings about, and they&#8217;re supposed to stick me in a CT scanner soon to see how the brain damage aspect of the disease is progressing. I&#8217;ve actually been doing a ton of programming lately (as in software development) to try and keep myself from going nuts from the pain &#8212; doing data processing and analysis and simple AI work seems to pull me out of the physical and keep my mind broadly occupied better than just about anything else I&#8217;ve found.</p>
<p>Back to nice stuff. As I said, I&#8217;ve had lots of people with dainty fingers asking me to do a skull ring that&#8217;s appropriately sized for them. So I have been making roughs for a potential new skull ring or two. The ones in the picture are size 6 and 7, and can be up-sized to a 9. I&#8217;m also making them all with gem-set eyes, which is why the eyes are hollow. I like the way the gem-set eyes look so much that in this run they&#8217;ll be that way by default. I hope to have the molds made for these in the next few days, and I just got shipping notice that I&#8217;ll have some new cabochons later in the week in addition to the gems I already have here.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/new-skull-rings.jpg" alt="" title="new-skull-rings" width="600" height="400" class="alignnone size-full wp-image-11865" /></p>
<p>Finally, I wanted to share with you a little experiment I did the other day for making quick one-offs. I discovered that the &#8220;melting point&#8221; of plastecine is high enough that you can actually pour liquid pewter into it. The <a href="http://www.sculpturesupply.com/detail.php?id=203000&#038;sf=subcategory&#038;vl=Pewter+Metal&#038;cat=Casting+Materials">pewter that I use</a> melts at the incredibly low temperature of 138 degrees Celsius &#8212; not much more than boiling water amazingly! I found that you can take your positive (in this case a little fairy figuring wearing goggles) and press it into the plasticine to make your mold. I also put in a little graphite to reduce air bubbles, although I didn&#8217;t do enough tests to be sure how big a difference it makes. The pewter then, melted stove top, is poured right into the depression in the plasticine and allowed to harden there. To my surprise, it works perfectly. For applications like making one-off coins or medals for a kid&#8217;s party and things like that, this seems like an ideal zero-cost method. The pewter can be bought for around $20 a pound (or you can just melt down broken pewter cups from a used/junk shop), and that&#8217;s the only special item you need!</p>
<p style="text-align:center;"><a href="http://www.zentastic.com/blog/wp-content/uploads/2012/01/plasticine-mold-experiment.jpg" rel="lightbox[11864]"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/plasticine-mold-experiment.jpg" alt="" title="plasticine-mold-experiment" width="600" height="800" class="alignnone size-full wp-image-11866" /></a></p>
<p>Perhaps I will write a tutorial some time.</p>
<p>Other than that Caitlin and I have been watching the <a href="http://www.syfy.com/faceoff/">&#8220;Face Off&#8221; SyFy</a> reality show which is pretty fun. It&#8217;s one of those &#8220;Top Chef&#8221;/&#8221;Project Runway&#8221; type contest reality shows, but it&#8217;s about theatrical and special effects makeup. The second season starts soon, so we grabbed the entire first season to watch over a couple days and have just one episode left. There&#8217;s a lot in the show that overlaps with the sort of jewelry work I do because of all the mold making, so it&#8217;s interesting to me on a first-hand level.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/08/oh-the-places-youll-go-skulls-pewter-in-plasticine-molds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New skull ring eyeballs and Cabochon love</title>
		<link>http://www.zentastic.com/blog/2012/01/05/new-skull-ring-eyeballs-and-cabochon-love/</link>
		<comments>http://www.zentastic.com/blog/2012/01/05/new-skull-ring-eyeballs-and-cabochon-love/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 20:24:19 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
		
		<guid isPermaLink="false">http://www.zentastic.com/blog/?p=11854</guid>
		<description><![CDATA[A customer asked me to order them some custom stones for a recent order, and along with their request I got some others in stock. Most of these will be in the shop soon, and I always like making custom stuff for people so please let me know if something you see strikes your fancy. [...]]]></description>
			<content:encoded><![CDATA[<p>A customer asked me to order them some custom stones for a recent order, and along with their request I got some others in stock. Most of these will be in the shop soon, and I always like making custom stuff for people so please let me know if something you see strikes your fancy. Anyway, this first one is a pair of 8mm orange CZ. It&#8217;s insane how bright they are. That&#8217;s in part because of the stone and the cut, but also because it&#8217;s such a tall stone that I had to mount the eyes very high in the socket (otherwise the backs would poke the finger) and they really glitter.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/skullring-orange-cz.jpg" alt="" title="skullring-orange-cz" width="600" height="431" class="alignnone size-full wp-image-11859" /></p>
<p>These next ones are 8mm rainbow topaz and are also quite intense &#8212; they are iridescent across various blue, green, and turquoise tones that are hard to capture in a still photo.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/skullring-topaz.jpg" alt="" title="skullring-topaz" width="600" height="442" class="alignnone size-full wp-image-11860" /></p>
<p>These blue or deep cyan stones are a pair of 8mm simulated blue zircon.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/skullring-blue-cz.jpg" alt="" title="skullring-blue-cz" width="600" height="441" class="alignnone size-full wp-image-11855" /></p>
<p>Next is the actual stone that was ordered, a pair of 8mm black spinels. Totally black and opaque.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/skullring-spinel.jpg" alt="" title="skullring-spinel" width="600" height="408" class="alignnone size-full wp-image-11858" /></p>
<p>Also in black, I ordered a bunch of 8mm high dome black onyx round cabochons, which are basically half spheres. I got these largely as an experiment as I&#8217;ve never worked with them before, and wow, do I ever love them. They really look incredible. I made a couple of rings using them as eyes that&#8217;ll go into the shop in the next day or two.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/skullring-opal-eyes.jpg" alt="" title="skullring-opal-eyes" width="600" height="413" class="alignnone size-full wp-image-11857" /></p>
<p>In addition, I have started mounting cabochon&#8217;s on the backs of these rings whenever possible, inside my &#8220;signature&#8221; tattoo logo. It&#8217;s a very beautiful touch, and I feel like my work is getting better and better with time.</p>
<p style="text-align:center;"><img src="http://www.zentastic.com/blog/wp-content/uploads/2012/01/skullring-opal-back.jpg" alt="" title="skullring-opal-back" width="600" height="340" class="alignnone size-full wp-image-11856" /></p>
<p>I have some more cabochons on order, so in a week or so I hope to do some more experiments. I have some really neat looking pyrite ones, some blood red almandine garnets, some green malachite, some very psychedelic glittering opal, some turquoise chrysocolla that looks like a planet, some pearly moonstone, and some stunning lab-grown star sapphires. Finally, because I have had so many requests to do a version of this skull ring but in a smaller women&#8217;s size, I&#8217;m beginning work today on a new skull ring that should fit sizes 6 through 9 (the rings about are size 10 through 13).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zentastic.com/blog/2012/01/05/new-skull-ring-eyeballs-and-cabochon-love/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.494 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-03 14:37:33 -->

