<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>http://codeendcode.tumblr.com/</title><generator>Tumblr (3.0; @codeendcode)</generator><link>http://codeendcode.tumblr.com/</link><item><title>Getting set up to code... again</title><description>&lt;p&gt;I previously wrote about getting my Snow Leopard installation set up to run Git. I&amp;#8217;m going to do the same thing here, except with a fresh Mountain Lion installation.&lt;/p&gt;

&lt;h4&gt;Install Xcode&lt;/h4&gt;

&lt;p&gt;Since we&amp;#8217;ve done this before, I know Homebrew will yell at me if I don&amp;#8217;t have Command Line Tools for Xcode installed. Go to the App Store, download the latest Xcode (since we&amp;#8217;re on the latest OS). Once that&amp;#8217;s downloaded and installed, open Xcode and go to Xcode -&amp;gt; Preferences and open the Downloads tab. Now install Command Line Tools.&lt;/p&gt;

&lt;h4&gt;Install Homebrew&lt;/h4&gt;

&lt;p&gt;Here we go! Pop this into Terminal:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ruby -e "$(curl -fsSL &lt;a href="https://raw.github.com/mxcl/homebrew/go"&gt;https://raw.github.com/mxcl/homebrew/go&lt;/a&gt;)"
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;Install Git&lt;/h4&gt;

&lt;p&gt;Big surprise here.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;brew install git
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;Set Up Git&lt;/h4&gt;

&lt;p&gt;I followed the &lt;a href="https://help.github.com/articles/set-up-git"&gt;instructions at Github&lt;/a&gt; for the rest (including &lt;a href="https://help.github.com/articles/generating-ssh-keys"&gt;setting up your SSH keys!&lt;/a&gt;). After that, you should be good to go!&lt;/p&gt;</description><link>http://codeendcode.tumblr.com/post/42691705614</link><guid>http://codeendcode.tumblr.com/post/42691705614</guid><pubDate>Sat, 09 Feb 2013 14:53:00 -0600</pubDate><category>github</category><category>git</category><category>homebrew</category><category>xcode</category><category>mountain lion</category><category>mac</category><dc:creator>basstheorychaos</dc:creator></item><item><title>F**king SVN. How does it work?! An SVN primer for the designer folks</title><description>&lt;a href="http://greenethumb.com/article/63/fking-svn-how-does-it-work-an-svn-primer-for-the-designer-folks/"&gt;F**king SVN. How does it work?! An SVN primer for the designer folks&lt;/a&gt;: &lt;p&gt;I’m finding this super useful because a) I’m a designer, and b) I need to use SVN. :)&lt;/p&gt;</description><link>http://codeendcode.tumblr.com/post/28347859056</link><guid>http://codeendcode.tumblr.com/post/28347859056</guid><pubDate>Mon, 30 Jul 2012 13:11:02 -0500</pubDate><category>svn</category><dc:creator>basstheorychaos</dc:creator></item><item><title>Twitter Bootstrap, Less and Sass: Understanding Your Options for Rails 3.1</title><description>&lt;a href="http://rubysource.com/twitter-bootstrap-less-and-sass-understanding-your-options-for-rails-3-1/"&gt;Twitter Bootstrap, Less and Sass: Understanding Your Options for Rails 3.1&lt;/a&gt;: &lt;p&gt;I’m perusing through this article at the moment, so I thought I’d share. For a coding nub like me, this is really helpful. :)&lt;/p&gt;</description><link>http://codeendcode.tumblr.com/post/21175624935</link><guid>http://codeendcode.tumblr.com/post/21175624935</guid><pubDate>Sun, 15 Apr 2012 17:48:33 -0500</pubDate><category>bootstrap</category><category>less</category><category>sass</category><dc:creator>basstheorychaos</dc:creator></item><item><title>Hashing for privacy in social apps</title><description>&lt;a href="http://mattgemmell.com/2012/02/11/hashing-for-privacy-in-social-apps/"&gt;Hashing for privacy in social apps&lt;/a&gt;: &lt;p&gt;An excellent article I found Googling around while looking for advice on how much of users’ information I should store as hashes. If you don’t know what I’m talking about, that’s okay; Matt Gemmell explains it very well.&lt;/p&gt;

