<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>Leah Culver</title>
	<link>http://leahculver.com</link>
	<description>leahculver.com</description>
	<pubDate>Sat, 10 May 2008 13:38:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Imaginary Dopplr Design Conversation</title>
		<link>http://leahculver.com/2008/05/05/dopplr-takes-a-lesson-in-fail/</link>
		<comments>http://leahculver.com/2008/05/05/dopplr-takes-a-lesson-in-fail/#comments</comments>
		<pubDate>Mon, 05 May 2008 18:46:51 +0000</pubDate>
		<dc:creator>Leah</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leahculver.com/2008/05/05/dopplr-takes-a-lesson-in-fail/</guid>
		<description><![CDATA[I receive a weekly email from travel social networking site Dopplr telling me all about people&#8217;s trips. Sadly, these are people (spam bots?) I don&#8217;t know or really care about. How did that happen?? Here&#8217;s how I imagine it happened&#8230;
Dopplr-tard: &#8220;Let&#8217;s get rid of mutual friends.&#8221;
Social Media Fanboy: &#8220;Like Twitter?&#8221;
Dopplr-tard: &#8220;Twitter is so hot right [...]]]></description>
			<content:encoded><![CDATA[<p>I receive a weekly email from travel social networking site <a href="http://www.dopplr.com/">Dopplr</a> telling me all about people&#8217;s trips. Sadly, these are people (spam bots?) I don&#8217;t know or really care about. How did that happen?? Here&#8217;s how I imagine it happened&#8230;</p>
<p>Dopplr-tard: &#8220;Let&#8217;s get rid of mutual friends.&#8221;</p>
<p>Social Media Fanboy: &#8220;Like <a href="http://twitter.com">Twitter</a>?&#8221;</p>
<p>Dopplr-tard: &#8220;Twitter is so hot right now.&#8221;</p>
<p>Social Media Fanboy: &#8220;But my location should be private unless I share it with someone else!&#8221;</p>
<p>Dopplr-tard: &#8220;Well, how about the opposite? I choose to share trips with you! Then you can see anything I send you and we don&#8217;t need to be mutual friends.&#8221;</p>
<p>Social Media Fanboy: &#8220;Brilliant! But what if I don&#8217;t want to see someone&#8217;s trips?&#8221;</p>
<p>Dopplr-tard: &#8220;Then you can just &#8216;mute&#8217; them.&#8221;</p>
<p>ON A ONE-BY-ONE BASIS.</p>
<p>Useless and a complete waste of any Cute Girl&#8217;s time. I&#8217;d quit the service except that their Facebook app is pretty and I have some major carbon guilt.</p>
<p>Update: Matt, I like Dopplr and you can do so much better than this. Please bring back mutual friends and friend requests.</p>
]]></content:encoded>
			<wfw:commentRss>http://leahculver.com/2008/05/05/dopplr-takes-a-lesson-in-fail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Searching for Users by Email</title>
		<link>http://leahculver.com/2008/03/28/searching-for-users-by-email/</link>
		<comments>http://leahculver.com/2008/03/28/searching-for-users-by-email/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 22:39:39 +0000</pubDate>
		<dc:creator>Leah</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leahculver.com/2008/03/28/searching-for-users-by-email/</guid>
		<description><![CDATA[I&#8217;ve been asked to support searching by email address in the Pownce API. This means that you could search for another Pownce user if you know their email address. Currently this doesn&#8217;t exist anywhere on the Pownce website or API - search is by name or username only.
I&#8217;m fine with allowing people and bots to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been asked to support searching by email address in the <a href="https://pownce.pbwiki.com/API%20Documentation2-0">Pownce API</a>. This means that you could search for another Pownce user if you know their email address. Currently this doesn&#8217;t exist anywhere on the Pownce website or API - <a href="http://pownce.com/add_friends/search/">search</a> is by name or username only.</p>
<p>I&#8217;m fine with allowing people and bots to search by email if the email is &#8220;public&#8221; in the user&#8217;s <a href="http://pownce.com/settings/privacy/">Pownce privacy settings</a>. The problem is that by default your email is &#8220;friends-only&#8221; and very few people change it to &#8220;public&#8221;.</p>
<p>To me there&#8217;s also a difference between allowing another Pownce user to search for you by email address and allowing a bot to search by email address. Specifically, Google&#8217;s <a href="http://code.google.com/apis/socialgraph/">social graph API</a> plans search other social sites by email address to find your other accounts. This would be very helpful in helping you create profiles and find friends faster, but also could give Google a more of your personal data.</p>
<p>I suppose search engines could also do this by full name or username, but an email address is considered a unique identifier and lots of sites have you validate your email address after registering (though Pownce doesn&#8217;t).</p>
<p><a href="http://www.flickr.com/services/api/flickr.people.findByEmail.html">Flickr</a> and <a href="http://groups.google.com/group/twitter-development-talk/web/api-documentation">Twitter</a> allow searching by email address and <a href="http://www.news.com/8301-13577_3-9839474-36.html?%5E$">Facebook</a> actively tries to prevent it. What should Pownce do? Is Pownce obliged to try to protect user data that is flagged as private or friends-only? Does searching by personal data differ from displaying personal data? Comment below or on <a href="http://pownce.com/leahculver/notes/1657518/">Pownce</a> - I&#8217;ll let you decide.</p>
]]></content:encoded>
			<wfw:commentRss>http://leahculver.com/2008/03/28/searching-for-users-by-email/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python FOAF Generator</title>
		<link>http://leahculver.com/2008/02/01/python-foaf-generator/</link>
		<comments>http://leahculver.com/2008/02/01/python-foaf-generator/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 19:54:42 +0000</pubDate>
		<dc:creator>Leah</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leahculver.com/2008/02/01/python-foaf-generator/</guid>
		<description><![CDATA[Since I&#8217;m a fan of web data portability, there are a bazillion ways you can get digests of your Pownce data.
For contact lists, there are 3 ways: via XFN on your friends page (http://pownce.com/leahculver/friends/), via the API (http://api.pownce.com/users/leahculver/friends.xml), and now via a FOAF file (http://pownce.com/leahculver/foaf/).
When Brad asked to have Pownce support FOAF in particular and [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m a fan of web data portability, there are a bazillion ways you can get digests of your <a href="http://pownce.com">Pownce</a> data.</p>
<p>For contact lists, there are 3 ways: via <a href="http://www.gmpg.org/xfn/">XFN</a> on your friends page (<a href="http://pownce.com/leahculver/friends/">http://pownce.com/leahculver/friends/</a>), via the <a href="http://pownce.pbwiki.com/API+Documentation1-1">API</a> (<a href="http://api.pownce.com/users/leahculver/friends.xml">http://api.pownce.com/users/leahculver/friends.xml</a>), and now via a <a href="http://www.foaf-project.org/">FOAF</a> file (<a href="http://pownce.com/leahculver/foaf/">http://pownce.com/leahculver/foaf/</a>).</p>
<p>When <a href="http://brad.livejournal.com">Brad</a> asked to have Pownce support FOAF in particular and I did a lot of searching on the internet for super simple RDF FOAF generators.</p>
<p>Turns out the internet is full of parsers and rather devoid of generators. Ponder that for a second.</p>
<p>Anyways, <a href="http://rdflib.net/">rdflib</a> does a great job of both but it was tough for me to find any examples of FOAF serialization (besides the image on the front page). Whenever I think it&#8217;s difficult to find something by a quick internet search I feel like I should post something about it.</p>
<p>So here&#8217;s my FOAF generator: <a href="http://leahculver.com/code/foafutil.py">foafutil.py</a></p>
<p>Note that the user parameter is a <a href="http://www.djangoproject.com/documentation/authentication/">Django User model</a> with a custom UserProfile. You can probably easily swap that out with whatever class you&#8217;re using to represent users. You could also add more fields since this is a pretty bare-bones example.</p>
<p>I&#8217;m off to Social Graph Foo Camp this weekend and since it&#8217;s the first <a href="http://en.wikipedia.org/wiki/Foo_Camp">Foo Camp</a> I&#8217;ve ever been invited to, I&#8217;m feeling quite excited about it. Free the <a href="http://en.wikipedia.org/wiki/Social_graph">social graph</a>!?</p>
<p>Update - Per <a href="http://tommorris.org/">Tom Morris</a>&#8216; suggestion, I&#8217;ve updated the rdfs:seeAlso links to URIRefs.</p>
]]></content:encoded>
			<wfw:commentRss>http://leahculver.com/2008/02/01/python-foaf-generator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cashing in the Bling</title>
		<link>http://leahculver.com/2008/01/22/cashing-in-the-bling/</link>
		<comments>http://leahculver.com/2008/01/22/cashing-in-the-bling/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 11:46:49 +0000</pubDate>
		<dc:creator>Leah</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leahculver.com/2008/01/22/cashing-in-the-bling/</guid>
		<description><![CDATA[We just launched the public release of Pownce (no more invites!) with some new features. My favorite feature is the mobile event view but all the other Pownce team members seem to like the Friend Importer stuff. Basically, you can try to find your friends on Pownce via your email contacts or other social networks [...]]]></description>
			<content:encoded><![CDATA[<p>We just launched the public release of <a href="http://pownce.com/">Pownce</a> (no more invites!) with some new features. My favorite feature is the <a href="http://m.pownce.com/events/">mobile event view</a> but all the other Pownce team members seem to like the <a href="http://pownce.com/add_friends/">Friend Importer</a> stuff. Basically, you can try to find your friends on Pownce via your email contacts or other social networks including <a href="http://mail.google.com">Gmail</a>, <a href="http://yahoo.com">Yahoo! Mail</a>, <a href="http://digg.com">Digg</a>, <a href="http://flickr.com/">Flickr</a>, <a href="http://twitter.com">Twitter</a>, and <a href="http://www.facebook.com/">Facebook</a>.</p>
<p style="text-align: center"><img src="http://leahculver.com/images/friend-import.png" /></p>
<p>Oh yeah, if anyone from Facebook is reading this, please don&#8217;t <a href="http://scobleizer.com/2008/01/03/ive-been-kicked-off-of-facebook/">ban my account</a>. I&#8217;m trying to obey the very lengthy <a href="http://developers.facebook.com/terms.php">TOS</a>.</p>
<p>Anyways, remember how <a href="http://leahculver.com/2007/09/03/portable-social-networks-for-django/">a few months ago</a> Pownce added the ability to <a href="http://pownce.com/settings/social_networks/">link to other social networks</a> from your profile? It looks something like this:</p>
<p style="text-align: center"><img src="http://leahculver.com/images/profile-bling.png" /></p>
<p>I called it &#8220;profile bling&#8221;, mostly because that was all it was good for. It looks cute and helps your friends know what other online networks you&#8217;re active on.</p>
<p>WELL.</p>
<p>With the <a href="http://pownce.com/add_friends/">Friend Importer</a> feature, the *bling* is actually helpful in matching your friends on other social networks to potential friends on Pownce.</p>
<p>It&#8217;s nothing fancy; the process is something like:</p>
<p>• ping the Facebook/Digg/Flickr/Twitter API for the user&#8217;s friend list<br />
• match results to Pownce users based on username, full name, email, and/or *bling*<br />
• return potential Pownce friend and let the user decide who to add as a friend</p>
<p>I&#8217;d like to say that I had secret plans all along to use that *bling*. Actually, I kind of hoped someone else would use the *bling* for their secret plans&#8230; I&#8217;m looking at you, <a href="http://www.dataportability.org/">DataPortability.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://leahculver.com/2008/01/22/cashing-in-the-bling/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Random (and Readable) String Generation</title>
		<link>http://leahculver.com/2008/01/08/random-and-readable-string-generation/</link>
		<comments>http://leahculver.com/2008/01/08/random-and-readable-string-generation/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 00:21:07 +0000</pubDate>
		<dc:creator>Leah</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leahculver.com/2008/01/08/random-and-readable-string-generation/</guid>
		<description><![CDATA[ For web application, it&#8217;s useful to be able to generate different types of random strings. Default passwords, CAPTCHAs, and API keys are just some examples of website random strings.
I finally revamped my string generating utility when I wanted to generate a human-readable string. I&#8217;d like each Pownce user to have a &#8220;syndication key&#8221; for [...]]]></description>
			<content:encoded><![CDATA[<p> For web application, it&#8217;s useful to be able to generate different types of random strings. Default passwords, <a href="http://en.wikipedia.org/wiki/Captcha">CAPTCHAs</a>, and <a href="http://en.wikipedia.org/wiki/Application_Programming_Interface">API</a> keys are just some examples of website random strings.</p>
<p>I finally revamped my string generating utility when I wanted to generate a human-readable string. I&#8217;d like each Pownce user to have a &#8220;syndication key&#8221; for several potential new features including custom feeds (non-public), upcoming event feeds, and email posting. It&#8217;s helpful to have a readable key for email posting since nobody wants to remember something like &#8220;cp59p18sv3wwi4z0&#8243;. Blech. That&#8217;s just fine for API keys though.</p>
<p><a href="http://flickr.com/account/uploadbyemail/">Flickr does a nice readable key</a> with actual short words (5-6 characters) for their email posting. I didn&#8217;t really want to use a dictionary of available words and thought that the form used in <a href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/410076">this example</a> was probably good enough. It generates something like &#8220;fof91yoj&#8221;.</p>
<p><a href="http://leahculver.com/code/stringutil.py">So here&#8217;s the final result.</a></p>
<p>The only thing you&#8217;ll need to change is where you&#8217;re getting the lists, BANNED_WORDS and BANNED_PHRASES. Pownce is becoming a total rat&#8217;s nest and I&#8217;m too lazy to mess with these for the example.</p>
<p>Is there a library (Python or Django) to do this already? I didn&#8217;t search too hard because I really wanted to an excuse to write code that uses lambda.</p>
]]></content:encoded>
			<wfw:commentRss>http://leahculver.com/2008/01/08/random-and-readable-string-generation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Design and Google Links</title>
		<link>http://leahculver.com/2007/12/31/new-design-and-google-links/</link>
		<comments>http://leahculver.com/2007/12/31/new-design-and-google-links/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 03:11:33 +0000</pubDate>
		<dc:creator>Leah</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leahculver.com/2007/12/31/new-design-and-google-links/</guid>
		<description><![CDATA[Check out my new design and thanks to James McEwan for creating it for me. I really like that you can now see all my projects in the side bar. I&#8217;ll try to keep those updated.
Another shout-out to MediaTemple, my new blog host. They seem to be doing some cool stuff with Django, so if [...]]]></description>
			<content:encoded><![CDATA[<p>Check out my new design and thanks to <a href="http://onezom.com">James McEwan</a> for creating it for me. I really like that you can now see all my projects in the side bar. I&#8217;ll try to keep those updated.</p>
<p>Another shout-out to <a href="http://mediatemple.net">MediaTemple</a>, my new blog host. They seem to be doing some cool stuff with <a href="http://djangoproject.com">Django</a>, so if you&#8217;re thinking of starting a hosted Django project, I&#8217;d check out their <a href="http://www.mediatemple.net/labs/grid/gc-django-prebeta.htm">Django GridContainer</a>.</p>
<p>OMG! I have sub-links in Google search results! At least until the next Google dance&#8230;</p>
<p><img src="http://leahculver.com/images/google-result-leahculver.png" alt="Google result for Leah Culver" height="143" width="559" /></p>
<p>Considering I rarely write in my blog, I&#8217;m quite thrilled about this.</p>
]]></content:encoded>
			<wfw:commentRss>http://leahculver.com/2007/12/31/new-design-and-google-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Year&#8217;s Resolution 2008</title>
		<link>http://leahculver.com/2007/12/26/new-years-resolution-2008/</link>
		<comments>http://leahculver.com/2007/12/26/new-years-resolution-2008/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 06:15:35 +0000</pubDate>
		<dc:creator>Leah</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leahculver.com/2007/12/26/new-years-resolution-2008/</guid>
		<description><![CDATA[Here it is:
I&#8217;d like to be easygoing.

The past year has been a little rough on me - starting a business, helping build an online community on Pownce, having my heart broken, living thousands of miles from my family, and being scrutinized on the internet. For much of the past year I&#8217;ve been tense, moody, restless [...]]]></description>
			<content:encoded><![CDATA[<p>Here it is:</p>
<p>I&#8217;d like to be easygoing.</p>
<p><img src="http://leahculver.com/images/easygoing.png" alt="Apple Dictionary: easygoing" height="170" width="485" /></p>
<p>The past year has been a little rough on me - starting a business, helping build an online community on <a href="http://pownce.com">Pownce</a>, having my heart broken, living thousands of miles from my family, and being scrutinized on the internet. For much of the past year I&#8217;ve been tense, moody, restless and a much too serious person.</p>
<p>Well, life is tough.</p>
<p>My life is no rougher than anyone else&#8217;s and I&#8217;d like to get back to being the bubbly, fun person that I think I once was. I&#8217;d like to stop worrying what people are saying and start saying all the nice things I think about others. I&#8217;d like to be supportive. I&#8217;d like to flirt in my comments <img src='http://leahculver.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> I&#8217;d like to recognize all the people I admire and support their projects. I&#8217;d like to be a positive person. I&#8217;d like to get back to finding new music and going out with friends. I&#8217;d like to let go.</p>
<p>I hope this one goes as well as <a href="http://leahculver.com/2006/12/31/i-have-a-new-years-resolution/">last year&#8217;s</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://leahculver.com/2007/12/26/new-years-resolution-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 5 Female Hackers in Film History</title>
		<link>http://leahculver.com/2007/12/26/top-5-female-hackers-in-film-history/</link>
		<comments>http://leahculver.com/2007/12/26/top-5-female-hackers-in-film-history/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 10:09:43 +0000</pubDate>
		<dc:creator>Leah</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leahculver.com/2007/12/26/top-5-female-hackers-in-film-history/</guid>
		<description><![CDATA[There&#8217;s nothing more awesome than girls kicking ass in movies. My personal favorites are the ones that do so with geeky style. I came across the Drivl.com list of Top 20 Hackers in Film History by way of Digg earlier today. While the characters in the list are most definitely badass, the list is lacking [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s nothing more awesome than girls kicking ass in movies. My personal favorites are the ones that do so with geeky style. I came across the Drivl.com list of <a href="http://www.drivl.com/posts/view/461">Top 20 Hackers in Film History </a>by way of <a href="http://digg.com/movies/Top_20_Hackers_in_Film_History_3">Digg</a> earlier today. While the characters in the list are most definitely badass, the list is lacking in ladies.</p>
<p>So here are the 5 hottest hacker chicks in the movies&#8230;</p>
<h3>5. Maggie Madsen - Transformers (2007)</h3>
<p><img src="http://leahculver.com/images/movie-hackers/maggie.png" alt="maggie" height="223" width="200" /></p>
<p>Famous Quote - &#8220;You need to move past Fourier transforms and start thinking quantum mechanics.&#8221;</p>
<h3>4. Natalya Simonova - GoldenEye  (1995)</h3>
<p><img src="http://leahculver.com/images/movie-hackers/natalya.png" alt="natalya" height="196" width="143" /></p>
<p>Famous Quote - &#8220;Do you destroy every vehicle you get into?&#8221;</p>
<h3>3. Angela Bennett - The Net (1995)</h3>
<p><img src="http://leahculver.com/images/movie-hackers/angela.png" alt="angela" height="200" width="200" /></p>
<p>Famous Quote - &#8220;Where can I hook up my modem?&#8221;</p>
<h3>2. Trinity - Matrix (1999)</h3>
<p><img src="http://leahculver.com/images/movie-hackers/trinity.png" alt="trinity" height="223" width="200" /></p>
<p>Famous Quote - &#8220;A déjà vu is usually a glitch in the Matrix. It happens when they change something. &#8221;</p>
<h3>1. Kate Libby aka Acid Burn - Hackers (1995)</h3>
<p><img src="http://leahculver.com/images/movie-hackers/kate.png" alt="kate" height="174" width="200" /></p>
<p>Famous Quote - &#8220;I hope you don&#8217;t f**k like you type.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://leahculver.com/2007/12/26/top-5-female-hackers-in-film-history/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Django Sprint</title>
		<link>http://leahculver.com/2007/12/01/django-sprint-part-2/</link>
		<comments>http://leahculver.com/2007/12/01/django-sprint-part-2/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 00:18:00 +0000</pubDate>
		<dc:creator>Leah</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leahculver.com/?p=54</guid>
		<description><![CDATA[I flew out to Lawrence, KS for the second Django sprint - an day-long Django bug squash by various Django developers. I learned quickly that I didn&#8217;t know nearly enough about the framework to contribute any useful code. I spent the afternoon making new screen captures for the auto-generated admin section of the tutorial for [...]]]></description>
			<content:encoded><![CDATA[<p>I flew out to Lawrence, KS for the second Django sprint - an day-long Django bug squash by various Django developers. I learned quickly that I didn&#8217;t know nearly enough about the framework to contribute any useful code. I spent the afternoon making new screen captures for the <a href="http://www.djangoproject.com/documentation/0.96/tutorial02/">auto-generated admin section of the tutorial for 0.96</a> - a helpful and painful undertaking, but not too glamorous.</p>
<p>I&#8217;ve been very impressed with the progress on the Django trunk and am looking forward to the next stable release. If you&#8217;re thinking of starting a web project, I would recommend trying Django based on the awesome community. <img src='http://leahculver.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://leahculver.com/2007/12/01/django-sprint-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OAuth Tech Talk on Justin.tv</title>
		<link>http://leahculver.com/2007/12/01/oauth-tech-talk-on-justintv/</link>
		<comments>http://leahculver.com/2007/12/01/oauth-tech-talk-on-justintv/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 15:02:23 +0000</pubDate>
		<dc:creator>Leah</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leahculver.com/?p=53</guid>
		<description><![CDATA[View the talk here.
View the slides here.
]]></description>
			<content:encoded><![CDATA[<p>View the talk <a href="http://www.justin.tv/hackertv/49975/Tech_Talk_1_Leah_Culver_on_OAuth">here</a>.</p>
<p>View the slides <a href="http://www.slideshare.net/leahculver/oauth-open-api-authentication/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://leahculver.com/2007/12/01/oauth-tech-talk-on-justintv/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
