<?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 (mlednor)</title>
    <link>https://pinboard.in/u:mlednor/public/</link>
    <description>recent bookmarks from mlednor</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://minio.io/"/>
	<rdf:li rdf:resource="https://itunes.apple.com/gb/app/freeze/id1046095491?mt=12&amp;ign-mpt=uo%3D4"/>
	<rdf:li rdf:resource="https://github.com/donnemartin/saws"/>
	<rdf:li rdf:resource="http://mikeferrier.com/2011/10/27/granting-access-to-a-single-s3-bucket-using-amazon-iam/"/>
	<rdf:li rdf:resource="http://zacwe.st/blog/kindle-to-epub"/>
	<rdf:li rdf:resource="http://cloudspring.com/fake-s3-save-time-money-and-develop-offline/"/>
	<rdf:li rdf:resource="http://wp.smashingmagazine.com/2011/12/01/integrating-amazon-s3-wordpress/"/>
	<rdf:li rdf:resource="http://www.crofflr.com/auth/login"/>
	<rdf:li rdf:resource="http://geehwan.posterous.com/moving-a-production-mysql-database-to-amazon"/>
	<rdf:li rdf:resource="http://www.instapaper.com/text?u=http%3A%2F%2Fginzametrics.com%2Fdeploy-rails-app-to-ec2-with-rubber.html"/>
	<rdf:li rdf:resource="http://www.allthingsdistributed.com/2011/02/website_amazon_s3.html"/>
	<rdf:li rdf:resource="http://ec2.scripting.com/"/>
	<rdf:li rdf:resource="http://www.moneysavingexpert.com/shopping/cheap-amazon-loopholes"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://minio.io/">
    <title>Minio</title>
    <dc:date>2017-04-09T12:00:25+00:00</dc:date>
    <link>https://minio.io/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Minio is a distributed object storage server built for cloud applications and devops.]]></description>
<dc:subject>aws s3 storage amazon</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:9db82e58edc1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:aws"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:s3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:storage"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://itunes.apple.com/gb/app/freeze/id1046095491?mt=12&amp;ign-mpt=uo%3D4">
    <title>Freeze on the Mac App Store</title>
    <dc:date>2015-11-06T09:05:20+00:00</dc:date>
    <link>https://itunes.apple.com/gb/app/freeze/id1046095491?mt=12&amp;ign-mpt=uo%3D4</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Freeze is the ultimate Amazon Glacier file transfer client on the Mac.]]></description>
<dc:subject>amazon glacier aws</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:160d5bc3a26e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:glacier"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:aws"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/donnemartin/saws">
    <title>donnemartin/saws</title>
    <dc:date>2015-09-25T06:16:45+00:00</dc:date>
    <link>https://github.com/donnemartin/saws</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[A Supercharged AWS Command Line Interface (CLI).]]></description>
<dc:subject>amazon github python</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:2f25e23845d0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:github"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:python"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mikeferrier.com/2011/10/27/granting-access-to-a-single-s3-bucket-using-amazon-iam/">
    <title>Granting access to a single S3 bucket using Amazon IAM - Mike Ferrier</title>
    <dc:date>2013-09-18T09:58:10+00:00</dc:date>
    <link>http://mikeferrier.com/2011/10/27/granting-access-to-a-single-s3-bucket-using-amazon-iam/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[If you’ve ever used Amazon’s AWS console then you probably know that though sometimes it can be clunky, it has a ton of functionality for interacting with the various AWS serivces. So when I needed to give one of my coworkers at 4ormat access to one of our S3 buckets, I immediately investigated the laziest option: figuring out how they could login to the S3 console and use that to manage the bucket.

The S3 console is pretty great. Uploading, downloading, creating folders, managing permissions, even copying and pasting buckets between files is a snap. If I could figure this out, I would save myself all the work of setting up S3Fox or even worse, writing an interface from scratch.