&lt;p&gt;If you want to get s bit more technical, check out &lt;a href="http://www.codinghorror.com/blog/2007/09/youre-probably-storing-passwords-incorrectly.html"&gt;Coding Horror: You’re Probably Storing Passwords Incorrectly&lt;/a&gt;.&lt;/p&gt;</description><link>http://codeendcode.tumblr.com/post/21116508091</link><guid>http://codeendcode.tumblr.com/post/21116508091</guid><pubDate>Sat, 14 Apr 2012 19:52:23 -0500</pubDate><category>hashing</category><category>passwords</category><category>privacy</category><dc:creator>basstheorychaos</dc:creator></item><item><title>Installing Eclipse and such</title><description>&lt;p&gt;Hey guys! Sorry I haven&amp;#8217;t posted in awhile. Work and life and such have been pretty busy. But hey, I filed my taxes today! So I think that&amp;#8217;s a start towards finishing some of the necessities before getting into the nitty gritty of learning how to code. :)&lt;/p&gt;

&lt;p&gt;I just installed the &lt;a href="http://www.eclipse.org/downloads/packages/release/indigo/r"&gt;Eclipse IDE&lt;/a&gt; on my iMac so I could get back into Java. Java was the first &amp;#8220;real&amp;#8221; programming language I learned (I don&amp;#8217;t think the BASIC I learned back in the day has stuck with me at all). If you&amp;#8217;re interested, I used &lt;a href="http://www.cs.dartmouth.edu/~cs5/install/eclipse-osx/index.html"&gt;this Mac guide&lt;/a&gt; for installing Eclipse to make sure I wasn&amp;#8217;t doing anything crazy wrong, but it&amp;#8217;s straightforward enough that you could install it just like any other application.&lt;/p&gt;

&lt;p&gt;I know this blog has been slow-going but we&amp;#8217;re all really swamped with life. I&amp;#8217;m sure you know how it goes. :) Hopefully things will pick up soon now that the weather is getting nicer and we&amp;#8217;re getting used to the strains of new jobs, new living arrangements, etc. Hope everyone had a good St. Patrick&amp;#8217;s Day and I hope to write again soon!&lt;/p&gt;</description><link>http://codeendcode.tumblr.com/post/19499507586</link><guid>http://codeendcode.tumblr.com/post/19499507586</guid><pubDate>Sun, 18 Mar 2012 00:57:15 -0500</pubDate><category>eclipse ide</category><category>java</category><dc:creator>basstheorychaos</dc:creator></item><item><title>Delicious Programming Fixes</title><description>&lt;a href="http://www.delicious.com/stacks/view/PDk509"&gt;Delicious Programming Fixes&lt;/a&gt;: &lt;p&gt;Hey guys! I frequently come across articles that help me figure out problems I’m having while trying to write code. I want to share these articles &lt;em&gt;but&lt;/em&gt; I don’t think they warrant a copycat article written on this blog. :) SO, I instead created a Delicious stack for all of you to enjoy. If you’re an author of this blog, sign up for Delicious and I can invite you to contribute articles/blog posts to the list.&lt;/p&gt;

