<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Consilience &#187; Photos</title>
	<atom:link href="http://blog.grossmeier.net/category/photos/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grossmeier.net</link>
	<description>The Blog of Bringing Things Together</description>
	<lastBuildDate>Tue, 15 Jun 2010 03:08:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>A quick backup script for you tonight</title>
		<link>http://blog.grossmeier.net/2010/03/27/a-quick-backup-script-for-you-tonight/</link>
		<comments>http://blog.grossmeier.net/2010/03/27/a-quick-backup-script-for-you-tonight/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 04:52:59 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Autonomous]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[LoCo]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=465</guid>
		<description><![CDATA[I just got back from a great day at the Ubuntu Michigan LoCo edition of the Global Jam were we tested Lucid on a ton of different hardware. It was a great time. See the photos. But, what I want to share with you right now is a quick script I whipped up to backup [...]]]></description>
			<content:encoded><![CDATA[<p>I just got back from a great day at the Ubuntu Michigan LoCo edition of the Global Jam were we tested Lucid on a ton of different hardware. It was a great time. <a href="http://www.flickr.com/photos/grggrssmr/tags/ugj0310/">See the photos</a>.</p>
<p>But, what I want to share with you right now is a quick script I whipped up to backup my Google Calendars nightly. This is one of the steps in my on-going process of making sure all of my personal data is backed up by me on machines I control with an eye to migrating to self (or friend) hosted services. Yes, I want services I use to follow the <a href="http://autonomo.us/2008/07/franklin-street-statement/">Franklin Street Statement</a>.</p>
<p>Until the day that all of the services I use follow the Franklin Street Statement recommendations, I will just have to make sure I make personal backups of my information. So tonight, I finally did that for Google Calendars. It was pretty simple, really:<br />
<code><br />
#!/bin/sh<br />
# Backup my Google Calendars</p>
<p>WORK="/home/greg/backup/google/work-`date +%F`.ics"<br />
PERSONAL="/home/greg/backup/google/personal-`date +%F`.ics"<br />
OPENMICHIGAN="/home/greg/backup/google/open_michigan-`date +%F`.ics"<br />
MILOCO="/home/greg/backup/google/miloco-`date +%F`.ics"</p>
<p>wget private_url_for_work_calendar -O $WORK<br />
wget private_url_for_personal -O $PERSONAL<br />
wget private_url_for_otherwork -O $OPENMICHIGAN<br />
wget private_url_for_the_loco -O $MILOCO</p>
<p># Remove files that are older than 1 week<br />
find /home/greg/backup/google/*.ics -mtime +7 -exec rm -f {} \;</code></p>
<p>That&#8217;s it. Create the filenames for the various calendars I&#8217;m backing up, including today&#8217;s date. Then wget them. Then, delete any .ics file that is older than a week. Not sure why I need 7 days of backup, but better safe than sorry, I guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2010/03/27/a-quick-backup-script-for-you-tonight/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>It is your creation, license it how you want.</title>
		<link>http://blog.grossmeier.net/2009/01/23/it-is-your-creation-license-it-how-you-want/</link>
		<comments>http://blog.grossmeier.net/2009/01/23/it-is-your-creation-license-it-how-you-want/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 01:04:48 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[CC]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=244</guid>
		<description><![CDATA[Here is my predicament: I take photographs with my new shiny digital camera (thanks to all your input on my previous post) and I use F-Spot to manage my photos. I love F-Spot; it does almost everything I want it to do. It tags photos, it takes care of organizing the files on my harddrive [...]]]></description>
			<content:encoded><![CDATA[<p>Here is my predicament:</p>
<p>I take photographs with my new shiny digital camera (thanks to all your input on my <a href="http://blog.grossmeier.net/2008/07/29/i-hate-to-do-this-but/">previous post</a>) and I use <a href="http://f-spot.org">F-Spot</a> to manage my photos.  I love F-Spot; it does almost everything I want it to do.  It tags photos, it takes care of organizing the files on my harddrive (folders are <em>not</em> a method of categorization for photos, tags are), and it even uploads them to my <a href="http://flickr.com/photos/24700112@N05/">flickr account</a>.</p>
<p>The thing that it doesn&#8217;t do is let me embed my choice of license into the photos.  It does let me embed the tags into the metadata, so the base functionality is there.</p>
<p>I am a huge supporter of Open content licenses, specifically Creative Commons licenses [<em>ed: Greg is employed by Creative Commons</em>] and I would love to see the ability to set the license of a photo to something of my choice (eg: <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC:BY-SA</a>) and have that license info be a part of the image no matter where it goes.  And hey, there is even a bug report/feature request for this: <a href="http://bugzilla.gnome.org/show_bug.cgi?id=349360">here</a>.</p>
<p><strong>My proposed Use Case:</strong><br />
Jane is your typical photographer who uses Linux.  As a Linux user she is more likely to know about open content licenses such as Creative Commons licenses and also more likely to use such a license for her photographs.</p>
<p>Jane takes a bunch of photos and imports them into F-Spot.  F-Spot lets her set the license for a group of photos to CC:BY-SA.  She then uploads those photos to her website.  She makes it clear on her website that all her photos are licensed under CC:BY-SA.</p>
<p>Now, when Yahoo or Google go indexing her website their spiders can programatically discern that those photos are licensed under CC:BY-SA from the metadata.  The benefits of this information can be seen when <a href="http://flickr.com/creativecommons/">searching flickr</a> for Creative Commons licenses: no more worrying about infringing on other&#8217;s copyright when you use a photo.  Another example is <a href="http://search.creativecommons.org/">search.creativecommons.org</a> which searches across multiple sites at once for CC licensed material.</p>
<p>All kinds of cool new automated things can be thought of with this information available <strong>within</strong> the file.  flickr automatically displaying the correct license for a photo without you having to specify it; the same thing with personally hosted photo galleries; users of sites like wikipedia can more easily find images for their uses; etc.  Also, now that license information will always be in that file so others who find it will know what they can and can not do with it without asking.</p>
<p><strong>Are you also interested in something like this?</strong>  Take a look at the information on <a href="http://wiki.creativecommons.org/XMP">this wikipage</a> which outlines what you need to do to support this in the XMP metadata standard.  The <em>how</em> of doing it is most likely not that difficult since F-Spot is already supporting the metadata standard.  Or just subscribe to <a href="http://bugzilla.gnome.org/show_bug.cgi?id=349360">this bug report</a> so you are kept up to date on its progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2009/01/23/it-is-your-creation-license-it-how-you-want/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
