<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Ed Words</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/" />
    <link rel="self" type="application/atom+xml" href="http://www.mrawde.com/blog/atom.xml" />
    <id>tag:www.mrawde.com,2008-09-18:/blog//1</id>
    <updated>2011-02-10T05:48:46Z</updated>
    <subtitle>A blog about random things and occasionally computer science, math, graphics, or teaching.  Updated Tuesday and Thursday nights.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.23-en</generator>

<entry>
    <title>Bobbleheads</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2011/02/bobbleheads.html" />
    <id>tag:www.mrawde.com,2011:/blog//1.144</id>

    <published>2011-02-10T05:43:40Z</published>
    <updated>2011-02-10T05:48:46Z</updated>

    <summary>I used to think souvenirs were the lamest things ever. The little keychains or the magnets always seemed so tacky to me. Back when I formulated that opinion, I thought shot glasses were just small clear mugs. That didn&#8217;t make...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>I used to think souvenirs were the lamest things ever.  The little keychains or the magnets always seemed so tacky to me.  Back when I formulated that opinion, I thought shot glasses were just small clear mugs.  That didn&#8217;t make sense to me either.  It probably wasn&#8217;t until I found out what shot glasses were, that I began to actually like souvenirs, and by then, I was too late to the game.  Other people had already claimed their &#8220;thing&#8221; to collect at every place and now I feared I would just be copying everyone else.</p>

<p>I started doing enough traveling that I actually wanted to get souvenirs and so I had to decide on something.  And for one reason or another, I decided it&#8217;d be bobbleheads.  The problem is that bobbleheads aren&#8217;t all that common of a souvenir.  They also tend to be pricier, and a bit fragile.  It&#8217;s quite a burden to tell someone, &#8220;Oh, you&#8217;re going to the Great Wall?  Can you pick me up a bobblehead?&#8221;  </p>

<p>So, now I&#8217;m stuck with bobbleheads, though my collection only consists of 2: one from Rome and one from Disneyland.  </p>
]]>
        

    </content>
</entry>

<entry>
    <title>Blogging again?</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2011/02/blogging-again.html" />
    <id>tag:www.mrawde.com,2011:/blog//1.143</id>

    <published>2011-02-02T07:49:13Z</published>
    <updated>2011-02-02T07:53:23Z</updated>

    <summary>I&#8217;m going to try starting up blogging again. We&#8217;ll see how that goes. Here&#8217;s some ramblings to start off the blogging habbit: Although I&#8217;ve been really happy with movable type, I think I&#8217;m going to move to my own home-brewed...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Rants" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>I&#8217;m going to try starting up blogging again.  We&#8217;ll see how that goes.  Here&#8217;s some ramblings to start off the blogging habbit:</p>

<ul>
<li><p>Although I&#8217;ve been really happy with movable type, I think I&#8217;m going to move to my own home-brewed blogging system.  It&#8217;s still WIP but I figured I might as well just go with it and patch it whenever I feel it breaking.</p></li>
<li><p>I signed up for cooking classes starting in mid March!  I&#8217;m really excited for it.  I&#8217;m not much of a cook, but the idea of being able to feed myself better makes me happy.  Even though I never really set aside too many New Year&#8217;s resolutions, cooking at home more would probably be one of them.</p></li>
<li><p>Speaking of New Year&#8217;s resolutions, one of them I made was to make it into the city at least once a month.  I should have you know that I&#8217;m way ahead!  In fact after tomorrow, I&#8217;ll have gone to the city at least 3 times!  And that doesn&#8217;t count going to SFO or driving through it.  Go me!</p></li>
</ul>