After some trial and error, success! I’ve written a quick guideline on how to do this below.]]></description>
<dc:subject>amazon s3</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:0ec0f8ed69c1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:s3"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://zacwe.st/blog/kindle-to-epub">
    <title>Migrating from Kindle to iBooks - zacwe.st</title>
    <dc:date>2012-10-24T12:42:12+00:00</dc:date>
    <link>http://zacwe.st/blog/kindle-to-epub</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[I started off reading eBooks from the Amazon Kindle store. As time has progressed, I’ve found myself using my physical Kindle less and less. Partly because I forget to charge it, and partly because I can never get the lighting in my favorite reading locations quite right. And at night? Forget about it.

So I’ve converted all of my Kindle purchases to ePubs for use in iBooks. I could use the Kindle app for iOS but I’ve found iBooks to be faster at syncing read position, and it feels a lot more natural to use.

Since I went through the effort of converting all of my Kindle documents, I figured I’d write a mini guide to getting it done. I’m specifically focusing on the Mac since that’s all I know; other users will have to venture elsewhere.]]></description>
<dc:subject>amazon books ebooks</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:b46c26bebadf/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:books"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ebooks"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://cloudspring.com/fake-s3-save-time-money-and-develop-offline/">
    <title>CloudSpring | Fake S3 – Save time, money, and develop offline</title>
    <dc:date>2012-06-13T19:45:32+00:00</dc:date>
    <link>http://cloudspring.com/fake-s3-save-time-money-and-develop-offline/</link>
    <dc:creator>mlednor</dc:creator><dc:subject>amazon s3 development</dc:subject>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:0092a28bca78/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:s3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:development"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://wp.smashingmagazine.com/2011/12/01/integrating-amazon-s3-wordpress/">
    <title>Integrating Amazon S3 With WordPress</title>
    <dc:date>2011-12-03T07:27:11+00:00</dc:date>
    <link>http://wp.smashingmagazine.com/2011/12/01/integrating-amazon-s3-wordpress/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Computing is full of buzzwords, “cloud computing” being the latest one. But unlike most trends that fizzle out after the initial surge, cloud computing is here to stay. This article goes over Amazon’s S3 cloud storage service and guides you to implementing a WordPress plugin that backs up your WordPress database to Amazon’s S3 cloud. Note that this is not a tutorial on creating a WordPress plugin from scratch, so some familiarity with plugin development is assumed.]]></description>
<dc:subject>wordpress s3 cloud amazon</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:af4ffb36f219/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:wordpress"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:s3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:cloud"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.crofflr.com/auth/login">
    <title>:: crofflr :: Welcome to crofflr - Kindle ebook deliveries from your favourite readings lists ::</title>
    <dc:date>2011-10-22T08:43:24+00:00</dc:date>
    <link>http://www.crofflr.com/auth/login</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[crofflr specializes in automated wireless ebook deliveries from your favourite reading list directly to your Kindle ™.

crofflr collects all unread articles from your personal reading list and converts them into a Kindle™-compatible text version. Deliveries are scheduled on a weekly basis.]]></description>
<dc:subject>pinboard amazon</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:533d8eb75c03/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:pinboard"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://geehwan.posterous.com/moving-a-production-mysql-database-to-amazon">
    <title>Moving a Production MySQL Database to Amazon RDS with Minimal Downtime - geehwan's posterous</title>
    <dc:date>2011-04-08T15:29:29+00:00</dc:date>
    <link>http://geehwan.posterous.com/moving-a-production-mysql-database-to-amazon</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[I recently had to move our production database at Listia.com from a custom MySQL installation over to Amazon RDS.  The big benefits of RDS for us were automated backups, automatic failover to another availability zone, quick instance size scaling with no downtime (edit: up to 3 minutes of downtime, can be more if there are issues) , and super easy slave deployment.  We had been managing all of it ourselves over the past year with just 2-3 people (btw, we are well-funded and hiring now!) and it was taking up a lot of our time to maintain everything while scaling from 0 to over 20 million pageviews a month.]]></description>