&lt;p&gt;The posts I will write for &lt;code&gt;&lt;code&gt;&lt;/code&gt;&lt;/code&gt; will usually be multi-step process for setting things up or more personal coding that I’ve discovered myself or is more relevant to the work we’re doing here and elsewhere. This is, after all, just a project for sharing stuff about coding. It’s not supposed to be a wildly successful blog and we make no claims that we know what we’re doing. (:&lt;/p&gt;</description><link>http://codeendcode.tumblr.com/post/17144207074</link><guid>http://codeendcode.tumblr.com/post/17144207074</guid><pubDate>Mon, 06 Feb 2012 00:37:27 -0600</pubDate><category>delicious</category><category>stacks</category><dc:creator>basstheorychaos</dc:creator></item><item><title>Setting up my Windows box</title><description>&lt;p&gt;In &lt;a href="http://codeendcode.tumblr.com/post/16907144118/beginning-work-on-the-tumblr-template"&gt;my last post&lt;/a&gt; I set up my iMac with Git and MacVim. (Which you should read because I didn&amp;#8217;t want to repeat a lot of those steps here.) Well, it&amp;#8217;s not easy for me to code on the move with my iMac, so it&amp;#8217;s time to set up my laptop which runs Vista! (I know I know, I should use Windows 7&amp;#8230;)&lt;/p&gt;

&lt;h4&gt;Installing gVim&lt;/h4&gt;

&lt;p&gt;ANYWAY, first I want to install gVim. Following &lt;a href="http://www.vim.org/download.php#pc"&gt;this guide&lt;/a&gt;, I went with the default options on the installer except I additionally checked &amp;#8220;Create .bat files for command line use&amp;#8221;. This way I can access Vim and gVim from the command line.&lt;/p&gt;

&lt;h4&gt;Installing Git and using Github&lt;/h4&gt;

&lt;p&gt;I then followed the &lt;a href="http://help.github.com/win-set-up-git/"&gt;Git installation guide for Windows&lt;/a&gt; Github wrote up. The only changes I made were a) checking &amp;#8220;Git Bash Here&amp;#8221; and &amp;#8220;Git GUI Here&amp;#8221; for installing those context menu entries (right click menu), and b) choosing &amp;#8220;Run Git from the Windows Command Prompt&amp;#8221; because, you know, that can be useful down the road. :P&lt;/p&gt;

&lt;p&gt;Following the guide, I ran into the same setup steps I took on my iMac. When I had to add my Github API to the Git config through Git Bash, I did a quick Google search to figure out you can press &amp;#8220;Insert&amp;#8221; to paste whatever is on the clipboard right into Git Bash. Since &lt;a href="https://github.com/bergren2/codeendcode"&gt;the Tumblr template repository&lt;/a&gt; already exists, we can just do the following from the root:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ git clone git@github.com:bergren2/codeendcode.git
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;This clones the repo into the folder &lt;code&gt;codeendcode&lt;/code&gt; in my root, which is excellent. Sadly, though, I had to type in my SSH key again. :/ This wasn&amp;#8217;t a problem on the Mac because they stored the passphrase for us with Keychain. But hey, we&amp;#8217;re on Windows now. Let&amp;#8217;s fix that!&lt;/p&gt;