<p>That&#8217;s all.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Compression</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2010/08/compression.html" />
    <id>tag:www.mrawde.com,2010:/blog//1.142</id>

    <published>2010-08-12T05:27:52Z</published>
    <updated>2010-08-12T05:35:56Z</updated>

    <summary>At work today, iq showed his demoscene work which was really cool. Demoscene is a sort of computer graphics hobby where programmers try to fit the coolest demo in a certain amount of space. His demo was 4k, which he...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Graphics" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>At work today, iq showed his demoscene work which was really cool.  Demoscene is a sort of computer graphics hobby where programmers try to fit the coolest demo in a certain amount of space.  His demo was 4k, which he says is about the same as an icon on the desktop.  He went on to explain that if you were to render all these frames at full resolution and store them as .tiffs, it&#8217;d take a couple gigabytes.  His program was giving him on the order of a million to one compression ratios.</p>

<p>I was a little familiar with how most of these worked already but it was really neat to have him actually walk through it all.  What I found most interesting was how much you have to understand in order to compress something.  You can&#8217;t compress something into some mathematical function until you know what basis functions to use.  You can&#8217;t make good approximations unless you understand what the simplifying assumptions were.  iq learned all sorts of neat tricks for rendering that let him get atmospheric effects and terrain generation using some really hacky approaches.  For example, the waves in his demo look awful statically, but when seen during a fly through with motion blur, they looked fine.  I&#8217;m looking forward to see what these guys do once they start using hull shaders and geometry shaders more.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Working Set</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2010/06/working-set.html" />
    <id>tag:www.mrawde.com,2010:/blog//1.141</id>

    <published>2010-06-10T00:06:30Z</published>
    <updated>2010-06-10T00:10:03Z</updated>

    <summary>I&#8217;ve got a small memory footprint. Every year, I&#8217;ve had to pack my things up to move out of my student housing, only to find boxes of things that I never unpacked. I also find drawers filled with books and...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Rants" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>I&#8217;ve got a small memory footprint.  Every year, I&#8217;ve had to pack my things up to move out of my student housing, only to find boxes of things that I never unpacked.  I also find drawers filled with books and miscellaneous gadgets that I unpacked and tucked away neatly.  Of course, they are still tucked away neatly.  Usually, they are completely free of dust too, meaning those drawers were rarely opened.</p>

<p>The number of things I actually use remain in a small pile on the floor: papers I&#8217;ve had to read for classes, important things floating around my desk.  My laptop.  Oh, and my clothes.</p>

<p>Maybe I should get rid of all this stuff.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Context Switch</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2010/06/context-switch.html" />
    <id>tag:www.mrawde.com,2010:/blog//1.140</id>

    <published>2010-06-06T21:11:50Z</published>
    <updated>2010-06-06T21:43:54Z</updated>

    <summary>I have one last project to finish before I&#8217;m all done with school. I think I&#8217;ve been in more than enough effort to make the grade that I need to get, but for some reason, I always try to not...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Graphics" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Programming and CS" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>I have one last project to finish before I&#8217;m all done with school.  I think I&#8217;ve been in more than enough effort to make the grade that I need to get, but for some reason, I always try to not embarrass myself too much with these final projects.  I&#8217;ve been churning away for the past few days.  Despite being done with finals, I spent the majority of my time in Gates.  Not sure what about Gates makes me so productive.  There&#8217;s a nice 30 inch monitor and those aluminum Apple keyboards.  I think it&#8217;s mostly displacing from my room though.</p>

<p>I lost a whole day of work trying to hunt down a bug.  I knew the bug wasn&#8217;t really going to ruin my results but it was really annoying to not have code that just worked.  Late last night, I decided to give up on the bug and just start the writeup.  I could easily tailor my results so that I only used scenes where my code didn&#8217;t screw up.</p>

