<?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>SalientPoint</title>
	<atom:link href="http://salientpoint.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://salientpoint.com</link>
	<description>Future-Proof, Cost-Effective</description>
	<lastBuildDate>Sun, 22 Jan 2012 12:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Is server-side Javascript for real?</title>
		<link>http://salientpoint.com/is-server-side-javascript-for-real/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=is-server-side-javascript-for-real</link>
		<comments>http://salientpoint.com/is-server-side-javascript-for-real/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 12:14:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[#nodejs]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[joyent]]></category>

		<guid isPermaLink="false">http://salientpoint.com/?p=822</guid>
		<description><![CDATA[The hype is on for lightweight &#8220;Javascript in the server&#8221; alternatives to the proven Java J2EE and LAMP stacks. Even last year&#8217;s cool Ruby/Rails-style web frameworks are being dissed by the Node.js crowd. Is this where web development is going or is it just a hype bubble? Presumably thousands of startups are already all-in on [...]]]></description>
		<wfw:commentRss>http://salientpoint.com/is-server-side-javascript-for-real/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Spidermonkey Build issues with Homebrew on Lion</title>
		<link>http://salientpoint.com/fix-spidermonkey-build-issues-with-homebrew-on-lion/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-spidermonkey-build-issues-with-homebrew-on-lion</link>
		<comments>http://salientpoint.com/fix-spidermonkey-build-issues-with-homebrew-on-lion/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 06:03:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development Environment]]></category>
		<category><![CDATA[Tools & Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://salientpoint.com/?p=811</guid>
		<description><![CDATA[The fix is documented here: https://github.com/mxcl/homebrew/issues/4782 It consists of adding a line in the readline formula file: /usr/local/Library/Formula/readline.rb right before the system command: inreplace 'support/shobj-conf', 'darwin[89]*&#124;darwin10*)', 'darwin[89]*&#124;darwin1[01]*)']]></description>
		<wfw:commentRss>http://salientpoint.com/fix-spidermonkey-build-issues-with-homebrew-on-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacPorts is out. Say hello to HomeBrew</title>
		<link>http://salientpoint.com/macports-is-out-say-hello-to-homebrew/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=macports-is-out-say-hello-to-homebrew</link>
		<comments>http://salientpoint.com/macports-is-out-say-hello-to-homebrew/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 05:19:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development Environment]]></category>
		<category><![CDATA[Tools & Tips]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://salientpoint.com/?p=803</guid>
		<description><![CDATA[Today I realized that the MacPorts of both MongDB and CouchDB were (through their dependencies) completely broken. This pushed me to switch to HomeBrew. Which solved the issue. I ended up with a simpler, better structured and more up-to-date package manager to boot. Uninstall MacPorts and all your ports http://guide.macports.org/#installing.macports.uninstalling]]></description>
		<wfw:commentRss>http://salientpoint.com/macports-is-out-say-hello-to-homebrew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PoistGIS on MacOSX Snow Leopard</title>
		<link>http://salientpoint.com/poistgis-on-macosx-snow-leopard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=poistgis-on-macosx-snow-leopard</link>
		<comments>http://salientpoint.com/poistgis-on-macosx-snow-leopard/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 09:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development Environment]]></category>

		<guid isPermaLink="false">http://www.salientpoint.com/blog/?p=744</guid>
		<description><![CDATA[This is a crude log of the steps I used to get PostGIS 1.4.1 installed on MacOSX Leopard. Install the database and admin tool sudo port install postgis sudo port install pgadmin Greate a postgis template Logged in as user &#8216;postgres&#8217; do: /opt/local/lib/postgresql84/bin/createdb -E UTF8 template_postgis /opt/local/lib/postgresql84/bin/createlang -d template_postgis plpgsql Run init scripts /opt/local/lib/postgresql84/bin/psql \ [...]]]></description>
		<wfw:commentRss>http://salientpoint.com/poistgis-on-macosx-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon Web Services Doc site broken &#8211; ALL DAY!</title>
		<link>http://salientpoint.com/amazon-web-services-doc-site-broken-all-day/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=amazon-web-services-doc-site-broken-all-day</link>
		<comments>http://salientpoint.com/amazon-web-services-doc-site-broken-all-day/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 21:10:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>

		<guid isPermaLink="false">http://www.salientpoint.com/blog/?p=699</guid>
		<description><![CDATA[AWS can't run their own site reliable. Isn't AWS in the business of making this sort of thing work?]]></description>
		<wfw:commentRss>http://salientpoint.com/amazon-web-services-doc-site-broken-all-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Map Service for Eniro Sweden, Finland and Denmark</title>
		<link>http://salientpoint.com/new-map-service-for-eniro-sweden-finland-and-denmark/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-map-service-for-eniro-sweden-finland-and-denmark</link>
		<comments>http://salientpoint.com/new-map-service-for-eniro-sweden-finland-and-denmark/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:07:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[What's Going On]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.salientpoint.com/blog/?p=676</guid>
		<description><![CDATA[SalientPoint worked on the new standards-based maps for Eniro]]></description>
		<wfw:commentRss>http://salientpoint.com/new-map-service-for-eniro-sweden-finland-and-denmark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Spring for unit testing Hibernate DAO</title>
		<link>http://salientpoint.com/using-spring-for-unit-testing-hibernate-dao/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-spring-for-unit-testing-hibernate-dao</link>
		<comments>http://salientpoint.com/using-spring-for-unit-testing-hibernate-dao/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 14:21:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.salientpoint.com/blog/?p=651</guid>
		<description><![CDATA[Most non-trivial Hibernate applications require us to keep a Hibernate Session around. In our webapp we us the HibernateInterceptor to manage the session. This doesn&#8217;t help us when we want to unit test libraries that use Hibernate. A convenient solution to this issue is having the tests extend org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests (there are corresponding classes for other [...]]]></description>
		<wfw:commentRss>http://salientpoint.com/using-spring-for-unit-testing-hibernate-dao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will the free MS Office make users return from Google Docs</title>
		<link>http://salientpoint.com/will-the-free-ms-office-make-users-return-from-google-docs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=will-the-free-ms-office-make-users-return-from-google-docs</link>
		<comments>http://salientpoint.com/will-the-free-ms-office-make-users-return-from-google-docs/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 18:02:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.salientpoint.com/blog/?p=604</guid>
		<description><![CDATA[Microsoft is to offer its basic cloud version of MS office for free. Will defectors return?]]></description>
		<wfw:commentRss>http://salientpoint.com/will-the-free-ms-office-make-users-return-from-google-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hemnet 2.0 maps</title>
		<link>http://salientpoint.com/hemnet-2-0-maps/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hemnet-2-0-maps</link>
		<comments>http://salientpoint.com/hemnet-2-0-maps/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 08:28:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[What's Going On]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.salientpoint.com/blog/?p=575</guid>
		<description><![CDATA[We have worked on some new Cartography for version 2.0 of Hemnet.]]></description>
		<wfw:commentRss>http://salientpoint.com/hemnet-2-0-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List open ports on MacOSX</title>
		<link>http://salientpoint.com/list-open-ports-on-macosx/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=list-open-ports-on-macosx</link>
		<comments>http://salientpoint.com/list-open-ports-on-macosx/#comments</comments>
		<pubDate>Sun, 03 May 2009 10:26:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools & Tips]]></category>

		<guid isPermaLink="false">http://www.salientpoint.com/blog/?p=556</guid>
		<description><![CDATA[% sudo lsof -i -P &#124; grep -i &#34;listen&#34; ssh 9185 myuser 8u IPv6 0x92f5d90 0t0 TCP *:5902 (LISTEN) ssh 9185 myuser 9u IPv4 0xceb9a68 0t0 TCP *:5902 (LISTEN) ssh 9185 myuser 10u IPv6 0x92f6258 0t0 TCP *:8022 (LISTEN) ssh 9185 myuser 11u IPv4 0x11962270 0t0 TCP *:8022 (LISTEN) ssh 9185 myuser 12u IPv6 0xecb9e4c [...]]]></description>
		<wfw:commentRss>http://salientpoint.com/list-open-ports-on-macosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

