<?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>Untıttled</title>
	<atom:link href="http://feedmechocolate.com/untittled/feed/" rel="self" type="application/rss+xml" />
	<link>http://feedmechocolate.com/untittled</link>
	<description></description>
	<lastBuildDate>Fri, 26 Apr 2013 15:34:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>&#8220;C is memory with syntactic sugar&#8221;</title>
		<link>http://feedmechocolate.com/untittled/2013/04/26/c-is-memory-with-syntactic-sugar/</link>
		<comments>http://feedmechocolate.com/untittled/2013/04/26/c-is-memory-with-syntactic-sugar/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 15:34:23 +0000</pubDate>
		<dc:creator>chrismear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://feedmechocolate.com/untittled/?p=74</guid>
		<description><![CDATA[&#8220;C is memory with syntactic sugar&#8221;]]></description>
				<content:encoded><![CDATA[<p><a href="http://denniskubes.com/2013/04/23/how-to-think-about-variables-in-c/">&#8220;C is memory with syntactic sugar&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://feedmechocolate.com/untittled/2013/04/26/c-is-memory-with-syntactic-sugar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where we went wrong</title>
		<link>http://feedmechocolate.com/untittled/2010/08/27/where-we-went-wrong/</link>
		<comments>http://feedmechocolate.com/untittled/2010/08/27/where-we-went-wrong/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 19:06:04 +0000</pubDate>
		<dc:creator>chrismear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://feedmechocolate.com/untittled/?p=61</guid>
		<description><![CDATA[Where we went wrong – a post by Charles Stross about the decisions and strokes of luck of (recent) history that have landed us in a world where ‘computer crime costs US businesses $67 billion a year’.]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.antipope.org/charlie/blog-static/2010/08/where-we-went-wrong.html">Where we went wrong</a> – a post by Charles Stross about the decisions and strokes of luck of (recent) history that have landed us in a world where ‘computer crime costs US businesses $67 billion a year’.</p>
]]></content:encoded>
			<wfw:commentRss>http://feedmechocolate.com/untittled/2010/08/27/where-we-went-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Knowing the real goals can make all the difference&#8221;</title>
		<link>http://feedmechocolate.com/untittled/2010/08/04/knowing-the-real-goals-can-make-all-the-difference/</link>
		<comments>http://feedmechocolate.com/untittled/2010/08/04/knowing-the-real-goals-can-make-all-the-difference/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 22:25:19 +0000</pubDate>
		<dc:creator>chrismear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://feedmechocolate.com/untittled/?p=55</guid>
		<description><![CDATA[Now, not all applications (or, more precisely, important operations of an application) are amenable to parallelization. True, some problems, such as compilation, are almost ideally parallelizable. But others aren’t; the usual counterexample here is that just because it takes one &#8230; <a href="http://feedmechocolate.com/untittled/2010/08/04/knowing-the-real-goals-can-make-all-the-difference/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<blockquote><p>Now, not all applications (or, more precisely, important operations of an application) are amenable to parallelization. True, some problems, such as compilation, are almost ideally parallelizable. But others aren’t; the usual counterexample here is that just because it takes one woman nine months to produce a baby doesn’t imply that nine women could produce one baby in one month. You’ve probably come across that analogy before. But did you notice the problem with leaving the analogy at that? Here’s the trick question to ask the next person who uses it on you: Can you conclude from this that the Human Baby Problem is inherently not amenable to parallelization? Usually people relating this analogy err in quickly concluding that it demonstrates an inherently nonparallel problem, but that’s actually not necessarily correct at all. It is indeed an inherently nonparallel problem if the goal is to produce one child. It is actually an ideally parallelizable problem if the goal is to produce many children! Knowing the real goals can make all the difference.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://feedmechocolate.com/untittled/2010/08/04/knowing-the-real-goals-can-make-all-the-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimise for common case</title>
		<link>http://feedmechocolate.com/untittled/2010/06/24/optimise-for-common-case/</link>
		<comments>http://feedmechocolate.com/untittled/2010/06/24/optimise-for-common-case/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 08:03:44 +0000</pubDate>
		<dc:creator>chrismear</dc:creator>
				<category><![CDATA[Sightings]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://feedmechocolate.com/untittled/?p=51</guid>
		<description><![CDATA[If you&#8217;ve ever been invited to an event or group on Facebook by a friend who has lost their phone, and is asking everyone to post their phone numbers so they can recreate their address book, you&#8217;ll be pleased to &#8230; <a href="http://feedmechocolate.com/untittled/2010/06/24/optimise-for-common-case/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://feedmechocolate.com/untittled/wp-content/uploads/2010/06/facebook-making-an-event-lost-phone-prompt.png"><img src="http://feedmechocolate.com/untittled/wp-content/uploads/2010/06/facebook-making-an-event-lost-phone-prompt-300x80.png" alt="" title="facebook making an event lost phone prompt" width="300" height="80" class="alignnone size-medium wp-image-52" /></a></p>
<p>If you&#8217;ve ever been invited to an event or group on Facebook by a friend who has lost their phone, and is asking everyone to post their phone numbers so they can recreate their address book, you&#8217;ll be pleased to see that Facebook is now prompting these people to do something less stupid.</p>
<p>Don&#8217;t know what&#8217;s actually triggering this &#8212; presumably it doesn&#8217;t show up every time someone tries to make an event. Or maybe the problem really is that prevalent, and so it does.</p>
]]></content:encoded>
			<wfw:commentRss>http://feedmechocolate.com/untittled/2010/06/24/optimise-for-common-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging ain&#8217;t what it used to be</title>
		<link>http://feedmechocolate.com/untittled/2010/04/23/debugging-aint-what-it-used-to-be/</link>
		<comments>http://feedmechocolate.com/untittled/2010/04/23/debugging-aint-what-it-used-to-be/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 23:07:51 +0000</pubDate>
		<dc:creator>chrismear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://feedmechocolate.com/untittled/?p=48</guid>
		<description><![CDATA[Richard Feynman, talking about speeding up calculations during the Manhattan Project: A rather clever fellow by the name of Stanley Frankle realized that it could be done on IBM machines. The IBM company had machines for business purposes, adding machines &#8230; <a href="http://feedmechocolate.com/untittled/2010/04/23/debugging-aint-what-it-used-to-be/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Richard Feynman, talking about speeding up calculations during the Manhattan Project:</p>
<blockquote><p>A rather clever fellow by the name of Stanley Frankle realized that it could be done on IBM machines. The IBM company had machines for business purposes, adding machines that are called tabulators for listings sums and a multiplier, just a machine, a big box, you put cards in it and it would take two numbers from a card and multiple it and print it on a card. And then there were collators and sorters and so on. So he decided, he&#8217;d figured out a nice program. If we got enough of these machines in a room, we would take the cards and put them through a cycle&#8230;</p>
<p>We had done things like this on adding machines. Usually you go one step across yourself, doing everything. But this was different&mdash;where you go first to the adder, then we go to the multiplier, then you go to the adder, and so on. So he designed this thing and ordered a machine from the IBM company&#8230; but it was delayed, always delayed&#8230; we worked out all the numerical steps we were supposed to do, that the machines were supposed to do, multiply this, and then do this, and subtract that. And then we worked out the program, but we didn&#8217;t have any machine to test it on. So what we did, I arranged, was a room with girls in it, each one had a Marchant [a desktop mechanical calculator]. But <i>she</i> was the multiplier and <i>she</i> was the adder, and this one cubed, and so we had cards, index cards, and all she did was cube this number and send it to the next one. She was imitating the multiplier, the next one was imitating the adder; we went through our cycle, and we got all the bugs out. Well, we did it that way.</p>
</blockquote>
<p>Taken from his talk, &#8220;Los Alamos from Below&#8221;, as reproduced in the book <i>The Pleasure of Finding Things Out</i>.</p>
]]></content:encoded>
			<wfw:commentRss>http://feedmechocolate.com/untittled/2010/04/23/debugging-aint-what-it-used-to-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;They blew it&#8221;</title>
		<link>http://feedmechocolate.com/untittled/2010/04/12/they-blew-it/</link>
		<comments>http://feedmechocolate.com/untittled/2010/04/12/they-blew-it/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 09:09:56 +0000</pubDate>
		<dc:creator>chrismear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://feedmechocolate.com/untittled/?p=41</guid>
		<description><![CDATA[Q: How do you close applications when multitasking? A: (Scott Forstall) You don&#8217;t have to. The user just uses things and doesn&#8217;t ever have to worry about it. A: (Steve Jobs) It&#8217;s like we said on the iPad, if you &#8230; <a href="http://feedmechocolate.com/untittled/2010/04/12/they-blew-it/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<blockquote><p>Q: How do you close applications when multitasking?<br />
A: (Scott Forstall) You don&#8217;t have to. The user just uses things and doesn&#8217;t ever have to worry about it.<br />
A: (Steve Jobs) It&#8217;s like we said on the iPad, if you see a stylus, they blew it. <b>In multitasking, if you see a task manager&#8230; they blew it</b>. Users shouldn&#8217;t ever have to think about it.
</p></blockquote>
<p><cite>from the Q &#038; A session after the recent iPhone OS 4 event, as reported by <a href="http://www.engadget.com/2010/04/08/jobs-if-you-see-a-stylus-or-a-task-manager-they-blew-it/">Engadget</a></cite></p>
<p>So what&#8217;s this, then?</p>
<p><a href="http://feedmechocolate.com/untittled/wp-content/uploads/2010/04/iTunes001.jpg"><img src="http://feedmechocolate.com/untittled/wp-content/uploads/2010/04/iTunes001-300x168.jpg" alt="" title="Demo of iPhone OS 4, showing the &#039;currently-running apps&#039; display" width="300" height="168" class="alignnone size-medium wp-image-42" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://feedmechocolate.com/untittled/2010/04/12/they-blew-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hints that your program is too complicated</title>
		<link>http://feedmechocolate.com/untittled/2010/02/22/hints-that-your-program-is-too-complicated/</link>
		<comments>http://feedmechocolate.com/untittled/2010/02/22/hints-that-your-program-is-too-complicated/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 01:51:07 +0000</pubDate>
		<dc:creator>chrismear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://feedmechocolate.com/untittled/2010/02/22/hints-that-your-program-is-too-complicated/</guid>
		<description><![CDATA[Your interface needs a &#8216;Home&#8217; button. (screenshot from MacWorld&#8217;s preview of Microsoft Office for Mac 2011)]]></description>
				<content:encoded><![CDATA[<p>Your <i>interface</i> needs a &#8216;Home&#8217; button.</p>
<p><a href="http://feedmechocolate.com/untittled/wp-content/uploads/2010/02/146295-office-2001-ribbon_original.jpg"><img src="http://feedmechocolate.com/untittled/wp-content/uploads/2010/02/146295-office-2001-ribbon_original.jpg" alt="" title="146295-office-2001-ribbon_original" width="586" height="75" class="alignnone size-full wp-image-35" /></a></p>
<p>(screenshot from <a href="http://www.macworld.com/article/146295/2010/02/office2011announced.html">MacWorld&#8217;s preview of Microsoft Office for Mac 2011</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://feedmechocolate.com/untittled/2010/02/22/hints-that-your-program-is-too-complicated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seven Reasons why Fireworks Works for Screen Design</title>
		<link>http://feedmechocolate.com/untittled/2010/02/21/seven-reasons-why-fireworks-works-for-screen-design/</link>
		<comments>http://feedmechocolate.com/untittled/2010/02/21/seven-reasons-why-fireworks-works-for-screen-design/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:23:03 +0000</pubDate>
		<dc:creator>chrismear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://feedmechocolate.com/untittled/2010/02/21/seven-reasons-why-fireworks-works-for-screen-design/</guid>
		<description><![CDATA[&#8220;Seven Reasons why Fireworks Works for Screen Design&#8221; &#8212; and, in particular, why it&#8217;s better than Photoshop or (heaven help you) Illustrator for this task. I link to this mainly because it confirms my own internal reasons for preferring Fireworks, &#8230; <a href="http://feedmechocolate.com/untittled/2010/02/21/seven-reasons-why-fireworks-works-for-screen-design/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://idlemode.com/2009/07/27/seven-reasons-why-fireworks-works-for-screen-design/">&#8220;Seven Reasons why Fireworks Works for Screen Design&#8221;</a> &#8212; and, in particular, why it&#8217;s better than Photoshop or (heaven help you) Illustrator for this task.</p>
<p>I link to this mainly because it confirms my own internal reasons for preferring Fireworks, and thus makes me feel like less of a kook when people say, &#8220;Fire-what?&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://feedmechocolate.com/untittled/2010/02/21/seven-reasons-why-fireworks-works-for-screen-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My calendar syncing setup</title>
		<link>http://feedmechocolate.com/untittled/2009/03/27/my-calendar-syncing-setup/</link>
		<comments>http://feedmechocolate.com/untittled/2009/03/27/my-calendar-syncing-setup/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 11:50:39 +0000</pubDate>
		<dc:creator>chrismear</dc:creator>
				<category><![CDATA[Workflow]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[calendars]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googleapps]]></category>
		<category><![CDATA[googlecalendar]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[icalendar]]></category>
		<category><![CDATA[mobileme]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[syncing]]></category>

		<guid isPermaLink="false">http://feedmechocolate.com/untittled/?p=18</guid>
		<description><![CDATA[I post this here so that future generations may laugh. I&#8217;ve used Apple&#8217;s iCal to manage my calendars for as long as I&#8217;ve had a Mac. In the past few months, since I started using two Macs and an iPhone &#8230; <a href="http://feedmechocolate.com/untittled/2009/03/27/my-calendar-syncing-setup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I post this here so that future generations may laugh.</p>
<p><img src="http://feedmechocolate.com/untittled/wp-content/uploads/2009/03/calendar-arrangement.png" alt="Diagram of calendar syncing setup, described below" title="calendar-syncing-arrangement" width="512" height="407" class="alignnone size-full wp-image-19" /></p>
<p>I&#8217;ve used Apple&#8217;s iCal to manage my calendars for as long as I&#8217;ve had a Mac. In the past few months, since I started using two Macs and an iPhone on a regular basis, I&#8217;ve been using MobileMe to keep them in sync. This was all grand, except that I couldn&#8217;t sync my iCalendar subscriptions since MobileMe doesn&#8217;t support that yet.</p>
<p>More recently, I&#8217;ve needed to start keeping a separate work calendar to share with my colleagues at <a href="http://greenvoice.com/">Greenvoice</a>, who also share their calendars with me. We use <a href="http://www.google.com/apps/intl/en/business/index.html">Google Apps</a> at Greenvoice for calendaring, but unfortunately, neither iCal nor MobileMe plays particularly well with Google Calendar.</p>
<p>Enter <a href="http://www.busymac.com/">BusySync</a>. This is a great piece of software that, among other clever syncing things, includes the ability to seamlessly sync your calendars from Google Calendar with calendars in iCal.</p>
<p>So. I have a personal Google Calendar account. I subscribe to iCalendar feeds in this account, and I also subscribe to my work calendars through it. Then, BusySync syncs all of these to iCal on my personal Mac. MobileMe then syncs this to my work Mac and my iPhone.</p>
<p>It&#8217;s kinda ridiculous, and took a fair amount of initial setup, but it now runs seamlessly.</p>
]]></content:encoded>
			<wfw:commentRss>http://feedmechocolate.com/untittled/2009/03/27/my-calendar-syncing-setup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Stricter routes speccing in RSpec 1.2.0</title>
		<link>http://feedmechocolate.com/untittled/2009/03/16/stricter-routes-speccing-in-rspec-120/</link>
		<comments>http://feedmechocolate.com/untittled/2009/03/16/stricter-routes-speccing-in-rspec-120/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 12:26:02 +0000</pubDate>
		<dc:creator>chrismear</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[routes]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[specs]]></category>

		<guid isPermaLink="false">http://feedmechocolate.com/untittled/?p=10</guid>
		<description><![CDATA[I just updated the Greenvoice codebase to use Rails 2.3.2 and RSpec 1.2.0, and got a flurry of failing examples from our routing specs. It turns out the routes_for helper in RSpec 1.2.0 is a bit stricter when it comes &#8230; <a href="http://feedmechocolate.com/untittled/2009/03/16/stricter-routes-speccing-in-rspec-120/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I just updated the <a href="http://greenvoice.com/">Greenvoice</a> codebase to use <a href="http://github.com/rails/rails/commit/73fc42cc0b5e94541480032c2941a50edd4080c2">Rails 2.3.2</a> and <a href="http://github.com/dchelimsky/rspec-rails/tree/1.2.0">RSpec 1.2.0</a>, and got a flurry of failing examples from our routing specs. It turns out the routes_for helper in RSpec 1.2.0 is a bit stricter when it comes to request methods and parameters.</p>
<p>For example, here&#8217;s an example that worked pre-1.2.0:</p>
<pre class="brush: ruby">
route_for(:controller =&gt; &#039;friends&#039;,
          :action =&gt; &#039;request_friend&#039;,
          :user_id =&gt; 1).should ==
&#039;/users/1/friends/request_friend&#039;
</pre>
<p>This fails under 1.2.0, for two reasons. First, if your route doesn&#8217;t accept GET requests, you need to specify the method like this:</p>
<pre class="brush: ruby">
route_for(:controller =&gt; &#039;friends&#039;,
          :action =&gt; &#039;request_friend&#039;,
          :user_id =&gt; 1).should ==
{
  :path =&gt; &#039;/users/1/friends/request_friend&#039;,
  :method =&gt; :delete
}
</pre>
<p>Second, it&#8217;s stricter about all parameters being strings; in this example, the user_id parameter was specified as a number, and it wasn&#8217;t matching. This is the final, passing example:</p>
<pre class="brush: ruby">
route_for(:controller =&gt; &#039;friends&#039;,
          :action =&gt; &#039;request_friend&#039;,
          :user_id =&gt; &#039;1&#039;).should ==
{
  :path =&gt; &#039;/users/1/friends/request_friend&#039;,
  :method =&gt; :delete
}
</pre>
<p><strong>Update:</strong> Of course, if I&#8217;d bothered to look, this is all pointed out in the <a href="http://github.com/dchelimsky/rspec-rails/blob/1a02d5331f04f2f1af86ff8321140929c1f4e1d9/Upgrade.markdown">&#8216;Upgrade&#8217; document that comes with RSpec 1.2.0</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://feedmechocolate.com/untittled/2009/03/16/stricter-routes-speccing-in-rspec-120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