<p>Anyhow, while doing the writeup, I found the bug!  I think I learned a good lesson today.  When you&#8217;re stuck coding, start documenting.  Trying to explain things in English rather than code sometimes has its benefits.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Growing up</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2010/06/growing-up.html" />
    <id>tag:www.mrawde.com,2010:/blog//1.139</id>

    <published>2010-06-02T08:45:46Z</published>
    <updated>2010-06-02T08:56:27Z</updated>

    <summary>I&#8217;m on the verge of graduating. In fact, I took my last final which I&#8217;m 100% sure I did well enough on the pass that last class I needed. Go me. I will soon be a master of science! Fancy...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Rants" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>I&#8217;m on the verge of graduating.  In fact, I took my last final which I&#8217;m 100% sure I did well enough on the pass that last class I needed.  Go me.  I will soon be a master of science!  Fancy that!</p>

<p>I feel like I spent five years in school learning, but not really growing up.  There are a lot of things in the near future that I need to take care of that are probably simple for typical adults.  As expected, I still find these things as small challenges to conquer:</p>

<ul>
<li>Go on vacation, which requires a non-trivial amount of planning, despite the fact that it is a partly guided tour of Europe.</li>
<li>Buy a camera, which I just did tonight!  (<a id="aptureLink_OUo5D1a6ZE" href="http://www.amazon.com/gp/product/B001CCLBSA?tag=edwords-20">Panasonic DMC-LX3</a>)</li>
<li>Find and rent an apartment.</li>
<li>Start working full-time.</li>
<li>Buy a car.</li>
</ul>

<p>After finishing these, maybe I&#8217;ll finally be, as my office-mate Solomon puts it, &#8220;livin&#8217; the life&#8221;.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Homerun Pie</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2010/05/homerun-pie.html" />
    <id>tag:www.mrawde.com,2010:/blog//1.138</id>

    <published>2010-05-29T10:07:03Z</published>
    <updated>2010-05-29T10:11:07Z</updated>

    <summary>When I was younger, I used to love eating Homerun Pie. They don&#8217;t seem to make it, but most supermarkets tend to have some fruit pie that&#8217;s similar. One time, I got the cheap, supermarket brand (that non-Hostess one) and...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Fun" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>When I was younger, I used to love eating <a id="aptureLink_c9kkSEONAP" href="http://7rade.files.wordpress.com/2008/09/homerunpie.jpg">Homerun Pie</a>.  They don&#8217;t seem to make it, but most supermarkets tend to have some fruit pie that&#8217;s similar.  One time, I got the cheap, supermarket brand (that non-Hostess one) and it was really not good.  Paying the extra 10 cents is totally worth it.  It&#8217;s weird that I can still enjoy eating this.  I&#8217;ve probably had one each year for the past 5 years, and before that, I probably haven&#8217;t had any for 10 years.  What great memories.  Only thing that comes close is probably McDonald&#8217;s chicken nuggets.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Checklist</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2010/05/checklist.html" />
    <id>tag:www.mrawde.com,2010:/blog//1.137</id>

    <published>2010-05-25T09:34:37Z</published>
    <updated>2010-05-25T09:37:02Z</updated>

    <summary>Whenever I feel like I need to buckle down and get work done, I make a checklist. Here is my list for tonight: Re-write script for paper (this is for research) Read NaCl paper (this is for class) Watch Chuck...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Rants" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="chuck" label="chuck" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>Whenever I feel like I need to buckle down and get work done, I make a checklist.  Here is my list for tonight:</p>

<ul>
<li>Re-write script for paper (this is for research)</li>
<li>Read <a href="http://code.google.com/p/nativeclient/">NaCl</a> paper (this is for class)</li>
<li>Watch Chuck (this is for fun)</li>
<li>Start reviewing for cs240 (this is for class)</li>
</ul>

<p>Sadly, I&#8217;ve only checked off one.  You can guess which.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Away</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2010/05/away.html" />
    <id>tag:www.mrawde.com,2010:/blog//1.136</id>

    <published>2010-05-25T00:23:59Z</published>
    <updated>2010-05-25T00:39:54Z</updated>

    <summary>I haven&#8217;t blogged for about two months now. I haven&#8217;t been particularly busy, just haven&#8217;t had too many interesting things that I felt like I could share. I guess a lot has actually happened this quarter. I&#8217;m finishing my masters...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>I haven&#8217;t blogged for about two months now.  I haven&#8217;t been particularly busy, just haven&#8217;t had too many interesting things that I felt like I could share.  I guess a lot has actually happened this quarter.  </p>