&lt;h4&gt;Setting up ssh-agent&lt;/h4&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Edit:&lt;/strong&gt; I made another attempt at setting up &lt;code&gt;ssh-agent&lt;/code&gt; which you should check out below. (&amp;#8220;Setting up ssh-agent&amp;#8230; again!&amp;#8221;) I think it&amp;#8217;s a better approach!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Using &lt;a href="http://ccn.ucla.edu/wiki/index.php/Setting_Up_and_Using_Git"&gt;this UCLA guide&lt;/a&gt; as a reference, I recognized I had to get bash to use &lt;code&gt;ssh-agent&lt;/code&gt; when I booted it up for the first time. To fix that I just added the following to &lt;code&gt;~/.bashrc&lt;/code&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;export SSH_AUTH_SOCK=/tmp/.ssh-socket
    ssh-add -l 2&amp;gt;&amp;amp;1 &amp;gt;/dev/null
if [ $? = 2 ]; then
    # Exit status 2 means couldn't connect to ssh-agent; start one now
    ssh-agent -a $SSH_AUTH_SOCK &amp;gt;/tmp/.ssh-script
    . /tmp/.ssh-script
    echo $SSH_AGENT_PID &amp;gt;/tmp/.ssh-agent-pid
fi
function kill-agent {
    pid=`cat /tmp/.ssh-agent-pid`
    kill $pid
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I did this using Vim, but you might want to try out the shiny gVim we installed earlier so you have an easier time using copy and paste. :) Next I added an environment variable by going to Control Panel &amp;gt; System &amp;gt; Advanced Settings &amp;gt; Environment Variables. There I added a variable with the name &lt;code&gt;SSH_AUTH_SOCK&lt;/code&gt; and value &lt;code&gt;/tmp/.ssh-socket&lt;/code&gt;. After that you&amp;#8217;ll want to reopen Git Bash and do the following:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ ssh-add ~/.ssh/id_rsa
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;You&amp;#8217;ll be asked to enter your passphrase &lt;strong&gt;one last time&lt;/strong&gt; and then tadaa, you&amp;#8217;re good to go!&lt;/p&gt;

&lt;h4&gt;Setting up ssh-agent&amp;#8230; again!&lt;/h4&gt;

&lt;p&gt;Apparently &lt;a href="http://help.github.com/ssh-key-passphrases/"&gt;Github had a guide too&lt;/a&gt; on using &lt;code&gt;ssh-agent&lt;/code&gt;, which I decided to follow instead. So now my &lt;code&gt;~/.bashrc&lt;/code&gt; instead contains the following:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt; SSH_ENV="$HOME/.ssh/environment"

# start the ssh-agent
function start_agent {
    echo "Initializing new SSH agent..."
    # spawn ssh-agent
    ssh-agent | sed 's/^echo/#echo/' &amp;gt; "$SSH_ENV"
    echo succeeded
    chmod 600 "$SSH_ENV"
    . "$SSH_ENV" &amp;gt; /dev/null
    ssh-add
}

# test for identities
function test_identities {
    # test whether standard identities have been added to the agent already
    ssh-add -l | grep "The agent has no identities" &amp;gt; /dev/null
    if [ $? -eq 0 ]; then
        ssh-add
        # $SSH_AUTH_SOCK broken so we start a new proper agent
        if [ $? -eq 2 ];then
            start_agent
        fi
    fi
}

# check for running ssh-agent with proper $SSH_AGENT_PID
if [ -n "$SSH_AGENT_PID" ]; then
    ps -ef | grep "$SSH_AGENT_PID" | grep ssh-agent &amp;gt; /dev/null
    if [ $? -eq 0 ]; then
    test_identities
    fi
# if $SSH_AGENT_PID is not properly set, we might be able to load one from
# $SSH_ENV
else
    if [ -f "$SSH_ENV" ]; then
    . "$SSH_ENV" &amp;gt; /dev/null
    fi
    ps -ef | grep "$SSH_AGENT_PID" | grep -v grep | grep ssh-agent &amp;gt; /dev/null
    if [ $? -eq 0 ]; then
        test_identities
    else
        start_agent
    fi
fi
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;During my switch, though, I ran into an issue where &lt;code&gt;ssh-agent&lt;/code&gt; had problems using the correct port because it was being used by&amp;#8230; &lt;code&gt;ssh-agent&lt;/code&gt;. 0_o Not a problem! I simply looked up the other &lt;code&gt;ssh-agent&lt;/code&gt;&amp;#8217;s PID using &lt;code&gt;ps&lt;/code&gt; and then called &lt;code&gt;kill &amp;lt;PID&amp;gt;&lt;/code&gt; to put it out of its misery.&lt;/p&gt;</description><link>http://codeendcode.tumblr.com/post/17039212783</link><guid>http://codeendcode.tumblr.com/post/17039212783</guid><pubDate>Sat, 04 Feb 2012 11:55:00 -0600</pubDate><category>vim</category><category>gvim</category><category>windows</category><category>vista</category><category>ssh</category><category>git bash</category><category>github</category><category>git</category><dc:creator>basstheorychaos</dc:creator></item><item><title>Beginning work on the Tumblr template</title><description>&lt;h4&gt;Install Homebrew&lt;/h4&gt;

&lt;p&gt;First thing I wanted to do was install Homebrew. So I pasted the following into Terminal:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/usr/bin/ruby -e "$(curl -fsSL &lt;a href="https://raw.github.com/gist/323731"&gt;https://raw.github.com/gist/323731&lt;/a&gt;)"
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The rest of Homebrew&amp;#8217;s installation instructions can be found &lt;a href="https://github.com/mxcl/homebrew/wiki/installation"&gt;here&lt;/a&gt; but the only really important part was above. Trying to to anything else in the Terminal tells me what I need to do next &amp;#8212; install Xcode.&lt;/p&gt;

&lt;h4&gt;Install Xcode 3.2.6&lt;/h4&gt;

&lt;p&gt;I haven&amp;#8217;t made the move to Lion yet, so it looks like it&amp;#8217;s an older version for me. :/ Since the Apple website is hard to navigate for finding any version but the latest and greatest (supposedly), you can grab 3.2.6&amp;#160;&lt;a href="https://developer.apple.com/downloads/download.action?path=Developer_Tools/xcode_3.2.6_and_ios_sdk_4.3__final/xcode_3.2.6_and_ios_sdk_4.3.dmg"&gt;here&lt;/a&gt; (you&amp;#8217;ll need an Apple Developers ID to get it, FYI).&lt;/p&gt;

&lt;p&gt;If you&amp;#8217;re looking to install a different version of Xcode, you can check them out &lt;a href="https://developer.apple.com/downloads/index.action"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h4&gt;Install Git (and MacVim)&lt;/h4&gt;

&lt;p&gt;A simple &lt;code&gt;brew git&lt;/code&gt; does the job. Since I&amp;#8217;m also a fan of MacVim (which I can go into later), I also did &lt;code&gt;brew macvim&lt;/code&gt;. Don&amp;#8217;t forget to link up the app with &lt;code&gt;brew linkapps&lt;/code&gt;! Anytime you see me do &lt;code&gt;mvim blahblah&lt;/code&gt; it means I&amp;#8217;m using MacVim to edit the file &lt;code&gt;blahblah&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;For setting up Git, I followed &lt;a href="http://help.github.com/mac-set-up-git/"&gt;these instructions&lt;/a&gt; since I&amp;#8217;m on a Mac. There are also similar instructions for &lt;a href="http://help.github.com/win-set-up-git/"&gt;Windows&lt;/a&gt; and &lt;a href="http://help.github.com/linux-set-up-git/"&gt;Linux&lt;/a&gt;. Then I did the following to set up the repository with Github (you should sign up for an account!), which is pretty standard.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ mkdir codeendcode
$ cd codeendcode
$ git init
$ touch README
$ mvim README
$ git add README
$ git commit -m 'first commit, yo'
$ git remote add origin git@github.com:bergren2/codeendcode.git
$ git push -u origin master
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;My commit message was really bland, so I decided to add some color to Terminal:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ git config color.ui true
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Of course, having to type out &lt;code&gt;git commit&lt;/code&gt; reminded me I need to define my aliases.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ git config --global alias.s status
$ git config --global alias.ci commit
$ git config --global alias.co checkout
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And last but not least, I want to globally ignore some files from being committed, such as Vim .swp files and a few Mac folder config files. (You can check out some guidelines &lt;a href="http://help.github.com/ignore-files/"&gt;here&lt;/a&gt;.) My &lt;code&gt;~/.gitignore_global&lt;/code&gt; looks like this, for now:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# Vim #
#######
*.swp
*.swo

# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And I simply ran &lt;code&gt;git config --global core.excludesfile ~/.gitignore_global&lt;/code&gt; to put it into effect.&lt;/p&gt;

&lt;h4&gt;So now we&amp;#8217;ve got a template?&lt;/h4&gt;

&lt;p&gt;So I put &lt;a href="https://github.com/bergren2/codeendcode"&gt;the current template on Github&lt;/a&gt; for a starting point. Ideally we develop the template using something like &lt;a href="https://github.com/mwunsch/thimble"&gt;Thimble&lt;/a&gt;, which is outdated. D: I&amp;#8217;m sure we can look into some cool tools for this later, but really I&amp;#8217;d just like to get to know &lt;a href="http://www.tumblr.com/docs/en/custom_themes"&gt;Tumblr custom themes&lt;/a&gt; before we go too crazy with this stuff. :P I can&amp;#8217;t wait to make this Tumblr look less boring!&lt;/p&gt;</description><link>http://codeendcode.tumblr.com/post/16907144118</link><guid>http://codeendcode.tumblr.com/post/16907144118</guid><pubDate>Wed, 01 Feb 2012 22:51:00 -0600</pubDate><category>tumblr</category><category>templates</category><category>mac</category><category>homebrew</category><category>git</category><category>github</category><category>macvim</category><category>xcode</category><category>thimble</category><dc:creator>basstheorychaos</dc:creator></item><item><title>I &amp;hearts; HTML Entities</title><description>&lt;p&gt;So I uploaded a quick little logo using OmniGraffle and exporting my awesome design to a 128x128 PNG. :) I got the idea from Stack Overflow, since I thought it was a cute nerdy joke and I think Jordan likes those sorts of things. Sean and I are mature enough to handle it being the battle standard for this blog, haha. Mostly I just wanted something out there quick.! Plus it looks cool when it shows up in your Tumblr feed now.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://media.tumblr.com/tumblr_lynd66pBfF1qa2a63.png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&amp;#8217;m going to refrain from doing any formatting on these posts aside from what I use with &lt;a href="http://daringfireball.net/projects/markdown/basics"&gt;Markdown&lt;/a&gt;, so be warned if that image isn&amp;#8217;t centered or whatever. Eventually I will be well-versed in &lt;a href="http://sass-lang.com/"&gt;SASS&lt;/a&gt; and such so this stuff will be easy peasy.&lt;/p&gt;

&lt;p&gt;Next step for doing a layout will be getting &lt;a href="https://github.com/bergren2/codeendcode"&gt;the template code on Github&lt;/a&gt;, which I will explore in another post where I reveal how I set up my iMac (the second time around) and installed Git. Should be fun!&lt;/p&gt;</description><link>http://codeendcode.tumblr.com/post/16827829682</link><guid>http://codeendcode.tumblr.com/post/16827829682</guid><pubDate>Tue, 31 Jan 2012 13:03:00 -0600</pubDate><category>hearts</category><category>html</category><category>&amp;amp;9829;</category><category>stack overflow careers</category><dc:creator>basstheorychaos</dc:creator></item><item><title>So this is the beginning</title><description>&lt;p&gt;Hey all, and welcome to &lt;code&gt;&amp;lt;code&amp;gt;&amp;lt;/code&amp;gt;&lt;/code&gt; which I like to pronounce &amp;#8220;code-end-code&amp;#8221;. I wanted to launch this on Tumblr because it uses &lt;a href="http://daringfireball.net/projects/markdown/"&gt;Markdown&lt;/a&gt; readily and it&amp;#8217;s pretty popular (which has added benefits you&amp;#8217;ll see in a minute). I don&amp;#8217;t want blogging to be this huge hassle like it&amp;#8217;s been in the past, especially with group blogs. Tumblr is an excellent platform for what we&amp;#8217;re trying to accomplish.&lt;/p&gt;

&lt;p&gt;And what is that, exactly? Well, we&amp;#8217;re a bunch of people who didn&amp;#8217;t go to college to code. No, we all went for liberal arts degrees of various kinds. Was it a bad decision? No, I don&amp;#8217;t think so. I know I certainly don&amp;#8217;t regret it. But we&amp;#8217;ve each found ourselves in an interesting position: we should learn to code.&lt;/p&gt;

&lt;p&gt;I also want this project to be organic. The lot of us (which I think is three right now but could increase) will try our best to dynamically build this Tumblr up from the ground, as well as tackle any number of other projects. These could be simple or complex, but it doesn&amp;#8217;t matter; if someone wants to do it, we&amp;#8217;ll try to find out how.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;m sure my fellow co-authors will speak for themselves at some point, so I&amp;#8217;d like to take this opportunity to explain what I personally want to get out of this. I want to use this as a tool to document what I&amp;#8217;ve learned and share it with people who are also as confused as I am. I also want to give myself motivation to create projects of my own, including a social media community builder I&amp;#8217;m calling &lt;a href="http://www.spantasm.com"&gt;Spantasm&lt;/a&gt;. You can also find me at &lt;a href="http://slidingdown.com"&gt;Sliding Down&lt;/a&gt; which should (eventually) contain links to all of my publishable social media holdouts.&lt;/p&gt;</description><link>http://codeendcode.tumblr.com/post/16805426613</link><guid>http://codeendcode.tumblr.com/post/16805426613</guid><pubDate>Mon, 30 Jan 2012 22:56:06 -0600</pubDate><category>code</category><category>group blog</category><category>project</category><dc:creator>basstheorychaos</dc:creator></item></channel></rss>
