<?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 (bobthecow)</title>
    <link>https://pinboard.in/u:bobthecow/public/</link>
    <description>recent bookmarks from bobthecow</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://github.com/jenseng/immigrant"/>
	<rdf:li rdf:resource="https://github.com/blog/1661-modeling-your-app-s-user-session"/>
	<rdf:li rdf:resource="http://pedro.herokuapp.com/past/2011/7/13/rails_migrations_with_no_downtime/"/>
	<rdf:li rdf:resource="http://memsql.com/"/>
	<rdf:li rdf:resource="http://www.xkcdb.com/?8526"/>
	<rdf:li rdf:resource="http://highscalability.com/how-google-taught-me-cache-and-cash"/>
	<rdf:li rdf:resource="http://justinhileman.info/articles/if-you-could?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+justinhileman%2Fposts+%28articles+%7C+justin+hileman+dot+info%29"/>
	<rdf:li rdf:resource="http://tech.nopho.be/mac-software/layers-is-coolest-screenshot-app-ive-ever-used"/>
	<rdf:li rdf:resource="http://justinhileman.info/blog/2006/09/i_just_saved_50_on_my_groceries"/>
	<rdf:li rdf:resource="http://justinhileman.info/articles/declaring-war-on-internet-explorer-6"/>
	<rdf:li rdf:resource="http://justinhileman.info/blog/2009/03/people-say-im-just-being-myself"/>
	<rdf:li rdf:resource="http://justinhileman.info/links/read-this-blog-the-scooter-lounge"/>
	<rdf:li rdf:resource="http://justinhileman.info/articles/post-mortem-of-a-search-engine-suicide"/>
	<rdf:li rdf:resource="http://justinhileman.info/links/tuscan-whole-milk-1-gallon-128-fl-oz"/>
	<rdf:li rdf:resource="http://thelackthereof.org/TLT/2007.11.30/MySQL_Row_Level_Security"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://github.com/jenseng/immigrant">
    <title>jenseng/immigrant</title>
    <dc:date>2014-06-03T06:02:14+00:00</dc:date>
    <link>https://github.com/jenseng/immigrant</link>
    <dc:creator>bobthecow</dc:creator><dc:subject>activerecord database foreign key constraint index ruby rails web development</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:bobthecow/b:6a3baf11a40e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:activerecord"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:foreign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:key"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:constraint"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:index"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:web"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:development"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/blog/1661-modeling-your-app-s-user-session">
    <title>Modeling your App's User Session</title>
    <dc:date>2013-10-18T20:45:49+00:00</dc:date>
    <link>https://github.com/blog/1661-modeling-your-app-s-user-session</link>
    <dc:creator>bobthecow</dc:creator><description><![CDATA[we decided that the concept of user sessions ought to be treated as a first class domain concern. Something with a real application API we can query, test and extend with other app concerns.]]></description>
<dc:subject>ruby rails authentication session storage database db activerecord secure cookie .steal .four53</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:bobthecow/b:ba040cf3a323/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:authentication"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:session"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:storage"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:db"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:activerecord"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:secure"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:cookie"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:.steal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:.four53"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://pedro.herokuapp.com/past/2011/7/13/rails_migrations_with_no_downtime/">
    <title>Rails migrations with no downtime</title>
    <dc:date>2013-02-28T19:49:23+00:00</dc:date>
    <link>http://pedro.herokuapp.com/past/2011/7/13/rails_migrations_with_no_downtime/</link>
    <dc:creator>bobthecow</dc:creator><dc:subject>database migrations deployment ruby rails activerecord downtime heroku .steal .four53</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:bobthecow/b:539891608fea/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:migrations"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:deployment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:activerecord"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:downtime"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:heroku"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:.steal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:.four53"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://memsql.com/">
    <title>MemSQL</title>
    <dc:date>2012-06-19T15:50:54+00:00</dc:date>
    <link>http://memsql.com/</link>
    <dc:creator>bobthecow</dc:creator><dc:subject>really fast mysql memory sql database webscale</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:bobthecow/b:07ab142fed80/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:really"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:fast"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:memory"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:sql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:webscale"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.xkcdb.com/?8526">
    <title>XKCDB: The #xkcd Quote Database</title>
    <dc:date>2011-10-30T10:09:35+00:00</dc:date>
    <link>http://www.xkcdb.com/?8526</link>
    <dc:creator>bobthecow</dc:creator><dc:subject>ifttt googlereader The latest XKCD quote database entries</dc:subject>
