<?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>Bridget</title>
	<atom:link href="http://bridgetconsulting.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://bridgetconsulting.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 Mar 2011 14:14:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>svn+ssh with Subclipse on OS X</title>
		<link>http://bridgetconsulting.com/?p=78</link>
		<comments>http://bridgetconsulting.com/?p=78#comments</comments>
		<pubDate>Fri, 18 Mar 2011 14:14:00 +0000</pubDate>
		<dc:creator>bridget</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bridgetconsulting.com/?p=78</guid>
		<description><![CDATA[If you need to use svn+ssh with Subclipse on OS X, use SVNKit instead of JavaHL. Otherwise, you will receive errors such as &#8220;Network connection closed unexpectedly&#8221; In Eclipse, go to Eclipse &#8211; Preferences, then Team &#8211; SVN. Under SVN interface, choose Client: SVNKit (Pure Java) SVNKit vx.x.x.xxx.]]></description>
			<content:encoded><![CDATA[<p>If you need to use svn+ssh with Subclipse on OS X, use SVNKit instead of JavaHL. Otherwise, you will receive errors such as &#8220;Network connection closed unexpectedly&#8221;</p>
<p>In Eclipse, go to Eclipse &#8211; Preferences, then Team &#8211; SVN. Under SVN interface, choose Client: SVNKit (Pure Java) SVNKit vx.x.x.xxx.</p>
]]></content:encoded>
			<wfw:commentRss>http://bridgetconsulting.com/?feed=rss2&#038;p=78</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual Studio debugging issues</title>
		<link>http://bridgetconsulting.com/?p=73</link>
		<comments>http://bridgetconsulting.com/?p=73#comments</comments>
		<pubDate>Thu, 27 Jan 2011 20:55:32 +0000</pubDate>
		<dc:creator>bridget</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bridgetconsulting.com/?p=73</guid>
		<description><![CDATA[I am working on an ASP.Net web services project, and, out of the blue, lost the ability to debug in Visual Studio.  When I tried to debug my application that tested the web services, it could not load the symbols of the web services project.  It was all very mysterious as nothing about my environment [...]]]></description>
			<content:encoded><![CDATA[<p>I am working on an ASP.Net web services project, and, out of the blue, lost the ability to debug in Visual Studio.  When I tried to debug my application that tested the web services, it could not load the symbols of the web services project.  It was all very mysterious as nothing about my environment had obviously changed; one minute it was working, then it was not.  So after much reviewing of project settings, cleaning, and rebuilding, what worked was to go to C:\inetpub\wwroot\MyApp, delete everything, then do a fresh rebuild and Publish.  Voila, I could debug and hit breakpoints again.</p>
]]></content:encoded>
			<wfw:commentRss>http://bridgetconsulting.com/?feed=rss2&#038;p=73</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Clojure next steps</title>
		<link>http://bridgetconsulting.com/?p=71</link>
		<comments>http://bridgetconsulting.com/?p=71#comments</comments>
		<pubDate>Tue, 04 Jan 2011 05:21:02 +0000</pubDate>
		<dc:creator>bridget</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bridgetconsulting.com/?p=71</guid>
		<description><![CDATA[Work has been very busy, but I have been stealing whatever moments I can to continue learning Clojure.  Finished Programming Clojure, started The Joy of Clojure, and have been working on the exercises in the labrepl. It is finally starting to really sink in.  I feel that ah-hah moment coming&#8230; not quite there yet, but [...]]]></description>
			<content:encoded><![CDATA[<p>Work has been very busy, but I have been stealing whatever moments I can to continue learning Clojure.  Finished Programming Clojure, started The Joy of Clojure, and have been working on the exercises in the <a href="https://github.com/relevance/labrepl">labrepl</a>. It is finally starting to really sink in.  I feel that ah-hah moment coming&#8230; not quite there yet, but I think it&#8217;s close. Next: watch Clojure <a href="http://clojure.blip.tv/">videos</a> and <a href="http://vimeo.com/channels/fulldisclojure">screencasts</a>.  I signed up at <a href="http://projecteuler.net/">Project Euler</a> and will start those soon.  Multiple people have suggested that.</p>
]]></content:encoded>
			<wfw:commentRss>http://bridgetconsulting.com/?feed=rss2&#038;p=71</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java 1.5 missing on Snow Leopard</title>
		<link>http://bridgetconsulting.com/?p=67</link>
		<comments>http://bridgetconsulting.com/?p=67#comments</comments>
		<pubDate>Tue, 12 Oct 2010 22:10:40 +0000</pubDate>
		<dc:creator>bridget</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bridgetconsulting.com/?p=67</guid>
		<description><![CDATA[I have various reasons to develop against Java 1.5 (and 1.4!) and found that Java 1.5 is missing from OS X Snow Leopard. These instructions worked perfectly for me.  Once I installed 1.5, I used the Java Preferences in OS X &#8211; /Applications/Utilities/Java Preferences to make 1.5 default. A Java update will probably break this, [...]]]></description>
			<content:encoded><![CDATA[<p>I have various reasons to develop against Java 1.5 (and 1.4!) and found that Java 1.5 is missing from OS X Snow Leopard.</p>
<p>These <a href="http://chxor.chxo.com/post/183013153/installing-java-1-5-on-snow-leopard">instructions</a> worked perfectly for me.  Once I installed 1.5, I used the Java Preferences in OS X &#8211; /Applications/Utilities/Java Preferences to make 1.5 default.</p>
<p>A Java update will probably break this, so when that happens, these steps will likely have to be repeated.</p>
]]></content:encoded>
			<wfw:commentRss>http://bridgetconsulting.com/?feed=rss2&#038;p=67</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using JavaHL with Eclipse on OS X</title>
		<link>http://bridgetconsulting.com/?p=64</link>
		<comments>http://bridgetconsulting.com/?p=64#comments</comments>
		<pubDate>Sun, 22 Aug 2010 06:17:33 +0000</pubDate>
		<dc:creator>bridget</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bridgetconsulting.com/?p=64</guid>
		<description><![CDATA[I had some flaky issue with Subclipse where it could not communicate with one particular repository with https.  Everything worked fine with straight svn at the command line and through the browser, but no dice in Eclipse.  After many agonizing hours (as very little of this was clear from logs, error messages, etc&#8230; I had [...]]]></description>
			<content:encoded><![CDATA[<p>I had some flaky issue with Subclipse where it could not communicate with one particular repository with https.  Everything worked fine with straight svn at the command line and through the browser, but no dice in Eclipse.  After many agonizing hours (as very little of this was clear from logs, error messages, etc&#8230; I had to rely on google search after google search), I finally determined that I would just have to use the JavaHL connector, but for some reason, JavaHL was not available.</p>
<pre>Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
/opt/local/lib/libsvnjavahl-1.0.0.0.dylib:  no suitable image found.  Did find:  /opt/local/lib/libsvnjavahl-1.0.0.0.dylib: mach-o, but wrong architecture</pre>
<p>Finally discovered that this was due to an incompatibility between the 64 bit Eclipse/JVM and the 32 bit subversion-javahlbindings libraries I got from MacPorts.  (Subclipse&#8217;s <a href="http://subclipse.tigris.org/wiki/JavaHL">answer</a> to just use those from CollabNet did not work for me as I had the same error with my https repository with CollabNet&#8217;s build of Subversion.)</p>
<p>This many hours in, I should have given up and returned to using svn from the command line as I had been doing for a few months, but I would not give up!  I could not bear the idea of slogging through this whole upcoming project without IDE integration with source control.</p>
<p>The answer:  I built the subversion-javahlbindings for 64 bit which required some learning about MacPorts.</p>
<p>To enable the x86_64 target in MacPorts:</p>
<p>In /opt/local/etc/macports.conf, add x86_64 as one of the universal targets:</p>
<pre>universal_archs         i386 x86_64</pre>
<p>Then add the universal variant to the macports install of the subversion javahl bindings (I also needed no_bdb):</p>
<pre>sudo port install subversion-javahlbindings +no_bdb +universal</pre>
<p>This then required me to build a number of other dependencies with the +universal variant:  zlib, cyrus-sasl2, ncurses, expat.  I hope I haven&#8217;t broken a bunch of other macports software I am using by doing this.  The nice thing about MacPorts, though, is that they only use MacPorts libraries and separate everything off into /opt/local.  So this should not affect any other OS X stuff.</p>
<p>This may not be an issue at all with Snow Leopard; I don&#8217;t know.  I am running Leopard and have not been compelled to upgrade.  Thought about it a bit tonight.</p>
]]></content:encoded>
			<wfw:commentRss>http://bridgetconsulting.com/?feed=rss2&#038;p=64</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Getting started options for Clojure</title>
		<link>http://bridgetconsulting.com/?p=61</link>
		<comments>http://bridgetconsulting.com/?p=61#comments</comments>
		<pubDate>Wed, 21 Jul 2010 03:21:10 +0000</pubDate>
		<dc:creator>bridget</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bridgetconsulting.com/?p=61</guid>
		<description><![CDATA[When I first installed Clojure, I had a working java environment on OS X, so all I had to do was download the clojure jars.  Then I ran the REPL with java -cp clojure.jar clojure.main That got packaged into a shell script, clj, which was added to my path and chmod +x so that I [...]]]></description>
			<content:encoded><![CDATA[<p>When I first installed Clojure, I had a working java environment on OS X, so all I had to do was <a href="http://code.google.com/p/clojure/">download</a> the clojure jars.  Then I ran the REPL with<br />
<code>java -cp clojure.jar clojure.main</code></p>
<p>That got packaged into a shell script, clj, which was added to my path and chmod +x so that I could run the REPL with<br />
<code>clj</code></p>
<p>That worked for a while, but then I got frustrated not having command history (arrow up to get your last so many commands).  I followed the instructions <a href="http://clojure.org/getting_started">here</a> to use the JLine ConsoleRunner, which works just fine.</p>
<p>(Here is another set of <a href="http://programmingzen.com/2010/07/13/how-to-setup-clojure-from-scratch/">instructions</a> to do the same thing, but with rlwrap.)</p>
<p>When I went exploring for more Getting Started material, I found the <a href="http://www.assembla.com/wiki/show/clojure/Getting_Started">Clojure Assembla</a>, which led me to <a href="http://github.com/technomancy/leiningen">Leiningen</a> and <a href="http://github.com/relevance/labrepl">labrepl</a>.  This made me rethink how I got clojure in the first place.  Akin to test-driven development, you can do something along the lines of &#8220;deploy-driven&#8221; builds &#8211; get your tools/environment with the build tool.  Clever.  Here are  some great <a href="http://corfield.org/blog/post.cfm/getting-started-with-clojure">instructions</a> on how to get clojure using the clojure build tool, Leiningen.</p>
<p>There is also <a href="http://github.com/liebke/cljr">cljr</a>, but I have not used that yet.</p>
<p>I got Leiningen and labrepl installed and started working through some of the labrepl exercises.  It&#8217;s nice to have some more supporting learning materials in addition to the <a href="http://pragprog.com/titles/shcloj/programming-clojure">Programming Clojure</a> book.  It is a good introduction to the language, but it is not Learning Clojure.  I will likely also get <a href="http://joyofclojure.com/">Joy of Clojure</a>.</p>
<p>For some background on where Clojure came from, there is Rich Hickey&#8217;s <a href="http://www.infoq.com/presentations/Are-We-There-Yet-Rich-Hickey">keynote</a> at the 2009 JVM Language Summit.</p>
]]></content:encoded>
			<wfw:commentRss>http://bridgetconsulting.com/?feed=rss2&#038;p=61</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clojure</title>
		<link>http://bridgetconsulting.com/?p=57</link>
		<comments>http://bridgetconsulting.com/?p=57#comments</comments>
		<pubDate>Fri, 16 Jul 2010 04:12:26 +0000</pubDate>
		<dc:creator>bridget</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bridgetconsulting.com/?p=57</guid>
		<description><![CDATA[So many things, mostly work, have been keeping me busy that I have not had time to do any game programming for the past year.  I have not given up, though.  My current interest is HTML5/Javascript game programming, sparked mainly by the Google Pacman logo.  I found a great canvas intro tutorial that is very [...]]]></description>
			<content:encoded><![CDATA[<p>So many things, mostly work, have been keeping me busy that I have not had time to do any game programming for the past year.  I have not given up, though.  My current interest is HTML5/Javascript game programming, sparked mainly by the <a href="http://www.google.com/pacman/">Google Pacman logo</a>.  I found a great canvas intro <a href="http://billmill.org/static/canvastutorial/index.html">tutorial</a> that is very thoughtfully put together and fun.</p>
<p>What I am fully immersed in right now, though, is learning Clojure.  I am reading <a href="http://pragprog.com/titles/shcloj/programming-clojure">Programming Clojure</a> and a variety of online resources.  Functional programming languages have always been an over the horizon quest for me.  A bit of Lisp in college Programming Languages, a few months of watching <a href="http://mitpress.mit.edu/sicp/full-text/book/book.html">SICP </a>lectures, read part of an Erlang book, etc.  I have never quite gotten it, though.  Now the light bulb is finally starting to go off.  I don&#8217;t know if it&#8217;s that I&#8217;ve reached a brain critical mass or if it&#8217;s Clojure.  I went to a functional programming <a href="http://www.meetup.com/JaxFunc/calendar/13770118/">meetup</a>, and foldr finally really made sense to me.  That might have just been due to how well it was presented there, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://bridgetconsulting.com/?feed=rss2&#038;p=57</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JaxJug Unicode lightning talk</title>
		<link>http://bridgetconsulting.com/?p=46</link>
		<comments>http://bridgetconsulting.com/?p=46#comments</comments>
		<pubDate>Thu, 16 Apr 2009 15:24:39 +0000</pubDate>
		<dc:creator>bridget</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://bridgetconsulting.com/?p=46</guid>
		<description><![CDATA[JaxJug Unicode lightning talk Presented for JaxJug, April 15, 2009.]]></description>
			<content:encoded><![CDATA[<p><a href="http://bridgetconsulting.com/wp-content/uploads/2009/04/java_i18n.ppt">JaxJug Unicode lightning talk</a></p>
<p>Presented for JaxJug, April 15, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://bridgetconsulting.com/?feed=rss2&#038;p=46</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cocoa Programming</title>
		<link>http://bridgetconsulting.com/?p=41</link>
		<comments>http://bridgetconsulting.com/?p=41#comments</comments>
		<pubDate>Tue, 14 Apr 2009 16:56:16 +0000</pubDate>
		<dc:creator>bridget</dc:creator>
				<category><![CDATA[Game development]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[OS X game programming]]></category>

		<guid isPermaLink="false">http://bridgetconsulting.com/?p=41</guid>
		<description><![CDATA[This week I started reading Aaron Hillegaas&#8217; Cocoa book.  Learning Objective-C is a bit confusing &#8211; all the []&#8216;s and @&#8217;s, etc &#8211; but not too bad.  It reminds me a lot of Smalltalk if you used a salt shaker to sprinkle some C on top of it. What I think I really need to [...]]]></description>
			<content:encoded><![CDATA[<p>This week I started reading Aaron Hillegaas&#8217; <a href="http://www.amazon.com/Cocoa-Programming-Mac-OS-3rd/dp/0321503619">Cocoa book</a>.  Learning Objective-C is a bit confusing &#8211; all the []&#8216;s and @&#8217;s, etc &#8211; but not too bad.  It reminds me a lot of Smalltalk if you used a salt shaker to sprinkle some C on top of it.</p>
<p>What I think I really need to do, though, is just start some OpenGL tutorials and start creating games on OS X, then add the Cocoa bits later.  From what I understand right now, I don&#8217;t really need to use much of Cocoa to make a game for OS X.  So I can just add the Cocoa parts later after I figure out how to program a straight game.</p>
]]></content:encoded>
			<wfw:commentRss>http://bridgetconsulting.com/?feed=rss2&#038;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JRuby Presentation</title>
		<link>http://bridgetconsulting.com/?p=29</link>
		<comments>http://bridgetconsulting.com/?p=29#comments</comments>
		<pubDate>Thu, 26 Mar 2009 13:14:36 +0000</pubDate>
		<dc:creator>bridget</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://hillyerhayesgroup.com/?p=29</guid>
		<description><![CDATA[Presented for RubyJax, March 24, 2009. JRuby Presentation]]></description>
			<content:encoded><![CDATA[<p>Presented for RubyJax, March 24, 2009.</p>
<p><a href="http://hillyerhayesgroup.com/wp-content/uploads/2009/03/jruby1.ppt">JRuby Presentation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bridgetconsulting.com/?feed=rss2&#038;p=29</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
