{ |one, step, back| } http://www.onestepback.org/index.cgi Jim Weirich's Blog en-us { |one, step, back| } http://onestepback.org http://onestepback.org/images/jwface.gif QR Code Fun http://www.onestepback.org/index.cgi/General/QrCodeFun.red <p style="padding-left:3em;"><em>Aaron Patterson put a QR code into his RubyConf Brazil Presentation.</em></p> <h2>Aaron Patterson Shows the Way</h2> <p>At <a href="http://rubyconf.com.br/">RubyConf Brazil</a> last week, Aaron Patterson (<a href="http://twitter.com/tenderlove">@tenderlove</a>) posted his contact information as a QR code as a slide in his presentation. How cool is that? I managed to snap a picture of it while it was on the screen and later downloaded a QR scan program for my iPhone to decode it.</p> <p>QR codes are 2D bar codes that can easily be printed. You can encode URLs, phone numbers, <span class="caps">SMS</span> messages, or even just plain text in a QR code. Check out <a href="http://en.wikipedia.org/wiki/QR_Code">Wikipedia</a> for more information.</p> <p>To get started, grab a QR scanner for you phone. The <a href="http://www.wireless.att.com/businesscenter/solutions/mobile-marketing/mobile-barcode-download.jsp">AT&#38;T scanner</a> works pretty well and is available on a wide selection of phones.</p> <h2>QR Code Examples</h2> <p>To get you started, here&#8217;s a link to my twitter feed. If you are using the AT&#38;T scanner, just start the program and aim the camera at the graphic below. After a moment, the scanner will automatically detect the QR code and offer to send you to the <span class="caps">URL</span>.</p> <p><img src="http://onestepback.org/images/rublog/qrcodes/JimTweeterFeed.png" title="Twitter Feed" alt="Twitter Feed" /></p> <p>Next up, my contact information:</p> <p><img src="http://onestepback.org/images/rublog/qrcodes/JimVCard.png" title="Contact Info" alt="Contact Info" /></p> <p>And finally, a little snippet of Ruby code. Does anybody recognized it?</p> <p><img src="http://onestepback.org/images/rublog/qrcodes/RubyCode.png" title="Ruby Code" alt="Ruby Code" /></p> <h2>Generating QR Codes</h2> <p>I used <a href="http://keremerkan.net/qr-code-and-2d-code-generator/">this generator site</a> to generate the QR codes seen on this page.</p> <p>Give it a try and have some fun!</p> <p>(QR Code is registered trademark of <a href="http://www.denso-wave.com/en/adcd/"><span class="caps">DENSO WAVE INCORPORTATED</span></a>)</p> Why Whyday http://www.onestepback.org/index.cgi/General/WhyWhyDay.red <p style="padding-left:3em;"><em>This next Thursday is Whyday. Celebrate with some outragous coding.</em></p> <h2>What are you doing for Whyday?</h2> <p>This next Thursday is designated as <a href="http://whyday.org/">Whyday</a>, a day set aside to commemorate all the many wacky contributions of Why the Lucky Stiff to the Ruby community. How do you celebrate WhyDay? The WhyDay web page suggests:</p> <ul> <li>See how far you can push some weird corner of Ruby (or some other language).</li> <li>Choose a tight constraint (for example, 4 kilobytes of source code) and see what you can do with it.</li> <li>Try that wild idea you&#8217;ve been sitting on because it&#8217;s too crazy.</li> <li>You can work to maintain some of the software Why left us (although Why is more about creating beautiful new things than polishing old things).</li> <li>On the other hand, Why is passionate about teaching programming to children. So improvements to Hackety Hack would be welcome.</li> <li>Or take direct action along those lines, and teach Ruby to a child.</li> </ul> <p>As for me, I have several ideas:</p> <ol> <li>Play with the <span class="caps">HTML5</span> canvas, maybe writing a Ruby <span class="caps">DSL</span> for easily generating diagrams in Ruby.</li> <li>Play with some Grit (a Ruby/Git library) and see if I can categorize git commits into a swimlane structure.</li> <li>Combine the two ideas into program that generates a graphical swimlane representation (using an <span class="caps">HTML5</span> canvas) of a git project history (similar to the hand drawn swimlanes in <a href="http://nvie.com/git-model">Vincent Driessen&#8217;s Article</a>).</li> </ol> <p>Those are just my ideas. And I reserve the right to change my mind at a moments notice.</p> <p>So, what are you doing for whyday?</p> Articles are Back! http://www.onestepback.org/index.cgi/General/ArticlesAreBack.red <p style="padding-left:3em;"><em>I&#8217;ve received a lot of requests for my old articles &#8230;</em></p> <h2>The Article Section has been Restored</h2> <p>When I changed to my new hosting machine, I moved all my blog posts but didn&#8217;t move any of the articles. Of course I <em>intended</em> to move them eventually but never got around to it.</p> <p>A lot of people have been asking for this article or that presentation, or pointing out that a number of old bookmarked links are no longer any good. So due to popular demand the <b>Articles and Presentations</b> section of onestepback.org is now restored.</p> <p>Enjoy</p> Comments Are Now Enabled http://www.onestepback.org/index.cgi/General/DiscusComments.red <p style="padding-left:3em;"><em>I&#8217;ve gone without comments on this blog for a long time &#8230;</em></p> <h2>Comments via Disqus</h2> <p>I&#8217;ve gone through several commenting systems for this blog over time. First was the really cool <a href="http://onestepback.org/index.cgi/Tech/Web/MoreWebApps.rdoc">TagSurf</a> application that allowed commenting on about any web page on the internet arbitrary tags. Unfortunately, TagSurf died a (in the words of its creator) &#8220;well deserved&#8221; death.</p> <p>Then I tried a wiki for comments. That worked pretty good (aside from spam issues), but setting up a new page for comments for each new post was just too much hassle.</p> <p>Now I&#8217;m trying <a href="http://disqus.com/docs/about/">Disqus</a> for comments. It only took an hour or so to integrate Disqus with my ancient blogging engine (anyone else still using Rublog?).</p> <p>Kick the tires and see how it works. If you have feedback &#8230; well, just leave a comment.</p> <p>I guess this means I&#8217;ll have to start writing some <em>real</em> content here so there will be something worth commenting on &#8230; let&#8217;s see if there is anything I feel like ranting about &#8230;</p> <p>(Oh, and a hat tip to <a href="http://brionesandco.com/ryanbriones/">Ryan Briones</a> for pointing out Disqus when I was ready to go out and implement something from scratch.)</p> Moving Blog Host http://www.onestepback.org/index.cgi/General/MovingBlogHost.red <p style="padding-left:3em;"><em>I am changing host for the One Step Back blog.</em></p> <h2>It&#8217;s Time to Move</h2> <p>This is just a quick little post to let you know that the One Step Back blog is moving. In fact, it has already moved. But don&#8217;t worry, we aren&#8217;t going far.</p> <p>Originally this blog was hosted on a shared co-op system run by <a href="http://www.n2net.net/">N2Net</a>. It was dirt cheap and easy to maintain. The down side was that support was sporadic. As the hardware has aged, the Co-op has decided to let the current system run until the hardware dies, and then disolve the co-op.</p> <p>Today there are tons more hosting opportunities available than there were when the co-op was first formed. I&#8217;m now leasing a Linode <a href="http://www.linode.com/">node</a> and running the blog and other associated software from there. Its almost as inexpensive and the co-op and uptime <em>should</em> be better.</p> <p>Write now the blog has been moved. As time passes I&#8217;ll move the article archive as well. Let me know if anything looks amiss.</p> <p>&#8212;Jim Weirich</p> Presenting Code ... An Update http://www.onestepback.org/index.cgi/General/PresentingCodeUpdate.red <p style="padding-left:3em;"><em>I received some feedback on the &#8216;Presenting Code&#8217; post from yesterday.</em></p> <h2>Presenting Code &#8230; An Update</h2> <p>I got lots of feedback on the &#8220;Presenting Code&#8221; post. In addition to <a href="http://beust.com/weblog">Cédric Beust&#8217;s</a> initial comments, the following people had something to say on the topic:</p> <p><a href="http://johnwilger.com/">John Wilger</a> asked on Twitter why I didn&#8217;t use &#8220;file:&#8221; (rather than &#8220;http:&#8221; and a local web server). Unfortunately, Keynote will not do a web view from a &#8220;file:&#8221; style <span class="caps">URL</span>.</p> <p><a href="http://www.madstop.com/">Luke Kanies</a> reports that he does something similar. He uses Vim (rather than Ruby + the Syntax gem) to generate the highlighted <span class="caps">HTML</span>. He also adds:</p> <blockquote> <p><em>In general, this method works out great, but the one thing I would say is that you should <strong>always</strong> uncheck &#8220;automatic update&#8221;. Otherwise, you&#8217;ll find that it tries to update 10 seconds before your presentation starts and your web server isn&#8217;t available.</em></p> </blockquote> <p>Ok, that&#8217;s good advice. <span class="caps">BTW</span>, I would be very interested in a script (AppleScript or Ruby+OSA) that would iterate over the pages in a Keynote presentation and refresh all the WebViews. Any takers?</p> <p><a href="http://blog.grayproductions.net/">James Edward Gray II</a> and <a href="http://www.clarkware.com">Mike Clark</a> mentioned the <span class="caps">HTML</span> output bundle. James gives the following details:</p> <ul> <li>Select Bundles → TextMate → Create <span class="caps">HTML</span> From Document (or Create <span class="caps">HTML</span> From Document With Line Numbers, if you prefer)</li> <li>Preview the document in TextMate with Window ⇢ Show Web Preview</li> <li>Highlight and Edit → Copy the content you want from the <span class="caps">HTML</span> window</li> <li>Switch to Keynote and Edit → Paste</li> </ul> <p>Mike (who credits <a href="http://codefluency.com">Bruce Williams</a> as his source for this tip) also provided a <a href="http://s3.amazonaws.com/pragmaticstudio/textmate-keynote.mov">video</a>.</p> <p>Couple of items on the above:</p> <ol> <li>When creating the <span class="caps">HTML</span> from the document, convert the whole document. Once in Web Preview mode you can cut and paste only what you want.</li> <li>Choose a TextMate theme with a background that matches the background in your presenetation to get the best effect for your colors.</li> </ol> <p><a href="http://drnicwilliams.com/">Dr. Nic</a> also mentions a &#8220;Copy as <span class="caps">RTF</span>&#8221; TextMate bundle. (I&#8217;m not sure if this is the same as James and Mike&#8217;s hint above or something different).</p> <p>Finally, <a href="http://mysterycoder.blogspot.com/">Chris Nelson</a> confirms (via Twitter): &#8220;AFAIK there is no equivalent of web views in OpenOffice :(&#8220;</p> Presenting Code http://www.onestepback.org/index.cgi/General/PresentingCode.red <p style="padding-left:3em;"><em>This exchange on twitter got me thinking&#8230;</em></p> <h2>Twittering &#8230;</h2> <p>I noticed the following twitter conversation this evening between <a href="http://twitter.com/objo" title="Joe O'Brien">objo</a> and <a href="http://twitter.com/superchris" title="Chris Nelson">superchris</a>:</p> <blockquote> <p><strong><span style="color:blue;">superchris:</span></strong> any good recommendations on showing code samples in OpenOffice Impress?</p> </blockquote> <blockquote> <p><strong><span style="color:blue;">objo:</span></strong> @superchris yeah, get a mac and use Keynote</p> </blockquote> <blockquote> <p><strong><span style="color:blue;">objo:</span></strong> otherwise, I would screenshot emacs</p> </blockquote> <blockquote> <p><strong><span style="color:blue;">superchris:</span></strong> @objo.. ya know, i almost added &#8220;And I&#8217;ll smack anyone who says get a Mac&#8221; but ran out of space</p> </blockquote> <blockquote> <p><strong><span style="color:blue;">superchris:</span></strong> @objo&#8230; but actually your idea of using NetBeans screenshots is pretty good</p> </blockquote> <blockquote> <p><strong><span style="color:blue;">objo:</span></strong> @superchris you never listen &#8230;. <span class="caps">EMACS</span> not netbeans. Come on man.</p> </blockquote> <blockquote> <p><strong><span style="color:blue;">superchris:</span></strong> @objo just being helpful by translating for you.. :)</p> </blockquote> <blockquote> <p><strong><span style="color:blue;">superchris:</span></strong> planning to code with NetBeans on linux forever for no other reason but to annoy @objo</p> </blockquote> <h2>ScreenShots &#8230; Yuck!</h2> <p>The problem Chris is trying to solve is putting code snippets into a presentation. There just isn&#8217;t a good way to do this in modern presentation programs.</p> <p>In the old days, I would generate my presentation completely in <span class="caps">HTML</span> from a simple text markup file. The generation process was controlled by rake. This allowed me to changed the code, run the unit tests and rebuild the presentation all with a simple rake command. Eventually, I got up to speed with <span class="caps">CSS</span> and could make some really nice looking presentations, all from <span class="caps">HTML</span>.</p> <p>Although I could get nice looking slides with <span class="caps">CSS</span>, it was a lot of work getting it to work just so. Eventually, I abandoned that approach and swithed to a modern slide presentation program (Keynote in my case).</p> <p>Although generating the slides is a bit easier in Keynote (or PowerPoint, or Open Office Impress), reproducing code for technical talks is much harder. You generally have two choices:</p> <ol> <li>Cut and paste the code text into Keynote losing any syntax highlighting you might have had, or</li> <li>Take a screen shot of the code in your fancy editor, preserving the syntax highlighting but losing the &#8220;text&#8221; nature of the code.</li> </ol> <p>Neither option is pleasant. The former punishes the audience by making the code harder to read, the latter punishes you making the presentation hard to change. (I once saw Dave Thomas giving a Ruby talk and he noticed that he had a minor typo in the code. He switched to edit mode in Keynote with the intent of fixing it on the spot, then he realized that the code was in a graphic image and was uneditable).</p> <p>Of the two options, I&#8217;ve been using the text cut&#8217;n&#8217;paste technique for most things. In the twitter conversation above, Chris is considering the edit snapshot technique.</p> <h2>Other Options?</h2> <p>I&#8217;ve heard rumors of someone working on a script that will insert code snippets into the Keynote data file directly. Unfortunately, as far as I know, they are still rumors at this time.</p> <p>But here&#8217;s another idea. I&#8217;ve prototyped this, and think it will work. But be warned I haven&#8217;t tried this on a really presentation yet.</p> <h2>Presenting Code &#8230; A Proof of Concept</h2> <p>While perusing the options in Keynote, I noticed an insert option called &#8220;Web View&#8221;</p> <p><img src="http://onestepback.org/images/rublog/present_code/present_code_web_view.jpg" alt="" /></p> <p>It turns out that this option allows you to include a web page in your presentation. For example, here is my blog inserted directly into the presentation. Clicking on the &#8220;web view&#8221; object will show an &#8220;update&#8221; button that will refresh that page from the web.</p> <p><img src="http://onestepback.org/images/rublog/present_code/present_code_blog.jpg" alt="" /></p> <p>So, all I have to do is get the code onto a web page, formatted nicely with syntax highlighting, and Keynote will suck it into the presentation, more or less automatically for me. Cool.</p> <p>Getting it formatted is easy. That&#8217;s just a small little Rake task with a good syntax highlighting library. I used <code>Syntax</code> (its a gem, docs on Rubyforge), but there are other options out there.</p> <p>Here&#8217;s the rakefile:</p> <pre class="ruby"> #!/usr/bin/env ruby require "rake/clean" CLOBBER.include('*.html') task :default =&gt; :extract task :extract =&gt; "hello.html" file "hello.html" =&gt; "hello.rb" do extract "hello.html", "hello.rb" end </pre> <p>and here is the <code>rakelib/extract.rake</code> library:</p> <pre class="ruby"> #!/usr/bin/env ruby require 'syntax/convertors/html' def extract(outfile, infile) open(outfile, "w") do |out| out.puts "&lt;html&gt;" out.puts " &lt;head&gt;" out.puts " &lt;style type=\"text/css\"&gt;" out.puts %( .ruby { font-size: 24pt; font-weight: bold; } .ruby .normal {} .ruby .comment { color: #888; font-style: italic; } .ruby .keyword { color: #A00; font-weight: bold; } .ruby .method { color: #077; } .ruby .class { color: #074; } .ruby .module { color: #050; } .ruby .punct { color: #447; font-weight: bold; } .ruby .symbol { color: #099; } .ruby .string { color: #944; } .ruby .char { color: #F07; } .ruby .ident { color: #004; } .ruby .constant { color: #07F; } .ruby .regex { color: #B66; } .ruby .number { color: #D55; } .ruby .attribute { color: #377; } .ruby .global { color: #3B7; } .ruby .expr { color: #227; }) out.puts " &lt;/style&gt;" out.puts " &lt;/head&gt;" out.puts " &lt;body&gt;" out.puts " &lt;pre class=\"ruby\"&gt;" code = open(infile) { |f| f.read } convertor = Syntax::Convertors::HTML.for_syntax("ruby") html = convertor.convert(code) out.puts html out.puts " &lt;/pre&gt;" out.puts " &lt;/body&gt;" out.puts "&lt;/html&gt;" end end </pre> <p>Edit the <span class="caps">CSS</span> styles above to tweek the output to exactly the colors you want. I&#8217;ve added a large font-size line to make the code big enough for teh presentation (I hate small code fonts in presentations, you can ask <a href="http://twitter.com/objo">objo</a> about my rants on <em>that</em> topic.)</p> <p>Now we need to get the code on a web page. No need to get fancy here. I have a script called <code>servefiles</code> that will start a webrick process that serves files from the current directory. Just start it up with &#8220;servefiles 3333&#8221; (the 3333 is the port to use). Servefiles will display its <span class="caps">URL</span> in its startup message, like so:</p> <pre class="shell"> $ servefiles 3333 URL: http://tardis.local:3333 [2008-03-23 00:47:37] INFO WEBrick 1.3.1 [2008-03-23 00:47:37] INFO ruby 1.8.6 (2008-03-03) [i686-darwin9.2.0] [2008-03-23 00:47:37] INFO WEBrick::HTTPServer#start: pid=874 port=3333 </pre> <p>Here&#8217;s the code for <code>servefiles</code>:</p> <pre class="ruby"> #!/usr/bin/env ruby require 'webrick' include WEBrick dir = Dir::pwd port = (ARGV.first || (12000 + (dir.hash % 1000))).to_i puts "URL: http://#{Socket.gethostname}:#{port}" s = HTTPServer.new( :Port =&gt; port, :DocumentRoot =&gt; dir ) trap("INT"){ s.shutdown } s.start </pre> <p>Now all we have to do is cut and paste the <span class="caps">URL</span> given by <code>servefiles</code> into keynote and append the <span class="caps">HTML</span> file name we wish to add to our presentation:</p> <p><img src="http://onestepback.org/images/rublog/present_code/present_code_hello.jpg" alt="" /></p> <p>Now, to update the code in the presentation, I need to:</p> <ol> <li>Edit the original code base (and run unit tests against it).</li> <li>Run rake</li> <li>Press the &#8220;Update Now&#8221; button in Keynote.</li> </ol> <p>Not bad.</p> <h2>It&#8217;s Just a Proof of Concept</h2> <p>Just be warned, I haven&#8217;t tried this in a real presentation yet. I&#8217;ve just spent an hour or so seeing if all the pieces would work together. There are some obvious things to explore.</p> <ul> <li>The extraction code could be enhanced to pull snippets from files based on tags. Or even better, being able to say &#8220;Extract Method m from Class C&#8221;.</li> </ul> <ul> <li>I&#8217;m using a fixed font size, but extract could easily take the font size as an argument or even calculate the proper font size given the amount of text found in the snippet.</li> </ul> <ul> <li>I&#8217;ve not played with the &#8220;Update automatically&#8221; checkbox in the Keynote dialog. I&#8217;m not sure <em>when</em> it automatically updates, but it is possible that using it might mean you don&#8217;t even need step three above.</li> </ul> <p>I will probably experiment some more with then in my next code heavy presentation. Let me know if you try this and how it work for you.</p> <h2><span class="caps">UPDATE</span></h2> <p><a href="http://beust.com/weblog/">Cédric Beust</a> points out that cutting and pasting from Eclipse to PowerPoint does preserve syntax highlighting. I verified the same is true for Eclipse and Keynote. However all the other IDEs and editors I tried (NetBeans, Coda, TextMate, Emacs) will paste as plain, uncolored text in Keynote. So, if you are going the cut and paste route, you might want to consider using Eclipse for the cut source.</p> <p>Just for kicks I tried the presentation software in OpenOffice with the same result. Eclipse copies will preserve highlighting, none of the others will.</p> <p>So, there you have it.</p> Joining EdgeCase http://www.onestepback.org/index.cgi/General/JoiningEdgeCase.red <p style="padding-left:3em;"><em>Hello EdgeCase!</em></p> <p style="float: right; padding: 0.5em;"><a href="http://theedgecase.com"><img src="http://onestepback.org/images/rublog/edgecase.gif" border="0"/></a></p> <p>This is exciting news &#8230; well, exiting for <em>me</em> at least.</p> <p>I have just accepted a position with <a href="http://theedgecase.com">EdgeCase</a>, an agile software firm started by Joe O&#8217;Brien, Chad Humphries and Ken Barker located in Columbus Ohio. EdgeCase is focussed on agile software development and delivering Ruby on Rails solutions, a perfect match for my passions, skills and abilities.</p> <p>I have known Joe for a long time, and we have a deep, mutual respect for each other. I am extremely excited to be a part of his team.</p> <p>I still have a few remaining responsibilities with <a href="http://compuware.com">Compuware</a> that will be discharged over the next few weeks before starting full time with EdgeCase. I&#8217;ve been at Compuware for nearly 12 years and I&#8217;ve had some great assignments and really wonderful learning opportunities while working for them. But this chance to work with Joe and the gang is a golden opportunity that I am not willing to pass up.</p> Fireworks on the Fourth of July http://www.onestepback.org/index.cgi/General/FourhOfJulyFireworks.red <p style="padding-left:3em;"><em>We had some fireworks on the 4th of July &#8230; Unfortunately they weren&#8217;t the usual kind.</em></p> <h2>Fireworks on the 4th</h2> <p>It is a tradition in the US to fire off fireworks on the 4th of July in celebration of Independence day. Well, the Weirich household had some fireworks, but it&#8217;s not what you would expect.</p> <p>What we thought at the time was a really loud firecracker from the neighbors turned out to be a close lightening strike, probably hitting the phone line. I discovered later that my <span class="caps">DSL</span> router (attached to the phone line) was dead (as in no lights, no power).</p> <p>After a picking up a new <span class="caps">DSL</span> router on Wednesday from the phone company, it still didn&#8217;t connect and the phone company promised to send a technician out one Friday. Arrgh! Three days with no internect! Sigh.</p> <p>The technician arrives Friday, checks out the wiring and decides to upgrade the &#8220;system&#8221;. Part of the upgrade is another new <span class="caps">DSL</span> router (different model from the replacement unit I picked up Wednesday). We connect up the laptop to the <span class="caps">DSL</span> router and everything looks great.</p> <p>So once the phone guy leaves, I start hooking up the rest of the network: firewall router, network hub, wireless base station, and the other computers in the house.</p> <p>And nothing works.</p> <p>It looks like the lightening not only took out my <span class="caps">DSL</span> router, but it also got the firewall, network hub and wireless base station. Fortunately, I have another firewall and hub in my spare parts box.</p> <h3>Bad Cables?</h3> <p>I&#8217;m not certain of the total extent of the damage yet. The cables running to the other computers in the basement seem to be bad now (tested by against my working laptop). Since I don&#8217;t have long enough replacement cables, I haven&#8217;t checked out the network cards in two of the computers yet.</p> <p>I am a bit surprised by the cables going bad. I understand delicate electronic equipment fried by lightening, but the cables are just wires and connectors. For them to be bad must mean the strike was strong enough to short them out somehow. And that doesn&#8217;t sound good for the network cards at the other end of the cable. Sigh.</p> <p>On the good side, the my desktop computer that sits right next to the network equipment is up and running on the network. So one would that the network card in it is ok. However, it does seem to be a bit slow when browsing web pages. I mean <strong>really</strong> slow. I timed it against my laptop. What loads two seconds on my laptop takes over 20 seconds on the desktop. But that sounds more like a network configuration error than a hardware issue. Sigh, more work to do.</p> <p>At any rate, it looks like there will be a run to the local computer store soon.</p> Breedlove Tour http://www.onestepback.org/index.cgi/General/BreedloveTour.red <p style="padding-left:3em;"><em>Extra-Curicular Activities during <span class="caps">OSCON</span> Week.</em></p> <h2>The Breedlove Guitar Company</h2> <p>During the week of <span class="caps">OSCON</span>, I took Monday off to drive down to Tumalo Oregon and take a tour of the Breedlove Guitar factory. I&#8217;ve owned a Breedlove guitar for 6 years and really love it. This was a fanstastic chance to see the place where it was made. I&#8217;ve posted some <a href="http://onestepback.org/gallery/Breedlove-Guitar-Tour">pictures from the tour</a> if you would like to see them.</p>