<?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 (guardiantech)</title>
    <link>https://pinboard.in/u:guardiantech/public/</link>
    <description>recent bookmarks from guardiantech</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://www.davidnaylor.co.uk/webmastertools-in-dangerous-security-flaw.html"/>
	<rdf:li rdf:resource="https://www.mugeda.com/"/>
	<rdf:li rdf:resource="http://www.twimemachine.com/"/>
	<rdf:li rdf:resource="http://hbfs.wordpress.com/2011/09/13/run-python-run/"/>
	<rdf:li rdf:resource="http://radar.oreilly.com/2011/04/open-source-mapping-node.html"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://www.davidnaylor.co.uk/webmastertools-in-dangerous-security-flaw.html">
    <title>Google WebmasterTools in dangerous security flaw &gt;&gt; SEO Blog by Dave Naylor - SEO Tools, Tips &amp; News</title>
    <dc:date>2012-11-27T23:04:23+00:00</dc:date>
    <link>http://www.davidnaylor.co.uk/webmastertools-in-dangerous-security-flaw.html</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[<blockquote>It has been seen tonight that WebmasterTools has suffered a major security hole and opened up and reverified all old accounts. What does this mean to the SEO community?<p>
From initial glance at our WMT’s accounts we now have regained access to every old account we have previously been given access to, whether that is a previous client or maybe a site that came to us for some short term consultancy. What is also quite amusing (if you look on the funny side) is that you can see who won the client or who you won the client from.</blockquote>]]></description>
<dc:subject>google tools seo</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:40af46e9e3be/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:tools"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:seo"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.mugeda.com/">
    <title>Home | Mugeda - Cloud Based HTML5 Animation Platform</title>
    <dc:date>2011-12-18T17:20:35+00:00</dc:date>
    <link>https://www.mugeda.com/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA["Mugeda is a cloud based HTML5 animation platform, where you can create, share, and publish organic HTML5 animation contents, all in your browser, without any download or installation. The created animation content can be used in a wide range of applications like ads, games, tutorials, cartoons, and can be viewed on any devices including PC, smartphone, and tablets."

Awesome.]]></description>
<dc:subject>charlesarthur html5 cloud animation canvas tools</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:guardiantech/b:89879f034b24/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:charlesarthur"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:cloud"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:animation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:canvas"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:tools"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.twimemachine.com/">
    <title>Browse your old tweets &gt;&gt; Twimemachine.com</title>
    <dc:date>2011-12-01T21:52:28+00:00</dc:date>
    <link>http://www.twimemachine.com/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA["Use TwimeMachine to easily browse through your old tweets (max 3200). Read what you said ages ago."

Depending how often you tweet. But it does show up Twitter's lack of a good archive.]]></description>
<dc:subject>twitter tools search history</dc:subject>
<dc:identifier>https://pinboard.in/u:guardiantech/b:6495f3498a95/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:twitter"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:tools"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:search"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:history"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://hbfs.wordpress.com/2011/09/13/run-python-run/">
    <title>Run, Python, Run! &gt;&gt; Harder, Better, Faster, Stronger</title>
    <dc:date>2011-09-20T05:32:47+00:00</dc:date>
    <link>http://hbfs.wordpress.com/2011/09/13/run-python-run/</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA["I still can’t figure out exactly which operations are expensive in Python. My C/C++ can’t help me much because it seems that things aren’t implemented like I’d've expected—like lists that aren’t lists, but array lists, leading to  for operations you would otherwise expect to be .<br />
"But a friend of mine—Olivier—showed me a simple, basic, yet rather effective tool to profile Python programs (I’m not sure if I should say script or not).<br />
<br />
<br />
"The tool, RunSnakeRun, inserts hooks in the Python interpreter to build a report of where time is spent, a bit à la Valgrind/Kcachegrind but much simpler, and to display the results using both tables and a rectangular tree-structured inclusion graph (a “SquareMap”)."<br />
<br />
Neat.]]></description>
<dc:subject>charlesarthur programming development tools performance</dc:subject>
<dc:identifier>https://pinboard.in/u:guardiantech/b:4c4d23711321/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:charlesarthur"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:tools"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://radar.oreilly.com/2011/04/open-source-mapping-node.html">
    <title>Open source tools look to make mapping easier &gt;&gt; O'Reilly Radar</title>
    <dc:date>2011-04-27T08:53:38+00:00</dc:date>
    <link>http://radar.oreilly.com/2011/04/open-source-mapping-node.html</link>
    <dc:creator>guardiantech</dc:creator><description><![CDATA[Bookmark this page.]]></description>
<dc:subject>charlesarthur maps geolocation geotagging tools</dc:subject>
<dc:identifier>https://pinboard.in/u:guardiantech/b:41e30b15671d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:charlesarthur"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:maps"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:geolocation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:geotagging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:guardiantech/t:tools"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>