<?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>logicLAB.org</title>
	<atom:link href="http://logiclab.org/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://logiclab.org/wordpress</link>
	<description>logicLAB Open Source Activities and Projects</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:23:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CPAN Release Business::DK::Phonenumber 0.04</title>
		<link>http://logiclab.org/wordpress/2012/01/31/cpan-release-businessdkphonenumber-0-04/</link>
		<comments>http://logiclab.org/wordpress/2012/01/31/cpan-release-businessdkphonenumber-0-04/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 08:16:42 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2012/01/31/cpan-release-businessdkphonenumber-0-04/</guid>
		<description><![CDATA[My friend, colleague and fellow Copenhagen Perl Monger Asbjørn Thegler reported a bug with Business::DK::Phonenumber (BDKPHN-10).
Looking at the code we found out that parts of it made no sense. Asbjørn provided me with a good example demonstrating the bug, so this was quickly translated to a test (BDKPHN-10) and the non-sense code and the issue [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">My friend, colleague and fellow Copenhagen Perl Monger Asbjørn Thegler reported a bug with <a href="http://logiclab.jira.com/wiki/display/BDKPHN/Home">Business::DK::Phonenumber</a> (<a href="http://logiclab.jira.com/browse/BDKPHN-10">BDKPHN-10</a>).</p>
<p style="text-align: left">Looking at the code we found out that parts of it made no sense. Asbjørn provided me with a good example demonstrating the bug, so this was quickly translated to a test (<a href="http://logiclab.jira.com/source/browse/BDKPHN/trunk/t/BDKPHN-10.t?hb=true">BDKPHN-10</a>) and the non-sense code and the issue could be addressed.</p>
<p style="text-align: left">The release has been uploaded to PAUSE and should be available on CPAN.</p>
<p style="text-align: left">Thanks to Asbjørn for reporting the bug.</p>
<p style="text-align: left">jonasbn, Copenhagen</p>
<p style="text-align: left">PS. this post was cross-posted from the <a href="http://logiclab.jira.com/wiki/pages/viewrecentblogposts.action?key=BDKPHN">project blog on Business::DK::Phonenumber</a></p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2012/01/31/cpan-release-businessdkphonenumber-0-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initial Release of Task-Jenkins Uploaded to CPAN</title>
		<link>http://logiclab.org/wordpress/2011/12/27/initial-release-of-task-jenkins-uploaded-to-cpan/</link>
		<comments>http://logiclab.org/wordpress/2011/12/27/initial-release-of-task-jenkins-uploaded-to-cpan/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 19:47:53 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Task::Jenkins]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/12/27/initial-release-of-task-jenkins-uploaded-to-cpan/</guid>
		<description><![CDATA[First release of Task::Jenkins have been uploaded to PAUSE and it should be available via your local CPAN mirror by the time of publication of this post or shortly hereafter.
Task::Jenkins is a collection of distributions for continuous integration using Jenkins it installs a collection of distributions which have been identified as useful in utilizing Jenkins [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">First release of <a href="http://logiclab.jira.com/wiki/display/OPEN/Task-Jenkins">Task::Jenkins</a> have been uploaded to PAUSE and it should be available via your local CPAN mirror by the time of publication of this post or shortly hereafter.</p>
<p style="text-align: left">Task::Jenkins is a collection of distributions for continuous integration using Jenkins it installs a collection of distributions which have been identified as useful in utilizing Jenkins for continuous integration of Perl distributions, applications and code.</p>
<p style="text-align: left">The key concept in the use of Jenkins for Perl is enabling the existing tool chain with minor adjustments.</p>
<p style="text-align: left">The basic requirements are that you are using some sort of build system, basically you just need some way to initiate an execution of you test suite from a command line. The test suite is then expected to output to the console so the output from the test run can be inspected and the return value of the test run can be used to indicate whether the test run was a success or failure.</p>
<p style="text-align: left">Using standard tool chain components like Test::Harness works out of the box.</p>
<p style="text-align: left">For a tutorial on how to get started please see <a href="http://logiclab.jira.com/wiki/display/OPEN/Continuous+Integration">the wiki page on Continuous Integration with Perl</a>.</p>
<p style="text-align: left">The distribution is a Task based distribution, so it does not contain any code as such, but simply bundles existing distributions for easy handling. Currently Task::Jenkins contain:</p>
<p style="text-align: left">- App::Prove</p>
<p style="text-align: left">- Devel::Cover</p>
<p style="text-align: left">- TAP::Formatter::JUnit</p>
<p style="text-align: left">Suggestions, feedback, patches etc. most welcome,</p>
<p style="text-align: left">jonasbn</p>
<p style="text-align: left">PS. this post was cross-posted from the <a href="http://logiclab.jira.com/wiki/display/TJENKINS/2011/12/26/Initial+Release+of+Task-Jenkins+Uploaded+to+CPAN">project blog on Task::Jenkins</a></p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/12/27/initial-release-of-task-jenkins-uploaded-to-cpan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Days 2012, Copenhagen/Denmark</title>
		<link>http://logiclab.org/wordpress/2011/12/07/open-source-days-2012-copenhagendenmark/</link>
		<comments>http://logiclab.org/wordpress/2011/12/07/open-source-days-2012-copenhagendenmark/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 08:00:50 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[copenhagen]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[opensourcedays]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/12/07/open-source-days-2012-copenhagendenmark/</guid>
		<description><![CDATA[Call for Papers is out for yet another Open Source Days in Copenhagen/Denmark. The event is organized by Open Source community in Denmark.
So please read the Call for Speakers below and forward it to friends, colleagues, fellow Perl mongers and anybody who could be interested.
I am evaluating if any of my talks given to the [...]]]></description>
			<content:encoded><![CDATA[<p>Call for Papers is out for yet another Open Source Days in Copenhagen/Denmark. The event is organized by Open Source community in Denmark.</p>
<p>So please read the Call for Speakers below and forward it to friends, colleagues, fellow Perl mongers and anybody who could be interested.</p>
<p>I am evaluating if any of my talks given to the Copenhagen Perl Mongers through the last year would make could candidates for Open Source Days 2012.</p>
<p>jonasbn, Copenhagen</p>
<p>&#8212;</p>
<p>Open Source Days 2012: Call for Speakers<br />
========================================</p>
<p>Open Source Days 2012 is currently planned for early March 2012 and we are<br />
looking for gifted, entertaining and technically enlightened speakers for the<br />
conference.</p>
<p>The conference itself will take place the 2nd and 3rd of March and training<br />
will be available 1st of March.</p>
<p>Training courses &#8211; Half or full day<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>As something new we will want to try out longer training courses &#8211; half or full<br />
day, held on the day before the conference itself.</p>
<p>We are looking for both subjects and instructors.</p>
<p>Since we expect the course participants to pay for the training, we are willing<br />
to pay the instructor for giving the course, provided that a sufficient number<br />
of people sign up.</p>
<p>Naturally the course instructors also get free access to the conference, since<br />
we also hope to get a normal talk out of the instructor.</p>
<p>Normal Talks &#8211; 45 minutes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>This year we will have a track with focus on the use of open source software in<br />
newly created startups and another track with focus on green technologies.</p>
<p>Non-startup related talks are also of interest and we’ll try to fit them into<br />
various related tracks.</p>
<p>Speakers can attend the conference free of charge and to some extent we might<br />
be able to reimburse your travel and hotel.</p>
<p>Lightning Talks &#8211; 15 minutes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Talk about anything you like. Tell us about your idea for a new project, how<br />
you made your first Qt application or something completely different. For<br />
lightning talks, only your imagination and the timeframe are the limiting<br />
factors.</p>
<p>If you have never tried doing a presentation before, but are working on<br />
something you believe other people might find interesting, then this is a good<br />
opportunity to start.</p>
<p>Lightning talk speakers can attend the conference free of charge.</p>
<p>Sponsorships<br />
&#8212;&#8212;&#8212;&#8212;</p>
<p>Sponsorships can be in the range of DKK 10000 and up. Please write to<br />
<span style="text-decoration: underline"><a href="mailto:sponsor2012@opensourcedays.org">sponsor2012@opensourcedays.org</a></span> if you are interested in becoming a conference<br />
sponsor.</p>
<p>Your sponsorship could, for example, be used for:</p>
<p>* Provide a conference T-shirt.<br />
* Provide lunch for the participants.<br />
* Provide key hangers.<br />
* Provide a conference bag.<br />
* Provide a conference beer event.</p>
<p>Exhibition Booth<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>If you are interested in an exhibition booth, you can also contact us at the<br />
<span style="text-decoration: underline"><a href="mailto:sponsor2012@opensourcedays.org">sponsor2012@opensourcedays.org</a></span>.</p>
<p>Hackerspaces and Community Booths<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>More information about these will follow once we get closer to the conference.</p>
<p>Contact Information<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Please, send us a title, a short description and a short biography of yourself<br />
to <span style="text-decoration: underline"><a href="mailto:program2012@opensourcedays.org">program2012@opensourcedays.org</a></span> no later than January 21st, 2012.</p>
<p>You are also most welcome to contact us if you have any questions regarding the<br />
conference itself. You can also catch most of us in the IRC channel<br />
#opensourcedays on the EFnet IRC network.</p>
<p>Feel free to follow us on <span style="text-decoration: underline"><a href="http://twitter.com/opensourcedays">http://twitter.com/opensourcedays</a></span> or<br />
<span style="text-decoration: underline"><a href="https://facebook.com/opensourcedays">https://facebook.com/opensourcedays</a></span> to get the latest news about the<br />
conference.</p>
<p>For more information please have a look at <span style="text-decoration: underline"><a href="http://www.opensourcedays.org/">http://www.opensourcedays.org/</a></span></p>
<p>&#8211;<br />
Alexander Færøy</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/12/07/open-source-days-2012-copenhagendenmark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPAN Release Business::DK::FI 0.04</title>
		<link>http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/</link>
		<comments>http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 15:20:23 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[0.04]]></category>
		<category><![CDATA[business::dk::fi]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/</guid>
		<description><![CDATA[This bug fix release re-addresses previous attempts at fixing a bug (see releases 0.03 and 0.02). The issue seemed to be associated with architecture and where I have only developed on a 64-bit enabled platforms using a 64-bit enabled perl I could not replicate the issue, which was related to Perl’s sprintf under 32-bit perl. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">This bug fix release re-addresses previous attempts at fixing a bug (see releases 0.03 and 0.02). The issue seemed to be associated with architecture and where I have only developed on a 64-bit enabled platforms using a 64-bit enabled perl I could not replicate the issue, which was related to Perl’s <a href="http://logiclab.jira.com/wiki/display/OPEN/Perl#sprintf">sprintf</a> under 32-bit perl. I now use string indications (*s*) instead of signed integer (*d*) and it seems to work. </p>
<p style="text-align: left">The issue was labelled: <a href="http://logiclab.jira.com/browse/BDKFI-20">BDKFI-20</a>. <a href="http://logiclab.jira.com/source/changelog/BDKFI?cs=7818">The change</a> can be inspected in Fisheye.</p>
<p style="text-align: left">The distribution will be made available via CPAN and your local mirror shortly or you can go to <a href="https://metacpan.org/module/Business::DK::FI">MetaCPAN</a>.</p>
<p style="text-align: left">Thanks to my colleague Erik Johansen for the assistance and pointer to what the problem was.</p>
<p style="text-align: left">jonasbn, Copenhagen</p>
<p>This post was cross-posted from: <a href="http://logicLAB.jira.com">logicLAB.jira.com</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPAN Release Business::DK::FI 0.03</title>
		<link>http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/</link>
		<comments>http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 08:31:56 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[0.03]]></category>
		<category><![CDATA[business::dk::fi]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/</guid>
		<description><![CDATA[The maintenance release (0.02) of Business::DK::FI has again been put to the test by the marvelous CPAN testers.
Unfortunately release 0.02 did not seem to fix the issue described in BDKFI-17. Almost half of the tests performed fail.
I have had a hard time trying to replicate the issue, without success, so I am trying an alternative [...]]]></description>
			<content:encoded><![CDATA[<p>The maintenance release (0.02) of Business::DK::FI has again been put to the test by the marvelous CPAN testers.<br />
Unfortunately release 0.02 did not seem to fix the issue described in <a href="http://logicLAB.jira.com/browse/BDKFI-17">BDKFI-17</a>. Almost half of the tests performed <a href="http://www.cpantesters.org/distro/B/Business-DK-FI.html#Business-DK-FI-0.02?grade=3&amp;perlmat=2&amp;patches=2&amp;oncpan=2&amp;distmat=2&amp;perlver=ALL&amp;osname=ALL&amp;version=0.02">fail</a>.<br />
I have had a hard time trying to replicate the issue, without success, so I am trying an alternative implementation of a fix. I am not sure addresses the exact issue but the code still works as expected.<br />
I am looking very much forward to seeing the CPAN testers results based on this new release and I am crossing my fingers. If you evaluate the <a href="http://www.cpantesters.org/distro/B/Business-DK-FI.html#Business-DK-FI-0.02?grade=3&amp;perlmat=2&amp;patches=2&amp;oncpan=2&amp;distmat=2&amp;perlver=ALL&amp;osname=ALL&amp;version=0.02">failure reports</a> for release 0.02 and have an explanation I am still all ears for getting a possible explanation to the trouble with this pretty basic code.<br />
Enjoy,<br />
jonasbn, Stockholm/Sweden, Wednesday 2011.11.23<br />
This post was cross-posted from: <a href="http://logiclab.jira.com/wiki/display/BDKFI/2011/11/23/Release+0.03+a+maintenance+of+Business-DK-FI+has+just+been+uploaded+to+CPAN">logicLAB.jira.com</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPAN Release Perl::Critic::logicLAB 0.04 and 0.05</title>
		<link>http://logiclab.org/wordpress/2011/05/03/cpan-release-perlcriticlogiclab-0-04-and-0-05/</link>
		<comments>http://logiclab.org/wordpress/2011/05/03/cpan-release-perlcriticlogiclab-0-04-and-0-05/#comments</comments>
		<pubDate>Tue, 03 May 2011 18:24:53 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[perlcritic]]></category>
		<category><![CDATA[policies]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/05/03/cpan-release-perlcriticlogiclab-0-04-and-0-05/</guid>
		<description><![CDATA[I have just uploaded Perl::Critic::logicLAB 0.05 to CPAN. I did not announce the release of 0.04 due to time constraints and since it was released during Easter I thought I could just as well announce them together.
The two releases introduces two new policies of mine:

Perl::Critic::Policy::logicLAB::RequireSheBang
Perl::Critic::Policy::logicLAB::ProhibitShellDispatch

The two policies focus on addressing interaction in, which your Perl [...]]]></description>
			<content:encoded><![CDATA[<p>I have just uploaded <a href="http://logiclab.jira.com/wiki/display/PCLL/Home">Perl::Critic::logicLAB</a> 0.05 to CPAN. I did not announce the release of 0.04 due to time constraints and since it was released during Easter I thought I could just as well announce them together.</p>
<p>The two releases introduces two new policies of mine:</p>
<ul>
<li><span style="text-decoration: underline"><a href="http://logiclab.jira.com/wiki/display/PCPLRSB/Home">Perl::Critic::Policy::logicLAB::RequireSheBang</a></span></li>
<li><span style="text-decoration: underline"><a href="http://logiclab.jira.com/wiki/display/PCPLPSD/Home">Perl::Critic::Policy::logicLAB::ProhibitShellDispatch</a></span></li>
</ul>
<p>The two policies focus on addressing interaction in, which your Perl components are working. Extending on the path that was set out with the release of <span style="text-decoration: underline"><a href="http://logiclab.jira.com/wiki/display/PCPMPUL/Home">Perl::Critic::Policy::logicLAB::ProhibitUseLib</a></span></p>
<p>Both new policies are simple policies, but hopefully useful. They are already giving me good feedback and value being put to use on a Continues Integration platform Jenkins.</p>
<p>All should be available on CPAN by now, both as individual distributions, but also as part of the <a href="http://logiclab.jira.com/wiki/display/PCLL/Home">Perl::Critic::logicLAB</a> bundle mentioned here.</p>
<p>Feedback and patches most welcome,</p>
<p>jonasbn, Copenhagen</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/05/03/cpan-release-perlcriticlogiclab-0-04-and-0-05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nordic Perl Workshop 2011</title>
		<link>http://logiclab.org/wordpress/2011/04/28/nordic-perl-workshop-2011/</link>
		<comments>http://logiclab.org/wordpress/2011/04/28/nordic-perl-workshop-2011/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 08:06:14 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[malmö]]></category>
		<category><![CDATA[nordic]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[sweden]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/04/28/nordic-perl-workshop-2011/</guid>
		<description><![CDATA[The Nordic Perl Workshop 2011 is scheduled to the 18-19th. of June 2011
More information, registration and talks at:
http://conferences.yapceurope.org/npw2011
I will be there and give some talks, please see the schedule.
http://conferences.yapceurope.org/npw2011/talks
I will personally not be attending because I am out of town at that time, but I really hope you will consider attending the Nordic Perl Workshop [...]]]></description>
			<content:encoded><![CDATA[<p>The Nordic Perl Workshop 2011 is scheduled to the 18-19th. of June 2011</p>
<p>More information, registration and talks at:</p>
<p><span style="text-decoration: underline"><a href="http://conferences.yapceurope.org/npw2011">http://conferences.yapceurope.org/npw2011</a></span></p>
<p>I will be there and give some talks, please see the schedule.</p>
<p><span style="text-decoration: underline"><a href="http://conferences.yapceurope.org/npw2011/talks">http://conferences.yapceurope.org/npw2011/talks</a></span></p>
<p>I will personally not be attending because I am out of town at that time, but I really hope you will consider attending the Nordic Perl Workshop 2011 it is usually educational, enlightening and a lot fun&#8230;</p>
<p>jonasbn</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/04/28/nordic-perl-workshop-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retweets from Week #11</title>
		<link>http://logiclab.org/wordpress/2011/03/20/retweets-from-week-11/</link>
		<comments>http://logiclab.org/wordpress/2011/03/20/retweets-from-week-11/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 20:46:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Retweets]]></category>
		<category><![CDATA[@brandontreb]]></category>
		<category><![CDATA[@jchris]]></category>
		<category><![CDATA[@mbusigin]]></category>
		<category><![CDATA[@praxagora]]></category>
		<category><![CDATA[CodeComplete]]></category>
		<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[SteveMcConnell]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/03/20/retweets-from-week-11/</guid>
		<description><![CDATA[This is my second compilation of interesting retweets, this one from week #11. There was a lot of good candidates and I actually had to skip some I wanted to mention, but I have to try to keep to the amount I previously decided, which is 4.
@praxagora: Steve McConnell traces research behind claims that programmer [...]]]></description>
			<content:encoded><![CDATA[<p>This is my second compilation of interesting retweets, this one from week #11. There was a lot of good candidates and I actually had to skip some I wanted to mention, but I have to try to keep to the amount I previously decided, which is 4.</p>
<p>@<a href="http://twitter.com/#!/praxagora">praxagora</a>: Steve McConnell traces research behind claims that programmer productivity can vary by factor of 10x <a href="http://bit.ly/g1EkXk">http://bit.ly/g1EkXk</a></p>
<p>Steve McConnells ‘Code Complete’ was a real eye opener for me. It was one of the first books on programming I have read all the recommended titles since. I did however really enjoy Steve’s book since it gave me very much needed insight into the practice of programming rather than just syntactical teaching and idioms. <a href="http://twitter.com/#!/praxagora/status/24453333292945408">This tweet</a> mentions a blog entry is interesting in regard to a discussion on sources and references. Another thing that really stands out is the comments. I would love to be able to attract that amount of qualified feedback and comments, but I guess I have to start generating interesting content at first.</p>
<p>@<a href="http://twitter.com/#!/mbusigin">mbusigin</a>: MongoDB is becoming a fixture in my professional life. Nothing in the past year has given me more power &amp; control over my data.</p>
<p>Alternative database systems are really on a roll and have been for some time.<a href="http://twitter.com/#!/mbusigin/status/48616888229560320">This kind of tweet</a> makes just want to do something with MongoDB. This really demonstrates the power of a good tweet, enough to make you curious. MongoDB here I come.</p>
<p>@<a href="http://twitter.com/#!/jchris">jchris</a>: Developer Preview of Couchbase Mobile &#8211; Apache CouchDB for iOS devices: <a href="http://t.co/hvtxdZB">http://t.co/hvtxdZB</a> Discuss: <a href="http://t.co/R8I21rh">http://t.co/R8I21rh</a></p>
<p>Very much in relation to the previous mention of MongoDB. CouchDB is to become available for iOS. To recap from last week, Github is a central point in this another <a href="http://twitter.com/#!/jchris/status/45959813674446848">tweet</a> worth more time investment.</p>
<p>@<a href="http://twitter.com/#!/brandontreb">brandontreb</a>: Great article talking about how developers need to be more encouraging to one another <a href="http://j.mp/fdhGHD">http://j.mp/fdhGHD</a></p>
<p>The last <a href="http://twitter.com/#!/brandontreb/status/47334487167729664">tweet</a> is to a blog post. It is not the best of blog posts, but it holds some nerve. I can only say that I agree with the original author and I retweeted because the message is good and honest. I should go and comment on the original blog post.</p>
<p>Keep (re)tweeting,</p>
<p>jonasbn</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/03/20/retweets-from-week-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retweets from Week #10</title>
		<link>http://logiclab.org/wordpress/2011/03/13/retweets-from-week-10/</link>
		<comments>http://logiclab.org/wordpress/2011/03/13/retweets-from-week-10/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 16:16:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Retweets]]></category>
		<category><![CDATA[@chromatic]]></category>
		<category><![CDATA[@Linkedin]]></category>
		<category><![CDATA[@paul_irish]]></category>
		<category><![CDATA[@souders]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/03/13/retweets-from-week-10/</guid>
		<description><![CDATA[I am going to attempt something new in order to get my blog going. It is hard to balance the time between: discovering, evaluating and producing information and actually working with technology. I decided to look back at the past week and found the 4 most interesting tweets I had retweeted, which had relation to [...]]]></description>
			<content:encoded><![CDATA[<p>I am going to attempt something new in order to get my blog going. It is hard to balance the time between: discovering, evaluating and producing information and actually working with technology. I decided to look back at the past week and found the 4 most interesting tweets I had retweeted, which had relation to Open Source, which is the main theme in this blog.</p>
<p>Here goes&#8230;</p>
<p>@<a href="http://twitter.com/#!/chromatic_x">chromatic</a>: Any #perl web developers have thoughts on <a href="http://www.phenona.com/">http://www.phenona.com/</a> ? Might be worthwhile&#8230;</p>
<p>This is a <a href="http://twitter.com/#!/chromatic_x/status/46756867233427457">post</a> pointing to a new upcoming cloud service, utilizing Perl. It is currently a beta, requiring that you sign-up for the beta program. It looks promising based on the technologies it lists like Mojolicious and memcached. It being a cloud service for Perl in itself is very interesting.</p>
<p>@<a href="http://twitter.com/#!/souders">souders</a>: YSlow for Chrome is available. Great to see #wpo tools available across platforms! <a href="http://yhoo.it/g9HCdD">http://yhoo.it/g9HCdD</a></p>
<p>YSlow! is awesome and Steve Souders books on the topic of making you web sites faster are required reading for front-end developers. Seeing <a href="http://twitter.com/#!/souders/status/45935768962727936">the tweet</a> that the YSlow! tool making it to Chrome makes me happy, it can help in spreading good practices for web development even further.</p>
<p>@<a href="http://twitter.com/#!/paul_irish">paul_irish</a>: WebKit just incorporated the jQuery test suite into its own. <a href="http://goo.gl/AnbGq">http://goo.gl/AnbGq</a> Testing against eachother = zarro boogs! Open source ftw!</p>
<p>What Paul Irish <a href="http://twitter.com/#!/paul_irish/status/45040009300017152">here</a> describes as Open Source for the win, is most certainly true. The concept of test artifacts is quite interesting and imagine activating a whole 3. party test suite for your particular project, not many projects are able to do this. Hopefully this is something we will see more of in the future, especially after Github has made it so easy to fork new spin-offs of existing code bases.</p>
<p>@<a href="http://twitter.com/#!/LinkedIn">Linkedin</a>: new post: Make GitHub part of your professional reputation <a href="http://bit.ly/ggqU3I">http://bit.ly/ggqU3I</a> #in</p>
<p>This is a <a href="http://twitter.com/#!/LinkedIn/status/45135376037330944">tweet</a> promoting a blog post from Linkedin. In respect to the tweet by Paul Irish mentioned in this post, Linkedin’s integration of Github as part of your Linkedin Profile is really interesting. More and more projects move to Github and Github is probably the fastest growing project hosting site. I do not have numbers to document this, but I have a hunch based on the source code I evaluate. Github has high transparency and Linkedin integrating this is quite interesting &#8211; now all we developers do is to keep our projects going, so we don’t come out looking like slackers.</p>
<p>That was it for now I hope I will have sufficient material to do a similar post in the future, hopefully in a week.</p>
<p>Feedback most welcome, like suggestions for people/companies/projects to follow.</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/03/13/retweets-from-week-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Days 2011, Copenhagen/Denmark</title>
		<link>http://logiclab.org/wordpress/2011/01/27/open-source-days-2011-copenhagendenmark/</link>
		<comments>http://logiclab.org/wordpress/2011/01/27/open-source-days-2011-copenhagendenmark/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 08:26:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[copenhagen]]></category>
		<category><![CDATA[denmark]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/01/27/open-source-days-2011-copenhagendenmark/</guid>
		<description><![CDATA[Again this year the Open Source community in Denmark are planning a super event.
This year the event will be held at the venue where the Copenhagen Perl Mongers held YAPC::Europe 2008.
As for last year we are hoping to attract some Perl people and Perl talks. Last year we arranged a two-day Perl 6 Hackathon in [...]]]></description>
			<content:encoded><![CDATA[<p>Again this year the Open Source community in Denmark are planning a super event.</p>
<p>This year the event will be held at the venue where the Copenhagen Perl Mongers held YAPC::Europe 2008.</p>
<p>As for last year we are hoping to attract some Perl people and Perl talks. Last year we arranged a two-day Perl 6 Hackathon in conjunction with the OSD conference, but this year we aim a little wider.</p>
<p>So please read the Call for Speakers below and forward it to friends, colleagues and fellow Perl mongers.</p>
<p>jonasbn</p>
<p>Call for Speakers<br />
=================</p>
<p>Open Source Days 2011 &#8211; Community Edition &#8211; will be held on Saturday March 5th<br />
2011, at Copenhagen Business School (CBS), Frederiksberg and we are looking for<br />
gifted, entertaining and technically enlightened speakers for the conference.</p>
<p>Normal Talks &#8211; 45 minutes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Open Source Software has been around the block for quite a while. Every day we<br />
all work with rock-solid software that just works. This year we are interested<br />
in the status of those “goldies” we all take for granted &#8211; as well as the new<br />
upcoming savvy projects.</p>
<p>You might be a developer, a community leader, a businessman or a user group<br />
participant seeing the bigger picture or just know your software inside-out -<br />
share your knowledge with us, by giving a talk. Speakers can attend the<br />
conference for free and to some extent we might be able to reimburse your<br />
travel and hotel.</p>
<p>Lightning Talks &#8211; 15 minutes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Speak your mind &#8211; tell us about your idea for a new open source project, how<br />
you made your first android app or something completely different &#8211; the only<br />
limit is the time frame &#8211; 15 minutes!</p>
<p>If you haven’t tried giving a talk before &#8211; this is a good place to start.<br />
Lightning speakers attend the conference for free, but we do not reimburse your<br />
travel expenses.</p>
<p>Tutorials, Workshops and Demos<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>If you are just dying to give us a demo of how you hacked your newest gadget,<br />
you want to host an Arduino workshop or you know postfix forwards and backwards<br />
and want to give a tutorial &#8211; let us know. Workshops, demos and tutorials have<br />
a time frame set in accordance with the speaker.</p>
<p>Tutorial and workshop speakers will be reimbursed as normal speakers.</p>
<p>Community Booths &#8211; Join the Fun<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Our wish is that the community groups will start planning for their activities<br />
and events for their booths immediately. Open Source Days 2011 &#8211; The Community<br />
Edition will deliver the infrastructure and by doing so give the user groups<br />
the best possibly platform for strong community content at the conference.</p>
<p>This year we would like the user groups to submit a description of their<br />
planned activities at their booth as well as a short description on themselves.<br />
Having a descriptive program for activities will greatly help us pick the most<br />
interesting user groups for the conference audience.</p>
<p>Please send your request for a community booth to<br />
ug2011 at <span style="text-decoration: underline"><a href="http://opensourcedays.org/">opensourcedays.org</a></span></p>
<p>together with a description of your planned events no later than February 1st<br />
2011.</p>
<p>Sponsorships<br />
&#8212;&#8212;&#8212;&#8212;</p>
<p>We are looking for sponsorships.  A sponsorship can be used for a special<br />
purpose like:</p>
<p> * Provide a conference t-shirt<br />
 * Provide lunch for the participants<br />
 * Provide conference keyhangers<br />
 * Provide a room for talks or User Groups<br />
 * Provide a conference bag<br />
 * Provide a conference beer-event</p>
<p>Or maybe just a way to show you and your company’s appreciation for open source<br />
software.</p>
<p>Sponsorships can be anywhere in the range DKK 1,000 to DKK 25,000.  Please<br />
write to<br />
sponsor2011 at <span style="text-decoration: underline"><a href="http://opensourcedays.org/">opensourcedays.org</a></span><br />
if you want more information on the<br />
sponsorship opportunities at the conference.</p>
<p>If you are interested in an exhibition booth, you can also contact us, on the<br />
above mail-address.</p>
<p>Get in Touch<br />
&#8212;&#8212;&#8212;&#8212;</p>
<p>Please send us a title, a couple of lines about your talk and a short bio to</p>
<p>program2011 at <span style="text-decoration: underline"><a href="http://opensourcedays.org/">opensourcedays.org</a></span><br />
no later than February 1st 2011.</p>
<p>You are also most welcome to write to us if you have any questions regarding<br />
the conference. You can also catch us in the IRC channel #opensourcedays @<br />
EFnet.</p>
<p>If you represent a company, we expect you to state so in your mail.</p>
<p>Feel free to follow us on Twitter:<br />
<span style="text-decoration: underline"><a href="http://twitter.com/opensourcedays">http://twitter.com/opensourcedays</a></span><br />
or<br />
Facebook:<br />
<span style="text-decoration: underline"><a href="http://www.facebook.com/opensourcedays">http://www.facebook.com/opensourcedays</a></span><br />
to get the latest news about<br />
the conference.</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/01/27/open-source-days-2011-copenhagendenmark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