<p>I&#8217;m finishing my masters degree in about a month.  This whole year, I needed to finish just 3 classes, but they were unfortunately only available in the fall, winter, and spring.  I should be grateful though, since it gave me the opportunity to stick around for other fun classes and research.  Oddly enough, I tend to spend the most time in classes (and research) that will not contribute to my degree.  Some highlights from the past quarters:</p>

<ul>
<li><a href="http://graphics.stanford.edu/~edluong/painted/">Painted Aperture</a>: This was my final project for a class on Computational Photography.  The idea of the project was to combine multiple pictures (or a video stream) to create a single image with faked <a id="aptureLink_gSTD4UiwqP" href="http://en.wikipedia.org/wiki/Depth%20of%20field">depth-of-field</a>.  I worked on a Nokia N9000 which was kind of cool.  Not super proud of the results, but I didn&#8217;t think it was bad for the amount of time I put in.</li>
<li><a href="http://graphics.stanford.edu/papers/tzpyramid/">tz-pyramid occlusion culling</a>:  My second publication with Pat Hanrahan&#8217;s research group.  I worked with Solomon Boulos on this project and we looked into extending occlusion culling for scenes with motion blur.  It was mostly an algorithmic study so we did a lot of counting rather than making measurements.  I also got my hands in some of the other projects within Pat&#8217;s group which resulted in two acknowledgements.  Go me!</li>
</ul>

<p>I&#8217;m finishing a project this quarter doing some more graphics stuff.  It&#8217;s actually a lot of fun working on projects where I don&#8217;t worry about the final grade.  I suppose that&#8217;s what the rest of my life will be :).  Sorry for the super-techy update.  I will try to resume my more regular posting schedule.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Which</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2010/03/which.html" />
    <id>tag:www.mrawde.com,2010:/blog//1.135</id>

    <published>2010-03-19T05:23:41Z</published>
    <updated>2010-03-19T05:40:54Z</updated>

    <summary>I haven&#8217;t posted in a while. It&#8217;s not that I&#8217;ve been busy or anything. I&#8217;m in the waning years of my education and thankfully, I pushed myself enough during my first four years that I only need to scrape by...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>I haven&#8217;t posted in a while.  It&#8217;s not that I&#8217;ve been busy or anything.
I&#8217;m in the waning years of my education and thankfully, I pushed myself
enough during my first four years that I only need to scrape by now.
It&#8217;s one of those things where you stop for a little while and it&#8217;s just
hard to get the little engine churning again.  I resigned from the idea
of blogging regularly, but I still have an itch now and then.  Very
often, I think of something whacky to write about but I&#8217;m afraid to blog
because people I talk to in real life would have already heard the
story.  And trust me, there is no worse way to ruin a joke than to
repeat it to someone.</p>

<p>But, I remembered that I have two or three readers that I don&#8217;t actually
interact with and they are missing out on my amazing adventures.  This
is mostly their fault for not finding a way to tune into my life.
Still, it&#8217;s not fair for them to continue on without this basic joy in
life.  I guess all along, that has been the primary purpose of this
blog.  Life and happiness.</p>

<p>This quarter, I&#8217;ve been working on stripping down my development
environment.  Part of this is due to the split time of developing on my
Macbook Pro and my desktop.  I like having a farily uniform environment
in both and so I&#8217;ve been trying to stick to the standard subset of Unix
that they both share.  It&#8217;s neat how productive you can be with these
set of tools that have more or less been around forever.  All sorts of
programs try to convince you that they make you productive in one way or
another, but in the end, I&#8217;ve found that I work quite efficiently with
just <code class="prettyprint">bash</code> and <code class="prettyprint">vim</code>.  </p>

