<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-20712065</id><updated>2011-04-21T12:57:28.827-07:00</updated><title type='text'>All Funked Up</title><subtitle type='html'>Attempted usefulness in the form of...</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://thefunked.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://thefunked.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>TheFunk</name><uri>http://www.blogger.com/profile/02032457547611839583</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://photos1.blogger.com/blogger/485/2086/1600/blog%20photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-20712065.post-9073119162075897334</id><published>2006-10-01T18:12:00.000-07:00</published><updated>2006-10-01T18:24:49.607-07:00</updated><title type='text'>Inheritance</title><content type='html'>I was thinking about inheritance today and how much more I enjoy programming in ObjC where inheritance is used quite little compared to C++ where inheritance seems to be used quite often.  Don't get me wrong, inheritance certainly has it's place in programming and I think it's a wonderful, wonderful thing.  However, it seems to me that in C++ inheritance is used and only serves to make the programmer's job more tedious.  In a lot of asynchronous programming, you have listener objects which get notified when a certain event happens.  In order for the notifier to know how to notify an object, often a class is declared which one must inherit from and implement it's notification methods.  As it turns out, there is a struggle between making the listener object know about many other objects (thus, decreasing encapsulation) and having the listener forward the notification to another object (perhaps a controller in a MVC app) that can do the appropriate thing with it.  Since multiple inheritance in many workplaces is defined as EVIL (which it is), this can be a time consuming problem.  The beauty of ObjC and the Cocoa framework is that more often than not you can set ANY object to be the listener of a notification.  The notifying object can either require a protocol or check at run time whether the listener implements the method.  This allows for the notifier to know about as little as possible and we can provide better encapsulation without "wasting" a simple forwarding message.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20712065-9073119162075897334?l=thefunked.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thefunked.blogspot.com/feeds/9073119162075897334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20712065&amp;postID=9073119162075897334' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/9073119162075897334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/9073119162075897334'/><link rel='alternate' type='text/html' href='http://thefunked.blogspot.com/2006/10/inheritance.html' title='Inheritance'/><author><name>TheFunk</name><uri>http://www.blogger.com/profile/02032457547611839583</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://photos1.blogger.com/blogger/485/2086/1600/blog%20photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20712065.post-456687050200266478</id><published>2006-09-20T16:29:00.000-07:00</published><updated>2006-09-20T16:36:15.411-07:00</updated><title type='text'>Iteration is Bad</title><content type='html'>Does it ever make sense to iterate through unordered collections?  An unordered collection is precisely that, unordered, so what is the point of iterating through it?  Iterating through adds complexity and bloat to code and limits expressiveness.  It implies order where none exists.  Yes, at some level, deep down in the machine, there must exist order, but exposing this to the programmer is pointless.  Hopefully someday we'll have real live closures in ObjC, but until then, I'll be trying out some of the Higher Order Messaging frameworks that exist.  Perhaps soon I'll write about why I think closures may have benefits over HOM.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20712065-456687050200266478?l=thefunked.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thefunked.blogspot.com/feeds/456687050200266478/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20712065&amp;postID=456687050200266478' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/456687050200266478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/456687050200266478'/><link rel='alternate' type='text/html' href='http://thefunked.blogspot.com/2006/09/iteration-is-bad.html' title='Iteration is Bad'/><author><name>TheFunk</name><uri>http://www.blogger.com/profile/02032457547611839583</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://photos1.blogger.com/blogger/485/2086/1600/blog%20photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20712065.post-6737069339117967093</id><published>2006-08-18T12:59:00.000-07:00</published><updated>2006-08-18T13:01:05.603-07:00</updated><title type='text'>The Counter</title><content type='html'>A new burger place just opened up near where I work called The Counter.  It's totally awesome.  That is all.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20712065-6737069339117967093?l=thefunked.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.thecounterburger.com/' title='The Counter'/><link rel='replies' type='application/atom+xml' href='http://thefunked.blogspot.com/feeds/6737069339117967093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20712065&amp;postID=6737069339117967093' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/6737069339117967093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/6737069339117967093'/><link rel='alternate' type='text/html' href='http://thefunked.blogspot.com/2006/08/counter.html' title='The Counter'/><author><name>TheFunk</name><uri>http://www.blogger.com/profile/02032457547611839583</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://photos1.blogger.com/blogger/485/2086/1600/blog%20photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20712065.post-8066071836352504896</id><published>2006-08-16T08:27:00.000-07:00</published><updated>2006-08-16T08:33:13.652-07:00</updated><title type='text'>ACE up my sleeve?</title><content type='html'>I received very humorous email yesterday (although I'm not sure the sender found it funny) asking me about the build process for a cross-platform networking, communication, etc, library called &lt;a href="http://www.cs.wustl.edu/~schmidt/ACE.html"&gt;ACE&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;From the email:&lt;br /&gt;&lt;blockquote&gt;"Something realy interested me in what you said. I understood you actually compiled ACE on a Mac Intel OS 10.4.6."&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;What's funny about this is that me and a coworker spent over a week of our lives trying to get this "cross-platform" library to compile on an Intel Mac.  It was one of the most frustrating experiences of my life.  One of the reasons being that ACE simply takes about 30 minutes to attempt a build on a 2 GHz Intel iMac.&lt;br /&gt;&lt;br /&gt;This post is not an instructional post on how to get ACE to compile on an Intel Mac (although if you need help feel free to contact me, the ACE guys are quite unresponsive unless you fill their forms out exactly).  Rather, it's a warning to consider your options carefully when deciding on using a cross-platform library.  Now, I don't have much experience using ACE in code, although I do hear it's tricky to get it right.  I simply speak from integrating such a thing into our Mac build.&lt;br /&gt;&lt;br /&gt;It seems as though all the libraries we use that claim to be cross-platform have a deficiency on one play form or another and we often end up having to use #ifdefs in our code anyway (the very thing we're trying to avoid).  The other thing that is very disappointing to me as a Mac developer is that the use of cross-platform libraries encourages a particular way of thinking in that we want to maximize code reuse, and thus we must target our code at the lowest common denominator.  With all the rich technologies available to us on the Mac in Tiger and the amazing things coming in Leopard, it's really a shame that we can't take full advantage of them (I'm sure Windows and Linux have some great features unique to the platform, I just don't know what they are).&lt;br /&gt;&lt;br /&gt;It's great to have a core platform that compiles on every OS under the sun, but at what point do we start to realize that the computing experience is different on different OSes?  And that we should start coding differently and taking advantage of all that our respective environments have to offer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20712065-8066071836352504896?l=thefunked.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thefunked.blogspot.com/feeds/8066071836352504896/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20712065&amp;postID=8066071836352504896' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/8066071836352504896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/8066071836352504896'/><link rel='alternate' type='text/html' href='http://thefunked.blogspot.com/2006/08/ace-up-my-sleeve.html' title='ACE up my sleeve?'/><author><name>TheFunk</name><uri>http://www.blogger.com/profile/02032457547611839583</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://photos1.blogger.com/blogger/485/2086/1600/blog%20photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20712065.post-115489523878695099</id><published>2006-08-06T13:12:00.000-07:00</published><updated>2006-08-06T13:13:58.796-07:00</updated><title type='text'>Bonzo Project</title><content type='html'>Aaron Hillegass's most excellent idea of a central repository of reusable cocoa code.  Check it out.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20712065-115489523878695099?l=thefunked.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://bignerdranch.com/wwdc2006/' title='Bonzo Project'/><link rel='replies' type='application/atom+xml' href='http://thefunked.blogspot.com/feeds/115489523878695099/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20712065&amp;postID=115489523878695099' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/115489523878695099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/115489523878695099'/><link rel='alternate' type='text/html' href='http://thefunked.blogspot.com/2006/08/bonzo-project.html' title='Bonzo Project'/><author><name>TheFunk</name><uri>http://www.blogger.com/profile/02032457547611839583</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://photos1.blogger.com/blogger/485/2086/1600/blog%20photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20712065.post-115419413786793364</id><published>2006-07-29T10:06:00.000-07:00</published><updated>2006-07-29T10:28:57.886-07:00</updated><title type='text'>Mac Programmers Take Saturday Off?</title><content type='html'>Since this is a new blog, I decided to perform a little &lt;a heef="http://technorati.com"&gt;Technorati&lt;/a&gt; search to see if I showed up. Yeah yeah, I know I'm totally being sucked into this whole Silicon Valley culture.  Next thing you know, I'll start thumbing through &lt;a href="http://valleywag.com"&gt;Valley Wag&lt;/a&gt; instead of the National Enquirer at the checkout line. But I digress.  The point is, I was shamelessly searching for myelf on Technorati, when I came upon this helpful graph:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/485/2086/1600/Picture%203.png"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://photos1.blogger.com/blogger/485/2086/320/Picture%203.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;First off, I'd love to compliment Technorati for using a bar graph instead of the pervasive point connected line graph that is entirely misleading.  I'm sure all my zero readers will hear me ranting about this later.  Back to the graph, you'll notice a (disturbing?) cycle.  Every Saturday there happens to be a sharp dip in the number of blogs containing Mac Programming.  However, it stays fairly constant for the rest of the week.  I was going to compare this to graphs of Windows, or C++ programmers and make some broad generalizations about how easy Mac development is or how much we love our work, or know how to lead balanced lives.  Unfortunately for us all, the Technorati search is not performing properly right now.  And, you know what?  It's Saturday.  I think I'll stop sitting in front of the computer and go do something fun.  And you, diligent readers, should do the same.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20712065-115419413786793364?l=thefunked.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thefunked.blogspot.com/feeds/115419413786793364/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20712065&amp;postID=115419413786793364' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/115419413786793364'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/115419413786793364'/><link rel='alternate' type='text/html' href='http://thefunked.blogspot.com/2006/07/mac-programmers-take-saturday-off.html' title='Mac Programmers Take Saturday Off?'/><author><name>TheFunk</name><uri>http://www.blogger.com/profile/02032457547611839583</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://photos1.blogger.com/blogger/485/2086/1600/blog%20photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20712065.post-115406739204752067</id><published>2006-07-27T23:10:00.000-07:00</published><updated>2006-07-27T23:32:24.923-07:00</updated><title type='text'>Cross Platform GUI</title><content type='html'>&lt;li&gt;&lt;a href="http://www.losingfight.com/blog/2006/07/27/survey-of-cross-platform-gui-architectures/"&gt;http://www.losingfight.com/blog/2006/07/27/survey-of-cross-platform-gui-architectures/&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;Interesting post about cross platform gui development.  As someone who is currently developing mac software, perhaps unsurprisingly, my thoughts are similar to Mr. Finnell's.  I feel that in order to create the best user experience on each platform you develop for, the GUI must be done natively in order to take full advantage of all that the platform has to offer.  Although it most likely increases total development time, the end result is a better product.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20712065-115406739204752067?l=thefunked.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.losingfight.com/blog/2006/07/27/survey-of-cross-platform-gui-architectures/' title='Cross Platform GUI'/><link rel='replies' type='application/atom+xml' href='http://thefunked.blogspot.com/feeds/115406739204752067/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20712065&amp;postID=115406739204752067' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/115406739204752067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/115406739204752067'/><link rel='alternate' type='text/html' href='http://thefunked.blogspot.com/2006/07/cross-platform-gui.html' title='Cross Platform GUI'/><author><name>TheFunk</name><uri>http://www.blogger.com/profile/02032457547611839583</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://photos1.blogger.com/blogger/485/2086/1600/blog%20photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20712065.post-115405226499948279</id><published>2006-07-27T18:58:00.000-07:00</published><updated>2006-07-27T19:04:25.000-07:00</updated><title type='text'>The Joys Of Threading</title><content type='html'>One of the wonderful things about Cocoa is that it performs so much of the heavy lifting for so many mundane tasks.  This is great if you can do everything you want to from within the confines of Cocoa.  Unfortunately, this is not always possible.  Continuing on my Objective-C++ vector, I want to remind you that if you have C++ code that is doing anything interesting, spawning threads for example, you may need to do some of the heavy lifting yourself.  As it turned out, I needed a NSRunLoop to exist in one of my C++ spawned threads.  I only discovered this through some helpful hints on Apple Developer Mailing Lists.  Although in my case it turned out to be a relatively easy fix (creating a NSRunLoop at the beginning of my C++ spawned thread), it's a good thing to keep in mind that when mixing languages, not all constructs are created equal.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20712065-115405226499948279?l=thefunked.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thefunked.blogspot.com/feeds/115405226499948279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20712065&amp;postID=115405226499948279' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/115405226499948279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/115405226499948279'/><link rel='alternate' type='text/html' href='http://thefunked.blogspot.com/2006/07/joys-of-threading.html' title='The Joys Of Threading'/><author><name>TheFunk</name><uri>http://www.blogger.com/profile/02032457547611839583</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://photos1.blogger.com/blogger/485/2086/1600/blog%20photo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20712065.post-115398447754157957</id><published>2006-07-26T21:11:00.000-07:00</published><updated>2006-07-27T18:52:10.676-07:00</updated><title type='text'>Subjective-C++</title><content type='html'>Why do I feel the need to have a witty title just because this is a blog?  I feel like I'm being sucked into this whole blogging hell hole.  I hate it, but I feel compelled to do it by the desire to vent my frustrations someplace other than my coworkers who I'm sure are quite sick of it.&lt;br /&gt;&lt;br /&gt;Getting back on track, the subject of this post is Objective-C++.  There is precious little literature available on the topic.  The  &lt;a href ="http://developer.apple.com/samplecode/Cocoa_With_Carbon_or_CPP"&gt;example code&lt;/a&gt; on Apple's site is from 2003 and does nothing of any use other than show you the proper file extension needed to compile Objective-C++ code.  And the &lt;a href="http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_4_section_10.html"&gt;Objective-C++ section&lt;/a&gt; in the Objective-C manual is minimal.  &lt;br /&gt;&lt;br /&gt;The biggest resource I've found for Objective-C++ is WebKit, which is thankfully open source.  I learned this through an ObjC mailing list via a helpful pointer from Michael Ash.  Perusing through the source was invaluable to the work I am doing.  I thought I'd start off by sharing some tips on wrapping C++ objects in Objective-C.&lt;br /&gt;&lt;br /&gt;One thing you might want to do if you're mixing C++ and Objective-C is wrap your C++ objects so that the rest of your Cocoa app can use them without changing everything to a .mm file.  Now this ObjC object will need to contain a pointer to your C++ object and your header will look something like this.&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;#include "CppClass.h"&lt;br /&gt;&lt;br /&gt;@interface ObjCWrapper : NSObject {&lt;br /&gt; CppClass *m_cppObject;&lt;br /&gt;}&lt;br /&gt;- (CppClass*)cppObject;&lt;br /&gt;- (id)wrapperMethod;&lt;br /&gt;...&lt;br /&gt;@end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;As you might have noticed, if you try to include this in an Objective-C file, the compiler will yell at you and you might start pulling all your hair out (which may or may not have happened to me) thinking it might be impossible to have a clean separation of programming languages.  Well after digging through the WebKit code, I came across several headers that had something like this in place of the &lt;code&gt;#include&lt;/code&gt;.&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;#ifdef __cplusplus&lt;br /&gt;class CppClass;&lt;br /&gt;#else&lt;br /&gt;@class CppClass;&lt;br /&gt;#endif&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;What we're doing is forward declaring the class which is great since we don't have to include the C++ header file.  But what's counter-intuitive is that if this file gets included in an Objective-C file, the CppClass is forward declared as an Objective-C class.  I suppose the reason that this is ok that you only reference the CppClass from within your wrapper class.  As long as you don't try to use the object from within pure Objective-C code, you'll be golden.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20712065-115398447754157957?l=thefunked.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thefunked.blogspot.com/feeds/115398447754157957/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20712065&amp;postID=115398447754157957' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/115398447754157957'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20712065/posts/default/115398447754157957'/><link rel='alternate' type='text/html' href='http://thefunked.blogspot.com/2006/07/subjective-c.html' title='Subjective-C++'/><author><name>TheFunk</name><uri>http://www.blogger.com/profile/02032457547611839583</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://photos1.blogger.com/blogger/485/2086/1600/blog%20photo.jpg'/></author><thr:total>1</thr:total></entry></feed>
