<?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>Ruben Vermeersch (rubenv)</title> <atom:link href="http://savanne.be/feed/" rel="self" type="application/rss+xml" /><link>http://savanne.be</link> <description>The Life of RubenV</description> <lastBuildDate>Wed, 08 May 2013 06:58:24 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>It&#8217;s all about being productive</title><link>http://savanne.be/791-its-all-about-being-productive/</link> <comments>http://savanne.be/791-its-all-about-being-productive/#comments</comments> <pubDate>Wed, 08 May 2013 06:58:24 +0000</pubDate> <dc:creator>Ruben</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[coffeescript]]></category> <category><![CDATA[gnome]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[mono]]></category> <guid
isPermaLink="false">http://savanne.be/?p=791</guid> <description><![CDATA[Stuff like this makes me sad: apparently rethinkdb&#8217;s official js client is coffeescript hahahah #fail &#8212; TJ Holowaychuk (@tjholowaychuk) May 7, 2013 Also, the github issue where TJ requests that everything gets rewritten in plain JavaScript: https://github.com/rethinkdb/rethinkdb/issues/766 &#160; We&#8217;ve been here before Language discussions aren&#8217;t new (nor is vim vs. emacs). In the GNOME community we&#8217;ve...  <a
href="http://savanne.be/791-its-all-about-being-productive/" class="more-link" title="Read It&#8217;s all about being productive">Read more &#187;</a>]]></description> <content:encoded><![CDATA[<p
class="lead">Stuff like this makes me sad:</p><blockquote
class="twitter-tweet" width="550"><p>apparently rethinkdb&#8217;s official js client is coffeescript hahahah <a
href="https://twitter.com/search/%23fail">#fail</a></p><p>&mdash; TJ Holowaychuk (@tjholowaychuk) <a
href="https://twitter.com/tjholowaychuk/status/331886624612941824">May 7, 2013</a></p></blockquote><p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p><p>Also, the github issue where TJ requests that everything gets rewritten in plain JavaScript: <a
href="https://github.com/rethinkdb/rethinkdb/issues/766">https://github.com/rethinkdb/rethinkdb/issues/766</a></p><p>&nbsp;</p><p><strong>We&#8217;ve been here before</strong><br
/> Language discussions aren&#8217;t new (nor is <a
href="http://en.wikipedia.org/wiki/Editor_war">vim vs. emacs</a>). In the <a
href="http://www.gnome.org/">GNOME</a> community we&#8217;ve seen a ton of them. Just recently there was a huge one at the DX Hackfest.</p><p>GNOME/Mono developers have certainly received their dose of crap thrown at them. But so have GNOME developers that preferred Vala, Python, JavaScript, or even just GObject/C. Whatever you seem to be using, it&#8217;s never the right thing for someone.</p><p>Have all these years of shedding words over it solved anything? Frankly: no. We are still seeing a large combination of languages being used and all of those projects have good reasons to do so.</p><p>I get TJ&#8217;s point though: by using <a
href="http://coffeescript.org/">CoffeeScript</a>, the <a
href="http://www.rethinkdb.com/">rethinkdb</a> people are making it harder for the wider JS community to contribute to their project. But&#8230;</p><p>&nbsp;</p><p><strong>It really doesn&#8217;t matter</strong><br
/> Most open-source projects (or modules) don&#8217;t have a ton of contributors. It&#8217;s usually a modest team of core maintainers/developers that do the bulk of the work. And that&#8217;s fine: the success of a project should not be measured by the number of contributors, but by the quality of the software it produces.</p><p>This smallish team of core developers will have their own good reasons for picking up a certain language. They&#8217;ll use the language that they feel most productive with for the task at hand. And that&#8217;s a good thing, they are mostly the people that move the project forward.</p><p>The biggest barrier to contributing on a project is not the language, there are <a
href="https://www.kernel.org/">plenty</a> of <a
href="http://wordpress.org/">projects</a> <a
href="http://www.kde.org/">written</a> in unproductive languages that get a ton of contributions. Any good programmer can pick up a new language up quickly (and TJ is more than just a good programmer, he&#8217;s a fantastic one, much respect). The bigger hurdle is the specific domain knowledge involved.</p><p>Let&#8217;s all agree to disagree and have some respect for each other&#8217;s opinions, they are all valid anyway.</p><p>&nbsp;</p><p><small>PS: I&#8217;ll be heavily moderating comments that try to turn this into a flame-war. I&#8217;m writing this to find some more respect and understanding.</small></p> ]]></content:encoded> <wfw:commentRss>http://savanne.be/791-its-all-about-being-productive/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Mono is life improvement for mobile developers</title><link>http://savanne.be/785-mono-is-life-improvement-for-mobile-developers/</link> <comments>http://savanne.be/785-mono-is-life-improvement-for-mobile-developers/#comments</comments> <pubDate>Fri, 03 May 2013 14:59:16 +0000</pubDate> <dc:creator>Ruben</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[mono]]></category> <guid
isPermaLink="false">http://savanne.be/?p=785</guid> <description><![CDATA[Being a developer myself, I&#8217;m constantly looking at how to improve my way of working. When it comes to mobile development, the best way to improve your life is by using Mono (Xamarin.iOS and Xamarin.Android). That&#8217;s, in a nutshell, the talk I&#8217;ve given today at Apps City: an introductory tour on Xamarin.iOS and Xamarin.Android. Slides...  <a
href="http://savanne.be/785-mono-is-life-improvement-for-mobile-developers/" class="more-link" title="Read Mono is life improvement for mobile developers">Read more &#187;</a>]]></description> <content:encoded><![CDATA[<blockquote><p
class="lead">Being a developer myself, I&#8217;m constantly looking at how to improve my way of working. When it comes to mobile development, the best way to improve your life is by using <a
href="http://xamarin.com/">Mono (Xamarin.iOS and Xamarin.Android)</a>.</p></blockquote><p>That&#8217;s, in a nutshell, the talk I&#8217;ve given today at <a
href="http://www.appscity.be/">Apps City</a>: an introductory tour on Xamarin.iOS and Xamarin.Android.</p><p><a
href="http://savanne.be/wp-content/uploads/2013/05/mono-apps-city-2013.pdf">Slides are over here</a>, though they&#8217;re very light on details and <a
title="Deploying Node.js with systemd" href="http://savanne.be/articles/deploying-node-js-with-systemd/">unlike my previous talk</a>, I haven&#8217;t had time to annotate them.</p><p
style="text-align: center;"><a
href="http://savanne.be/wp-content/uploads/2013/05/mono-apps-city-2013.pdf"><img
class="aligncenter size-large wp-image-788" style="border: 1px solid black;" alt="mono-apps-city-2013" src="http://savanne.be/wp-content/uploads/2013/05/mono-apps-city-2013-500x375.png" width="500" height="375" /></a></p> ]]></content:encoded> <wfw:commentRss>http://savanne.be/785-mono-is-life-improvement-for-mobile-developers/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Deploying Node.js: the modern way</title><link>http://savanne.be/763-deploying-node-js-the-modern-way/</link> <comments>http://savanne.be/763-deploying-node-js-the-modern-way/#comments</comments> <pubDate>Mon, 21 Jan 2013 16:52:23 +0000</pubDate> <dc:creator>Ruben</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[nodejs]]></category> <category><![CDATA[systemd]]></category> <guid
isPermaLink="false">http://savanne.be/?p=763</guid> <description><![CDATA[Last week I gave a talk on deploying Node.js on your own systems with all the modern magic that systemd has to offer. From the abstract: Deploying Node.js with systemd: you can have the magic of the cloud too! Cloud deployment platforms like Heroku and Nodejitsu contain a lot of infrastructure for managing your application:...  <a
href="http://savanne.be/763-deploying-node-js-the-modern-way/" class="more-link" title="Read Deploying Node.js: the modern way">Read more &#187;</a>]]></description> <content:encoded><![CDATA[<p
class="lead">Last week I gave a talk on deploying Node.js on your own systems with all the modern magic that systemd has to offer.</p><p>From the abstract:</p><blockquote><p><strong>Deploying Node.js with systemd: you can have the magic of the cloud too!<br
/> </strong>Cloud deployment platforms like Heroku and Nodejitsu contain a lot of infrastructure for managing your application: monitoring, automatic launching, log capturing, &#8230; In this talk we&#8217;ll have a look at systemd, the service manager on a number of Linux distributions. Systemd allows you to deploy your Node.js applications with the same advanced features, turning your own server into something that&#8217;s as professional as the cloud, while keeping all the control.</p></blockquote><p><a
title="Deploying Node.js with systemd" href="http://savanne.be/articles/deploying-node-js-with-systemd/">I&#8217;ve turned the slides into an annotated guide, which is now online. Read it here.</a></p><p>If you like this, why not help spread the word by <a
href="http://news.ycombinator.com/item?id=5092183">giving it an upvote on Hacker News</a>?</p> ]]></content:encoded> <wfw:commentRss>http://savanne.be/763-deploying-node-js-the-modern-way/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mono @ FOSDEM 2013: Cancelled</title><link>http://savanne.be/707-mono-fosdem-2013-cancelled/</link> <comments>http://savanne.be/707-mono-fosdem-2013-cancelled/#comments</comments> <pubDate>Mon, 21 Jan 2013 07:12:13 +0000</pubDate> <dc:creator>Ruben</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[fosdem]]></category> <category><![CDATA[mono]]></category> <guid
isPermaLink="false">http://savanne.be/?p=707</guid> <description><![CDATA[Unfortunately, we&#8217;ve had to cancel the Mono Developer Room at FOSDEM 2013. While there was usually a torrent of presentations, this year it seems like everyone was out of ideas. We&#8217;ll be hanging out around the venue though. Get in touch if you want to meet up!]]></description> <content:encoded><![CDATA[<p
class="lead">Unfortunately, we&#8217;ve had to cancel the Mono Developer Room at FOSDEM 2013. While there was usually a torrent of presentations, this year it seems like everyone was out of ideas.</p><p>We&#8217;ll be hanging out around the venue though. Get in touch if you want to meet up!</p> ]]></content:encoded> <wfw:commentRss>http://savanne.be/707-mono-fosdem-2013-cancelled/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Spam attack!</title><link>http://savanne.be/702-spam-attack/</link> <comments>http://savanne.be/702-spam-attack/#comments</comments> <pubDate>Sun, 20 Jan 2013 18:35:09 +0000</pubDate> <dc:creator>Ruben</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://savanne.be/?p=702</guid> <description><![CDATA[While deploying a new version of my website, I somehow must have broken one of the fundamentals of the Internet (or in this case: RSS). This caused a flood of tweets, Facebook posts, entries in Google Reader and occurrences on planets (e.g. Planet GNOME). Apologies for that! On the bright side, I&#8217;m planning to get...  <a
href="http://savanne.be/702-spam-attack/" class="more-link" title="Read Spam attack!">Read more &#187;</a>]]></description> <content:encoded><![CDATA[<p
class="lead">While deploying a new version of my website, I somehow must have broken one of the fundamentals of the Internet (or in this case: RSS). This caused a flood of tweets, Facebook posts, entries in Google Reader and occurrences on planets (e.g. <a
href="http://planet.gnome.org/">Planet GNOME</a>).</p><p>Apologies for that!</p><p>On the bright side, I&#8217;m planning to get a lot more writing done this year. Some very good things are coming soon!</p> ]]></content:encoded> <wfw:commentRss>http://savanne.be/702-spam-attack/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mono @ FOSDEM 2013: Send your talks now!</title><link>http://savanne.be/577-mono-fosdem-2013-send-your-talks-now/</link> <comments>http://savanne.be/577-mono-fosdem-2013-send-your-talks-now/#comments</comments> <pubDate>Wed, 19 Dec 2012 19:17:52 +0000</pubDate> <dc:creator>Ruben</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[fosdem]]></category> <category><![CDATA[mono]]></category> <guid
isPermaLink="false">http://savanne.be/?p=577</guid> <description><![CDATA[Just a quick reminder: only a few days left to send in your presentations for Mono @ FOSDEM 2013. Submission form here: http://bit.ly/mono2013 Deadline: Christmas Dec 31!]]></description> <content:encoded><![CDATA[<p
class="lead">Just a quick reminder: only a few days left to send in your presentations for <a
title="Mono Developer Room at FOSDEM 2013: CFP" href="http://savanne.be/572-mono-developer-room-at-fosdem-2013-cfp/">Mono @ FOSDEM 2013</a>.</p><p>Submission form here: <a
href="http://bit.ly/mono2013">http://bit.ly/mono2013</a></p><p>Deadline: <del>Christmas</del> Dec 31!</p> ]]></content:encoded> <wfw:commentRss>http://savanne.be/577-mono-fosdem-2013-send-your-talks-now/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mono Developer Room at FOSDEM 2013: CFP</title><link>http://savanne.be/572-mono-developer-room-at-fosdem-2013-cfp/</link> <comments>http://savanne.be/572-mono-developer-room-at-fosdem-2013-cfp/#comments</comments> <pubDate>Sun, 18 Nov 2012 16:03:30 +0000</pubDate> <dc:creator>Ruben</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[fosdem]]></category> <category><![CDATA[mono]]></category> <guid
isPermaLink="false">http://savanne.be/?p=572</guid> <description><![CDATA[We are continuing the great tradition of having a Mono Developer Room at FOSDEM, on Feb 2, 2013. This means that it is time to start preparing your presentations! Talks on any topic are fine, as long as it&#8217;s related to Mono and open-source. These do not need to be life-changing project announcements either: deeply...  <a
href="http://savanne.be/572-mono-developer-room-at-fosdem-2013-cfp/" class="more-link" title="Read Mono Developer Room at FOSDEM 2013: CFP">Read more &#187;</a>]]></description> <content:encoded><![CDATA[<img
class="alignright" title="mono-logo" src="http://savanne.be/mono-logo1.png" alt="" width="167" height="41" /><p
class="lead">We are continuing the great tradition of having a Mono Developer Room at <a
href="http://www.fosdem.org/">FOSDEM</a>, on Feb 2, 2013.</p><p>This means that it is time to start preparing your presentations!</p><p>Talks on any topic are fine, as long as it&#8217;s related to Mono and open-source. These do not need to be life-changing project announcements either: deeply technical things or pet projects that will make us all giggle with hacker joy are just as desired.</p><p>Please send your talk proposals using this form: <a
href="http://bit.ly/mono2013">http://bit.ly/mono2013</a></p><p>You have until <del>Dec 25 (Christmas)</del> Dec 31 to send in talks. A final schedule will be made available on Jan 10. Note that we get more talks than we can schedule each year, so we&#8217;ll unfortunately have to make a selection. If you have any more questions, feel free to contact me.</p><p><strong>And while we&#8217;re talking mono</strong>:<br
/> If you happen to live in Belgium, don&#8217;t forget to attend the Belgian Mono Community Kick-off on Nov 20! <a
href="http://www.meetup.com/mono-belgium/events/88348352/">More info on meetup.com</a>.<strong> </strong></p> ]]></content:encoded> <wfw:commentRss>http://savanne.be/572-mono-developer-room-at-fosdem-2013-cfp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Belgian Mono Community, Mono @ FOSDEM 2013</title><link>http://savanne.be/562-belgian-mono-community-mono-fosdem-2013/</link> <comments>http://savanne.be/562-belgian-mono-community-mono-fosdem-2013/#comments</comments> <pubDate>Wed, 24 Oct 2012 13:47:58 +0000</pubDate> <dc:creator>Ruben</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[mono]]></category> <guid
isPermaLink="false">http://savanne.be/?p=562</guid> <description><![CDATA[Two great nuggets of news for all friends of Mono: We&#8217;re launching a Belgium Mono Community. The first meetup will be on November 20. More info on our meetup group. Be sure to RSVP. There will be a fourth edition of the Mono Developer Room at FOSDEM 2013. Mark February 2, 2013 into your agenda. Let us know...  <a
href="http://savanne.be/562-belgian-mono-community-mono-fosdem-2013/" class="more-link" title="Read Belgian Mono Community, Mono @ FOSDEM 2013">Read more &#187;</a>]]></description> <content:encoded><![CDATA[<img
class="alignright  wp-image-563" title="mono-belgium" src="http://savanne.be/mono-belgium-258x300.png" alt="" width="155" height="180" /><p
class="lead">Two great nuggets of news for all friends of Mono:</p><ol><li>We&#8217;re launching a <strong>Belgium Mono Community</strong>. The first meetup will be on November 20. <a
href="http://www.meetup.com/mono-belgium/events/88348352/">More info on our meetup group.</a> Be sure to RSVP.</li><li>There will be a fourth edition of the <strong>Mono Developer Room at FOSDEM 2013</strong>. Mark February 2, 2013 into your agenda. <a
href="http://www.meetup.com/mono-belgium/events/88351102/">Let us know you&#8217;re coming.</a> A call for presentations will be sent out soon.</li></ol><p>To stay up-to-date on Mono events in Belgium, join the <a
href="http://www.meetup.com/mono-belgium/">Belgium Mono Community</a> on meetup.com.</p> ]]></content:encoded> <wfw:commentRss>http://savanne.be/562-belgian-mono-community-mono-fosdem-2013/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Belgian Mono community</title><link>http://savanne.be/546-belgian-mono-community/</link> <comments>http://savanne.be/546-belgian-mono-community/#comments</comments> <pubDate>Fri, 27 Jul 2012 09:03:37 +0000</pubDate> <dc:creator>Ruben</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[fosdem]]></category> <category><![CDATA[mono]]></category> <guid
isPermaLink="false">http://savanne.be/?p=546</guid> <description><![CDATA[For the past three years, we&#8217;ve been organising a Mono Developer Room at FOSDEM, which provided a nice get-together each winter. When talking to fellow Belgian Mono users, we&#8217;ve realised we wanted to do more. We&#8217;re going to set up a Belgian Mono community, both for users and developers (in fact, anyone is welcome). Some...  <a
href="http://savanne.be/546-belgian-mono-community/" class="more-link" title="Read Belgian Mono community">Read more &#187;</a>]]></description> <content:encoded><![CDATA[<p
class="lead"><img
class="alignright size-full wp-image-361" title="mono-logo" src="http://savanne.be/mono-logo1.png" alt="" width="167" height="41" />For the <a
title="Mono @ FOSDEM 2010: Round-up" href="http://savanne.be/190-mono-fosdem-2010-round-up/">past</a> <a
title="Mono @ FOSDEM 2011: Schedule announced" href="http://savanne.be/360-mono-fosdem-2011-schedule-announced/">three</a> <a
title="Mono @ FOSDEM 2012: Slides" href="http://savanne.be/517-mono-fosdem-2012-slides/">years</a>, we&#8217;ve been organising a Mono Developer Room at <a
href="http://www.fosdem.org/">FOSDEM</a>, which provided a nice get-together each winter.</p><p>When talking to fellow Belgian Mono users, we&#8217;ve realised we wanted to do more. We&#8217;re going to set up a Belgian Mono community, both for users and developers (in fact, anyone is welcome).</p><p>Some of the things we could do:</p><ul><li>Seminars</li><li>Social Events</li><li>Trainings</li><li>Exchange job offerings</li><li>&#8230; (these are just ideas floating around, we&#8217;d love any other ideas/suggestions)</li></ul><p>This is where we need you. If you&#8217;d be interested in a Mono community in Belgium, then fill out this form: <a
href="http://bitly.com/monobe">http://bitly.com/monobe</a></p><p>Spread this to your friends, family and fellow Mono enthusiasts.</p> ]]></content:encoded> <wfw:commentRss>http://savanne.be/546-belgian-mono-community/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>No GUADEC for me this year.</title><link>http://savanne.be/540-no-guadec-for-me-this-year-2/</link> <comments>http://savanne.be/540-no-guadec-for-me-this-year-2/#comments</comments> <pubDate>Tue, 24 Jul 2012 19:35:18 +0000</pubDate> <dc:creator>Ruben</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[gnome]]></category> <category><![CDATA[guadec]]></category> <guid
isPermaLink="false">http://savanne.be/?p=540</guid> <description><![CDATA[I won&#8217;t make it to GUADEC this year, which is a terrible shame as I had boatloads of fun on the past four editions I attended. Have a productive and fun GUADEC everyone, hope I&#8217;ll make it next year!]]></description> <content:encoded><![CDATA[<p
class="lead">I won&#8217;t make it to <a
href="http://guadec.org/">GUADEC</a> this year, which is a terrible shame as I had boatloads of fun on the past four editions I attended. Have a productive and fun GUADEC everyone, hope I&#8217;ll make it next year!</p> ]]></content:encoded> <wfw:commentRss>http://savanne.be/540-no-guadec-for-me-this-year-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>