<p>Another thing that has led to my productivity is the use of the variable
<code class="prettyprint">which</code>.  I used to spend time thinking about a variable name to use
when I&#8217;m selected an index into an array.  <code class="prettyprint">index</code> just felt wrong, and
boy, is it wrong!  </p>
]]>
        

    </content>
</entry>

<entry>
    <title>Good Use</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2010/02/good-use.html" />
    <id>tag:www.mrawde.com,2010:/blog//1.134</id>

    <published>2010-02-12T12:22:56Z</published>
    <updated>2010-02-12T12:32:54Z</updated>

    <summary>I think my biggest gripe about my education has been how quickly I lose it all. Every now and then, I like to read research papers for fun and I&#8217;m always disappointed at how quickly I fall out of the...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Rants" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>I think my biggest gripe about my education has been how quickly I lose it all.  Every now and then, I like to read research papers for fun and I&#8217;m always disappointed at how quickly I fall out of the know.  Our school system makes you optimize for reading in lots of data, but never really storing it for longer than a 3 hours final.</p>

<p>For example, I&#8217;ve been trying to figure out the big differences between irradiance caching and photon mapping.  I know what they do differently, but I have sort of forgot why one might do better in one situation and not the other.  This may trace back to my discomfort with fundamental concepts of radiometry.  Something I understood at one point, but have since lost touch with.</p>

<p>I&#8217;m not sure how long it takes me to forget something.  But, I was proud today because I did <em>not</em> completely forget what I learned last quarter.  I took a class on Fourier analysis and thankfully, some of it has stuck!  I guess if anything sticks, it might as well be mathematics that has its fingers in both the theoretical side and the applied side.  </p>

<p>What worries me is when I go off into the real world, away from academia, how will I ever keep stuff in my head?  And how will I ever learn new things?  Maybe you don&#8217;t need to when you&#8217;re out there.  Maybe.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Facebook Sucks, Again</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2010/02/facebook-sucks-again.html" />
    <id>tag:www.mrawde.com,2010:/blog//1.133</id>

    <published>2010-02-05T07:44:34Z</published>
    <updated>2010-02-05T12:20:35Z</updated>

    <summary>Do you remember the last time Facebook sucked? Facebook tends to suck every now and then, with the spikes coming whenever they change something. Well, anything really. I got invited to the Facebook launch party tonight. It all started with...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Rants" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>Do you remember the last time <a href="http://www.mrawde.com/blog/2009/03/facebook-sucks.html">Facebook sucked</a>?  Facebook tends to suck every now and then, with the spikes coming whenever they change something.  Well, anything really.</p>

<p><a style="margin: 0pt auto; padding: 0px 6px; text-align: center; display: block;" id="aptureLink_51xUbjetyR" href="http://apture.s3.amazonaws.com/000001269d188a7149731a4f007f000000000001.0204101908-00.jpg"><img title="0204101908-00" src="http://apture.s3.amazonaws.com/000001269d188a7149731a4f007f000000000001.0204101908-00.jpg" style="border: 0px none ;" width="512px" height="288px"></a></p>

<p>I got invited to the Facebook launch party tonight.  It all started with an email from <a id="aptureLink_yAzzyUTdHs" href="http://en.wikipedia.org/wiki/Blake%20Ross">Blake Ross</a> which you don&#8217;t really get every day.  We got a tour of the campus and they dropped us off at the cafeteria for food, drinks, and talking to buddies.  There were strange moments where you would look out the cafeteria doors and see the fluorescent office lights or look at your watch and realize it was still before 8pm.  But overall, it was really fun.  I wouldn&#8217;t have expected anything less from Facebook.</p>