<dc:identifier>https://pinboard.in/u:bobthecow/b:e496bfe3ddba/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:ifttt"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:googlereader"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:The"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:latest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:XKCD"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:quote"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:entries"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://highscalability.com/how-google-taught-me-cache-and-cash">
    <title>High Scalability - High Scalability - How Google Taught Me to Cache and Cash-In</title>
    <dc:date>2010-03-31T04:44:52+00:00</dc:date>
    <link>http://highscalability.com/how-google-taught-me-cache-and-cash</link>
    <dc:creator>bobthecow</dc:creator><dc:subject>performance scalability caching cache optimization google database scaling</dc:subject>
<dc:identifier>https://pinboard.in/u:bobthecow/b:cbc570621687/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:scalability"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:caching"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:cache"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:optimization"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:scaling"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://justinhileman.info/articles/if-you-could?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+justinhileman%2Fposts+%28articles+%7C+justin+hileman+dot+info%29">
    <title>Site off-line | Drupal</title>
    <dc:date>2009-03-31T13:31:25+00:00</dc:date>
    <link>http://justinhileman.info/articles/if-you-could?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+justinhileman%2Fposts+%28articles+%7C+justin+hileman+dot+info%29</link>
    <dc:creator>bobthecow</dc:creator><description><![CDATA[[blogged] If you could... http://tr.im/hRlh [from http://twitter.com/bobthecow/statuses/1398039664]]]></description>
<dc:subject>tweecious MySQL Database server Drupal Programming Languages PHP Content management system</dc:subject>
<dc:identifier>https://pinboard.in/u:bobthecow/b:d182123b9cce/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:tweecious"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:MySQL"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:server"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Drupal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Languages"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:PHP"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Content"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:management"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:system"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://tech.nopho.be/mac-software/layers-is-coolest-screenshot-app-ive-ever-used">
    <title>Site off-line | Drupal</title>
    <dc:date>2009-03-31T13:29:51+00:00</dc:date>
    <link>http://tech.nopho.be/mac-software/layers-is-coolest-screenshot-app-ive-ever-used</link>
    <dc:creator>bobthecow</dc:creator><description><![CDATA[@timmillwood You have a Mac, or a PC? Layers (Mac) makes screenshotting trivial: http://tr.im/hFBy [from http://twitter.com/bobthecow/statuses/1372081179]]]></description>
<dc:subject>tweecious MySQL Database server Drupal Programming Languages PHP Content management system</dc:subject>
<dc:identifier>https://pinboard.in/u:bobthecow/b:c941a1f985a4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:tweecious"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:MySQL"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:server"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Drupal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Languages"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:PHP"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Content"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:management"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:system"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://justinhileman.info/blog/2006/09/i_just_saved_50_on_my_groceries">
    <title>Site off-line | Drupal</title>
    <dc:date>2009-03-31T13:29:45+00:00</dc:date>
    <link>http://justinhileman.info/blog/2006/09/i_just_saved_50_on_my_groceries</link>
    <dc:creator>bobthecow</dc:creator><description><![CDATA[@sam1am Congrats! You saved 50% off Albertsons fairy tale prices! http://tr.im/hCwu [from http://twitter.com/bobthecow/statuses/1363647365]]]></description>
<dc:subject>tweecious MySQL Database server Drupal Programming Languages PHP Content management system</dc:subject>
<dc:identifier>https://pinboard.in/u:bobthecow/b:4f7986405d46/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:tweecious"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:MySQL"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:server"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Drupal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Languages"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:PHP"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Content"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:management"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:system"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://justinhileman.info/articles/declaring-war-on-internet-explorer-6">
    <title>Site off-line | Drupal</title>
    <dc:date>2009-03-31T13:29:35+00:00</dc:date>
    <link>http://justinhileman.info/articles/declaring-war-on-internet-explorer-6</link>
    <dc:creator>bobthecow</dc:creator><description><![CDATA[@zholmquist Even better. Join the fight: http://tr.im/hC6a [from http://twitter.com/bobthecow/statuses/1362584669]]]></description>
<dc:subject>tweecious MySQL Database server Drupal Programming Languages PHP Content management system</dc:subject>
<dc:identifier>https://pinboard.in/u:bobthecow/b:b151b8911e4e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:tweecious"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:MySQL"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:server"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Drupal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Languages"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:PHP"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Content"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:management"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:system"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://justinhileman.info/blog/2009/03/people-say-im-just-being-myself">
    <title>Site off-line | Drupal</title>
    <dc:date>2009-03-31T13:23:40+00:00</dc:date>
    <link>http://justinhileman.info/blog/2009/03/people-say-im-just-being-myself</link>
    <dc:creator>bobthecow</dc:creator><description><![CDATA[[blogged] People say 'I'm just being myself'... http://tr.im/hvCn [from http://twitter.com/bobthecow/statuses/1348311703]]]></description>
<dc:subject>tweecious MySQL Database server Drupal Programming Languages PHP Content management system</dc:subject>
<dc:identifier>https://pinboard.in/u:bobthecow/b:c69f44f257bc/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:tweecious"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:MySQL"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:server"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Drupal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Languages"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:PHP"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Content"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:management"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:system"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://justinhileman.info/links/read-this-blog-the-scooter-lounge">
    <title>Site off-line | Drupal</title>
    <dc:date>2009-03-31T13:22:49+00:00</dc:date>
    <link>http://justinhileman.info/links/read-this-blog-the-scooter-lounge</link>
    <dc:creator>bobthecow</dc:creator><description><![CDATA[[link] Read this blog: The Scooter Lounge http://tr.im/hjgb [from http://twitter.com/bobthecow/statuses/1318888199]]]></description>
<dc:subject>tweecious MySQL Database server Drupal Programming Languages PHP Content management system</dc:subject>
<dc:identifier>https://pinboard.in/u:bobthecow/b:aa97566428ec/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:tweecious"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:MySQL"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:server"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Drupal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Languages"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:PHP"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Content"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:management"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:system"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://justinhileman.info/articles/post-mortem-of-a-search-engine-suicide">
    <title>Site off-line | Drupal</title>
    <dc:date>2009-03-31T13:22:23+00:00</dc:date>
    <link>http://justinhileman.info/articles/post-mortem-of-a-search-engine-suicide</link>
    <dc:creator>bobthecow</dc:creator><description><![CDATA[[blogged] Post-mortem of a Search Engine Suicide http://tr.im/hgOZ [from http://twitter.com/bobthecow/statuses/1313798533]]]></description>
<dc:subject>tweecious MySQL Database server Drupal Programming Languages PHP Content management system</dc:subject>
<dc:identifier>https://pinboard.in/u:bobthecow/b:de4a8a6fed1e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:tweecious"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:MySQL"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:server"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Drupal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Languages"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:PHP"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Content"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:management"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:system"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://justinhileman.info/links/tuscan-whole-milk-1-gallon-128-fl-oz">
    <title>http://feedproxy.google.com/~r/justinhileman/links/~3/XQ5hKCeJhFg/tuscan-whole-milk-1-gallon-128-fl-oz</title>
    <dc:date>2009-03-31T13:21:45+00:00</dc:date>
    <link>http://justinhileman.info/links/tuscan-whole-milk-1-gallon-128-fl-oz</link>
    <dc:creator>bobthecow</dc:creator><description><![CDATA[[link] Tuscan Whole Milk, 1 Gallon, 128 fl oz http://tr.im/h8bv [from http://twitter.com/bobthecow/statuses/1295619001]]]></description>
<dc:subject>tweecious MySQL Database server Drupal Programming Languages PHP Content management system</dc:subject>
<dc:identifier>https://pinboard.in/u:bobthecow/b:69692bcd6bad/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:tweecious"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:MySQL"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:server"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Drupal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Languages"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:PHP"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:Content"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:management"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:system"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://thelackthereof.org/TLT/2007.11.30/MySQL_Row_Level_Security">
    <title>The Lack Thereof: TLT - 2007.11.30 - MySQL Row Level Security</title>
    <dc:date>2008-10-25T05:26:57+00:00</dc:date>
    <link>http://thelackthereof.org/TLT/2007.11.30/MySQL_Row_Level_Security</link>
    <dc:creator>bobthecow</dc:creator><dc:subject>mysql view security user permissions database model integrity</dc:subject>
<dc:identifier>https://pinboard.in/u:bobthecow/b:30abd852cd7a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:view"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:user"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:permissions"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:model"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bobthecow/t:integrity"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>