<?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>Logiciel Libre &#187; Work</title>
	<atom:link href="http://adammonsen.com/post/tag/work/feed" rel="self" type="application/rss+xml" />
	<link>http://adammonsen.com</link>
	<description>blog and sundries of Adam Monsen</description>
	<lastBuildDate>Fri, 09 Jul 2010 19:23:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ehcache Java library&#8217;s UpdateChecker == spyware</title>
		<link>http://adammonsen.com/post/512</link>
		<comments>http://adammonsen.com/post/512#comments</comments>
		<pubDate>Mon, 29 Mar 2010 16:03:59 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[nerdy]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://adammonsen.com/?p=512</guid>
		<description><![CDATA[I just took a peek at recent Grails development, and noticed they added code to disable a &#8220;phone home&#8221; feature in Ehcache. Strange, I thought, why would this be necessary? Apparently Ehcache includes an automatic update check that is also effectively a phone home. Terracotta software conveniently collects some extra information (such as your IP address) [...]]]></description>
			<content:encoded><![CDATA[<p>I just took a peek at recent Grails development, and noticed they <a href="http://jira.codehaus.org/browse/GRAILS-5949">added code to disable a &#8220;phone home&#8221; feature in Ehcache</a>. Strange, I thought, why would this be necessary?</p>
<p>Apparently Ehcache includes an <a href="http://www.svenlange.co.za/?p=122">automatic update check</a> that is also effectively a <a href="http://en.wikipedia.org/wiki/Phoning_home">phone home</a>. Terracotta software conveniently collects some extra information (such as your IP address) when Ehcache phones home. The information they collect is benign. But, seriously? A <em>library</em> phoning home, <em>by default</em>?</p>
<p>Who decided it would be a good idea to add this feature to a popular Java library? It&#8217;s a transparent attempt at gathering usage statistics.  As a participant in a professional FLOSS project, I can fully identify with the need for knowing who is using your software. But automatically, secretly phoning home is not the way to do it!</p>
<p>Terracotta, will you turn this feature off by default in the next Ehcache release?</p>
<p>I see this issue has come up in forums:</p>
<ul>
<li><a href="http://forums.terracotta.org/forums/posts/list/2793.page">Ehcache update check</a></li>
<li><a href="/forums/posts/list/3022.page">Can Ehcache check user local info?!</a></li>
<li><a href="/forums/posts/list/2701.page">ehcache 1.7.0 calling home to check for updates?!?!?</a></li>
</ul>
<p>Other tidbits:</p>
<ul>
<li>We use Ehcache 1.4.1 in Mifos, but that (pre-Terracotta) version does not phone home</li>
<li>Quartz, <a href="http://tech.puredanger.com/2009/11/19/terracotta-acquires-quart/">another recent Terracotta acquisition</a>, <a href="http://forums.terracotta.org/forums/posts/list/2793.page#18998">also phones home</a></li>
<li>Here&#8217;s an open issue about the <a href="http://jira.terracotta.org/jira/browse/EHC-600">update checker creating unnecessary threads</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://adammonsen.com/post/512/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun, help!</title>
		<link>http://adammonsen.com/post/451</link>
		<comments>http://adammonsen.com/post/451#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:08:05 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mifos]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://adammonsen.com/?p=451</guid>
		<description><![CDATA[The Subversion repository I use at work is hosted by java.net. Performance is generally on the slow side, but lately, the server is frequently going down. The most recent outage was more than 24 hours. Since Subversion is a centralized version control system, server uptime is critical. Without access to the server, we can&#8217;t view [...]]]></description>
			<content:encoded><![CDATA[<p>The Subversion repository I use at <a href="http://www.mifos.org">work</a> is hosted by java.net. Performance is generally on the slow side, but lately, the server is frequently going down. The most recent outage was more than 24 hours. Since Subversion is a centralized version control system, server uptime is critical. Without access to the server, we can&#8217;t view logs, commit, merge, or update.</p>
<p>Why is performance so bad? Why does the server keep failing? Sun and CollabNet have been responsive (thank you Sonya and Eric!) but mainly all we hear is &#8220;we&#8217;re working on it&#8221;.</p>
<p>The outages are costing us. If service doesn&#8217;t improve, we need to move to another provider. SourceForge sounds hopeful, especially since we can directly migrate over our Subversion repository and, eventually, switch to a dVCS like Mercurial.</p>
]]></content:encoded>
			<wfw:commentRss>http://adammonsen.com/post/451/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mifos in the Google Summer of Code 2009</title>
		<link>http://adammonsen.com/post/431</link>
		<comments>http://adammonsen.com/post/431#comments</comments>
		<pubDate>Thu, 19 Mar 2009 06:02:41 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[floss]]></category>
		<category><![CDATA[mifos]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://adammonsen.com/?p=431</guid>
		<description><![CDATA[Mifos has been accepted for the Google Summer of Code 2009! Working on Mifos has been my full-time job since October of 2007. The Google Summer of Code is an awesome program funded by Google wherein students get paid to work on FLOSS. Yay! If you&#8217;re an eligible and interested student, check out our ideas [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://socghop.appspot.com/org/show/google/gsoc2009/mifos">Mifos has been accepted for the Google Summer of Code 2009</a>! Working on Mifos has been my full-time job since October of 2007. The <a href="http://code.google.com/soc/">Google Summer of Code</a> is an awesome program funded by Google wherein students get paid to work on <a href="http://en.wikipedia.org/wiki/FLOSS">FLOSS</a>. Yay!</p>
<p>If you&#8217;re an eligible and interested student, check out our <a href="http://www.mifos.org/developers/wiki/SoC2009Ideas">ideas page</a>, hop on <a href="http://www.mifos.org/developers/listserv/irc-mifos">IRC</a> during US/Pacific business hours, ask away on the mailing list, download the code, try building it, etc. and we&#8217;ll get you signed up!</p>
]]></content:encoded>
			<wfw:commentRss>http://adammonsen.com/post/431/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mifos at OSCON 2008</title>
		<link>http://adammonsen.com/post/333</link>
		<comments>http://adammonsen.com/post/333#comments</comments>
		<pubDate>Sun, 27 Apr 2008 18:37:08 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[mifos]]></category>
		<category><![CDATA[oscon]]></category>
		<category><![CDATA[Propaganda]]></category>
		<category><![CDATA[sri]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://adammonsen.com/post/333</guid>
		<description><![CDATA[Mifos&#8217;s beloved director George Conard will be giving a talk on Mifos at the 2008 O&#8217;Reilly Open Source Conference in Portland, Oregon. The phrase double bottom line refers to having a bottom line besides just profit. See you there!]]></description>
			<content:encoded><![CDATA[<p>Mifos&#8217;s beloved director <a href="http://georgeconard.com">George Conard</a> will be giving <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/2705">a talk on Mifos</a> at the <a href="http://en.oreilly.com/oscon2008/">2008 O&#8217;Reilly Open Source Conference</a> in Portland, Oregon.</p>
<p>The phrase <a href="http://en.wikipedia.org/wiki/Double_bottom_line">double bottom line</a> refers to having a bottom line besides just profit.</p>
<p><a href="http://article.gmane.org/gmane.comp.finance.mifos.devel/4560">See you there</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://adammonsen.com/post/333/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pidgin, IRC, Freenode</title>
		<link>http://adammonsen.com/post/329</link>
		<comments>http://adammonsen.com/post/329#comments</comments>
		<pubDate>Sat, 15 Mar 2008 18:16:49 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[mifos]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://adammonsen.com/post/329</guid>
		<description><![CDATA[IRC is an ancient, tried-and-true one-to-many chat protocol. Pidgin is a feature-rich instant messaging client that can handle many protocols, including IRC. Pidgin runs on many different platforms, including the three most popular ones. Pidgin integrates nicely with the desktop. Here&#8217;s how to set up a Freenode IRC account in Pidgin: Open Pidgin; click Accounts [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat"><acronym title="Internet Relay Chat">IRC</acronym></a> is an ancient, tried-and-true one-to-many chat protocol. <a href="http://pidgin.im">Pidgin</a> is a feature-rich instant messaging client that can handle many protocols, including IRC<a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat"><acronym title="Internet Relay Chat"></acronym></a>. Pidgin runs on many different platforms, including the three most popular ones. Pidgin integrates nicely with the desktop.</p>
<p>Here&#8217;s how to set up a Freenode IRC account in Pidgin:</p>
<ol>
<li>Open Pidgin; click <code>Accounts -&gt; Add/Edit</code>.</li>
<li>Click the <code>Add</code> button.</li>
<li>Change the protocol to <code>IRC</code> and enter<br />
<code>irc.freenode.net</code> as the server.</li>
<li>If you have a Screen name (called a &#8220;nick&#8221; or &#8220;nickname&#8221; in IRC<br />
parlance), type it (e.g. <code>MrOpenSource</code>) in the <code>Screen<br />
name</code> field. If you don&#8217;t own one yet, make one up.</li>
<li>Click on the <code>Advanced</code> tab, and fill in the <code>Real<br />
name</code> field.</li>
</ol>
<p>Now, register your nickname. This helps people recognize you, protects your<br />
identity, and allows you to send private messages.</p>
<ol>
<li>Click on <code>Buddies</code><code> -&gt; </code><code>New Instant Message</code>.</li>
<li>Fill in <code>NickServ</code> for <code>Name</code>.</li>
<li>Change <code>Account</code> to the Freenode account you just created,<br />
and click <code>Ok</code>. Now you can &#8220;talk&#8221; with the<br />
<code>NickServ</code> robot.</li>
<li>The first message you send should be <code>register PASSWORD</code><br />
(where <code>PASSWORD</code> is one of your choosing).</li>
<li>Next, set an email address. This will give you a way to reset your<br />
password later should there be a need. Send <code>set hide email on</code><br />
to <code>NickServ</code>.</li>
<li>Next message should be <code>set email ADDRESS</code> (where<br />
<code>ADDRESS</code> is your email address)</li>
</ol>
<p>Then, join <code>#mifos</code>. :)</p>
<p>One problem sometimes occurs when you have connection problems. You may be disconnected from the internet and the IRC server may not realize you&#8217;ve dropped off. When you reconnect, you may see what appears to be <em>two</em> of your username in the channel with slightly different names. Like: <code>USERNAME</code> and <code>USERNAME_</code>. Send <code>help release</code> to <code>NickServ</code>, and <code>NickServ</code> will tell you how to release the original, correct nickname.</p>
<p>Further instructions can be found <a href="http://freenode.net/faq.shtml#nicksetup">here</a> or by saying <code>help</code> to NickServ. Commands like <code>/msg NickServ help</code> do work in Pidgin.</p>
<p>This guide was heavily inspired by <a href="http://www.freesoftwaremagazine.com/articles/pidgin?page=0%2C2">the following article on freesoftwaremagazine.com</a>.</p>
<p>One more final tip: enable the &#8220;Join/Part Hiding&#8221; plugin to supress the many &#8220;so-and-so joined the room, so-and-so left&#8221; messages that will likely show up in the channel.</p>
]]></content:encoded>
			<wfw:commentRss>http://adammonsen.com/post/329/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mifos NYT Spot</title>
		<link>http://adammonsen.com/post/308</link>
		<comments>http://adammonsen.com/post/308#comments</comments>
		<pubDate>Tue, 13 Nov 2007 23:57:28 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://adammonsen.com/post/308</guid>
		<description><![CDATA[Mifos was mentioned in the New York Times yesterday. The big news is that I.B.M. is having 10 software engineers work on the project. Can&#8217;t wait to meet &#8216;em!]]></description>
			<content:encoded><![CDATA[<p><a href="http://mifos.org/">Mifos</a> was <a href="http://www.nytimes.com/2007/11/12/giving/12micro.html">mentioned in the New York Times</a> yesterday. The big news is that I.B.M. is having 10 software engineers work on the project. Can&#8217;t wait to meet &#8216;em!</p>
]]></content:encoded>
			<wfw:commentRss>http://adammonsen.com/post/308/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mifos In Action</title>
		<link>http://adammonsen.com/post/307</link>
		<comments>http://adammonsen.com/post/307#comments</comments>
		<pubDate>Wed, 07 Nov 2007 17:48:52 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://adammonsen.com/post/307</guid>
		<description><![CDATA[Check out this map of Mifos deployments (created by Sam). Nice!]]></description>
			<content:encoded><![CDATA[<p>Check out <a href="http://tinyurl.com/24ookf">this map</a> of <a href="http://mifos.org">Mifos</a> deployments (created by Sam). Nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://adammonsen.com/post/307/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Job: MifOS</title>
		<link>http://adammonsen.com/post/300</link>
		<comments>http://adammonsen.com/post/300#comments</comments>
		<pubDate>Thu, 18 Oct 2007 16:19:10 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://adammonsen.com/post/300</guid>
		<description><![CDATA[I&#8217;m pretty stoked about my new job at the Grameen Foundation working on FLOSS accounting software: MifOS. This video gives a nice technical perspective of the project. I was also lucky enough to catch a lecture by the founder of Grameen Bank, Muhammad Yunus. Dr. Yunus&#8217; delivered an inspiring message about the end of poverty. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pretty stoked about my new job at the <a href="http://www.grameenfoundation.org/">Grameen Foundation</a> working on <a href="http://en.wikipedia.org/wiki/FLOSS">FLOSS</a> accounting software: <a href="http://mifos.org/">MifOS</a>. <a href="http://youtube.com/watch?v=aZ5yAn0GZT0">This video</a> gives a nice technical perspective of the project.</p>
<p>I was also lucky enough to catch <a href="http://seattlepi.nwsource.com/business/335705_yunus17.html">a lecture</a> by the founder of Grameen Bank, <a href="http://en.wikipedia.org/wiki/Muhammad_Yunus">Muhammad Yunus</a>. Dr. Yunus&#8217; delivered an inspiring message about the end of poverty. &#8220;We will have poverty museums to remember what poverty was, and we will run full-page ads in the New York Times and Washington Post offering a reward to anyone who can find a poor person.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://adammonsen.com/post/300/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Work Update: 777s to SIA</title>
		<link>http://adammonsen.com/post/242</link>
		<comments>http://adammonsen.com/post/242#comments</comments>
		<pubDate>Mon, 04 Dec 2006 04:46:09 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://adammonsen.com/?p=242</guid>
		<description><![CDATA[I must admit, it was cool to be a part of this!]]></description>
			<content:encoded><![CDATA[<p>I must admit, it was cool to be a part of <a href="http://seattletimes.nwsource.com/html/businesstechnology/2003452451_boeing29.html">this</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://adammonsen.com/post/242/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Friends in the News</title>
		<link>http://adammonsen.com/post/8</link>
		<comments>http://adammonsen.com/post/8#comments</comments>
		<pubDate>Tue, 26 Oct 2004 01:09:16 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[http://biz.yahoo.com/ap/0&#8230;d_online_5.html It was announced today in a press release that United Online acquired Classmates.com for $100 million. Congratulations to everyone at Classmates.com for your hard work!]]></description>
			<content:encoded><![CDATA[<p class="bloglink"><a href="http://biz.yahoo.com/ap/041025/earns_united_online_5.html">http://biz.yahoo.com/ap/0&#8230;d_online_5.html</a></p>
<p>It was announced today in a press release that United Online acquired Classmates.com for $100 million. Congratulations to everyone at Classmates.com for your hard work!</p>
]]></content:encoded>
			<wfw:commentRss>http://adammonsen.com/post/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