<p>So, the idea of the night was still a launch party.  They had monitors with a countdown that eventually hit 0.  <a id="aptureLink_T5bTHa47mR" href="http://blogmag.it/blogmag.it/wp-content/uploads/2008/11/facebook-customized-img.jpg">Mark Zuckerberg</a> had a little spiel about the origins of Facebook, launching products, and so on.  Random side note, he is not that tall, but he has about 40000 messages in his inbox and over 400 friend requests.  He went on to introduce 6 new products.  Let&#8217;s see if I remember them:</p>

<ol>
<li>HipHop for php</li>
<li>New photo uploader</li>
<li>New homepage</li>
<li>Application dashboard</li>
<li>Games dashboard</li>
<li>New search functionality</li>
</ol>

<p>It&#8217;s awesome how self-aware Facebook is.  During their first big launch, when news feeds first came out, they did not expect the negative feedback that they received.  It seems that by now, it&#8217;s something they completely expect and welcome.  To this point, they set up live feeds of news containing the string &#8220;new facebook&#8221;.  Right when all the products were pushed live, they projected these feeds on the walls and TV screens.  </p>

<h2>&#8220;Fuck the new facebook. I&#8217;m so confused. @#!@#%&amp; giggity&#8221;.</h2>

<p>It&#8217;s amazing how much people hate change.  I mean really, how confusing can it really be?  Have you ever walked to class only to find that the sidewalk your on is closed because they are repaving it?  Sure things move around a bit and I&#8217;m sure the first time you get ready to click on a button you thought was top-left only to find it top-right it&#8217;s jarring, but is that something you&#8217;d really say <em>confuses</em> you?  </p>

<p>Or maybe it&#8217;s confusion about why to even change the homepage.  A lot of the results that showed up were along the lines of &#8220;why fix what isn&#8217;t broken?&#8221;  I&#8217;m sure they said that last time Facebook changed, only to eventually accept that it actually is better now.  Sure it may not be broken, but that&#8217;s no reason to stop trying to make things better.  Much like life.</p>

<p>Also, who says &#8220;giggity&#8221; when they&#8217;re confused?</p>

<h2>&#8220;I hate the new facebook. stop changing my life&#8221;</h2>

<p>Like I said in my last post, Facebook still comes out winning.  First of all, tons of companies would kill for any sort of feedback from their users.  They would kill for their users to respond within 15 seconds of them pushing a change.  What&#8217;s better though, is that all these pissed off people want to tell all their friends.  Here&#8217;s how:</p>

<ol>
<li>Change your status on <em>Facebook</em>.  </li>
<li><em>Facebook</em> News Feed picks it up and delivers this to your friends&#8217; homepages.  </li>
<li>Your friend notices the <em>Facebook</em> homepage has changed.  He decides it also sucks and decides to go to step 1.</li>
</ol>

<p>It&#8217;s great for Facebook that all of this occurs without anyone leaving the site.  Sure, there&#8217;s lonely people out there that have ditched Facebook altogether because they changed their homepage again.  I&#8217;m sure they are living less confusing lives now because of it.  Maybe this time around, people will realize that <a id="aptureLink_tS4mfAFiie" href="http://search.twitter.com/search?q=new Facebook">complaining about the new Facebook</a> homepage is actually more annoying than the new Facebook homepage.</p>

<p>It totally sounds like I work at Facebook.  </p>
]]>
        

    </content>
</entry>

<entry>
    <title>Best Of</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2009/12/best-of.html" />
    <id>tag:www.mrawde.com,2009:/blog//1.132</id>

    <published>2009-12-23T09:09:33Z</published>
    <updated>2009-12-23T09:55:00Z</updated>

    <summary>It&#8217;s getting near the end of the year which means its about the time people start going crazy with lists: Christmas Lists Best of 2009 compilations Best of the decade compilations New Year&#8217;s Resolutions I&#8217;ll just go crazy with an...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Fun" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Rants" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>It&#8217;s getting near the end of the year which means its about the time people start going crazy with lists:</p>