<dc:subject>amazon database mysql</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:c516c912147d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mysql"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.instapaper.com/text?u=http%3A%2F%2Fginzametrics.com%2Fdeploy-rails-app-to-ec2-with-rubber.html">
    <title>How to Deploy a Rails app to EC2 in less than an hour using Rubber</title>
    <dc:date>2011-03-12T18:55:12+00:00</dc:date>
    <link>http://www.instapaper.com/text?u=http%3A%2F%2Fginzametrics.com%2Fdeploy-rails-app-to-ec2-with-rubber.html</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[One of my first tasks as a new developer here at Ginzametrics has been to help migrate our production servers to AWS, not because our current setup is failing us in any kind of egregious way, but because we’re looking to better automate provisioning and scaling of the platform itself up to millions of keywords. It also helps that Amazon has very recently launched a new data center in Tokyo, right in the backyard of many Ginza customers.

If you’ve never worked with AWS before, your first foray will most likely be somewhat confusing. Part of it is that Amazon’s documentation, while thorough, is needlessly verbose and labyrinthine, to the point where it might take three or four hours of ceaseless jumping, scanning, and focused reading before you have even the slightest grip on how to bring up an EC2 instance. And even if you are familiar with the AWS-EC2 ecosystem, you’re probably always looking for better tools to make life easier.

Enter Rubber, a Capistrano/Rails plugin that promises to automate the provisioning of both vertically and horizontally scalable multi-instance EC2 deployment configurations.]]></description>
<dc:subject>ruby rails amazon</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:26604aadfb03/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.allthingsdistributed.com/2011/02/website_amazon_s3.html">
    <title>New AWS feature: Run your website from Amazon S3 - All Things Distributed</title>
    <dc:date>2011-02-24T08:16:35+00:00</dc:date>
    <link>http://www.allthingsdistributed.com/2011/02/website_amazon_s3.html</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Since a few days ago this weblog serves 100% of its content directly out of the Amazon Simple Storage Service (S3) without the need for a web server to be involved.  Because my blog is almost completely static content I wanted to run in this very simple configuration since the launch of Amazon S3. It would allow the blog to be powered by the incredible scale and reliability of Amazon S3 with a minimum of effort from my side. I know of several other customers who had asked for this greatly simplifying feature as well. I had held out implementing an alternative to my simple blog server that had been running at a traditional hosting site for many years until this preferred simple solution became available: today marks that day and I couldn't be happier about it.]]></description>
<dc:subject>amazon s3</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:5640f471007b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:s3"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://ec2.scripting.com/">
    <title>HowTo: EC2 for Poets</title>
    <dc:date>2011-01-17T15:07:57+00:00</dc:date>
    <link>http://ec2.scripting.com/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[I've been calling this doc, while I was writing it, "EC2 for Poets."

The goal is to make cloud computing less mysterious by helping people through the process of setting up a server on Amazon EC2. The title derives from a class that was offered at the University of Wisconsin, when I was a grad student there, called Computer Science for Poets.

I loved the idea then, and still do. Engineers sometimes mystify what they do, as a form of job security. I prefer to make light of it, so more people will be tempted to give it a try. It was easy for me, why shouldn't it be easy for everyone?]]></description>
<dc:subject>amazon</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:246efd73260a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.moneysavingexpert.com/shopping/cheap-amazon-loopholes">
    <title>Amazon Buying Tricks: More of web giant's secret bargain basement...</title>
    <dc:date>2010-01-20T13:41:40+00:00</dc:date>
    <link>http://www.moneysavingexpert.com/shopping/cheap-amazon-loopholes</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[http://www.amazon.co.uk/gp/search/?node=355005011&pct-off=75-99*]]></description>
<dc:subject>amazon</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:6abe19a94ae7/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>