<?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>Albert Hwang &#187; Blog</title>
	<atom:link href="http://albert-hwang.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://albert-hwang.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Aug 2010 19:42:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Spatial Dimensions of Interactivity</title>
		<link>http://albert-hwang.com/2010/08/dimensions-of-interactivity/</link>
		<comments>http://albert-hwang.com/2010/08/dimensions-of-interactivity/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 19:42:12 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://albert-hwang.com/?p=396</guid>
		<description><![CDATA[#wrapper #content table.hci_table th, #wrapper #content table.hci_table td { padding: 5px 11px 7px; font-size: 12px } One of the most exciting aspects of interface design is the process of constructing new perspectives &#8212; discovering new frameworks that help explain how &#8230; <a href="http://albert-hwang.com/2010/08/dimensions-of-interactivity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<style>
#wrapper #content table.hci_table th,
#wrapper #content table.hci_table td {
padding: 5px 11px 7px;
font-size: 12px
}
</style>
<p><a href="http://albert-hwang.com/wordpress/wp-content/uploads/2010/08/third_dimension.png"><img src="http://albert-hwang.com/wordpress/wp-content/uploads/2010/08/third_dimension.png" alt="" title="third_dimension" width="145" height="159" class="alignleft size-full wp-image-401" /></a>One of the most exciting aspects of interface design is the process of constructing new perspectives &#8212; discovering new frameworks that help explain how we behave, what our expectations are, and how they are met.  Constantly analyzing and re-evaluating behavior and expectations helps identify good design patterns &#8211; and identifying good design patterns makes way for creating new, engaging designs.</p>
<p>To give a specific example, back when I was drafting the foundational ideas for <a href="/projects/spatial-computing">Spatial Computing</a>, I needed to wrap my brain around what a &#8220;3d interface design&#8221; meant and how it would work.  I figured that a good way to do this would be to take a look at the interaction design paradigm that exists for things before 3d input &#8212; all types of input from 2d to 0d.  Here&#8217;s what I came up with:</p>
<p><span id="more-396"></span></p>
<table class="hci_table" cellspacing="0" cellpadding="0" width="800px">
<tbody>
<tr>
<th>0d*</th>
<th>1d</th>
<th>2d</th>
</tr>
<tr>
<td>Point</td>
<td>Line</td>
<td>Plane</td>
</tr>
<tr>
<td>Buttons, of any type</td>
<td>Dials, Scroll wheel</td>
<td>Mouse, Track Pad</td>
</tr>
</tbody>
</table>
<blockquote><p><small>*A quick note about 0d.  The button, by itself has no dimensional context.  A button multiplied by infinity in one direction would give you 1d interaction.  I may write a separate post about this later&#8230;</small>
</p></blockquote>
<p>One thing I was able to immediately take away from drafting this table was that there was a lot of important stuff that this table didn&#8217;t cover.  See, a lot of interactions require something I call a &#8220;modifier button.&#8221;</p>
<p>A modifier button is something that changes the state of another input device when held down.  The <strong>shift</strong> key is a perfect example.  When held down, it temporarily replaces your existing keyboard with an alternative one &#8211; one that has only capitalized letters and symbols.  Some common modifier buttons are: Control, Fn, Alt, etc&#8230;</p>
<p>The buttons on your computer mouse operate on the same principle.  Moving your mouse around with your hand only moves a cursor around on the screen.  Pressing and holding down the left click button creates a mouse with a completely different behavior &#8212; instead of just navigating around, the cursor is now grabbing or selecting something.</p>
<p>(There are a few minor examples of this meta behavior for 1d interaction, but it&#8217;s not quite as common.)</p>
<p>So, a few examples of what modifier buttons can accomplish:</p>
<table class="hci_table" cellspacing="0" cellpadding="0" width="800px">
<tbody>
<tr>
<th></th>
<th>Button</th>
<th>Scroll Wheel</th>
<th>Computer Mouse</th>
</tr>
<tr>
<td class="left">Without</td>
<td>The button (&#8220;a&#8221;)</td>
<td>Scroll up &#038; down on a page</td>
<td>Navigate cursor around on screen</td>
</tr>
<tr>
<td class="left">With</td>
<td>
Shift+&#8221;a&#8221;=&#8221;A&#8221;<br />
Ctrl+&#8221;a&#8221;=Select&nbsp;All
  </dt>
<td>Ctrl+Scroll wheel=Zoom (on many programs)</td>
<td>Select, open, drag &amp; drop, activate buttons &amp; menus&#8230;</td>
</tr>
</tbody>
</table>
<p>The utility of the computer mouse comes from its design &#8211; a special blend of modifier button and dimensional context.  Without a button, the location of the cursor on the screen can&#8217;t accomplish anything, and without a location on a screen, the buttons can accomplish things in one location and one location only.</p>
<p><strong>The 3d Part of the Picture</strong></p>
<p>Once I realized that the computer mouse was essentially a button with a dimensional context, I knew I landed on a principle that I could carry with me into 3d.</p>
<p>The central design concept behind <a href="/projects/spatial-computing/">Spatial Computing</a> is a button that the user moves around in 3d space.  Pressing the button creates different behaviors, like selecting or grabbing.  Like the computer mouse design, this makes room for both unbound navigation and pixel perfect specificity.</p>
<p>But taking a step back, the frame of &#8220;modifier button + spatial context&#8221; helped in a much bigger way.  When drafting this project I was able to lift my head up from all the detail work and take a good long look at the big picture.</p>
<p>The details are things like triggers, events, and handlers.  The big picture is more spatial &#8211; it&#8217;s expectation management, narrative construction, communication design.  The big picture is interactivity that is based on dance and theatrical design.  Once I honed in on a big picture design, all the details just needed to be aligned to focus in on the parent design.</p>
]]></content:encoded>
			<wfw:commentRss>http://albert-hwang.com/2010/08/dimensions-of-interactivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best realizations always come in the shower&#8230;</title>
		<link>http://albert-hwang.com/2010/08/the-best-realizations-always-come-in-the-shower/</link>
		<comments>http://albert-hwang.com/2010/08/the-best-realizations-always-come-in-the-shower/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 16:00:16 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phedhex.com/?p=317</guid>
		<description><![CDATA[I was just in the shower and I made a huge realization: I am focusing all my creative energy in the wrong places. See, I would consider myself a thinker, a doer and maker. I&#8217;m an inventor, a designer and &#8230; <a href="http://albert-hwang.com/2010/08/the-best-realizations-always-come-in-the-shower/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was just in the shower and I made a huge realization:</p>
<p>I am focusing all my creative energy in the wrong places.</p>
<p>See, I would consider myself a thinker, a doer and maker.  I&#8217;m an inventor, a designer and engineer.  But looking at my life lately, I&#8217;ve been spending a majority of my energy trying to be something that I&#8217;m not &#8212; a brand.</p>
<p>This desire for a brand identity comes from an honest place.  A year or two ago I began scaling back my work because I felt like it wasn&#8217;t really getting me where I wanted it to.  I had expectations that I was an artist, and as such, I needed to do artist behaviors and have artist things.  The logic being that doing this would get me into some important gallery or some cool press attention.</p>
<p>So I tried to design a brand and I built a website.  I went to more events and started schmoozing.  I started to dump a disproportionately large chunk of my energy into inflating this identity of &#8220;Phedhex&#8221; with the idea that this could be a brand that could get me things.<br />
<span id="more-321"></span><br />
Eventually this brand became a manifestation of all my artistic insecurities and fears.  I was afraid that, when it was all said and done, I&#8217;d just be an unnoticed blip in the art world.  I think it&#8217;s fair to say that this desperate struggle for a brand comes off as a desperate struggle to cover up something that isn&#8217;t actually all that interesting.</p>
<p>And in the end, all of this irrational behavior taught me one thing: I need to stop freaking about about my insecurities and instead, I need to focus on what I&#8217;m good at and what I&#8217;m confident in.</p>
<p>See, I know 3d space; I know the human body; and I know computers.  I&#8217;m a damn good dancer, 3d designer, and engineer.  I am very good with my hands, and, most importantly, I know how to grind on a project day in and day out until I can forge a vague emotion into a crystal clear idea &#8212; a fully-developed and well-articulated design to share with the rest of the world.</p>
<p>More importantly, that&#8217;s what I love doing most.  I pride myself on being a brain that has the tools to articulate, sketch out, and otherwise present sharp, inventive ideas.</p>
<p>That said, I think I&#8217;m done with my (slightly embarrassing) past.  My web identity is going to undergo a makeover:</p>
<p>First &#8212; &#8220;Phedhex&#8221; is a misnomer for the conceptual artist.  &#8220;Phedhex&#8221; is a brand, it&#8217;s a pseudonym, and it&#8217;s all about presentation.  I actually donned the name in gaming circles and dance circles (where pseudonyms are appropriate).  &#8220;Phedhex&#8221; is neither a brain nor a human being, but the presentational idea of a person.  That said, this week I&#8217;m going to retire &#8220;Phedhex.com&#8221; and redirect it to Albert-Hwang.com</p>
<p>Second &#8212; Heh, this blog theme simply has to go.  To me it represents misguided hard work.  I want people to pay attention to my ideas, not some brand.  My ideas only get muddier when associated with a brand identity.  Within a week I&#8217;ll drop this theme in favor of some free theme I find on the internet that enhances readibility and navigation.</p>
<p>Lastly &#8212; I&#8217;m going to write at least 2 posts a month for the next half year.  I&#8217;m committed to sharing my ideas with the world, so I guess I just need some corresponding behavior to prove it to myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://albert-hwang.com/2010/08/the-best-realizations-always-come-in-the-shower/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Room Sized Wiremap Contest Results</title>
		<link>http://albert-hwang.com/2010/05/photo_contest_winner/</link>
		<comments>http://albert-hwang.com/2010/05/photo_contest_winner/#comments</comments>
		<pubDate>Wed, 12 May 2010 04:21:54 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phedhex.com/?p=306</guid>
		<description><![CDATA[First off, many many thanks to everybody who submitted. Matt &#38; I received lots photos and are really impressed by the quality of the photos! It was pretty difficult to finally decide on a winner, but here ya go: &#38; &#8230; <a href="http://albert-hwang.com/2010/05/photo_contest_winner/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First off, many many thanks to everybody who submitted.  Matt &amp; I received lots photos and are really impressed by the quality of the photos!  It was pretty difficult to finally decide on a winner, but here ya go:</p>
<p><strong>&amp; the winner is:</strong></p>
<ul style="list-style-type: none;">
<li style="clear: both">
<a href="/wordpress/wp-content/uploads/2010/08/4474610275_109da88741_b.jpg"><img src="/wordpress/wp-content/uploads/2010/08/4474610275_109da88741_b-300x200.jpg" alt="" title="4474610275_109da88741_b" width="300" height="200" class="alignright size-medium wp-image-307" /></a></p>
<p>(Please click on the photos to view full size&#8230; these thumbnails don&#8217;t really do the photos justice)</p>
<p>Photo was shot by <a href="http://www.selfreferentialtitle.com/">Jason Eppink</a>.  IOU $50, buddy.</p>
<p>What a beauty!  Crisp, bright, and nicely saturated.  Matt and I also liked how it gave a good sense of size while still managing to evoke what it feels like to be standing there seeing the whole thing.
</li>
<li style="clear: both">
I&#8217;d also like to post a few of the many others that were also being considered for the prize:
</li>
<li style="clear: both">
<a href="/wordpress/wp-content/uploads/2010/08/SDC10693.jpg"><img src="/wordpress/wp-content/uploads/2010/08/SDC10693-300x225.jpg" alt="" title="SDC10693" width="300" height="225" class="alignright size-medium wp-image-308" /></a><br />
This was shot by <a href="http://timszetela.com/">Tim Szetela</a>.  Tim had an entire set of very high quality photographs (and a number of videos of the animations).
</li>
<li style="clear: both">
<a href="/wordpress/wp-content/uploads/2010/08/full_string_edited_small.gif"><img src="/wordpress/wp-content/uploads/2010/08/full_string_edited_small-300x168.gif" alt="" title="full_string_edited_small" width="300" height="168" class="alignright size-medium wp-image-309" /></a><br />
This cool little animated gif was done by <a href="http://portfolio.menscher.com/">Corey Menscher</a>.  Gives a good sense of space &amp; depth.  (you have to click through to see the animation).
</li>
<li style="clear: both">
And lastly:<br />
<a href="/wordpress/wp-content/uploads/2010/08/roomSized.jpg"><img src="/wordpress/wp-content/uploads/2010/08/roomSized-300x225.jpg" alt="" title="roomSized" width="300" height="225" class="alignright size-medium wp-image-310" /></a><br />
<a href="http://madparker.com/">Matt Parker</a> (the other guy on this project) took this shot.  Looks good.  He wasn&#8217;t actually considered for the prize money, but I figured I&#8217;d share this photo w/ you all anyhow.  : )
</li>
</ul>
<p>Thanks again!</p>
]]></content:encoded>
			<wfw:commentRss>http://albert-hwang.com/2010/05/photo_contest_winner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Redesign!</title>
		<link>http://albert-hwang.com/2010/04/website-redesign/</link>
		<comments>http://albert-hwang.com/2010/04/website-redesign/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 04:41:33 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phedhex.com/?p=288</guid>
		<description><![CDATA[w00t! The redesign includes a couple of cool new features.  Most notably, the old&#8230; uh&#8230; plain design, has been updated to this cool, new hex design.  This includes visual updates all across the site, including the mailing list page, the &#8230; <a href="http://albert-hwang.com/2010/04/website-redesign/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>w00t!</p>
<p>The redesign includes a couple of cool new features.  Most notably, the old&#8230; uh&#8230; plain design, has been updated to this cool, new hex design.  This includes visual updates all across the site, including the mailing list page, the about page, and the empty splash page.</p>
<div id="attachment_289" class="wp-caption alignnone" style="width: 315px"><a href="http://www.phedhex.com/wordpress/wp-content/uploads/2010/04/old_design.png"><img class="size-full wp-image-289" title="old_design" src="http://www.phedhex.com/wordpress/wp-content/uploads/2010/04/old_design.png" alt="" width="305" height="246" /></a><p class="wp-caption-text">plain white, courier new... glad to see some color now...</p></div>
<p>The second thing the new site has that the old site sort of didn&#8217;t is a project index page.  I compiled all the work I&#8217;ve done and placed it in the projects page.  It may still need reworking as time goes on, but I&#8217;m pretty happy with it so far.</p>
<p>One of the things I noticed when building the projects page is that I had never uploaded any footage from The Imhotep Project.  So I uploaded it and <a title="Imhotep Project " href="http://www.phedhex.com/projects/3d-technology-for-the-stage/2/">listed it in the projects page</a>.</p>
<p>Lastly, the comments on blog posts or project pages are post it notes.  I think that&#8217;s pretty darn cool.  I had to do some minor PHP coding to allow the commenter to pick out which color post it they wanted to use, but I think it was totally worth it.</p>
]]></content:encoded>
			<wfw:commentRss>http://albert-hwang.com/2010/04/website-redesign/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Room-sized Wiremap&#8230;</title>
		<link>http://albert-hwang.com/2010/03/room-sized-wiremap/</link>
		<comments>http://albert-hwang.com/2010/03/room-sized-wiremap/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 15:42:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phedhex.com/2010/03/17/room-sized-wiremap/</guid>
		<description><![CDATA[Hey all! Think this is cool? Then you&#8217;d be interested to know that colleague Matt Parker and I built one that&#8217;s roughly 8 feet tall, 10 wide, and 8 deep.  We were initially going to just document it for ourselves, &#8230; <a href="http://albert-hwang.com/2010/03/room-sized-wiremap/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hey all!</p>
<p>Think this is cool?<br />
<p><a href="http://albert-hwang.com/2010/03/room-sized-wiremap/"><em>Click here to view the embedded video.</em></a></p></p>
<p>Then you&#8217;d be interested to know that colleague Matt Parker and I built one that&#8217;s roughly 8 feet tall, 10 wide, and 8 deep.  We were initially going to just document it for ourselves, but construction went so quickly we found we had some extra time to do a little exhibiting.</p>
<p>So if you wanna see a room-sized volumetric renderer, the exhibition is open at ITP Thursday and Friday from 7:00 &#8211; 10:00.</p>
<p>Additionally, in the interest of getting some awesome photos, $50 and a props in the blog goes to whoever sends me the best photo of the event!</p>
<p>Directions to ITP:</p>
<p>Take the RW to 8th or the 6 train to Astor Place.<br />
4th floor of 721 Broadway (south of 8th st, btn Waverly &amp; Washington).</p>
]]></content:encoded>
			<wfw:commentRss>http://albert-hwang.com/2010/03/room-sized-wiremap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