<ul>
<li>Christmas Lists</li>
<li>Best of 2009 compilations</li>
<li>Best of the decade compilations</li>
<li>New Year&#8217;s Resolutions</li>
</ul>

<p>I&#8217;ll just go crazy with an end of the year rant.  I remember a while ago, I wanted to make a site that only focused on lists, but I would do it right.  You know, easy to create, edit, share, and all that good stuff.  My friend laughed at me.  To this day, I still hope that I will show him up.</p>

<p>I&#8217;m not going to have any list for 2009 (at least not for now), but listening to <a id="aptureLink_6JzDtSqS90" href="http://en.wikipedia.org/wiki/All%20Things%20Considered">All Things Considered</a> compile the best music of the decade got me thinking.  This is the first decade that I can begin to say I&#8217;ve experienced.  Like, really experience.</p>

<p>Your first decade, either you&#8217;re overly sensitive and you have no memory, or you&#8217;re numb to your senses, giving you nothing to remember.  I think starting from middle school, you begin having some taste.  Music, food, movies, whatever.  And it&#8217;s not just media.  I think for me, that was the time I started to really enjoy math and computers.</p>

<p>My girlfriend says I&#8217;m overly nostalgic.  She&#8217;s totally right.  I just asked my best friend for some old CDs:  something from Ice Cube, something from Method Man, and Krayzie Bone&#8217;s, <a id="aptureLink_uoUc1oivZ4" href="http://www.youtube.com/watch?v=4KLqbSb9LuQ"><em>Thug Mentality 1999</em></a>.  Ten years ago, I listened to gangster rap.  Somehow, I journeyed from there, to trance, to punk rock, to whatever I listen to now.  A mix of indie rock and public radio.</p>

<p><a style="margin: 0pt auto; padding: 0px 6px; text-align: center; display: block;" id="aptureLink_q2TEQEYbwk" href="http://www.youtube.com/watch?v=xuGpapD498M"><img title="Romeo Must Die Trailer" src="http://i.ytimg.com/vi/xuGpapD498M/hqdefault.jpg" style="border: 0px none ;" height="440px" width="525px"></a></p>

<p>And movies!  My favorite movie used to be <em>Romeo Must Die</em>.  How did I get from there to <em>Lost in Translation</em>?</p>

<p>I wonder if the internet will change any of this.  The next generation will seemingly grow up plugged in to Facebook and Google.  Can you imagine that?  Ten years from now, Facebook could remind you of what you were like 10 years ago.  Good luck erasing Mo-Thugs and Sugar Ray from Facebook&#8217;s memory.  And Google could show you what celebrities you had a crush on.</p>

<p>Just like all the best things in life, I find it both awesome and creepy. </p>

