<?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>Communities, open web and technologies by Bogomil Shopov &#187; Mozilla</title>
	<atom:link href="http://talkweb.eu/c/mozilla/feed" rel="self" type="application/rss+xml" />
	<link>http://talkweb.eu</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 13:10:55 +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>#Fosdem 2012 &#8211; what&#8217;s going on.</title>
		<link>http://talkweb.eu/openweb/1127</link>
		<comments>http://talkweb.eu/openweb/1127#comments</comments>
		<pubDate>Sat, 04 Feb 2012 16:15:55 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1127</guid>
		<description><![CDATA[Mozilla&#8217;s schedule for FOSDEM is quite busy: 1. There is an online streaming that can be watched from here 2. Follow #mozilla tag to follow what is going on right now at Fosdem &#8211; including nice quotes, slides and some hacks like this one: Hacking the #Fosdem&#8216;s &#8220;O&#8221; &#8211; Hack it and tag it with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fosdem.org/2012/schedule/track/mozilla_devroom">Mozilla&#8217;s schedule</a> for FOSDEM is quite busy:</p>
<p>1. There is an online streaming that can be <a href="https://air.mozilla.org/">watched from here</a></p>
<p>2. Follow <a href="https://twitter.com/#!/search/%23mozilla">#mozilla tag</a> to follow what is going on right now at Fosdem &#8211; including nice quotes, slides and some hacks like this one:</p>
<blockquote><p>Hacking the <a title="#Fosdem" href="https://twitter.com/#%21/search?q=%23Fosdem" rel="nofollow"><s>#</s><strong>Fosdem</strong></a>&#8216;s &#8220;O&#8221; &#8211; Hack it and tag it with <a title="#fosdem" href="https://twitter.com/#%21/search?q=%23fosdem" rel="nofollow"><s>#</s><strong>fosdem</strong></a>-hack and get nice <a title="#Mozilla" href="https://twitter.com/#%21/search?q=%23Mozilla" rel="nofollow"><s>#</s><strong>Mozilla</strong></a> t-shirt (draw). &#8211; See <a href="https://twitter.com/#!/bogomep/status/165816700619587585">more here</a></p></blockquote>
<p>3. if you are here, please stop by our booth and get some buttons and join our effort to make the web better.</p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1127/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to control HTML5 slides with your hands via webcam</title>
		<link>http://talkweb.eu/openweb/1105</link>
		<comments>http://talkweb.eu/openweb/1105#comments</comments>
		<pubDate>Tue, 31 Jan 2012 13:23:48 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Kindle]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Technologies]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[motion]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1105</guid>
		<description><![CDATA[I had an idea to show kind of human computer interaction during my Fosdem talk. I may not use that, because I will not have time to polish it, but it works quite well if you want to use it. The Idea The idea is to control slides only by moving my hand, without any [...]]]></description>
			<content:encoded><![CDATA[<p>I had an idea to show kind of human computer interaction during my Fosdem talk. I may not use that, because I will not have time to polish it, but it works quite well if you want to use it.</p>
<p><strong>The Idea</strong><br />
The idea is to control slides only by moving my hand, without any devices in it. </p>
<p>The plan:<br />
0. My web-cam should detect my move<br />
1. After detection an event should be triggered<br />
2. As a final action the slide should move to the next one <img src='http://talkweb.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Motion detect</h2>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ git clone https:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>sackmotion<span style="color: #000000; font-weight: bold;">/</span>motion.git
$ <span style="color: #7a0874; font-weight: bold;">cd</span> motion
$ .<span style="color: #000000; font-weight: bold;">/</span>configure
$ <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #000000; font-weight: bold;">&amp;</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p><strong>Configure it</strong></p>
<p>Motion comes with a great almost working config file, so just copy it to make it &#8220;official&#8221;:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">cp</span>  <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>motion-dist.conf <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>motion-dist.conf</pre></div></div>

<p>Open it, search for those values, edit them and read what are they for:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">;on_event_start value
event_gap <span style="color: #000000;">60</span></pre></div></div>

<p>to become:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">on_event_start xdotool key Right <span style="color: #000000; font-weight: bold;">/</span>OR xdotool search <span style="color: #ff0000;">&quot;Mozilla Firefox&quot;</span> windowactivate <span style="color: #660033;">--sync</span> key <span style="color: #660033;">--clearmodifiers</span> Right<span style="color: #000000; font-weight: bold;">/</span>
event_gap <span style="color: #000000;">1</span></pre></div></div>

<h2>Event triggering</h2>
<p>You may need to install <em>xdotool</em> using your package manager. This tool allows you to emulate keyboard action in different combinations, but I will need to emulate pressing the right arrow key.</p>
<p>How it works:</p>
<blockquote><p>When web-cam detects movement an event emulating &#8216;right arrow&#8217; key is pressed. Since I am using HTML5  <a href="http://paulrouget.com/e/dzslides2beta/">DZslides from here</a>, this allows me to move to next slide only with moving my hand in front of my webcam.</p></blockquote>
<h2>Run</h2>
<p>Run it and move your hand in front of your camera. You may want to turn on the logging to see the motion detection and the event detection if it&#8217;s not working at first.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ motion</pre></div></div>

<p>If you have any questions, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1105/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I am Wikileak&#8217;ed</title>
		<link>http://talkweb.eu/openweb/1098</link>
		<comments>http://talkweb.eu/openweb/1098#comments</comments>
		<pubDate>Mon, 30 Jan 2012 10:46:18 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Closed Technologies]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1098</guid>
		<description><![CDATA[A friend of mine just show me a info about my efforts to establish Pirate Party in Bulgaria published on Wikileaks: (SBU) A Bulgarian Green Party leader and two other Bulgarian activists have started a petition to establish a Bulgarian &#8220;Pirate Party&#8221; which advocates for free downloading of copyrighted materials among other things. Under Bulgarian [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine just show me a info about my efforts to establish Pirate Party in Bulgaria published on Wikileaks:</p>
<blockquote><p>
(SBU) A Bulgarian Green Party leader and two other Bulgarian<br />
activists have started a petition to establish a Bulgarian &#8220;Pirate<br />
Party&#8221; which advocates for free downloading of copyrighted materials<br />
among other things.  Under Bulgarian law, 5,000 signatures are<br />
required for a political party to be formally established.  Given<br />
the fact that Bulgaria&#8217;s Green Party has generally attracted less<br />
than one percent of the vote in national and EU elections, it is<br />
unlikely that the fledgling Pirate Party would surpass the four<br />
percent voting threshold needed to win a seat in Parliament.<br />
Nonetheless, if this new party begins to win support from the<br />
general public, IPR enforcement and legislation could face political<br />
obstacles in Parliament in the future.
</p></blockquote>
<p>P.S Bulgarian Green Party leader == me <img src='http://talkweb.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://wikileaks.org/cable/2009/10/09SOFIA603.html">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1098/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rust Language &#8211; Hello World</title>
		<link>http://talkweb.eu/openweb/1087</link>
		<comments>http://talkweb.eu/openweb/1087#comments</comments>
		<pubDate>Wed, 25 Jan 2012 09:05:55 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Kindle]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Technologies]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1087</guid>
		<description><![CDATA[What is RUST? Rust is an experimental, concurrent, multi-paradigm, compiled programming language developed by Mozilla Labs. It is designed to be practical, supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. /wikipedia/ How to install it on your Gnu/Linux box? Pre-requirements: g++ 4.4 or clang++ 3.x python 2.6 or later perl 5.0 or later gnu make 3.81 [...]]]></description>
			<content:encoded><![CDATA[<p>What is RUST?</p>
<p>Rust is an experimental, concurrent, multi-paradigm, compiled programming language developed by Mozilla Labs. It is designed to be practical, supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. /wikipedia/ </p>
<p><strong>How to install it on your Gnu/Linux box?</strong><br />
Pre-requirements:</p>
<ul>
<li>g++ 4.4 or clang++ 3.x</li>
<li>python 2.6 or later</li>
<li>perl 5.0 or later</li>
<li>gnu make 3.81 or later</li>
<li>curl</li>
</ul>
<p><span id="more-1087"></span><br />
<strong>Download latest version</strong> (0.2 pre at the moment)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">git clone https:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>mozilla<span style="color: #000000; font-weight: bold;">/</span>rust.git</pre></div></div>

<p><strong>Make it</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">$cd</span> rust
$.<span style="color: #000000; font-weight: bold;">/</span>configure
$ <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #000000; font-weight: bold;">&amp;</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>Note:</p>
<blockquote><p>It takes a lot of time and you do need an active internet connection during the compiling process.</p></blockquote>
<p><strong>Hack</strong><br />
Open your Geany or your favourite IDE and write this:</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;">use std<span style="color: #339933;">;</span>
&nbsp;
fn hello_world<span style="color: #009900;">&#40;</span>name<span style="color: #339933;">:</span> str<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  
	let greetings<span style="color: #339933;">:</span> str <span style="color: #339933;">=</span> <span style="color: #ff0000;">&quot;Hello World, &quot;</span><span style="color: #339933;">+</span> name <span style="color: #339933;">+</span><span style="color: #ff0000;">&quot;! and Здравей свят! and 您好，世界！&quot;</span><span style="color: #339933;">;</span>
	std<span style="color: #339933;">::</span><span style="color: #202020;">io</span><span style="color: #339933;">::</span><span style="color: #202020;">println</span><span style="color: #009900;">&#40;</span>greetings<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
&nbsp;
fn main<span style="color: #009900;">&#40;</span>args<span style="color: #339933;">:</span> <span style="color: #009900;">&#91;</span>str<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	hello_world<span style="color: #009900;">&#40;</span>args<span style="color: #009900;">&#91;</span><span style="color: #0000dd;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<blockquote><p>Save it as helloworld.rs</p></blockquote>
<p><strong>Compile it</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">$rustc</span> helloworld.rs</pre></div></div>

<p><strong>Execute</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$.<span style="color: #000000; font-weight: bold;">/</span>helloworld.rs Bogo <span style="color: #000000; font-weight: bold;">//</span>put here your name</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1087/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Developer Room schedule at Fosdem</title>
		<link>http://talkweb.eu/openweb/1076</link>
		<comments>http://talkweb.eu/openweb/1076#comments</comments>
		<pubDate>Mon, 23 Jan 2012 11:15:41 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Community Management]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1076</guid>
		<description><![CDATA[We will have more than 28 talks this year&#8217;s Mozilla Developer room at FOSDEM. Take a look at the schedule and plan your visit now. It will be a great time, like every year. P.S Let&#8217;s say &#8220;Merci&#8221; to Benoît to taking care about Mozilla&#8217;s presence at Fosdem.]]></description>
			<content:encoded><![CDATA[<p>We will have more than <a href="http://fosdem.org/2012/schedule/track/mozilla_devroom">28 talks this year&#8217;s Mozilla Developer room at FOSDEM.</a></p>
<p>Take a look at the schedule and plan your visit now. It will be a great time, like every year.</p>
<p>P.S Let&#8217;s say &#8220;Merci&#8221; to <a href="http://bonjourmozilla.fr/?post/2011/12/30/Bon-anniversaire-Beno%C3%AEt">Benoît</a> to taking care about Mozilla&#8217;s presence at Fosdem.</p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1076/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fosdem protocol for Mozilla Firefox (fosdem:about)</title>
		<link>http://talkweb.eu/openweb/1069</link>
		<comments>http://talkweb.eu/openweb/1069#comments</comments>
		<pubDate>Fri, 20 Jan 2012 13:40:50 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[FLOSS Events]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Technologies]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[fosdem]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1069</guid>
		<description><![CDATA[I just uploaded for approval an Add-on that defines FOSDEM protocol. What is FOSDEM? FOSDEM is a two-day event organized by volunteers to promote the widespread use of Free and Open Source software. Protocol? This Add-on: defines FOSDEM protocol  (see bellow) it&#8217;s showcase how to create your own protocol for Mozilla Firefox Supported commands: fosdem:about [...]]]></description>
			<content:encoded><![CDATA[<p>I just uploaded for approval an <a href="https://addons.mozilla.org/en-US/firefox/addon/fosdem-basic-protocol-handl/">Add-on that defines FOSDEM protocol</a>.</p>
<h1>What is FOSDEM?</h1>
<p>FOSDEM is a two-day event organized by volunteers to promote the widespread use of Free and Open Source software.</p>
<h1>Protocol?</h1>
<p>This Add-on:</p>
<ul>
<li>defines FOSDEM protocol  (see bellow)</li>
<li>it&#8217;s showcase how to <strong>create your own protocol</strong> for Mozilla Firefox</li>
</ul>
<h2>Supported commands:</h2>
<p><strong>fosdem:about</strong> &#8211; learn more about the event<br />
<strong>fosdem:venue</strong> &#8211; learn more about the venue and transportation<br />
<strong>fosdem:schedule</strong> &#8211; see the latest schedule<br />
<strong>fosdem:2003</strong> to <strong>fosdem:2011</strong> &#8211; see the archive<br />
<strong>fosdem:2012</strong> &#8211; see the info about the 2012 event</p>
<h2>Notice</h2>
<p>If you are fan of Fosdem and Firefox &#8211; <a href="https://addons.mozilla.org/en-US/firefox/addon/fosdem-basic-protocol-handl/">please install it </a>(click on the link) to have fun and to help me develop it more.</p>
<p>A special &#8220;Thank you&#8221; goes to <a href="http://mike.kaply.com/">Mike Kaply</a> and <a href="http://adblockplus.org/blog/">Wladimir Palant </a></p>
<p>See you at Fosdem in 2 weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1069/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bug tracking month for Bulgarian web L18n</title>
		<link>http://talkweb.eu/openweb/1060</link>
		<comments>http://talkweb.eu/openweb/1060#comments</comments>
		<pubDate>Wed, 18 Jan 2012 13:34:52 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Mozilla in Bulgaria]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Bulgaria]]></category>
		<category><![CDATA[Communities]]></category>
		<category><![CDATA[fosdem]]></category>
		<category><![CDATA[L10n]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1060</guid>
		<description><![CDATA[We&#8217;ve started a campaign to make our locale better. More than 500 000 Bulgarian every day using localized content from Mozilla and we think they deserve a better quality. We cannot afford to pay big numbers as Google does for localization, but for every confirmed bug  you will get a @mozilla.bg email address and maybe [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve <a href="http://mozilla.bg/blog/bughuntingmonth/">started</a> a campaign to make our locale better. More than 500 000 Bulgarian every day using localized content from Mozilla and we think they deserve a better quality. We cannot afford to pay big numbers as Google does for localization, but for every confirmed bug  you will get a @mozilla.bg email address and maybe something else, if the bug is very nasty one <img src='http://talkweb.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ))</p>
<p>If you read/understand Bulgarian, <a href="http://mozilla.bg/blog/bughuntingmonth/">Join our effort now.</a>, if not, why don&#8217;t you start similar action for your own locale &#8211; <strong>we can help you</strong> with some advices.</p>
<p>Bulgarian Mozilla community Rocks!</p>
<p>P.S If you will go to FOSDEM, feel free to attend <a href="http://talkweb.eu/openweb/1041">my talk about communities</a> and to eat some Belgian chocolate at the same time.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1060/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Mozilla) Communities &#8211; Agile approach, tools, patterns and metrics.</title>
		<link>http://talkweb.eu/openweb/1041</link>
		<comments>http://talkweb.eu/openweb/1041#comments</comments>
		<pubDate>Mon, 09 Jan 2012 13:01:11 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1041</guid>
		<description><![CDATA[I will be talking about that at FOSDEM in Mozilla&#8217;s room. (*) Abstract: We&#8217;re living in hard times right now. Most of the F(L)OSS projects suffers from lack of volunteers especially if they must donate a large amount of time to this project. My talk will show how you can plan better your community how [...]]]></description>
			<content:encoded><![CDATA[<p>I will be talking about that at FOSDEM in Mozilla&#8217;s room. (*)</p>
<p>Abstract:<br />
We&#8217;re living in hard times right now. Most of the F(L)OSS projects suffers from lack of volunteers especially if they must donate a large amount of time to this project. My talk will show how you can plan better your community how to measure it, how to use tips and tricks from the commercial world and how to use some agile methods and tools to make you community kick-ass squad.</p>
<ol>
<li> How to plan your community for next couple of months; (ex. We need 3 more people to join our translation effort) and Create the Flow &#8211; how a bug report goes from bugzilla to the  the end of it&#8217;s life. (a.k.a kill the bug)</li>
<li>Define how to do it (ex. Troll the forums, create twitter campaign, contact universities, or something else?)</li>
<li>How to Measure it (How many retweets do you have, how many clicks, etc) and Why?</li>
<li>How to find patterns into your community and how to use them. For example &#8211; Most of the answers I receive to my mailing comes during business hours OR Friday is not a good day to send emails</li>
<li>What is Agile and how to use it to make my community life easier? ( Trello show-case )</li>
</ol>
<p>(*) room U.218A (next to Chavanne)</p>
<p><strong>Feel free  stop by, eat some belgian chocolate (provided by me) and listen to my thoughts and share yours.</strong></p>
<p>P.S If you still don&#8217;t have place to stay during the FOSDEM, take a look on <a title="FOSDEM 2012 Accommodation" href="http://talkweb.eu/openweb/1034">my blogpost here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1041/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FOSDEM 2012 &#8211; hotels and useful info.</title>
		<link>http://talkweb.eu/openweb/1034</link>
		<comments>http://talkweb.eu/openweb/1034#comments</comments>
		<pubDate>Thu, 29 Dec 2011 16:30:27 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[FLOSS Events]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[nodejs]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1034</guid>
		<description><![CDATA[If you are going to Fosdem 2012, here is some useful hotel info. Hotels near to Grand Place and to the Delirium Cafe (yes, the party is there). This location is near to all sights and it&#8217;s good idea to stay here instead near to the FOSDEM venue; Cheapest hotels in Brussels. Hotels near to [...]]]></description>
			<content:encoded><![CDATA[<p>If  you are going to Fosdem 2012, here is some useful hotel info.</p>
<ul>
<li><a href="http://www.booking.com/searchresults.en-us.html?dcid=1;checkin_monthday=3;checkin_year_month=2012-2;checkout_monthday=5;checkout_year_month=2012-2;class_interval=1;group_adults=2;group_children=0;landmark=1324;redirected_from_city=0;redirected_from_landmark=0;review_score_group=empty;ss_all=0;ssb=empty;radius=0.8;order=price_for_two;track_ajaxsearch2=1&amp;aid=330135">Hotels near</a> to Grand Place and to the Delirium Cafe (yes, the party is there). This location is near to all sights and it&#8217;s good idea to stay here instead near to the FOSDEM venue;</li>
<li><a title="Fosdem hotels" href="http://www.booking.com/searchresults.en-us.html?aid=330135;sid=288fa89045818d69973da280da3eac29;dcid=1;checkin_monthday=3;checkin_year_month=2012-2;checkout_monthday=5;checkout_year_month=2012-2;city=-1955538;class_interval=1;group_adults=2;group_children=0;order=popularity;pr=0%2C60;pr_cur_code=EUR;radius=0;review_score_group=empty;score_min=0;si=ai%2Cco%2Cci%2Cre%2Cdi;ssb=empty;ssne_untouched=landmark%3AULB%20Collection%20of%20Contemporary%20Art-%20Allende%20Room;;nflt=hoteltag%3D10%3B;track_ajaxsearch2=1">Cheapest hotels</a> in Brussels.</li>
<li>Hotels <a title="Fosdem hotels near to ULB" href="http://t.co/I4zHBDu4">near to the ULB</a> &#8211; the venue</li>
<li>The nearest hostel to the Venue is <a href="http://www.booking.com/hotel/be/brussels-louise.en-us.html?aid=330135;sid=288fa89045818d69973da280da3eac29;dcid=1;checkin=2012-02-03;checkout=2012-02-05;srfid=dbb4082c6a3681431ae8825598500589X1">Hostel Brussels Louise</a> (Price is about 19E/person/day)</li>
</ul>
<p>&nbsp;</p>
<p>Personally I can recommend <a href="http://www.booking.com/hotel/be/citadines-apart-bruxelles-sainte-catherine.en-us.html?aid=330135;dcid=1;checkin=2012-02-03;checkout=2012-02-05;srfid=5d17944b239ba30d2b81001ec1efbaf9X4">CitaDines apartments</a>, because there is a small kitchen included into the price and you can make a dinner or breakfast. If you are more than 2 people, they can offer you a really great offer and<strong> it&#8217;s near</strong> to the bus stop for FOSDEM bus.</p>
<p>&nbsp;</p>
<h1>FOSDEM</h1>
<p><a href="http://fosdem.org">FOSDEM</a> is a free and non-commercial event organized by the community for the community. The goal is to provide Free Software and Open Source developers and communities a place to meet to:</p>
<ul>
<li> + Get in touch with other developers and projects;</li>
<li> + Be informed about the latest developments in the Free Software and Open Source world;</li>
<li> + Attend interesting talks and presentations held in large conference rooms by Free Software and Open Source project leaders and committers on various topics;</li>
<li> + To promote the development and the benefits of Free Software and Open Source solutions.</li>
<li> + and to SHARE knowledge with each other</li>
<li></li>
</ul>
<p>Sharing the knowledge and ideas is the most valuable think you can get during FOSDEM and it&#8217;s free. There is no excuse not to be there.</p>
<p><a href="http://talkweb.eu/wp-content/uploads/2011/01/3584938165_f15a4851d6.jpg"><img class="alignnone size-full wp-image-517" title="3584938165_f15a4851d6" src="http://talkweb.eu/wp-content/uploads/2011/01/3584938165_f15a4851d6.jpg" alt="" width="500" height="375" /></a></p>
<p>If you are worried about anything, just feel free to ask me and I will help you, especially if this will be your first visit. If you are living for Free software NOR Open Source &#8211; you must be there.</p>
<p>(cc) Image is under CC lisense by<a href="http://www.flickr.com/photos/bertogg/3584938165/"> bertogg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1034/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How the Suits should assign tasks to Geeks</title>
		<link>http://talkweb.eu/openweb/1031</link>
		<comments>http://talkweb.eu/openweb/1031#comments</comments>
		<pubDate>Wed, 28 Dec 2011 14:26:31 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1031</guid>
		<description><![CDATA[Not unlike the great zebras and lions of the wild, the “Suits” (Marketing, Sales, Creative) and “Geeks” (Dev, Ops, Infra) in an IT company often face misunderstandings. When highly-technical and less-technical employees in a fast-growing tech shop like ZeroTurnaround need to accomplish something jointly, good communication is clearly necessary, but it’s not a one-sided thing. [...]]]></description>
			<content:encoded><![CDATA[<p>Not unlike the great zebras and lions of the wild, the “Suits” (Marketing, Sales, Creative) and “Geeks” (Dev, Ops, Infra) in an IT company often face misunderstandings. When highly-technical and less-technical employees in a fast-growing tech shop like ZeroTurnaround need to accomplish something jointly, good communication is clearly necessary, but it’s not a one-sided thing.</p>
<p>There is a symbiotic relationship at play; the Suits are at least partly responsible for propagating the Geeks’ natural habitat so that we can all work together in peace and take home a salary. The Geeks make the product and tell the Suits why it’s good. The Suits then turn this into revenue and we all have jobs. Yay!</p>
<p>So how does it work in a distributed work environment, where most direct communication occurs over Skype? In a company where people are working in different offices in different continents, communication becomes naturally less efficient. While technology has been responsible for making a successful distributed work environment possible, I’m continually noticing that, like anti-virus software, solutions to communication struggles are always a few steps behind the next emerging challenges.</p>
<p><a href="http://zeroturnaround.com/blog/communication-smell-when-suits-assign-tasks-to-geeks/">Read this true story here and feel free to add comments.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1031/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JRebel and OSGi: Use the right tool for the right job</title>
		<link>http://talkweb.eu/openweb/1026</link>
		<comments>http://talkweb.eu/openweb/1026#comments</comments>
		<pubDate>Mon, 12 Dec 2011 16:50:18 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Technologies]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1026</guid>
		<description><![CDATA[Often when discussing OSGi at events, conferences or forums, we hear things like, “Yeah, I like JRebel but now we are using OSGi”, or “Does JRebel support OSGi”, or “Isn’t OSGi the same as JRebel?”. Sometimes it happens that people start comparing OSGi to JRebel, which is kind of like comparing a Ferrari to a [...]]]></description>
			<content:encoded><![CDATA[<p>Often when discussing OSGi at events, conferences or forums, we hear  things like, “Yeah, I like JRebel but now we are using OSGi”, or “Does  JRebel support OSGi”, or “Isn’t OSGi the same as JRebel?”. Sometimes it  happens that people start <a href="http://www.infoq.com/news/2011/11/bndtools-11">comparing OSGi to JRebel</a>,  which is kind of like comparing a Ferrari to a Skyscaper; thus, this  article is designed to a) explain the differences on a technical level  what JRebel and OSGi do, b) outline some ideal use cases for OSGi and  JRebel c) clear up any grey areas or misconceptions between the two  technologies. So, let’s go!</p>
<h2 dir="ltr">What is JRebel and what is OSGi?</h2>
<div><a href="http://www.jrebel.com/">JRebel</a> is an anything-Java  plugin that speeds up JVM-based development (Java, Scala, Groovy) by  reloading changes made in your workspace into a running JVM, without  restarts or redeploys, maintaining the state of the application while  you’re coding.</div>
<div>In plain speech:  When developers use JRebel, they see their code changes instantly  without restarting anything, keeping their flow and maintaining state; <a href="http://www.zeroturnaround.com/jrebel/features">JRebel supports various IDEs, app servers and over 40 Java frameworks</a>.</div>
<div><a href="http://www.osgi.org/Main/HomePage">OSGi</a> is a module  system and a dynamic runtime where modules (also called bundles) can  come and go, but your code has to conform to the requirements of the  module system — it is perhaps the only widely used framework for the JVM  that enforces real modularity.</div>
<div>In plain speech: OSGi  projects are inherently more modular than plain Java projects, as long  as you follow the rules — for example, to use classes from another  module, that module needs to declare that it exports the packages  containing those classes.</div>
<div>Bottom line: JRebel is a productivity enhancer for anything Java, while OSGi is at its core a rather strict module system.</div>
<h2 dir="ltr">Read more&#8230;</h2>
<div>Read more here: <a href="http://zeroturnaround.com/blog/jrebel-vs-osgi-use-the-right-tool-for-the-right-job/">http://zeroturnaround.com/blog/jrebel-vs-osgi-use-the-right-tool-for-the-right-job/</a></div>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1026/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Google Chrome next IE</title>
		<link>http://talkweb.eu/openweb/1020</link>
		<comments>http://talkweb.eu/openweb/1020#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:49:54 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Closed Technologies]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1020</guid>
		<description><![CDATA[I was trying to find an application to use Google Docs offline. I don&#8217;t like to use 3th party services for my documents and I want the control to be in my hands, but the company I work for uses GDocs for some of the projects. So, I am browsing to find a way to [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to find an application to use Google Docs offline.</p>
<p>I don&#8217;t like to use 3th party services for my documents and I want the control to be in my hands, but the company I work for uses GDocs for some of the projects.</p>
<p>So, I am browsing to find a way to do that and I found it, but &#8230; surprise! it&#8217;s working ONLY on Google Chrome and Only after installing an application.</p>
<p>Wtf? (no it&#8217;s not where is the food <img src='http://talkweb.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>Is the next step to use Chrome when I browse on Google.com or when I access the Internet?</p>
<p>Is Google  becoming the next Microsoft-like &#8220;I want it all&#8221; company.? Of course!</p>
<p>The good news is there is always an alternative to closed web companies &#8211; Mozilla.</p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1020/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

