<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (askedrelic)</title>
    <link>https://pinboard.in/u:askedrelic/public/</link>
    <description>recent bookmarks from askedrelic (from instapaper)</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://www.yelp.com/engineering/whats-it-like"/>
	<rdf:li rdf:resource="https://engineeringblog.yelp.com/2017/01/what-its-like-to-be-a-first-time-speaker-at-grace-hopper.html"/>
	<rdf:li rdf:resource="http://kottke.org/16/05/pixars-approach-to-storytelling"/>
	<rdf:li rdf:resource="https://nplusonemag.com/issue-25/on-the-fringe/uncanny-valley/"/>
	<rdf:li rdf:resource="https://pymotw.com/3/array/"/>
	<rdf:li rdf:resource="http://mdswanson.com/blog/2016/04/22/compounding-technical-debt.html"/>
	<rdf:li rdf:resource="https://blog.heroku.com/archives/2016/3/17/in_deep_with_django_channels_the_future_of_real_time_apps_in_django"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://www.yelp.com/engineering/whats-it-like">
    <title>What's it really like to work at Yelp? - Yelp Engineering</title>
    <dc:date>2017-01-27T08:56:32+00:00</dc:date>
    <link>https://www.yelp.com/engineering/whats-it-like</link>
    <dc:creator>askedrelic</dc:creator><description><![CDATA[Questions Why did you decide to work for Yelp and what keeps you there? Clare C. Software Engineer, Revenue The friends I graduated with could be split into…]]></description>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:askedrelic/b:06d4aaba05f6/</dc:identifier>
</item>
<item rdf:about="https://engineeringblog.yelp.com/2017/01/what-its-like-to-be-a-first-time-speaker-at-grace-hopper.html">
    <title>What it’s Like To Be a First-Time Speaker at Grace Hopper</title>
    <dc:date>2017-01-21T09:44:56+00:00</dc:date>
    <link>https://engineeringblog.yelp.com/2017/01/what-its-like-to-be-a-first-time-speaker-at-grace-hopper.html</link>
    <dc:creator>askedrelic</dc:creator><description><![CDATA[Alexa H. has been a Product Designer at Yelp for two years, having previously graduated from California College of the Arts studying Graphic Design. This year…]]></description>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:askedrelic/b:fac383b871c2/</dc:identifier>
</item>
<item rdf:about="http://kottke.org/16/05/pixars-approach-to-storytelling">
    <title>Pixar's approach to storytelling</title>
    <dc:date>2016-05-11T11:24:18+00:00</dc:date>
    <link>http://kottke.org/16/05/pixars-approach-to-storytelling</link>
    <dc:creator>askedrelic</dc:creator><description><![CDATA[This video is a quick look at how Pixar thinks about its characters and storytelling. It focuses on one item on this loose list of Pixar's rules for…]]></description>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:askedrelic/b:7ba17519ed35/</dc:identifier>
</item>
<item rdf:about="https://nplusonemag.com/issue-25/on-the-fringe/uncanny-valley/">
    <title>Uncanny Valley</title>
    <dc:date>2016-04-26T07:37:16+00:00</dc:date>
    <link>https://nplusonemag.com/issue-25/on-the-fringe/uncanny-valley/</link>
    <dc:creator>askedrelic</dc:creator><description><![CDATA[M orale is down. We are making plenty of money, but the office is teeming with salespeople: well-groomed social animals with good posture and dress shoes, men…]]></description>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:askedrelic/b:78096cae602f/</dc:identifier>
</item>
<item rdf:about="https://pymotw.com/3/array/">
    <title>array — Sequence of Fixed-type Data — PyMOTW 3</title>
    <dc:date>2016-04-23T07:49:35+00:00</dc:date>
    <link>https://pymotw.com/3/array/</link>
    <dc:creator>askedrelic</dc:creator><description><![CDATA[array — Sequence of Fixed-type Data Purpose: Manage sequences of fixed-type numerical data efficiently. The module defines a sequence data structure that…]]></description>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:askedrelic/b:56eb879aeb24/</dc:identifier>
</item>
<item rdf:about="http://mdswanson.com/blog/2016/04/22/compounding-technical-debt.html">
    <title>Matt Swanson - Compounding technical debt</title>
    <dc:date>2016-04-22T18:21:17+00:00</dc:date>
    <link>http://mdswanson.com/blog/2016/04/22/compounding-technical-debt.html</link>
    <dc:creator>askedrelic</dc:creator><description><![CDATA[I like the concept of technical debt; not the watered down version that people use when the code base is in a messy state, but the idea that we are making…]]></description>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:askedrelic/b:773fb4d8644e/</dc:identifier>
</item>
<item rdf:about="https://blog.heroku.com/archives/2016/3/17/in_deep_with_django_channels_the_future_of_real_time_apps_in_django">
    <title>Finally, Real-Time Django Is Here: Get Started with Django Channels | Heroku</title>
    <dc:date>2016-03-18T08:50:56+00:00</dc:date>
    <link>https://blog.heroku.com/archives/2016/3/17/in_deep_with_django_channels_the_future_of_real_time_apps_in_django</link>
    <dc:creator>askedrelic</dc:creator><description><![CDATA[Today, we're thrilled to host Jacob Kaplan-Moss . Jacob's a former Herokai and long-time core contributor to Django, and he's here to share an in-depth look at…]]></description>
<dc:subject>django</dc:subject>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:askedrelic/b:802ae1bf0517/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:askedrelic/t:django"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>