<?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>Denver Dev Blog &#187; Programming</title>
	<atom:link href="http://ambientideas.com/blog/index.php/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://ambientideas.com/blog</link>
	<description>Matthew McCullough&#039;s insights on software development as co-founder of Ambient Ideas, LLC</description>
	<lastBuildDate>Wed, 23 Nov 2011 17:42:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Git Filter-Branch Examples</title>
		<link>http://ambientideas.com/blog/index.php/2010/12/git-filter-branch-examples/</link>
		<comments>http://ambientideas.com/blog/index.php/2010/12/git-filter-branch-examples/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 23:55:41 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/?p=279</guid>
		<description><![CDATA[Ever looked at git filter-branch? Confusing you say? Not anymore. I've got 5 scripted examples to show you how to use it.]]></description>
			<content:encoded><![CDATA[<p>Have you ever looked at the powerful <a href="http://www.kernel.org/pub/software/scm/git/docs/git-filter-branch.html"><code>git filter-branch</code> command</a>? It offers, amongst many features, the ability to maintain history while re-writing the tree to a subset of its past self.  A common use case is to prune out a large and unnecessary folder of binaries that was never intended to be under version control.</p>
<p>The <code>filter-branch</code> command can be very confusing at first. What&#8217;s needed is a set of working examples.  I&#8217;ve got 5 scripted flows to show you how to use it.  Just hop over to my ever-growing <a href="https://github.com/matthewmccullough/git-workshop">git workbook that I use for workshops</a> and look for <a href="https://github.com/matthewmccullough/git-workshop/raw/master/workbook/pdfs/27-Filter-Branch.pdf">module #27 as PDF</a> or <a href="https://github.com/matthewmccullough/git-workshop/raw/master/workbook/htmls/27-Filter-Branch.html">as HTML</a>. There&#8217;s a corresponding <a href="https://github.com/matthewmccullough/git-workshop/tree/master/workbook/example-repos/filter-branch">set of samples</a> in the example-repos directory.</p>
<p>If you are interested in more of these type of advanced moves with Git, stay tuned for my upcoming <a href="http://twitter.com/#!/johnnywey/statuses/13254839601463296">O&#8217;Reilly Git Master Class videos</a> (directly O&#8217;Reilly link soon), <a href="https://github.com/training/online">monthly Git trainings via GitHub.com</a>, <a href="http://www.nofluffjuststuff.com/conference/speaker/matthew_mccullough">No Fluff Just Stuff tour stops</a>, or one of my <a href="http://ambientideas.com/blog/index.php/2010/12/matthews-2011-europe-conferences/">international conferences hosting my Git talks</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2010/12/git-filter-branch-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fall Conference Tour</title>
		<link>http://ambientideas.com/blog/index.php/2010/10/the-fall-conference-tour/</link>
		<comments>http://ambientideas.com/blog/index.php/2010/10/the-fall-conference-tour/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 03:02:07 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[NFJS]]></category>
		<category><![CDATA[Presenting]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/index.php/2010/10/the-fall-conference-tour/</guid>
		<description><![CDATA[In the last two months I've had the privilege of presenting at and attending six different technology events. They've been so fun and diverse that a quick recap is in order.]]></description>
			<content:encoded><![CDATA[<p>In the last two months I&#8217;ve had the privilege of presenting at and attending six different technology events. They&#8217;ve been so fun and diverse that a quick recap is in order.</p>
<h2>No Fluff Just Stuff Symposium in Atlanta</h2>
<p>This was my first time presenting at an <a href="http://nofluffjuststuff.com">NFJS</a> event in Atlanta, and you can be certain I&#8217;ll be back. Earlier in the Summer, I had the opportunity to address the <a href="http://ajug.org">Atlanta Java Users Group (AJUG)</a> and show off the flexibility of Git. For the NFJS Symposium, I talked about Hadoop, Git, Encryption on the JVM and Open Source Debugging, which are my &#8220;fun but informative talks&#8221; lineup for 2010.</p>
<h2>Colorado Springs Open Source User Group</h2>
<p>Gary Hessler runs a <a href="http://www.meetup.com/csopensource/">great user group</a> in Denver&#8217;s sister city to the south. I had the opportunity to present <a href="http://git-scm.com">Git</a>, one of my favorite topics since it is accessible no matter what language you program in and what platform you use. My NFJS colleague, <a href="http://augusttechgroup.com/">Tim Berglund</a> presented his always well-received <a href="http://www.nofluffjuststuff.com/conference/minneapolis/2010/10/session?id=19435">Decision Making</a> talk. It is an interesting divergence from the typical programmer presentation and gives you techniques to deal with team dynamics.</p>
<h2>JavaZone in Norway</h2>
<p><img src="http://ambientideas.com/blog/wp-content/uploads/2010/10/IMG_04921.jpg" width="480" height="358" alt="Besseggen, Memurubu Hike" align="right" style="padding-top:5px;padding-left:5px;padding-right:5px;padding-bottom:5px;"/></p>
<p>The ever-excellent <a href="http://www.java.no/">JavaBin User Group</a> in Norway put on a stellar conference called <a href="http://jz10.java.no/">JavaZone</a> for 2000+ people. What a show! The diversity of talk formats, speakers, and topics is simply incredible. After the conference, about 25 of us experienced a once-in-a-lifetime event of hiking in the Norwegian countryside. The <a href="http://jz10.java.no/images/foredragsholdere.png">otherworldly photos</a> and <a href="http://jz10.java.no/journey.html">hike details</a> will make you want to attend next year!</p>
<p>The sessions are recorded at JavaZone and two of mine are available online. The former was in the big room in a formal setting. The latter talk was in a smaller room at the end of the conference and had a more informal feel where questions could be asked of the audience and vice-versa.<br />
<a href="http://streaming.java.no/tcs/?id=67136867-86E5-4BA8-94AC-8C617A7331DE">Encryption Boot Camp on the JVM</a></p>
<p><a href="http://streaming.java.no/tcs/?id=EC102300-8325-4744-A28B-A83E311AAACD">Hadoop: Divide and Conquer Gigantic Datasets</a></p>
<h2>StrangeLoop in St. Louis Missouri</h2>
<p>After returning from JavaZone, I headed to Missouri for the <a href="http://strangeloop2010.com/">super-technical event named StrangeLoop</a> brewed by <a href="http://tech.puredanger.com/">Alex Miller</a>. The lineup of speakers was stellar and the non-profit atmosphere was very relaxing. <a href="http://www.hilarymason.com/">Hilary Mason</a>, <a href="http://en.wikipedia.org/wiki/Guy_L._Steele,_Jr.">Guy Steele</a>, <a href="http://yehudakatz.com/">Yehuda Katz</a>, <a href="http://en.wikipedia.org/wiki/Joshua_Bloch">Josh Bloch</a>, <a href="http://en.wikipedia.org/wiki/Douglas_Crockford">Doug Crockford</a>, and many others. I will be attending next year if the timing works out again.</p>
<h2>No Fluff Just Stuff Symposium in Minneapolis</h2>
<p>My home base of conferences, <a href="http://nofluffjuststuff.com">NFJS</a>, brought me up to the always warm audiences of Minneapolis. This has to be one of my top-5 favorite stops on the tour due to the beautiful hotel and the technologically advanced attendees. Their questions are deep and I try to be as prepared as possible for them. I had the privilege of <a href="http://www.nofluffjuststuff.com/conference/speaker/brian_sletten">Brian Sletten</a> and <a href="http://www.devjam.com/">David Hussman</a> sitting in my classes about <a href="http://hadoop.apache.org">Hadoop</a>.</p>
<h2>SpringOne</h2>
<p>The sprint of conferences concluded with my attendance and helping out with the logistics of <a href="http://www.springone2gx.com/conference/chicago/2010/10/home">SpringOne2GX</a> in Chicago. The hotel was spectacular and the attendance overwhelming. It seemed to be just shy of a 1000 people and double last year&#8217;s attendance. I attended some great sessions and had hallway chats with the likes of Hamlet D`Arcy, Hans Dockter, Paul King, Andres Almiray (our co-incidence rate at conferences is getting to be uncanny!), Peter Bell, and Chris Beams. I&#8217;ll try to put in some abstracts for next year and get invited to speak!</p>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2010/10/the-fall-conference-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DevonThink for Managing Information Capture</title>
		<link>http://ambientideas.com/blog/index.php/2010/09/devonthink-for-managing-information-capture/</link>
		<comments>http://ambientideas.com/blog/index.php/2010/09/devonthink-for-managing-information-capture/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 22:01:37 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Screencast]]></category>
		<category><![CDATA[SocialNetwork]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/index.php/2010/09/devonthink-for-managing-information-capture/</guid>
		<description><![CDATA[ As part of my job, I need to capture and reference a lot of information from a lot of sources.  ...  This quick video showcases just 5% of what I use DevonThink for and focuses specifically capturing data from web pages and various RSS feeds, such as  Delicious Bookmarks ,  Twitter , and  ReadItLater . 
]]></description>
			<content:encoded><![CDATA[<p>As part of my job, I need to capture and reference a lot of information from a lot of sources. <a href="http://www.devon-technologies.com/products/devonthink/devonthink2.html" target="_blank">DevonThink</a> is one of the tools that helps me do that efficiently. This quick video showcases just 5% of what I use DevonThink for and focuses specifically capturing data from web pages and various RSS feeds, such as <a href="http://www.delicious.com/matthew.mccullough" target="_blank">Delicious Bookmarks</a>, <a href="http://twitter.com/matthewmccull/" target="_blank">Twitter</a>, and <a href="http://readitlaterlist.com/" target="_blank">ReadItLater</a>.</p>
<p><object width="580" height="360"><param name="movie" value="http://www.youtube.com/v/HlptiQVT_i4?fs=1&amp;hl=en_US&amp;hd=1&amp;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/HlptiQVT_i4?fs=1&amp;hl=en_US&amp;hd=1&amp;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="360"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2010/09/devonthink-for-managing-information-capture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaZone 2010, Norway</title>
		<link>http://ambientideas.com/blog/index.php/2010/09/javazone-2010-norway/</link>
		<comments>http://ambientideas.com/blog/index.php/2010/09/javazone-2010-norway/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 09:44:53 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Presenting]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/index.php/2010/09/javazone-2010-norway/</guid>
		<description><![CDATA[What an amazing conference; and to think it is all run by a Java Users Group (JUG) called  JavaBin .  

...Now,  I'm off to do a hike  with the organizers in the mountains of Norway!]]></description>
			<content:encoded><![CDATA[<p><img src="http://ambientideas.com/blog/wp-content/uploads/2010/09/IMG_0232.jpg" width="240" height="179" alt="IMG_0232.JPG" align="right" style="padding-top:5px;padding-left:5px;padding-right:5px;padding-bottom:5px;"/></p>
<p>I had the privilege of presenting three talks at the <a href="http://twitter.com/matthewmccull/status/23906215016">massive JavaZone</a> in Norway this year. What an amazing conference; and to think it is all run by a Java Users Group (JUG) called <a href="http://www.java.no/web/">JavaBin</a>.</p>
<p>My slides are online for:</p>
<ul>
<li><a href="http://www.slideshare.net/matthewmccullough/encryption-boot-camp-at-javazone-2010/v1">Encryption on the JVM</a></li>
<li><a href="http://www.slideshare.net/matthewmccullough/git-going-at-javazone-2010/v1">Git</a></li>
<li><a href="http://www.slideshare.net/matthewmccullough/hadoop-at-javazone-2010/v1">Hadoop</a></li>
</ul>
<p>The <a href="http://twitter.com/kristoffer79/status/23904164231">feedback</a> and <a href="http://twitter.com/ebaxt/status/23903916780">comments</a> from <a href="http://twitter.com/sigmanil/status/23903794696">Sigmund</a> and <a href="http://twitter.com/mogranlu/status/23900568326">Morten</a> were wonderful. I loved getting to say hello to folks I met last year, such as <a href="http://twitter.com/mogsie">Erik Mogensen</a>. It&#8217;s like extended family here.</p>
<p>I hope I get invited back next year. Now, <a href="http://jz10.java.no/journey.html">I&#8217;m off to do a hike</a> with the organizers in the mountains of Norway!</p>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2010/09/javazone-2010-norway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presenting at the Raleigh-Durham No Fluff Just Stuff Symposium</title>
		<link>http://ambientideas.com/blog/index.php/2010/08/presenting-at-the-raleigh-durham-no-fluff-just-stuff-symposium/</link>
		<comments>http://ambientideas.com/blog/index.php/2010/08/presenting-at-the-raleigh-durham-no-fluff-just-stuff-symposium/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 03:10:19 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Clojure]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[NFJS]]></category>
		<category><![CDATA[Presenting]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/index.php/2010/08/presenting-at-the-raleigh-durham-no-fluff-just-stuff-symposium/</guid>
		<description><![CDATA[This week, I made a four day journey to the very forested state of North Carolina. Joey knew a Coloradoan was coming and turned on the statewide AC to bring it down to a comfortable 72 degrees Fahrenheit when I landed. The food was great, the people were super, and the technology was awesome.]]></description>
			<content:encoded><![CDATA[<h2>North Carolina</h2>
<p>This week, I made a four day journey to the very forested state of North Carolina. <a href="http://twitter.com/joeyhalloway">Joey</a> knew a Coloradoan was coming and turned on the statewide AC to bring it down to a comfortable 72 degrees Fahrenheit when I landed. The food was great, the people were super, and the technology was awesome.</p>
<h2>Relevance</h2>
<p>I had an open invitation to come out and visit the team at <a href="http://thinkrelevance.com">Relevance</a>, which I&#8217;d been waiting to cash in. The <a href="http://nofluffjuststuff.com">Research Triangle NFJS Symposium</a> finally made that visit possible.</p>
<p>I had a great time meeting the entire Relevance team, working with <a href="http://thinkrelevance.com/the_team.html">Stu Halloway</a> on automating the <a href="http://clojure.org">Clojure</a> release scripts through some <a href="http://www.gnu.org/software/bash/manual/bashref.html">Bash scripting</a>, <a href="http://git-scm.com">Git calls</a> and <a href="http://maven.apache.org/ant-tasks/index.html">Maven Ant Tasks</a>.</p>
<p>At lunch, I gave a live demo of my workflow with the <a href="http://www.devon-technologies.com/products/devonthink/">DevonThink Pro</a> product, including capturing and aggregating multiple RSS streams alongside archived emails and snippets from web pages.</p>
<p>In the afternoon, I had the fun assignment of working with <a href="http://thinkrelevance.com/the_team.html">Aaron Bedra</a> on an implementation of JCE symmetric AES encryption on a Clojure project. He followed up a day later on <a href="http://thinkrelevance.com/open-source/">&#8220;Relevance Open Source Friday&#8221;</a> by beginning to move the implementations over to a standard library for upcoming public consumption.</p>
<h2>No Fluff, Just Stuff</h2>
<p>I had the pleasure of presenting Encryption, Open Source Debugging on the JVM (over 50 deliveries of that one now), Hadoop, <a href="http://maven.apache.org">Maven 3</a> and <a href="http://git-scm.com">Git</a> to the engaged audience in Raleigh on Friday and Saturday. The during-presentation questions were spot on, and even when the topics got heady, the students just leaned forward in their chairs and kept on making insightful inquiries. Attendees of that nature are pure candy to a <a href="http://presentationpatterns.com">passionate presenter</a> like myself. I especially want to thank <a href="https://twitter.com/darinpope">Darin Pope</a>, <a href="https://twitter.com/billysixstring">Billy Dupre</a>, <a href="https://twitter.com/technobuzznc">David Bloom</a>, <a href="https://twitter.com/deininger">David Deininger</a>, <a href="https://twitter.com/srisankaran">Sri Sankaran</a>, <a href="https://twitter.com/arashid">Asif Rashid</a>, and <a href="https://twitter.com/egsavage">Ed Savage</a> for providing much-desired <a href="https://twitter.com/deininger/status/22463597529">feedback on Twitter</a>.</p>
<p>I know I&#8217;ll be back for the <a href="http://nofluffjuststuff.com">NFJS</a> show next year, but I&#8217;ll make all efforts to put in a few more visits prior to that. A city with a technology culture of this strength demands that I do. Thanks for having me and perhaps I&#8217;ll see some of you at the <a href="http://therichwebexperience.com">Rich Web Experience in December</a> on the beaches of sunny Florida.</p>
<h2>Resources</h2>
<p>For the folks that attended my talks this weekend, here are some constantly updated supplemental materials to resources that are paired with the slides:</p>
<h3>Encryption</h3>
<ul>
<li><a href="http://www.delicious.com/matthew.mccullough/bundle:encryption">Encryption, Delicious Bookmarks</a></li>
<li><a href="http://github.com/matthewmccullough/encryption-jvm-bootcamp">Encryption, Source Code Samples</a></li>
</ul>
<h3>Open Source Debugging</h3>
<ul>
<li><a href="http://www.delicious.com/matthew.mccullough/opensource+debugging">Open Source Debugging on the JVM, Delicious Bookmarks</a></li>
<li><a href="http://github.com/matthewmccullough/opensourcedebuggingjava">Open Source Debugging on the JVM, Source Code Samples</a></li>
</ul>
<h3>Hadoop</h3>
<ul>
<li><a href="http://www.delicious.com/matthew.mccullough/hadoop">Hadoop, Delicious Bookmarks</a></li>
<li><a href="http://github.com/matthewmccullough/hadoop-intro">Hadoop, Source Code Samples</a></li>
</ul>
<h3>Maven 3</h3>
<ul>
<li><a href="http://www.delicious.com/matthew.mccullough/maven">Maven 3, Delicious Bookmarks</a></li>
<li><a href="http://github.com/matthewmccullough/maven-training">Maven 3, Source Code Samples</a></li>
</ul>
<h3>Git</h3>
<ul>
<li><a href="http://www.delicious.com/matthew.mccullough/git">Git, Delicious Bookmarks</a></li>
<li><a href="http://github.com/matthewmccullough/git-workshop">Git, Source Code Samples</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2010/08/presenting-at-the-raleigh-durham-no-fluff-just-stuff-symposium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rich Web Experience &#8211; Florida in December</title>
		<link>http://ambientideas.com/blog/index.php/2010/08/rich-web-experience-florida-in-december/</link>
		<comments>http://ambientideas.com/blog/index.php/2010/08/rich-web-experience-florida-in-december/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 22:47:22 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[NFJS]]></category>
		<category><![CDATA[Presenting]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/index.php/2010/08/rich-web-experience-florida-in-december/</guid>
		<description><![CDATA[I'm excited to be presenting at the Rich Web Experience this December. It'll be a great show, but the venue location simply adds to the magnetism. Who can resist beaches and Florida in December?]]></description>
			<content:encoded><![CDATA[<p><img src="http://ambientideas.com/blog/wp-content/uploads/2010/08/RWE_2010_125X125-speaking.png" width="125" height="125" style="float:right;" /></p>
<p>I&#8217;m excited to be presenting at the <a href="http://www.therichwebexperience.com/conference/fort_lauderdale/2010/11/home" target="_blank">Rich Web Experience</a> this December. It&#8217;ll be a great show, but the <a href="http://www.therichwebexperience.com/conference/fort_lauderdale/2010/11/travel" target="_blank">venue location</a> simply adds to the magnetism. Who can resist beaches and Florida in December?</p>
<p>I&#8217;ll be doing a sharpened version of my <a href="http://www.therichwebexperience.com/conference/fort_lauderdale/2010/11/ipad_workshop" target="_blank">iOS workshop with Ben Ellingson</a>. Attendance numbers will be greatly limited compared to our last time we ran this workshop so as to give plenty of one-on-one attention to students. We&#8217;ll get to use the latest iOS 4 SDK with its polished UI, developer-helpful features and Git integration.  I hope you&#8217;ll consider joining us for this special one-day addition to the conference.  Ben and I will be tempted to run the workshop <a href="http://www.starwoodhotels.com/pub/media/3328/wes3328ex.81846_md.jpg" target="_blank">on the beach</a>.</p>
<p>I&#8217;ll also be doing a Git workshop in the main portion of the show.  If you haven&#8217;t already heard, <a href="http://git-scm.com/" target="_blank" title="Git">Git</a> (and <a href="http://github.com" target="_blank">GitHub</a>) is the hot new open source source code control tool that is agnostic to your programming language of choice but adds features driven by developer needs, not by marketing teams. Bring your notebook, see what the buzz is about, and walk away with a Monday-morning-equipped set of skills to <a href="http://www.nofluffjuststuff.com/training/video/git_101" target="_blank">apply Git</a> on your next project.</p>
<p>See you on the beach!</p>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2010/08/rich-web-experience-florida-in-december/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git at the Atlanta JUG</title>
		<link>http://ambientideas.com/blog/index.php/2010/08/git-at-the-atlanta-jug/</link>
		<comments>http://ambientideas.com/blog/index.php/2010/08/git-at-the-atlanta-jug/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:12:53 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[NFJS]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Presenting]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/index.php/2010/08/git-at-the-atlanta-jug/</guid>
		<description><![CDATA[I'll show you its blazing speed adding 5000 files to a repo, creating a repository at  GitHub , initiating a local branch, merging with a colleague's repository, and finding which commit broke the integration tests.  

...   Git Instructions executed during the lecture/workshop    Git Delicious Bookmarks    Git 101 Video    Matthew's Git DZone RefCard     In short, if you have the least bit of dissatisfaction with your  existing version control system , this talk should tip you squarely in favor of the new world of  Distributed Version Control Systems (DVCS) , and specifically, my favorite implementation,  Git . ]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;m excited to be presenting Git (my current favorite topic) to the <a href="http://www.ajug.org/confluence/display/AJUG/Home" target="_blank">Atlanta JUG (AJUG)</a> on behalf of the <a href="http://www.nofluffjuststuff.com/home/main" target="_blank">No Fluff Just Stuff Symposium Series</a>.  <a href="http://www.hillert.com/hillert/" target="_blank">Gunnar Hillert</a> has been most welcoming, and <a href="http://www.linkedin.com/in/prpatel" target="_blank">Pratik Patel</a> has been a great promoter of the talk. Thank you both.</p>
<p>In about 75 minutes, I&#8217;ll explain why the <a href="http://git-scm.org/" target="_blank">Git Version Control System</a> deserves your attention as your next version control system. I&#8217;ll show you its blazing speed adding 5000 files to a repo, creating a repository at <a href="http://github.com" target="_blank">GitHub</a>, initiating a local branch, merging with a colleague&#8217;s repository, and finding which commit broke the integration tests.</p>
<p>I&#8217;ve also set up a few resources for attendees to peruse after the talk, including:</p>
<ul>
<li><a href="http://github.com/matthewmccullough/git-workshop" target="_blank">Git Instructions executed during the lecture/workshop</a></li>
<li><a href="http://delicious.com/matthew.mccullough/git" target="_blank">Git Delicious Bookmarks</a></li>
<li><a href="http://www.nofluffjuststuff.com/training/video/git_101" target="_blank">Git 101 Video</a></li>
<li><a href="http://refcardz.dzone.com/refcardz/getting-started-git" target="_blank">Matthew&#8217;s Git DZone RefCard</a></li>
</ul>
<p>In short, if you have the least bit of dissatisfaction with your <a href="http://subversion.tigris.org/" target="_blank">existing version control system</a>, this talk should tip you squarely in favor of the new world of <a href="http://en.wikipedia.org/wiki/Distributed_Version_Control_System" target="_blank">Distributed Version Control Systems (DVCS)</a>, and specifically, my favorite implementation, <a href="http://www.gitcasts.com/" target="_blank">Git</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2010/08/git-at-the-atlanta-jug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encryption on the Java Virtual Machine (JVM): Necessary and Easy</title>
		<link>http://ambientideas.com/blog/index.php/2010/08/encryption-on-the-java-virtual-machine-jvm-necessary-and-easy/</link>
		<comments>http://ambientideas.com/blog/index.php/2010/08/encryption-on-the-java-virtual-machine-jvm-necessary-and-easy/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 20:59:53 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/index.php/2010/08/encryption-on-the-java-virtual-machine-jvm-necessary-and-easy/</guid>
		<description><![CDATA[I've embarked on a mission this year to  educate as many developers as possible  about the basic vocabulary of encryption, the history of how these algorithms and techniques came about, and how to effectively implement the right use of encryption for business applications.  

...This talk will get you up to speed and send you on your way to making your applications more secure, leverage encryption properly, and protect your valuable customer data from prying eyes. ]]></description>
			<content:encoded><![CDATA[<h2>The Bad News of Data Breaches</h2>
<p>The <a href="http://www.bestsecuritytips.com/news+article.storyid+226.htm" target="_blank">news keeps pouring in day after day</a> and week after week of <a href="http://www.privacyrights.org/data-breach" target="_blank">significant company-damaging data breaches</a>. No wonder; <a href="http://www.ponemon.org/data-security" target="_blank">Only 23% of companies surveyed in a recent poll</a> indicated that data encryption was even a priority.  We should not be having, reading about and reacting to most of these. Such events are typically quite preventable. The JVM platform has some of the <a href="http://www.oracle.com/technetwork/java/javase/tech/index-jsp-136007.html" target="_blank">strongest and simplest support for encryption</a> of any programming language. An easy to use Java API for encryption, as well as <a href="http://jasypt" target="_blank">several high level open source libraries</a>, are at developers&#8217; beck and call. I&#8217;ve embarked on a mission this year to <a href="http://github.com/matthewmccullough/encryption-jvm-bootcamp" target="_blank">educate as many developers as possible</a> about the basic vocabulary of encryption, the history of how these algorithms and techniques came about, and how to effectively implement the right use of encryption for business applications.</p>
<h2>The Solution in the form of Education</h2>
<p>I first brought this topic of <i>Encryption on the JVM</i> to <a href="http://denverjug.org" target="_blank">user groups</a> in my home town of Denver, Colorado, USA. It received a more than warm welcome and deep after-talk discussions. Next, I took this topic on the road with the <a href="http://nofluffjuststuff.com" target="_blank">No Fluff Just Stuff symposium series</a> in the USA. Next, I&#8217;m excited to get to share these <a href="http://delicious.com/matthew.mccullough/bundle:encryption" target="_blank">same concepts</a> with audiences in <a href="http://oredev.org/2010" target="_blank">Sweden at the always-cutting-edge Øredev conference</a>, shortly followed by the equally esteemed <a href="http://www.devoxx.com/display/Devoxx2K10/Home" target="_blank">Devoxx in Belgium.</a></p>
<h2>Acting on the Need for Encryption</h2>
<p><a href="http://www.schneier.com/book-applied.html" target="_blank">Discard the notion that encryption is too hard to learn</a>.  Embrace that encryption is quickly becoming a <a href="http://www.iacr.org/jobs/" target="_blank">necessary skill of sought-after developers</a>, the world over. This talk will get you up to speed and send you on your way to making your applications more secure, leverage encryption properly, and protect your valuable customer data from prying eyes. No longer just a notable stretch goal, this is the new responsible level of application engineering. I hope to see you at <a href="http://ambientideas.com/blog/index.php/2010/08/presenting-in-europe/" target="_blank">one of these exciting events</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2010/08/encryption-on-the-java-virtual-machine-jvm-necessary-and-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Podcast: Andy Glover interviews Matthew McCullough about Git</title>
		<link>http://ambientideas.com/blog/index.php/2010/08/ibm-podcast-andy-glover-interviews-matthew-mccullough-about-git/</link>
		<comments>http://ambientideas.com/blog/index.php/2010/08/ibm-podcast-andy-glover-interviews-matthew-mccullough-about-git/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 03:37:05 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[SourceCodeControl]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/index.php/2010/08/ibm-podcast-andy-glover-interviews-matthew-mccullough-about-git/</guid>
		<description><![CDATA[  Andy Glover  recently interviewed me for his new series of  IBM podcasts .   I was able to  share about 20 minutes  of my  experience with and passion for the Git version control system  with his audience. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://thediscoblog.com/" target="_blank">Andy Glover</a> recently interviewed me for his new series of <a href="http://itunes.apple.com/us/podcast/ibm-developerworks-podcasts/id153607292" target="_blank">IBM podcasts</a>. I was able to <a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/scott/entry/glover_and_mccullough_talk_git?lang=en" target="_blank">share about 20 minutes</a> of my <a href="http://www.ibm.com/developerworks/java/library/j-gloverpodcast/" target="_blank">experience with and passion for the Git version control system</a> with his audience. It was an exciting opportunity. Thanks Andy!</p>
<p><a href="http://www.ibm.com/developerworks/podcast/ag/gloverseries-mccullough.mp3" target="_blank">Give it a listen</a> and tell me what you think. But more importantly, <a href="http://git-scm.com/" target="_blank" title="Git">give Git a try</a>! I think you&#8217;ll be pleasantly surprised.</p>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2010/08/ibm-podcast-andy-glover-interviews-matthew-mccullough-about-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.ibm.com/developerworks/podcast/ag/gloverseries-mccullough.mp3" length="10376866" type="audio/mpeg" />
		</item>
		<item>
		<title>Presenting at No Fluff Just Stuff, Des Moines</title>
		<link>http://ambientideas.com/blog/index.php/2010/07/presenting-at-no-fluff-just-stuff-des-moines/</link>
		<comments>http://ambientideas.com/blog/index.php/2010/07/presenting-at-no-fluff-just-stuff-des-moines/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 15:18:37 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[NFJS]]></category>
		<category><![CDATA[Presenting]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/index.php/2010/07/presenting-at-no-fluff-just-stuff-des-moines/</guid>
		<description><![CDATA[To make it efficient for the attendees of my sessions to get to the resources of my talks, I'm listing them all in this blog post. 


 Encryption on the JVM     Matthew's Encryption Delicious Bookmarks    Matthew's GitHub Encryption Sample Projects]]></description>
			<content:encoded><![CDATA[<p>I love the NFJS stop in Des Moines. It competes for the title of &#8220;Friendliest&#8221; stop on the NFJS tour. It also has a plethora of <a href="http://twitter.com/timander" target="_blank">smart, energetic folks</a> looking to remain on the cutting edge.</p>
<p>To make it efficient for the attendees of my sessions to get to the resources of my talks, I&#8217;m listing them all in this blog post.</p>
<h2>Encryption on the JVM</h2>
<ul>
<li><a href="http://delicious.com/matthew.mccullough/bundle:encryption" target="_blank">Matthew&#8217;s Encryption Delicious Bookmarks</a></li>
<li><a href="http://github.com/matthewmccullough/encryption-jvm-bootcamp" target="_blank">Matthew&#8217;s GitHub Encryption Sample Projects</a></li>
</ul>
<h2>Hadoop</h2>
<ul>
<li><a href="http://delicious.com/matthew.mccullough/bundle:mapreduce" target="_blank">Matthew&#8217;s Hadoop Delicious Bookmarks</a></li>
<li><a href="http://github.com/matthewmccullough/hadoop-intro" target="_blank">Matthew&#8217;s GitHub Hadoop Workshop Code</a></li>
</ul>
<h2>Maven 3</h2>
<ul>
<li><a href="http://delicious.com/matthew.mccullough/bundle:maven" target="_blank">Matthew&#8217;s Maven Delicious Bookmarks</a></li>
<li><a href="http://github.com/matthewmccullough/maven-training" target="_blank">Matthew&#8217;s GitHub Maven Sample Projects</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2010/07/presenting-at-no-fluff-just-stuff-des-moines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

