<?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 (justin)</title>
    <link>https://pinboard.in/u:justin/public/</link>
    <description>recent bookmarks from justin</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://www.youtube.com/watch?v=lJlyR8chDwo"/>
	<rdf:li rdf:resource="https://talk.objc.io/episodes/S01E37-custom-collections-building-indexset"/>
	<rdf:li rdf:resource="https://talk.objc.io/episodes/S01E35-sorted-arrays-collections-3"/>
	<rdf:li rdf:resource="https://talk.objc.io/episodes/S01E33-sequence-iterator-collections-2"/>
	<rdf:li rdf:resource="https://talk.objc.io/episodes/S01E32-array-arrayslice-collection-collections-1"/>
	<rdf:li rdf:resource="https://www.skilled.io/u/swiftsummit/pushing-the-limits-of-protocol-oriented-programming"/>
	<rdf:li rdf:resource="http://www.butterflavoredminute.com/howtube/tips/smlbidr.html"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://www.youtube.com/watch?v=lJlyR8chDwo">
    <title>Build Features, Not Apps - iOS Conf SG 2016 - YouTube</title>
    <dc:date>2017-03-12T22:34:59+00:00</dc:date>
    <link>https://www.youtube.com/watch?v=lJlyR8chDwo</link>
    <dc:creator>justin</dc:creator><description><![CDATA[Most iPhone users don’t bother installing any apps per months. And worse, ~80% never use an app they’ve installed again. The future of mobile is clearly not app, but features. Features that make the iPhone ecosystem still a native experience, but as open and flexible as the web. Learn how you could prepare for that future.
]]></description>
<dc:subject>video ios</dc:subject>
<dc:identifier>https://pinboard.in/u:justin/b:1990a5ec3070/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:video"/>
	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:ios"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://talk.objc.io/episodes/S01E37-custom-collections-building-indexset">
    <title>Custom Collections: Building IndexSet</title>
    <dc:date>2017-02-18T15:55:47+00:00</dc:date>
    <link>https://talk.objc.io/episodes/S01E37-custom-collections-building-indexset</link>
    <dc:creator>justin</dc:creator><description><![CDATA[A discussion on how to implement a custom collection type through the building of a simple IndexSet implementation. ]]></description>
<dc:subject>swift video</dc:subject>
<dc:identifier>https://pinboard.in/u:justin/b:dec557416bcc/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:swift"/>
	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:video"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://talk.objc.io/episodes/S01E35-sorted-arrays-collections-3">
    <title>Episode 35 – Sorted Arrays (Collections #3) · Swift Talk · objc.io</title>
    <dc:date>2017-02-14T03:12:30+00:00</dc:date>
    <link>https://talk.objc.io/episodes/S01E35-sorted-arrays-collections-3</link>
    <dc:creator>justin</dc:creator><description><![CDATA[Building a SortedArray type in pure Swift. ]]></description>
<dc:subject>swift video</dc:subject>
<dc:identifier>https://pinboard.in/u:justin/b:5d7e0cbae54a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:swift"/>
	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:video"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://talk.objc.io/episodes/S01E33-sequence-iterator-collections-2">
    <title>Sequence and Iterator</title>
    <dc:date>2017-02-14T03:09:47+00:00</dc:date>
    <link>https://talk.objc.io/episodes/S01E33-sequence-iterator-collections-2</link>
    <dc:creator>justin</dc:creator><description><![CDATA["We continue to make the collection extension from the last episode more generic: we implement it on the Sequence protocol and discuss infinite sequences in the process."]]></description>
<dc:subject>swift video sequence</dc:subject>
<dc:identifier>https://pinboard.in/u:justin/b:b9563458c8f4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:swift"/>
	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:video"/>
	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:sequence"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://talk.objc.io/episodes/S01E32-array-arrayslice-collection-collections-1">
    <title>Extending Array, ArraySlice</title>
    <dc:date>2017-02-14T03:09:33+00:00</dc:date>
    <link>https://talk.objc.io/episodes/S01E32-array-arrayslice-collection-collections-1</link>
    <dc:creator>justin</dc:creator><description><![CDATA["We show how to make an extension on array available to other collections: first, we implement it for array slices, then we implement it as a protocol extension for all collections."]]></description>
<dc:subject>swift video</dc:subject>
<dc:identifier>https://pinboard.in/u:justin/b:291f1e6bf529/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:swift"/>
	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:video"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.skilled.io/u/swiftsummit/pushing-the-limits-of-protocol-oriented-programming">
    <title>Pushing the limits of Protocol-oriented programming | Skilled.io, the Swift Community.</title>
    <dc:date>2017-02-14T01:01:04+00:00</dc:date>
    <link>https://www.skilled.io/u/swiftsummit/pushing-the-limits-of-protocol-oriented-programming</link>
    <dc:creator>justin</dc:creator><description><![CDATA[Jesse Squires at Swift Summit in San Francisco, 2016]]></description>
<dc:subject>pop video swift</dc:subject>
<dc:identifier>https://pinboard.in/u:justin/b:4731f547efbd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:pop"/>
	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:video"/>
	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:swift"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.butterflavoredminute.com/howtube/tips/smlbidr.html">
    <title>Build a demo rig for shooting live interactions with your iPhone</title>
    <dc:date>2010-09-21T20:49:43+00:00</dc:date>
    <link>http://www.butterflavoredminute.com/howtube/tips/smlbidr.html</link>
    <dc:creator>justin</dc:creator><dc:subject>video ios</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:justin/b:df7829cca7c9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:video"/>
	<rdf:li rdf:resource="https://pinboard.in/u:justin/t:ios"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>