<?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>Jeremyopolis &#187; Uncategorized</title>
	<atom:link href="http://jrsandberg.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrsandberg.com</link>
	<description>An History Of Nerdly Activities</description>
	<lastBuildDate>Thu, 08 Apr 2010 16:32:43 +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>My Creative, Yet Still Nerdy Side</title>
		<link>http://jrsandberg.com/2010/04/my-creative-yet-still-nerdy-side-2/</link>
		<comments>http://jrsandberg.com/2010/04/my-creative-yet-still-nerdy-side-2/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 05:28:19 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jrsandberg.com/?p=148</guid>
		<description><![CDATA[For my computer ethics class I wrote two creative writing projects. Enjoy! Life of a Programmer segmentation fault! will I ever fix this bug? finally, it runs. Loss of a Dear Friend I felt empty inside. Cágor was dead. Yet, I was undaunted. The glass on my CRT reflected my feelings, &#8220;LF Rez 40gp!&#8221; I [...]]]></description>
			<content:encoded><![CDATA[<p>For my computer ethics class I wrote two creative writing projects.  Enjoy!</p>
<p><span style="text-decoration: underline;">Life of a Programmer</span><br />
segmentation fault!<br />
will I ever fix this bug?<br />
finally, it runs.</p>
<p><span style="text-decoration: underline;">Loss of a Dear Friend</span></p>
<p>I felt empty inside. Cágor was dead. Yet, I was undaunted. The glass on my CRT reflected my feelings, &#8220;LF Rez 40gp!&#8221; I kept playing.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrsandberg.com/2010/04/my-creative-yet-still-nerdy-side-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vertical Scenario-based Development</title>
		<link>http://jrsandberg.com/2009/07/vertical-scenario-based-development/</link>
		<comments>http://jrsandberg.com/2009/07/vertical-scenario-based-development/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 04:53:09 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jrsandberg.com/?p=19</guid>
		<description><![CDATA[Over the past few days I have had some very interesting conversations with my workmates at Microsoft.  I have really appreciated their input this summer and have learned and grown tremendously under their tutelage. This brings me to the point of the article.  This week my co-workers taught me two separate principles that work very [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few days I have had some very interesting conversations with my workmates at Microsoft.  I have really appreciated their input this summer and have learned and grown tremendously under their tutelage. This brings me to the point of the article.  This week my co-workers taught me two separate principles that work very well together.  They are vertical development and scenario-based development.  In the end they really amount to basically the same thing but let me explain what my current understanding of these two principles is.</p>
<p><strong>Vertical Development</strong></p>
<p>Vertical development consists of developing a project with a top-down perspective.  Specifically, the first goal is to get a complete vertical section of the program working.  For instance, if I was building a text-box for a new GUI toolkit I was creating, the first thing I would try to get working is a text-box into which you could enter characters.  Notice I didn&#8217;t say anything about deleting, or moving around with the arrow keys, or selecting text, or even that it displayed correctly.</p>
<p>Despite this great idea of vertical development, the natural way I have always been developing was in a layer-based method.  If I was building a web crawler, the first layer a web crawler needs is page retrieval from the web.  Page retrieval is where I would begin my development and I would continue working on the page retrieval class(es) until they were feature complete, i.e. they did everything they would need to do for the whole project.</p>
<p>While I think there are merits to layer-based development, I think that vertical development has quite a few strong advantages over layer-based.  Continuing with the example above, having that small vertical slice of a text-box working without being feature complete will show you problems that you will encounter later on and allow you time and flexibility, because you don&#8217;t have lots of already finished code baggage, to solve the problems in a more elegant fashion.</p>
<p><strong>Scenario-based Development</strong></p>
<p>Scenario-based development follows very closely with vertical development.  In scenario-based development, you need to have a scenario of how a user will use your software.  Then using this scenario you simply develop the software strictly to that scenario, not worrying about other scenarios or requirements the software might have.</p>
<p>Using scenarios is very close to vertical development because, in either case, you end up with a vertical segment of your program done.  The real difference comes that with vertical development, you might end up with a vertical segment that really isn&#8217;t that useful and is not sufficiently implemented to actually serve as a prototype or a demo.  In other words, with vertical development you might have the slice done but it might not actually do anything useful.</p>
<p>On the other hand, with scenario-based development you always end up with something that adds value to what you are trying to accomplish.  And if you really sit back and think about it, there is no point in doing anything unless you are adding something of value.</p>
<p><strong>By [These] Powers Combined</strong></p>
<p>I think where real value can come into software development is by using these two different methodologies together.  If each time we develop software we have scenarios in mind that we are developing towards then we will consistently add value to our software products.  Then if at the same time, the scenarios drive us towards vertical development, we have the best of both worlds.  We are always adding value through scenarios and we are better prepared to deal with those unforeseen problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrsandberg.com/2009/07/vertical-scenario-based-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube the plain-text password fairy</title>
		<link>http://jrsandberg.com/2008/07/youtube-the-plain-text-password-fairy/</link>
		<comments>http://jrsandberg.com/2008/07/youtube-the-plain-text-password-fairy/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 01:56:30 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jrsandberg.com/?p=8</guid>
		<description><![CDATA[So the other day I was doing some work and trying to explore different mainstream sites&#8217; security models.  I was using fiddler and firebug and just some simple tools.  I tried Facebook and MySpace, Gmail and Yahoo and then I tried YouTube.  I almost didn&#8217;t try because I figured, They are part of Google; I [...]]]></description>
			<content:encoded><![CDATA[<p>So the other day I was doing some work and trying to explore different mainstream sites&#8217; security models.  I was using fiddler and firebug and just some simple tools.  I tried Facebook and MySpace, Gmail and Yahoo and then I tried YouTube.  I almost didn&#8217;t try because I figured, <em>They are part of Google; I assume they just use https like Gmail.</em> Well, folks, I was very wrong.  I want to take you on a little journey with YouTube, the plain-text password fairy:</p>
<p>First, me, I created a nice fake profile: newuser258:</p>
<div style="display: block; text-align: center;"><a href="http://picasaweb.google.com/jrsandb/YouTubeScandle/photo?authkey=oLItEVQyLhU#5228984721034930162"><img src="http://lh3.ggpht.com/jrsandb/SJEV5kE7Z_I/AAAAAAAAAEo/f-pXtbOnE88/s800/Screenshot-YouTube%20-%20Broadcast%20Yourself.%20-%20Mozilla%20Firefox.png" alt="" width="390" height="264" /></a></div>
<p>Next I started up fiddler and then I logged in with my new account:</p>
<div style="display: block; text-align: center;"><a href="http://picasaweb.google.com/jrsandb/YouTubeScandle/photo?authkey=oLItEVQyLhU#5228984724735999794"><img src="http://lh6.ggpht.com/jrsandb/SJEV5x3VPzI/AAAAAAAAAEw/oWh-dWMswAU/s800/Screenshot-YouTube%20-%20Broadcast%20Yourself.%20-%20Mozilla%20Firefox-1.png" alt="" /></a></div>
<p>Then I checked fiddler to see what exactly YouTube had sent through my browser and lo and behold, the plain-text password fairy was found out!</p>
<div style="display: block; text-align: center;"><a href="http://picasaweb.google.com/jrsandb/YouTubeScandle/photo?authkey=oLItEVQyLhU#5228984727331378850"><img src="http://lh4.ggpht.com/jrsandb/SJEV57iHlqI/AAAAAAAAAE4/QgRSuzIwyW8/s400/YouTubeNoPassword.PNG" alt="" /></a></div>
<div style="display:block; text-align: center;"><a href="http://picasaweb.google.com/jrsandb/YouTubeScandle/photo?authkey=oLItEVQyLhU#5228989765306745058"><img src="http://lh5.ggpht.com/jrsandb/SJEafLdDAOI/AAAAAAAAAFA/-8Y6-8jMFCw/s800/YouTubeNoPasswordZoom.PNG" alt="" /></a></div>
<p>Well, I think the bottom line of all this is that the subsidiaries of the company that is not evil apparently don&#8217;t abide by the same non-evil rules.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrsandberg.com/2008/07/youtube-the-plain-text-password-fairy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://jrsandberg.com/2008/04/hello-world/</link>
		<comments>http://jrsandberg.com/2008/04/hello-world/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 03:47:27 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jrsandberg.com/?p=1</guid>
		<description><![CDATA[Sheesh, this has taken me long enough! After at least a year of waiting, finally I am using my domain. I intend to use this blog to keep a record of my nerdly activities. I will talk about problems I have solved in the applications I have developed. I will muse about anything I want [...]]]></description>
			<content:encoded><![CDATA[<p>Sheesh, this has taken me long enough!  After at least a year of waiting, finally I am using my domain.  I intend to use this blog to keep a record of my nerdly activities.  I will talk about problems I have solved in the applications I have developed.  I will muse about anything I want really.  (That is the great and horrible part of the internet.)  Hopefully anyone who reads this will enjoy themselves, learn a few things and become a little bit better of a person.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrsandberg.com/2008/04/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
