<?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>RandallCrock.net &#187; Personal</title>
	<atom:link href="http://randallcrock.net/topics/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://randallcrock.net</link>
	<description>Programming &#124; Graphic Design &#124; Consulting &#124; IT Management &#124; Web Design</description>
	<lastBuildDate>Fri, 20 May 2011 23:22:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Summer Update</title>
		<link>http://randallcrock.net/2011/05/summer-update/</link>
		<comments>http://randallcrock.net/2011/05/summer-update/#comments</comments>
		<pubDate>Fri, 20 May 2011 23:21:03 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=141</guid>
		<description><![CDATA[Hello, and welcome back! I say this pretty much every time I post, but it is true: I need to update more often. Once again, this las semester was pretty busy, but it was fun and I got a lot done. My classes were relatively easy and I was finishing my Interactive Qualifying Project both [...]]]></description>
			<content:encoded><![CDATA[<p>Hello, and welcome back!  I say this pretty much every time I post, but it is true: I need to update more often.  Once again, this las semester was pretty busy, but it was fun and I got a lot done.  My classes were relatively easy and I was finishing my Interactive Qualifying Project both of which went quite well.  My IQP was working with the Student Development and Counseling Center (SDCC) at WPI to find out what students knew about the center and what their attitudes and opinions were.  We were somewhat surprised about the results, and the center was pleased with how the project wrapped up.  As for my other classes, I took Foundations of Computer Science, Intro to Computer Graphics, and Intro to Artificial Intelligence. Foundations of CS was mainly about languages and types of state machines (finite automata, Turing machines, etc.) and their relationships.  I really enjoyed the class and found the material to be very interesting and relevant to some of the interests I have in the theoretical side of CS.</p>
<p>Graphics was a blast and I learned a lot about OpenGL and how it operates as well as getting a good refresher on linear algebra and matrix operations.  We did a lot of work in both 2D and 3D, and one of my favorite projects was implementing L-Systems in 3D.  L-Systems are methods for iteratively generating fractals, one of the most famous of which is the <a href='http://en.wikipedia.org/wiki/Koch_snowflake'>Koch snowflake</a>.  We also did some modeling, all of which had to be hard coded which was a pain since every time you made a change you had to recompile the application and run it again.  One of my other small grumbles is that we had to work using X forwarding off of the Linux servers since we were required to write code for only those machines.  While it was sometimes frustrating, it was ultimately very rewarding and taught me a lot about how computers handle graphics internally and will really help me as I write plugins and extensions for other graphics applications.</p>
<p>Much more aggravating and much less interesting was my Intro to AI course.  The material itself was interesting and in some cases useful, but the way the course went made it the worst class I have ever taken.  The biggest problem was that there was no communication between the Professor and the TAs, so no one knew who was managing what project, or what exactly was supposed to happen with the homework.  Additionally, very little was ever covered in lectures, so the whole class was completely dependent on a book which the professor forgot to have the bookstore order.  In all, it ended well, and I apparently understand AI well enough to get an A, but I don&#8217;t really know how to apply anything I &#8220;learned&#8221; in this class.</p>
<p>On the summer front, I am still looking for a job and doing design work in the meantime.  I have finally started doing some icon design for the WPI Helpdesk in earnest which I expect will be done in the next week or so.  It has been really fun to try and come up with ways of representing some weird things like &#8220;Emeritus Professors.&#8221;  I am also starting to do design on a larger scale and have a couple projects in the works that I will be starting on soon.  One of the big things I did in the past few months was for a couple friends of mine who started a web hosting company.  I did their site and logo for them and would highly recommend you check them out at <a href="http://alacrityhost.com">http://alacrityhost.com</a>.  I am also working on another project with a few friends which is a freelance work hub for us for design, software development, and consulting.  I will post more details once things get more firmed up, but it is something I am excited to start.  If you are looking to set up a website and would be interested in a quote from me, just <a href="mailto:randy@randallcrockn.net">shoot me an email</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2011/05/summer-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fall Semester</title>
		<link>http://randallcrock.net/2011/01/fall-semester/</link>
		<comments>http://randallcrock.net/2011/01/fall-semester/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 17:30:37 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=139</guid>
		<description><![CDATA[Update on the Fall 2010 Semester and look forward into what I am doing this year.]]></description>
			<content:encoded><![CDATA[<p>
This previous semester has been pretty busy for me, but quite fun.  I took a lot of interesting courses in computer science as well as some of my electives. A Term I took software security engineering which was really tough, but it was also the best CS course I have taken yet.  For our first assignment, we were given a virtual machine running a web based grade book and told to break in and change our grade.  That is all the information we got at first.  As the assignment progressed, we were given access to the source code to look for holes we could exploit, and after breaking it as many was as we could, we had to fix it.  Some of the rest of our assignments were in the same vein but with different languages while others were merely analysis of protocols and procedures such as <a href="http://oauth.net">OAuth</a> and <a href="http://openid.net">OpenID</a>.
</p>
</p>
<p>I also took a digital music cours during A term which was a lot of fun, and more of a sound art class than a music class.  We worked with non-traditional methods of creating music and sound such as modulating voices or recorded sounds and trying to stay away from strict timing and rhythm in our work.  It isn&#8217;t something I would do for a living, but it was a really neat class and was a good course to take against some of my harder classes.  A term I also took Human Computer Interaction, which was also really cool.  As a designer, and more specifically a web designer and programmer, HCI is very important to my work.  Making sure people understand the ideas I am trying to get across is key, and can be very difficult.  I learned some great ways of analyzing user interactions and designs to help improve them.
</p>
<p>
In B term I started on my Interactive Qualifying Project (IQP) which is designing and running a survey to help WPI&#8217;s counseling center to understand why students may or may not be going to the center for help and to assess student&#8217;s general knowledge about the center.  It has been fun working with the center, and our advisor is one of the best at WPI.  B term I also took Webware which was a breeze, but did introduce me to Java Server Pages which are interesting, but really frustrating to work with in the context of the <a href="http://code.google.com/appengine/">Google App Engine</a>.  One day I spent several hours working with my professor to figure out why some JSP pages would run fine on the local implementation, but would not run once they were deployed to the server.  Eventually he gave up and just gave me full credit for it since even he couldn&#8217;t figure out what was wrong.
</p>
<p>
Probably the best course I took this previous semester was my Intro to Digital Imaging and Computer Art class.  It seems silly to some people that I would take this class, but it is required for my IMGD major, even though I am not really working on the requirements for that anymore.  It was a great way for me to finally become comfortable with Photoshop and really push the limits of what I could do with Maya.  I finally understand the different blend modes that are available in Photoshop and other programs as well as better ways of doing selections and filling in empty space.  As for the work we did in 3D, I have figured out that I suck at building models, but I am really good at lighting scenes and applying textures to surfaces.
</p>
<p>
This next semester should also be quite interesting since I am taking some interesting CS courses such as Computer Graphics and Computer Animation, which will be really challenging, but really neat.  I am also going to be finishing (hopefully) my IQP and looking for more internship opportunities this summer.
</p>
<p>
I have also been somewhat busy doing design work, and I am building a new site for the design firm I have finally picked a name for: Nuro Design.  I am also moving most of my hosting over to a new webhost, <a href="http://alacrityhost.com">Alacrity Host</a> which is run by some friends of mine, and I highly recommend their services.  The new site should be up soon, and will feature my portfolio of design work, but some of it will be maintained here under the <a href="art/">design section</a>.  More of my work will be going up here in the meantime, so look for an update to that effect in the next couple of weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2011/01/fall-semester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design</title>
		<link>http://randallcrock.net/2010/06/web-design/</link>
		<comments>http://randallcrock.net/2010/06/web-design/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 22:41:11 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=126</guid>
		<description><![CDATA[So recently, I have been working on some other design projects including building a website for my parents. They are trying to move away from the property manager they use to rent their Condo they have in Granby, Colorado, and asked me to build them a marketing site for it. I decided that I would [...]]]></description>
			<content:encoded><![CDATA[<p>
So recently, I have been working on some other design projects including building a website for my parents.  They are trying to move away from the property manager they use to rent their Condo they have in Granby, Colorado, and asked me to build them a marketing site for it.  I decided that I would build a site which focused on the property, but also gave them a chance to introduce our family which my parents think is very important.  They are paying me, which means I will have money for both tuition and some fancy new <a href="http://store1.adobe.com/cfusion/store/html/index.cfm?event=displayProduct&#038;categoryOID=4244037&#038;store=OLS-US">toys</a> to do the work with.  I was able to knock out the basic design pretty quickly since the CMS I decided to go with (<a href="http://drupal.org/">Drupal</a>) has a really good way of defining templates.  I decided to go with Drupal rather than something like WordPress for a couple reasons.  First, Drupal is something I haven&#8217;t worked with before, and I figure I need some experience working with different systems to broaden my skill set.  Second, WordPress is for more dynamic content, like blogging, and not for something which will be mostly static.  Sure, I could have done it with WordPress and it would have looked nice, but it wouldn&#8217;t have been as easy to work with.  You can take a look at the results so far here: <a href="http://coloradocrocks.com/">Colorado Crocks</a>.
</p>
<p><img class="image-right" src="/wp-content/uploads/2010/06/logo.png" title="Colorado Crocks Logo" /></p>
<p>
As well as doing some web design for the page, I did a little graphic design and knocked out a logo and the header since I try to generate as much of a site&#8217;s images myself rather than recycling them.  The header is a tracing of a picture my sister took of the Rocky Mountains when we were at the condo one time.  The logo I originally thought was going to be a placeholder, or something which would drastically change, but it turns out everyone really likes it.  It is a stylization of the view from our property, and I thought it would give a good feel and contribute to the overall look of the site.
</p>
<p>
For their site I also did some Flash development which can be seen on the <a href="http://coloradocrocks.com/node/2">Properties</a> page.  I built an XML customizable slideshow in Flash after many hours of battling with ActionScript.  Everything is scripted, nothing is based on predefined animations, which makes it much easier to customize.  Basically, you provide it with an XML document which breaks down into pictures which contains fields for the title, the description, and the URL of the image.  It pulls this data, downloads the images and fills in the template I have defined.  I haven&#8217;t worked with Flash in a really long time, and this reminds me why.  ActionScript is the worst language I have ever used with the exception of Scheme (a LISP derivative used in WPI intro CS classes).  On mroe than one occasion, Flash decided it didn&#8217;t know what some of the predefined libraries were and refused to import them.  I eventually (read 20+ hours) was able to get everything working to a point, but I still have quite a bit of work to do as far as customization goes.
</p>
<p><img class="image-left" src="http://store1.adobe.com/images/store/product_boxshots/150x150/box_master_collection_cs5_150x150.jpg" title="Adobe CS5 Master Collection" /></p>
<p>
The toys I mentioned earlier are in fact the Adobe Creative Suite 5 Master Collection and associated services.  CS5 Master Collection is really nice, and a huge step up from what I had been working with, which is CS3 Web Premium.  Really all I needed was everything in Web Premium plus InDesign and Premire.  The only package all of these come in was Master Collection, and I decided I needed them badly enough to fork over the cash for it.  I was able to get a price reduction since I do own CS3 Web Premium, so I didn&#8217;t have to pay the full $2,500 price tag for it.  I am looking forward to doing more tutorials with the new Illustrator tools and learning them myself.  It is really nice to be able to do elliptical and transparency gradients at last.
</p>
<p></p>
<p>
I am also working full time at the WPI Helpdesk and am classified as a full time student since I am taking two classes, so between those and my extra projects I have been keeping busy, hence not updating this at all.  I am trying to update more frequently, but every so often I forget that I actually have a blog.  Is there anything you would like me to write about?  If you think of something, feel free to comment!
</p>
<div align="center">
<img src="/wp-content/uploads/2010/06/Awwwwyeah_jpg-237x300.jpg" title="Helpdesk Awwwwww Yeah!" />
</div>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/06/web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Developments</title>
		<link>http://randallcrock.net/2010/05/recent-developments/</link>
		<comments>http://randallcrock.net/2010/05/recent-developments/#comments</comments>
		<pubDate>Tue, 18 May 2010 02:55:07 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[case mod]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=125</guid>
		<description><![CDATA[For this summer, instead of spending it working at summer camp and thoroughly enjoying my summer shooting archery and hanging out with awesome people, I am working for the Helpdesk at WPI and taking classes. Don&#8217;t get me wrong, working at the Helpdesk is a sweet gig, and I am enjoying it very much, but [...]]]></description>
			<content:encoded><![CDATA[<p>
For this summer, instead of spending it working at summer camp and thoroughly enjoying my summer shooting archery and hanging out with awesome people, I am working for the Helpdesk at WPI and taking classes.  Don&#8217;t get me wrong, working at the Helpdesk is a sweet gig, and I am enjoying it very much, but it doesn&#8217;t have the same feel as working at camp.  8 hours of work a day seems getting off light, so I am filling my time with other things.  For my first week, I was modifying my computer to have water cooling to make sure that as I do more hardcore processing with my computer, I don&#8217;t fry anything vital.  My CPU and GPU load temperatures have dropped 10C or more, and the system is working great.
</p>
<p>
At the moment, I am doing some web design for my parents, and it is far less frustrating than building my own site, since I already have a good system for working.  It took me a couple tries on my site to get a workflow that I can use, and it is working great for me.  I am also using a content management system which is new to me, Drupal, and it is fairly intuitive to work with.  It has similar features to WordPress, but is more suited to static content rather than a blog-style site.  Which is perfect.
</p>
<p>
Anyway, just felt I should update you on my doings, and tell you that more Vector Hammer is in the works, and should be out in the next couple weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/05/recent-developments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Redesign</title>
		<link>http://randallcrock.net/2010/04/site-redesign/</link>
		<comments>http://randallcrock.net/2010/04/site-redesign/#comments</comments>
		<pubDate>Sat, 01 May 2010 01:02:02 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=118</guid>
		<description><![CDATA[A brief description of how I redesigned my site as well as an announcement that I redesigned my site.]]></description>
			<content:encoded><![CDATA[<p>
If you have been following my blog, thank you, and you may notice something different.  I just did a big redesign of the site, so I hope you like it.  I am going to talk about how I go about doing a site design for those who are interested, and I hope you enjoy!
</p>
<p>
For the past couple days, I have been overhauling the site design.  I liked the original two column setup, but I wasn&#8217;t super happy with the way it actually turned out.  I figured I would just do some small modifications to the theme, which then turned into a major set of changes.  Most of the base code is still intact, but I almost completely rewrote the style sheet to reflect what I wanted.  I got the base layout working really quickly in my primary browser (Chrome), and like every web developer, I now had to turn to the other browsers for testing, and Internet Explorer became the bane of my existence.
</p>
<p>
Everyone has to start somewhere, and I happen to like starting with the top.  The header is made up of 3 divs which get aligned with CSS, and they cooperated quite well with Chrome.  I then rendered my page with <a href="http://browserlab.adobe.com">Adobe Browserlab</a>, which is awesome, to see the differences between how my page would render in the different browsers.  It turns out, that every browser, including Chrome, wasn&#8217;t doing what I wanted.  Turns out I am using the Version 5 developer build of Chrome, which has a bunch of changes to how it displays HTML.  After a bit of tweaking with padding and margins, I had it all working in Chrome, Safari, and Firefox, but IE 7 still wouldn&#8217;t cooperate.  I spent so much time trying to work out the problem that I was getting very frustrated, and decided to move on.
</p>
<p>
I then started tweaking the way the columns were set up.  I wanted to keep the two column layout, but combine them into the same box.  Like the header, the main body is composed of three div elements which get aligned with CSS.  This was much easier since the divs weren&#8217;t stacked, but side by side, making it easier to figure out what was wrong.  I kept having problems with the background not rendering at the correct height, then discovered the many options of the <a href="http://www.w3schools.com/css/pr_class_display.asp">display</a> CSS element.  After that, it was a piece of cake to get right.
</p>
<p>
After getting the main body working properly, I moved on to small tweaks in the way posts and pages get formatted.  I changed the post headings to display datestamps, categories, and a divider between the heading and the post.  I also added a divider between posts, and tweaked the way that links display.  At this point I also did a redesign of the tabs, which I wanted to keep but update, so now instead of all CSS elements, I decided to go the classic way of images.
</p>
<p>
At this point, I was basically done with modifications, but had to go back and fix the way that IE7 was rendering the header.  I tried everything I could in the CSS to get it to work right, but it refused to constrain two of the elements (the navigation bar and title) within the third.  I tried changing margins and padding, the display type, every CSS trick I could think of.  Eventually I went to check the XHTML for the page, and discovered that I was using &lt;span&gt; tags instead of &lt;div&gt; tags.  I changed them, and presto, it worked.
</p>
<p>
If you read this whole post, congratulations, and please leave me some feedback on what you think of the site.  I like to get as many opinions as I can and incorporate some of the elements people point out.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/04/site-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Animation Final</title>
		<link>http://randallcrock.net/2010/03/3d-animation-final/</link>
		<comments>http://randallcrock.net/2010/03/3d-animation-final/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:34:36 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Maya]]></category>
		<category><![CDATA[WPI]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=102</guid>
		<description><![CDATA[I have posted my final animation on YouTube, and have an embedded below and a version on my 3d animation page here. Leave any comments you may have on the YouTube page, and thanks for viewing!]]></description>
			<content:encoded><![CDATA[<p>I have posted my final animation on YouTube, and have an embedded below and a version on my 3d animation page <a href='/art/3d-animation-projects/'>here.</a>  Leave any comments you may have on the YouTube page, and thanks for viewing!</p>
<div align="center">
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/pnsMBWxyfVQ&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/pnsMBWxyfVQ&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/03/3d-animation-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal Programs</title>
		<link>http://randallcrock.net/2010/02/fractal-programs/</link>
		<comments>http://randallcrock.net/2010/02/fractal-programs/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 03:05:58 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[fractal]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=86</guid>
		<description><![CDATA[New fractal applications on the .NET 4 framework.]]></description>
			<content:encoded><![CDATA[<p>
So in the last couple days, I have gone off on a programming binge and spent close to 20 hours working on personal projects.  Those projects happen to be ones I have picked at every so often regarding fractals.  I first rebuilt some of my console (command line) tools for fractal generation, then decided to provide a full-fledged graphical interface for creating them.
</p>
<p>
Once that was done, I moved on to a relate project where a user could pan, zoom, and move through different fractals, and save any of the views along the way.  A friend and I built one which worked back in high school but it was lost somewhere in between, and so I started from scratch.  I took the framework from my console and other graphic applications and turned it into a simple fractal explorer.
</p>
<p>
All these programs target the new .NET 4 platform (Windows only, sorry) which is still technically in Beta.  The reason I targeted .NET 4 was because it adds native support for parallelization.  This is really nice for work with fractals since they are processor intensive, and parallelization allows for more thorough use of your processor if you have multiple cores.
</p>
<p>
I will be making all these applications and their source public, so anyone who wants to can download them, change them, and play with them.  Until .NET 4 is officially released, they will lightly supported beta versions, and once .NET 4 launches, I will support them through some kind of other platform.
</p>
<p>
Until I get the apps up (I am still doing testing to make sure they won&#8217;t utterly break) have fun over on my <a href="/programming/fractals">Fractals</a> page!</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/02/fractal-programs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3D Animation</title>
		<link>http://randallcrock.net/2010/02/3d-animation/</link>
		<comments>http://randallcrock.net/2010/02/3d-animation/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 05:33:21 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Maya]]></category>
		<category><![CDATA[WPI]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=85</guid>
		<description><![CDATA[3D animation class is awesome, but time consuming.  Autodesk Maya is buggy, but has some sweet features, and I may just become a 3D animator someday.]]></description>
			<content:encoded><![CDATA[<p>
So this term I am taking AR2001 &#8211; The Art of Animation.  I thought we would start with simple 2-d animation, creating GIFs and such, but instead the first day of class we are doing full-blown Maya animation.  Autodesk Maya is the leading contender in the 3D animation market.  Pixar uses it, Dreamworks uses it, and many other animation studios use it for their work.  It is renowned for the photorealistic images you can create with it.  It is also one of the buggiest pieces of software I have ever used.
</p>
<p>
It seems to react differently every time I use it.  Sometimes it works just fine until I try to combine two polygons, when it just does it wrong and crashes.  Other times I have to restart it withing 5 minutes of working because it is behaving wrong.  Don&#8217;t get me wrong, I am coming to love it for a lot of reasons, but it could be cleaned up and made to run better.  It is really awesome that I can create a ploygonal model, then bind it to a skeleton and make the skeleton react the way I want in under ten minutes.  It is also really cool that you can add realistic fur and hair to objects simply by setting a couple sliders and brushing it on.  I am having a blast in this class, but it is occupying a ton of my time.
</p>
<p>
I now have a greater appreciation for many of the animated films out there simply because I am seeing how much work goes into making animations work the way you want and still look good.  Today, I spent 5 hours in the lab and got 20 seconds of animation for my time.  I am working with simple skeletons and animating only one object.  Professionals are spending hundreds of hours to get seconds of video, and that is just the animation, then you have to wait for the render.  Granted, most big studios use a render farm, a cluster of computers where they send files to be rendered and a managing program splits it up so it takes less time, but rendering my 20 seconds of video at draft quality (320&#215;240, 24fps, low quality shadows and lighting) still took 15 minutes.  When I do my full render, it is going to take me several hours just to get output!
</p>
<p>
I am also thinking that I could get by doing 3D animation professionally, and so I may add it to my set of skills.  It is fun to sit and jiggle the sliders back and forth, moving your creation around and watching it do what you have told it.  Animating is a lot like programming, only it is way easier to see exactly where your time is going and what you get out of it.  The satisfaction of getting my figure to move the way I wanted was the same as finishing a programming project and publishing it.  It is a really great feeling to watch your character jump and dance around the stage you have created for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/02/3d-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New England Weather</title>
		<link>http://randallcrock.net/2010/01/new-england-weather/</link>
		<comments>http://randallcrock.net/2010/01/new-england-weather/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:20:02 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Outdoors]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[New England]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[WPI]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=79</guid>
		<description><![CDATA[Ok, so I am from Colorado where we get some weird-ass weather. It regularly snows in June in the mountains, and I have personally seen every type of precipitation in the same day. I have been in days where it has gone from 70 degrees and sunny to snowing in twenty minutes. So what the [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so I am from Colorado where we get some weird-ass weather.  It regularly snows in June in the mountains, and I have personally seen every type of precipitation in the same day.  I have been in days where it has gone from 70 degrees and sunny to snowing in twenty minutes.  So what the hell is with rain in January?  I thought New England was supposed to be wicked cold in the winter!  It certainly was last year, so what is up with this?  It should be cold, windy, and snowy at the end of January, not 50 degrees and raining.  Also, it is supposed to go back to being wicked cold later this week!  This just seems weirdly anomalous for somewhere that is supposed to have a fairly predictable climate.  What the hell?</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/01/new-england-weather/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Internets!</title>
		<link>http://randallcrock.net/2010/01/the-internets/</link>
		<comments>http://randallcrock.net/2010/01/the-internets/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:51:59 +0000</pubDate>
		<dc:creator>Randall Crock</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://randallcrock.net/?p=78</guid>
		<description><![CDATA[Why are today's youth so obsessed with technology and the Internet?  I think that the culture in which we grew up formed us to be more spastic and random, and able to handle the internet better.]]></description>
			<content:encoded><![CDATA[<p>
Being in college, I will occasionally have free time to kill (HA!), and unsurprisingly, I spend quite a lot of that time on the internet.  I read almost all of the icanhascheezburger picture blogs, and spend a lot of time surfing YouTube.  I also watch quite a few sketch comedy groups like <a href="http://loadingreadyrun.com">LoadingReadyRun</a>, and of course <a href="http://www.escapistmagazine.com/videos/view/zero-punctuation">Zero Punctuation</a>.  What is it that draws the current college generation toward these things?  Most of my friends watch the same videos, and read the same blogs, albeit to a more or lesser extent.
</p>
<p>
Are today&#8217;s fads and trends similar to poodle skirts and rock&#8217;n'roll from the 50s?  Are younger people more attracted to technology?  I have a slight view bias on this since I attend a tech school where the entire population are self-described &#8220;geeks&#8221; or &#8220;nerds.&#8221;  Even here, there are people involved in non-computer fields who are very internet savvy, and spend as much time as I do online.  Is there something physically or psychologically different about the younger generations which draws them toward the internet and online interactions?
</p>
<p>
I have heard various theories on how younger generations are more &#8220;A.D.D.&#8221; and switch their attention between topics more frequently than older people.  I have not seen the statistics on this, but I don&#8217;t think it is actually a rise in ADD, but a difference in how we think, based on the technology we had growing up.  I think young people are predisposed to new technology, and that it isn&#8217;t just for what we had growing up.  The tech changed so rapidly that we had to deal with new game consoles every few years, computer upgrades more frequently, and toys becoming more electronic every year.  I think this allows for young people to adapt to new tech better, and use it as thoroughly as it can be used.
</p>
<p>
Of course, I am merely speculating, as I have no formal experience or training in psychology.  Viewing it from the perspective of a twenty-something college student it seems interesting that each subsequent generation since the 70&#8242;s has been more tech-oriented, and it has been accelerating at a rate equal to that at which computers have been developing.  I wonder if my generation will end up where our parents are with current technology when we have children of our own.  Will I be calling my son weekly to have him fix my holographic mail?</p>
]]></content:encoded>
			<wfw:commentRss>http://randallcrock.net/2010/01/the-internets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