<p>And by the way, (Will, I&#8217;m talking to you), back to my whole list site idea, you could have the internet auto-generate these &#8220;Best of&#8221; compilations for you.  last.fm and pandora probably could do a better job at it than you.  God, I&#8217;m awesome.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>New York City</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2009/11/new-york-city.html" />
    <id>tag:www.mrawde.com,2009:/blog//1.131</id>

    <published>2009-11-25T10:17:04Z</published>
    <updated>2009-11-25T10:35:03Z</updated>

    <summary>I spent last weekend in New York City. It was my second time in New York but the first time I really got to see more of the city. Despite almost being kidnapped by the sketchy limo, it was a...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Fun" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>I spent last weekend in New York City.  It was my second time in New York but the first time I really got to see more of the city.  Despite almost being kidnapped by the sketchy limo, it was a lot of fun!  I got to spend a lot of time with my friends who actually knew the city.  I had good eats on Bleeker Street, checked out the booming NYC Ukelele scene at <a id="aptureLink_qFAJTvSTwB" href="http://www.flickr.com/photos/tomasfano/2710977032/">Banjo Jims</a>, visited the <a id="aptureLink_qyjh6r18tp" href="http://en.wikipedia.org/wiki/Metropolitan%20Museum%20of%20Art">MET</a> (where they have a <a id="aptureLink_kUeDBS5pbs" href="http://en.wikipedia.org/wiki/Johannes%20Vermeer">Vermeer</a> exhibit), and watched a disappointing <a id="aptureLink_TuVDQWWLu0" href="http://www.youtube.com/watch?v=F-1AyNPaXG0">Big Game</a> with tons of Stanford fans and one Berkeley fan.  The loss wouldn&#8217;t have been half as bad if we didn&#8217;t come so close to winning.  I didn&#8217;t do any touristy things, even though I desperately wanted to.  I guess I&#8217;ll have to visit the Statue of Liberty and skating in Rockefeller plaza will have to wait until next time.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Ctrl, Alt, Delete</title>
    <link rel="alternate" type="text/html" href="http://www.mrawde.com/blog/2009/11/ctrl-alt-delete.html" />
    <id>tag:www.mrawde.com,2009:/blog//1.130</id>

    <published>2009-11-19T10:53:28Z</published>
    <updated>2009-11-19T11:09:37Z</updated>

    <summary>My life has been crazy and it looks like the weeks will only get even more hectic. I always measure how busy I should be by my course load. Clearly, that is not a good metric anymore. I&#8217;m currently in...</summary>
    <author>
        <name>Edward Luong</name>
        
    </author>
    
        <category term="Rants" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.mrawde.com/blog/">
        <![CDATA[<p>My life has been crazy and it looks like the weeks will only get even more hectic.  I always measure how busy I should be by my course load.  Clearly, that is not a good metric anymore.  I&#8217;m currently in two (relatively easy) classes, but on top of that is TA&#8217;ing, job applications, bouldering three times a week, and cooking dinner.  School life is weird in that no matter how much free time you plan to have, it always fills up with stuff.  For some reason, school follows you everywhere, whereas at work, you leave it in the office (well, sometimes).</p>

<p><a style="margin: 0pt auto; padding: 0px 6px; text-align: center; display: block;" id="aptureLink_GgsnMR4bwm" href="http://files.hardwarebg.com/ftp/bloody/vista-pre-RC1/alt-tab.png"><img title="alt tab png" src="http://files.hardwarebg.com/ftp/bloody/vista-pre-RC1/alt-tab.png" style="border: 0px none ;" width="500px" height="160px"></a></p>

<p>What does the &#8220;<a id="aptureLink_YVe0Hn1Lux" href="http://en.wikipedia.org/wiki/Alt%20key">alt</a>&#8221; in keyboards mean?  It&#8217;s supposed to be alternate, but it hardly seems to correspond with how we use it.  On a random note, Matt Fisher showed me something neat that they should implement in Windows.  When you alt-tab, you should be able to move around the icons using your keyboard instead of just going forward and backwards with tab and shift-tab.  I wonder how many engineers at Microsoft would work on adding a feature like this.  If I recall correctly, I once interviewed with the Start Menu and Control Panel team at Microsoft.  I think Apple&#8217;s OS Performance team was just slightly larger.</p>

<p>I was talking to someone today and they told me how they couldn&#8217;t locate an email I had sent them a week ago.  They checked all three inboxes, but to no avail.  (I had actually sent the message via Facebook).  It was weird to hear someone respond, &#8220;I <em>only</em> have three inboxes.&#8221;  Not too long ago, <a id="aptureLink_XpHdySBuuz" href="http://twitter.com/totn">Talk of the Nation</a> had a show on not deleting information and how that may not be the best thing for us.  Storing everything is actually really unnatural, and forgetting is healthy for the brain.  You can almost see it here.  Saving everything in multiple inboxes just makes you look in more places for the things you want to keep. </p>
]]>
        

    </content>
</entry>

</feed>

