<?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>RosemaryLong.com &#187; Work</title>
	<atom:link href="http://www.rosemarylong.com/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rosemarylong.com</link>
	<description>For thoughts so obscure they could only live on the internet.</description>
	<lastBuildDate>Fri, 23 Oct 2009 01:20:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Works in Progress</title>
		<link>http://www.rosemarylong.com/2009/10/works-in-progres/</link>
		<comments>http://www.rosemarylong.com/2009/10/works-in-progres/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 01:20:39 +0000</pubDate>
		<dc:creator>Rosemary</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Comrade]]></category>

		<guid isPermaLink="false">http://www.rosemarylong.com/?p=422</guid>
		<description><![CDATA[It&#8217;s no secret that strategizing, designing, implementing an online presence for one&#8217;s self is about a gazillion times more difficult than for clients, even for those who strategize, design, and dream-implement in their sleep. A few weeks ago, Comrade&#8217;s site went live, and taking a proper modern web approach, it is constantly growing and evolving.
While [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s no secret that strategizing, designing, implementing an online presence for one&#8217;s self is about a gazillion times more difficult than for clients, even for those who strategize, design, and dream-implement in their sleep. A few weeks ago, <a href="http://www.comradeagency.com">Comrade&#8217;s site</a> went live, and taking a proper modern web approach, it is constantly growing and evolving.</p>
<p>While it&#8217;s always advantageous to understand more about a client and spend some time with them to get a proper feel for their industry, doing a project for one&#8217;s own brand involves taking a step back. We live and breathe what we do everyday, how do we abstract ourselves so that others can understand us. I admit that these are the same challenges that I felt over the years as rosemarylong.com (nee rosemarysanchez.com) constantly felt like an unfinished project.</p>
<p>Luckily, having driven team members with strong vision and a diverse array of talents helped devise our company&#8217;s online expression, constructively asking the question &#8220;why are we doing it this way?&#8221;.</p>
<p>And yes, spending time on *that* site made me feel a bit guilty enough to post new content on *this* site. Plus I can point out that <a href="http://comradeagency.com/news/winter-of-our-contentment/">my name is in the news section</a> for the <a href="http://www.bigrockbeer.com">Big Rock snow</a> that I did, whee!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosemarylong.com/2009/10/works-in-progres/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting Up a Local Server Using MAMP</title>
		<link>http://www.rosemarylong.com/2009/10/setting-up-a-local-server-using-mamp/</link>
		<comments>http://www.rosemarylong.com/2009/10/setting-up-a-local-server-using-mamp/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 18:40:57 +0000</pubDate>
		<dc:creator>Rosemary</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.rosemarylong.com/?p=415</guid>
		<description><![CDATA[A friend was asking for some help doing this, so I decided to dedicate a blog post to it instead. (Screenshots make everyone happy.)
I personally keep all of my project files in a &#8220;Projects&#8221; folder right under my home directory. Subsequently, each project (and subversion checkout) get their own folders. I also have Flash output [...]]]></description>
			<content:encoded><![CDATA[<p>A friend was asking for some help doing this, so I decided to dedicate a blog post to it instead. (Screenshots make everyone happy.)</p>
<p>I personally keep all of my project files in a &#8220;Projects&#8221; folder right under my home directory. Subsequently, each project (and subversion checkout) get their own folders. I also have Flash output being symbolically linked to the HTML site, but that could be another article.</p>
<p><img class="alignnone size-medium wp-image-416" title="Projects" src="http://www.rosemarylong.com/wp-content/uploads/2009/10/Picture-11-300x194.png" alt="Projects" width="300" height="194" /></p>
<p><a href="http://www.mamp.info/en/index.html" target="_blank">Download</a>, install, and pay for MAMP Pro. It&#8217;s great. It will do a bunch of setup stuff that I can&#8217;t remember since it&#8217;s been months since doing it, but it&#8217;s a relatively straightforward process.</p>
<p>If it didn&#8217;t do so automatically, start up your MAMP server. Switch to the Hosts view and then on the + sign at the bottom left to start a new project.</p>
<p><img class="alignnone size-medium wp-image-417" title="MAMP-hosts" src="http://www.rosemarylong.com/wp-content/uploads/2009/10/Picture-2-300x267.png" alt="MAMP-hosts" width="300" height="267" /></p>
<p>I always choose a Server Name to be something short and without spaces. When I run my localhost I will run it as mynewproject:8888 so I try to keep it short and self-explanatory.</p>
<p>Now under Disk Location, click on &#8220;Choose&#8221; and select the directory containing your project files. Click on &#8220;Apply&#8221; and you will be asked to restart the server.</p>
<p>Once everything is done restarting, you can either go to mynewproject:8888 (port 8888 is the MAMP default &#8212; I haven&#8217;t had a need to change this) or go to the Hosts view in MAMP again and click on the house icon next to your project&#8217;s name.</p>
<p>You&#8217;re done! If you need to create a local database, click on the WebStart button in the top right and you&#8217;ll see a link to your locally running phpMyAdmin. There&#8217;s a lot of help available online, and at least one friend here willing to lend a hand if needed.</p>
<p>If you want to want to see your site in a simulated Windows environment, you may want to read on <a href="http://www.rosemarylong.com/2009/08/getting-mamp-to-work-with-vmware-fusion/">how to configure your VMWare Fusion to view your MAMP server</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosemarylong.com/2009/10/setting-up-a-local-server-using-mamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want? Get!</title>
		<link>http://www.rosemarylong.com/2009/10/want-get/</link>
		<comments>http://www.rosemarylong.com/2009/10/want-get/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 15:34:18 +0000</pubDate>
		<dc:creator>Rosemary</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Comrade]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.rosemarylong.com/?p=410</guid>
		<description><![CDATA[Big Rock Untapped allows artists to contribute music for release as a compilation album, promoting independent artists and local bands. I was tasked to find a way to download the music files (hundreds of them) and scoffed at the idea of manually downloading each of them. I considered using PHP to grab the files, but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bigrockuntapped.com/" target="_blank">Big Rock Untapped</a> allows artists to contribute music for release as a compilation album, promoting independent artists and local bands. I was tasked to find a way to download the music files (hundreds of them) and scoffed at the idea of manually downloading each of them. I considered using PHP to grab the files, but then remembered about wget which my old colleague used to pull the Weather Network current temperature for <a href="http://www.fairmonthotsprings.com/" target="_blank">Fairmont Hot Springs Resort</a>. After a bit of searching, I found <a href="http://www.statusq.org/archives/2008/07/30/1954/" target="_blank">Quentin Stafford-Fraser&#8217;s wget for Mac OS X</a> which was a very helpful pre-compiled for OSX version of the binary and off I went. With the <a href="http://www.gnu.org/software/wget/manual/wget.html" target="_blank">wget manual</a> at my disposal, I was able to download the scores of files all in one go, definitely making my life easier (and preventing future cringing the next time I have to do this pull).</p>
<p>This reinforces the feeling I had in first year Computer Science: the joy of making computers do my bidding. Mwahaha!</p>
<p><img class="alignnone size-medium wp-image-411" title="wget" src="http://www.rosemarylong.com/wp-content/uploads/2009/10/Picture-1-300x122.png" alt="wget" width="300" height="122" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosemarylong.com/2009/10/want-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting MAMP to work with VMWare Fusion</title>
		<link>http://www.rosemarylong.com/2009/08/getting-mamp-to-work-with-vmware-fusion/</link>
		<comments>http://www.rosemarylong.com/2009/08/getting-mamp-to-work-with-vmware-fusion/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 23:06:38 +0000</pubDate>
		<dc:creator>Rosemary</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.rosemarylong.com/?p=389</guid>
		<description><![CDATA[It happens to everyone in this industry. &#8220;We need this done RFN!&#8221; is the message you get so when things don&#8217;t work the first time, the next instinct is to revert back to old ways.
For me, this was the case when I wanted to test sites I was developing in MAMP in Windows browsers. I [...]]]></description>
			<content:encoded><![CDATA[<p>It happens to everyone in this industry. &#8220;We need this done RFN!&#8221; is the message you get so when things don&#8217;t work the first time, the next instinct is to revert back to old ways.</p>
<p>For me, this was the case when I wanted to test sites I was developing in MAMP in Windows browsers. I tried the whole dyndns thing that the user manual outlines, but it didn&#8217;t work as I have a shared external IP. I reverted back to my old ways and set up websites on a subdomain of this one for testing. It was a huge pain when changes had to be done and tested quickly since I was constantly FTPing files and importing and exporting databases.</p>
<p>Today I listened to my inner diva (she often complains about doing tedious work) and figured it out, after over three months of doing it the hard way.</p>
<ol>
<li>Check your System Preferences &gt; Sharing settings and ensure that Web Sharing is off. You might also want to check your Firewall settings and allow connections for MAMP.<img class="alignnone size-full wp-image-390" title="Web Sharing Off" src="http://www.rosemarylong.com/wp-content/uploads/2009/08/Picture-9.png" alt="Web Sharing Off" width="465" height="380" /></li>
<li>In VMWare Fusion, set your Network settings to Bridged. This will make it as if your VM and your Mac are peers but won&#8217;t restrict your access to external sites on your VM.<img class="alignnone size-full wp-image-391" title="VMWare Settings" src="http://www.rosemarylong.com/wp-content/uploads/2009/08/Picture-10.png" alt="VMWare Settings" width="461" height="301" /></li>
<li>Check your MAMP ports. I went with the MAMP ports 8888 and 8889. You will need this for when you access your site from your VM.<img class="alignnone size-full wp-image-392" title="Picture 8" src="http://www.rosemarylong.com/wp-content/uploads/2009/08/Picture-8.png" alt="Picture 8" width="466" height="415" /></li>
<li>Edit your hosts file on your Windows VM. Your hosts file is typically here: C:\WINDOWS\system32\drivers\etc and contains mappings. I entered my IP followed by the local name of my website, i.e. if I access my site through http://intactgrowth:8888 on my Mac, &#8220;intactgrowth&#8221; follows my IP in the hosts file.</li>
</ol>
<p>That should be it. Much simpler and better than my other idea, which was to download Wamp on my VMs and share my code between two computers (this would&#8217;ve meant lots of DB work as well).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosemarylong.com/2009/08/getting-mamp-to-work-with-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What kind of programmer are you?</title>
		<link>http://www.rosemarylong.com/2009/08/what-kind-of-programmer-are-you/</link>
		<comments>http://www.rosemarylong.com/2009/08/what-kind-of-programmer-are-you/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 21:16:48 +0000</pubDate>
		<dc:creator>Rosemary</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Comrade]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[quiz]]></category>

		<guid isPermaLink="false">http://www.rosemarylong.com/?p=386</guid>
		<description><![CDATA[I was reading a very-relevant-to-right-now article on pmstories.com and came across this quiz to find out what kind of programmer I am. This is also one of those too long to tweet things, so I upgraded to a blog post about it. Yey.
Your programmer personality type is:
PHTC
You&#8217;re a Planner.
You may be slow, but you&#8217;ll usually [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading a <a href="http://pmstories.com/2007/11/12/time-to-say-no-and-time-to-say-yes/">very-relevant-to-right-now article</a> on pmstories.com and came across <a href="http://www.doolwind.com/index.php?page=11">this quiz</a> to find out what kind of programmer I am. This is also one of those too long to tweet things, so I upgraded to a blog post about it. Yey.</p>
<p>Your programmer personality type is:</p>
<p><strong><span style="font-size: large;">PHTC</span></strong></p>
<p><strong>You&#8217;re a <span style="font-size: large;">P</span>lanner.</strong><br />
You may be slow, but you&#8217;ll usually find the best solution. If something&#8217;s worth  										doing, it&#8217;s worth doing right.</p>
<p><strong>You like coding at a <span style="font-size: large;">H</span>igh level.</strong><br />
The world is made up of objects and components, you should create your programs  										in the same way.</p>
<p><strong>You work best in a <span style="font-size: large;">T</span>eam.</strong><br />
A good group is better than the sum of it&#8217;s parts. The only thing better than a  										genius programmer is a cohesive group of genius programmers.</p>
<p><strong>You are a <span style="font-size: large;">C</span>onservative programmer.</strong><br />
The less code you write, the less chance there is of it containing a bug. You  										write short and to the point code that gets the job done efficiently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosemarylong.com/2009/08/what-kind-of-programmer-are-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Throwing Glitter on a Wheel</title>
		<link>http://www.rosemarylong.com/2009/07/throwing-glitter-on-a-wheel/</link>
		<comments>http://www.rosemarylong.com/2009/07/throwing-glitter-on-a-wheel/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 16:23:57 +0000</pubDate>
		<dc:creator>Rosemary</dc:creator>
				<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Comrade]]></category>

		<guid isPermaLink="false">http://www.rosemarylong.com/?p=382</guid>
		<description><![CDATA[
I used to be one of those developers that thought that in order to really call oneself a programmer, one must be able to program something from line 0. My training in University involved learning some low-level programming languages that taught us the importance of processing speed and memory allocation. In my mind it followed, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://skitch.com/rosemarylong/6kst/confused-2"><img class="alignnone" title="Internet Programming?" src="http://img.skitch.com/20090726-xgwanp6h2anur2jqjxtcc2j21d.jpg" alt="" width="500" height="374" /></a></p>
<p>I used to be one of those developers that thought that in order to really call oneself a programmer, one must be able to program something from line 0. My training in University involved learning some low-level programming languages that taught us the importance of processing speed and memory allocation. In my mind it followed, then, that in order to make something good one must put all one&#8217;s discipline starting from low-level knowledge up to software engineering theory to code a product properly. This might have been good in said institutional days when every hour spent was willfully given in the name of education, but as I&#8217;m older and have more things to tend to surrounding my regular work hours, I&#8217;ve slowly emerged from this way of thinking.</p>
<p>It would be an exercise of modularity and reusability if I made something from scratch and then repurposed it for different projects.</p>
<p>Then for freelance projects I considered setting up a simple CMS like WordPress for clients with a nice template that they could edit their own pages.</p>
<p>I took this further and saved time in design by starting with one of those free-to-$50 predesigned templates.</p>
<p>In the past two weeks at work, I had been terrorized by the knowledge that we would have to quickly turnaround a multi-user custom-content website, and I racked my brain for a shortcut that would let us deliver the site in a month and a half as required. My first instincts included using Drupal, but the learning curve might be too steep to climb in such a short period of time. Next, WordPress MU which I am already familiar with. Sure it handles the multi-user bit, but how do I wrangle the idea of submitting posts to a blog into something actually usable for this particular project.</p>
<p>Then one night I found what could be the perfect solution: <a href="http://www.phpmembers.com/features.html">PhpMembers</a> is a pre-built user management system that allows me to pile on as many custom-built pages as I want. It sounds like a happy medium as I don&#8217;t have to do the boring crap of doing user authentication and management and &#8220;oh boo hoo hoo I forgot my password&#8221; stuff, and instead I can focus on the cool parts.</p>
<p>In my head I was thinking of a way to express how the tedious stuff being eliminated allows more time for finesse of execution of the more important parts of the project. &#8220;Why reinvent the wheel when you can just find one and sex it up?&#8221; No, that doesn&#8217;t work, especially since I picture a stone torus with a prominent hole shape. For now, in my head I&#8217;m imagining that I&#8217;m just taking a pre-existing wheel and throwing glitter on it to pretty it up. I wonder if there&#8217;s a product or tool out there that can help me with my analogies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosemarylong.com/2009/07/throwing-glitter-on-a-wheel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Almost a Month Already?</title>
		<link>http://www.rosemarylong.com/2009/05/almost-a-month/</link>
		<comments>http://www.rosemarylong.com/2009/05/almost-a-month/#comments</comments>
		<pubDate>Sat, 16 May 2009 02:29:47 +0000</pubDate>
		<dc:creator>Rosemary</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Comrade]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[those tiny spoons]]></category>

		<guid isPermaLink="false">http://www.rosemarylong.com/?p=354</guid>
		<description><![CDATA[
I can&#8217;t believe it&#8217;s already been three weeks since I started at Comrade. It&#8217;s been a whirlwind, but the busy-ness and energy and focus at the company is invigorating. In my first week I pushed out a website, a push page (HTML email template), did some Flash updates, and a couple of estimates. Adding to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Its a gas" src="http://pictureisunrelated.com/wp-content/uploads/2009/04/wtf-pics-accordian-gas.jpg" alt="" width="397" height="500" /></p>
<p>I can&#8217;t believe it&#8217;s already been three weeks since I started at Comrade. It&#8217;s been a whirlwind, but the busy-ness and energy and focus at the company is invigorating. In my first week I pushed out a website, a push page (HTML email template), did some Flash updates, and a couple of estimates. Adding to that list, since I started:</p>
<ul>
<li>Two more push pages for different clients</li>
<li>Half a website (functionality client demo, next week is making it look sexy)</li>
<li>Another half-website for a different client (lots of multitasking here)</li>
<li>Plans for our company site redesign (no, it&#8217;s not a common thing, but I&#8217;ve had involvement in redesigns for <a href="http://www.criticalmass.com">Critical Mass</a>, <a href="http://www.appliedcommunications.ca">Applied Communications</a>, and now <a href="http://www.comradeagency.com">Comrade</a> as well)</li>
</ul>
<p>Culture-wise, I&#8217;ve discovered several other areas of a good fit:</p>
<ul>
<li>Communal oatmeal (I love oatmeal)</li>
<li>During my tour I noticed a couple of bottles of unopened gin. Today while looking for peanut butter I found some vodka, and this afternoon I was shown the beer fridge.</li>
<li>There is a Dreamcast, Wii, and Neo Geo in our lounge. We have DDR dance pads and Rock Band guitars and drums downstairs.</li>
<li>The company summer event includes an overnight stay at Kicking Horse, BBQ and rafting, but the part that makes me the most proud is a day&#8217;s worth of volunteering at the Mustard Seed.</li>
<li>Shared <a href="http://skitch.com/rosemarylong/bxkea/collon">Japanese snacks</a>!</li>
<li><a href="http://skitch.com/rosemarylong/bp4se/toys">Fun</a> with <a href="http://skitch.com/rosemarylong/bp4s2/partay">action figures</a> (I&#8217;ve been reassured that HR policies are pretty lenient and I can be my usual NSFW self. Won&#8217;t do it right away though.)</li>
<li>Everyone&#8217;s friendliness, honesty, willingness to collaborate, and drive to push out great work. We had a brainstorming session and it was inspiring and good-kind-challenging to hear aspirations of getting a Webby.</li>
</ul>
<p>I&#8217;m even getting used to <a href="http://skitch.com/rosemarylong/bpm6k/spoons">the tiny spoons</a> that make me feel like an ogre whenever I use them!</p>
<p>Some vice triggers that I&#8217;m making a list right here to avoid overdoing include:</p>
<ul>
<li>Starbucks everywhere! When they open a <a href="http://devillecoffee.ca/locations.php?cat=2">DeVille across the street</a> I&#8217;m going to have to exercise my strongest discipline.</li>
<li><a href="http://www.manuellatruwe.com/">Manuel Latruwe</a> and <a href="http://www.bernardcallebaut.com/">Bernard Callebaut</a> also in walking distance.</li>
<li>Aforementioned bottles of my preferred spirits.</li>
<li><a href="http://www.youtube.com/watch?v=CvHk5K9Qrp4">Sushi</a> a block away too! They have amazing lunch specials for $9.50 or $10.50 and the food is really fresh and artfully prepared.</li>
</ul>
<p>All in all, I really feel at home in my new position already. With our lunches out, outing to see Star Trek, and close-quartered collaborative work style it sometimes surprises me that it hasn&#8217;t even been a full month yet. Here&#8217;s to another two weeks of great work before I go to Australia to visit Ash and come back forgetting how to do simple tasks such as remembering my name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosemarylong.com/2009/05/almost-a-month/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Friend, Colleague, Ally</title>
		<link>http://www.rosemarylong.com/2009/04/friend-colleague-ally/</link>
		<comments>http://www.rosemarylong.com/2009/04/friend-colleague-ally/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 04:06:01 +0000</pubDate>
		<dc:creator>Rosemary</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Comrade]]></category>

		<guid isPermaLink="false">http://www.rosemarylong.com/?p=342</guid>
		<description><![CDATA[
Yup, I was kind of cranky in my last post because I felt obligated to write a post about my job transition. When I got the offer I wanted to tell everyone of course, but I hadn&#8217;t given my notice in yet. On my last day I was in no condition to blog, and I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="comrade" src="http://img.skitch.com/20090428-rdg5mcxqxwxrbd118x5jmwgqw2.jpg" alt="" width="395" height="477" /></p>
<p>Yup, I was kind of cranky in <a href="http://www.rosemarylong.com/2009/04/new-fortune/">my last post</a> because I felt obligated to write a post about my job transition. When I got the offer I wanted to tell everyone of course, but I hadn&#8217;t given my notice in yet. On my last day I was in no condition to blog, and I enjoyed most of my weekend computer-free. I&#8217;m going to be easier on myself this time and I&#8217;ll do point form notes, whee!</p>
<ul>
<li>Super excited to start my day, wore my spirit on a shirt given as a gift <a href="http://twitter.com/higlak">from a friend</a>.</li>
<li>So excited, I was at the train station 20 minutes early.</li>
<li>Train trouble getting downtown meant lots of delays, and after it cleared up there was a passenger medical emergency on the train ahead of me so I had to wait longer. I had to run down 1st St and was 8 minutes late on my first day. (My 20 minute train ride got bloated to an hour long one.)</li>
<li>Was ready to get busy into work, but was surprised there wasn&#8217;t a computer at my desk when I got there.</li>
<li>I love tearing perforations/peeling stickers/opening things +  I love getting new computers = Highlight: unpacking my new iMac.</li>
<li>Sushi lunch with the team followed by Starbucks. I could make a habit of this (oh wait, it already is among the other Commies). :)</li>
<li>Looking forward to pushing out a redesigned site at the end of the week, but enjoying the slower-paced transition period in the meantime.</li>
<li>Bringing in my DS tomorrow so I can get schooled by Weslie and Debbie. Heh.</li>
</ul>
<p>I bugged Weslie that he owes me one more job since I got him in at the Learning Commons and Critical Mass and he was one of my references for this job. He pointed out, &#8220;But that would mean we&#8217;d have to leave Comrade.&#8221;</p>
<p>I don&#8217;t think that&#8217;s happening anytime soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosemarylong.com/2009/04/friend-colleague-ally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twiangulation?</title>
		<link>http://www.rosemarylong.com/2009/02/twiangulation/</link>
		<comments>http://www.rosemarylong.com/2009/02/twiangulation/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 21:20:44 +0000</pubDate>
		<dc:creator>Rosemary</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[emergence]]></category>
		<category><![CDATA[fire]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.rosemarylong.com/?p=279</guid>
		<description><![CDATA[There was a fire east of where I work, and interestingly @Wendy and @wintr both twittered about it simultaneously. Both of them took pictures of where the fire, and I&#8217;m sure if I got their locations we could triangulate the location of the burning. This type of instantaneous anonymous connection isn&#8217;t new for Twitter, but [...]]]></description>
			<content:encoded><![CDATA[<p>There was a fire east of where I work, and interestingly <a href="http://www.twitter.com/Wendy">@Wendy</a> and <a href="http://www.twitter.com/Wintr">@wintr</a> both twittered about it simultaneously. Both of them took pictures of where the fire, and I&#8217;m sure if I got their locations we could triangulate the location of the burning. This type of instantaneous anonymous connection isn&#8217;t new for Twitter, but this was definitely my first fascinating experience with it.</p>
<p><a href="http://www.rosemarylong.com/wp-content/uploads/2009/02/twitterfire.jpg"><img class="alignnone size-full wp-image-281" title="twitterfire" src="http://www.rosemarylong.com/wp-content/uploads/2009/02/twitterfire.jpg" alt="" width="393" height="966" /></a></p>
<p>&#8212;</p>
<p>Edit (immediately after initial post): See, nothing new for Twitter. <a href="http://twitter.com/muunkky">@muunkky</a> posted a link to results of the fire. I&#8217;m convinced that Twitter to us is like pheromones for ants. We just fire signals randomly but if a similar signal is caught by another individual, the strength of the signal increases and we are able to increase our knowledge. Through collaboration and emergence we are able to pinpoint something better than an individual ever could.</p>
<p><a href="http://www.rosemarylong.com/wp-content/uploads/2009/02/picture-8.png"><img class="alignnone size-full wp-image-283" title="picture-8" src="http://www.rosemarylong.com/wp-content/uploads/2009/02/picture-8.png" alt="" width="500" height="892" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosemarylong.com/2009/02/twiangulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Almost Filipino Barrel Man</title>
		<link>http://www.rosemarylong.com/2009/02/almost-filipino-barrel-man/</link>
		<comments>http://www.rosemarylong.com/2009/02/almost-filipino-barrel-man/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 19:44:20 +0000</pubDate>
		<dc:creator>Rosemary</dc:creator>
				<category><![CDATA[Play]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[accident]]></category>
		<category><![CDATA[free robot sex]]></category>
		<category><![CDATA[water spill]]></category>

		<guid isPermaLink="false">http://www.rosemarylong.com/?p=276</guid>
		<description><![CDATA[In changing the water cooler jug, my leg brushed up against the tap and I accidentally spilled water on myself. Using my creativity I sought a solution.
Problem:

Solution:

But wait a sec, I&#8217;ve seen this before:

<object	type="application/x-shockwave-flash"
			data="http://www.youtube.com/v/rRvU5wbi1TU"
			width="425"
			height="350">
	<param name="movie" value="http://www.youtube.com/v/rRvU5wbi1TU" />
	<param name=wmode" value="transparent" />
</object>
(In case you were wondering what the Filipino Barrel Man is.)
]]></description>
			<content:encoded><![CDATA[<p>In changing the water cooler jug, my leg brushed up against the tap and I accidentally spilled water on myself. Using my creativity I sought a solution.</p>
<p>Problem:</p>
<p><a href="http://skitch.com/rosemarylong/bdetk/accident"><img class="alignnone" src="http://img.skitch.com/20090202-ri98qk3fyge54dy9sm8u9242re.jpg" alt="http://skitch.com/rosemarylong/bdetk/accident" width="466" height="349" /></a></p>
<p>Solution:</p>
<p><a href="http://skitch.com/rosemarylong/bdeti/proposed-solution"><img class="alignnone" src="http://img.skitch.com/20090202-xg7drchc9q7wiw7wis2puy3ina.jpg" alt="" width="458" height="343" /></a></p>
<p>But wait a sec, I&#8217;ve seen this before:</p>
<p><code>
<object	type="application/x-shockwave-flash"
			data="http://www.youtube.com/v/rRvU5wbi1TU"
			width="425"
			height="350">
	<param name="movie" value="http://www.youtube.com/v/rRvU5wbi1TU" />
	<param name=wmode" value="transparent" />
</object></code></p>
<p>(In case you were wondering what the <a href="http://en.wikipedia.org/wiki/Barrel_man">Filipino Barrel Man</a> is.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosemarylong.com/2009/02/almost-filipino-barrel-man/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
