<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Diogo Gomes Blog</title>
	
	<link>http://www.diogogomes.com</link>
	<description>... Its not quite like that!</description>
	<pubDate>Tue, 18 Nov 2008 11:06:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta2-9571</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CommentsForItsNotQuiteLikeThat" type="application/rss+xml" /><item>
		<title>Comment on Using svn+ssh with RapidSVN by er0k</title>
		<link>http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~3/457060243/</link>
		<dc:creator>er0k</dc:creator>
		<pubDate>Mon, 17 Nov 2008 16:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://dgomes.camelot.com.pt/2007/08/08/using-svnssh-with-rapidsvn/#comment-399</guid>
		<description>Similar problem with RapidSVN on OS X, except it just fails silently and I had no clue why. Finally figured out that I was missing /usr/libexec/ssh-askpass.

I grabbed a copy from here: http://www.jmknoble.net/software/x11-ssh-askpass/ and compiled it like this:

$ ./configure
$ xmkmf
$ make includes
$ make
$ sudo cp x11-ssh-askpass /usr/libexec/ssh-askpass</description>
		<content:encoded><![CDATA[<p>Similar problem with RapidSVN on OS X, except it just fails silently and I had no clue why. Finally figured out that I was missing /usr/libexec/ssh-askpass.</p>
<p>I grabbed a copy from here: <a href="http://www.jmknoble.net/software/x11-ssh-askpass/" rel="nofollow">http://www.jmknoble.net/software/x11-ssh-askpass/</a> and compiled it like this:</p>
<p>$ ./configure<br />
$ xmkmf<br />
$ make includes<br />
$ make<br />
$ sudo cp x11-ssh-askpass /usr/libexec/ssh-askpass</p>
<img src="http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~4/457060243" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.diogogomes.com/2007/08/08/using-svnssh-with-rapidsvn/comment-page-1/#comment-399</feedburner:origLink></item>
	<item>
		<title>Comment on Telecom API’s by Aayush</title>
		<link>http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~3/457060244/</link>
		<dc:creator>Aayush</dc:creator>
		<pubDate>Sun, 16 Nov 2008 12:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.diogogomes.com/?p=76#comment-398</guid>
		<description>I still feel, that despite the age old Sip Servlet and SLEE debate, JSLEE is the better choice. 
SLEE gives the developer a lot of options to design and architect an all embracing telco application architecture. This is made possible due to the Resource Adaptors. JSLEE, however has a learning curve!
Sip Servlets have an inherent weakness. From what i could gather from a cursory glance, the DAR file concept breaks the service oriented architecture approach. By hard coding the Servlet invocation sequence in the form of the DAR file, it becomes impossible for the developer to deploy SIP services that have a similar invocation logic but are mutually exclusive.
Take this for an example....
If i have a Voicemail service (UAS), a call screening service (proxy server) and a call transfer service (B2BUA), all of which are invoked by the INVITE method, i would want to decide which servlet gets invoked upon receipt of an Invite request (suppose..based on the PSI concept of IMS). These are three mutually exclusive services. If i try and deploy them on the same sip servlet container instance, then i will need to fix a servlet invocation sequence in the DAR file, even when these services have no link whatsoever. 
If i need to control the invocation of these three servlets, i will need to deploy them on different sip servlet containers. 
DAR files are however useful, when i have a service made up of components. The same thing can be achieved through the SBB tree heirarchy in JSLEE.</description>
		<content:encoded><![CDATA[<p>I still feel, that despite the age old Sip Servlet and SLEE debate, JSLEE is the better choice.<br />
SLEE gives the developer a lot of options to design and architect an all embracing telco application architecture. This is made possible due to the Resource Adaptors. JSLEE, however has a learning curve!<br />
Sip Servlets have an inherent weakness. From what i could gather from a cursory glance, the DAR file concept breaks the service oriented architecture approach. By hard coding the Servlet invocation sequence in the form of the DAR file, it becomes impossible for the developer to deploy SIP services that have a similar invocation logic but are mutually exclusive.<br />
Take this for an example&#8230;.<br />
If i have a Voicemail service (UAS), a call screening service (proxy server) and a call transfer service (B2BUA), all of which are invoked by the INVITE method, i would want to decide which servlet gets invoked upon receipt of an Invite request (suppose..based on the PSI concept of IMS). These are three mutually exclusive services. If i try and deploy them on the same sip servlet container instance, then i will need to fix a servlet invocation sequence in the DAR file, even when these services have no link whatsoever.<br />
If i need to control the invocation of these three servlets, i will need to deploy them on different sip servlet containers.<br />
DAR files are however useful, when i have a service made up of components. The same thing can be achieved through the SBB tree heirarchy in JSLEE.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~4/457060244" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.diogogomes.com/2008/05/12/telecom-apis/comment-page-1/#comment-398</feedburner:origLink></item>
	<item>
		<title>Comment on @Codebits by Claymore</title>
		<link>http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~3/457060245/</link>
		<dc:creator>Claymore</dc:creator>
		<pubDate>Sat, 15 Nov 2008 13:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.diogogomes.com/?p=182#comment-397</guid>
		<description>Dá realmente valor à tipica frase destes casos:
"It will impress your mother but it will definitively not impress your friends!"</description>
		<content:encoded><![CDATA[<p>Dá realmente valor à tipica frase destes casos:<br />
&#8220;It will impress your mother but it will definitively not impress your friends!&#8221;</p>
<img src="http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~4/457060245" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.diogogomes.com/2008/11/14/codebits/comment-page-1/#comment-397</feedburner:origLink></item>
	<item>
		<title>Comment on Book Meme by Filipe Freitas</title>
		<link>http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~3/452260331/</link>
		<dc:creator>Filipe Freitas</dc:creator>
		<pubDate>Thu, 13 Nov 2008 20:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.diogogomes.com/?p=177#comment-396</guid>
		<description>Suponho que os PDFs não contem..=S</description>
		<content:encoded><![CDATA[<p>Suponho que os PDFs não contem..=S</p>
<img src="http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~4/452260331" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.diogogomes.com/2008/11/13/book-meme/comment-page-1/#comment-396</feedburner:origLink></item>
	<item>
		<title>Comment on Book Meme by Diogo Gomes</title>
		<link>http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~3/452260332/</link>
		<dc:creator>Diogo Gomes</dc:creator>
		<pubDate>Thu, 13 Nov 2008 13:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.diogogomes.com/?p=177#comment-395</guid>
		<description>Yep :) eh isso mesmo</description>
		<content:encoded><![CDATA[<p>Yep <img src='http://www.diogogomes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> eh isso mesmo</p>
<img src="http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~4/452260332" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.diogogomes.com/2008/11/13/book-meme/comment-page-1/#comment-395</feedburner:origLink></item>
	<item>
		<title>Comment on Book Meme by André Medeiros</title>
		<link>http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~3/452260333/</link>
		<dc:creator>André Medeiros</dc:creator>
		<pubDate>Thu, 13 Nov 2008 13:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.diogogomes.com/?p=177#comment-394</guid>
		<description>Eu acho que é o "C++ Programming Language, The: Special Edition, 3rd Edition", de Bjarne Stroustrup :P</description>
		<content:encoded><![CDATA[<p>Eu acho que é o &#8220;C++ Programming Language, The: Special Edition, 3rd Edition&#8221;, de Bjarne Stroustrup <img src='http://www.diogogomes.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~4/452260333" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.diogogomes.com/2008/11/13/book-meme/comment-page-1/#comment-394</feedburner:origLink></item>
	<item>
		<title>Comment on Mais do mesmo by Diogo Gomes</title>
		<link>http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~3/444632330/</link>
		<dc:creator>Diogo Gomes</dc:creator>
		<pubDate>Wed, 05 Nov 2008 22:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.diogogomes.com/?p=171#comment-392</guid>
		<description>Mea culpa: não sigo blogs politicos, pelo que claramente o meu comentário ficou "biased".

No entanto acho que a blogosfera "geek" como chamou conseguiu fazer mais do mesmo...</description>
		<content:encoded><![CDATA[<p>Mea culpa: não sigo blogs politicos, pelo que claramente o meu comentário ficou &#8220;biased&#8221;.</p>
<p>No entanto acho que a blogosfera &#8220;geek&#8221; como chamou conseguiu fazer mais do mesmo&#8230;</p>
<img src="http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~4/444632330" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.diogogomes.com/2008/11/05/mais-do-mesmo/comment-page-1/#comment-392</feedburner:origLink></item>
	<item>
		<title>Comment on Mais do mesmo by Mª João Nogueira</title>
		<link>http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~3/444632331/</link>
		<dc:creator>Mª João Nogueira</dc:creator>
		<pubDate>Wed, 05 Nov 2008 21:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.diogogomes.com/?p=171#comment-391</guid>
		<description>Acompanho as várias Blogosferas, e tenho até uma visão algo crítica sobre essa redundância e também sobre um certo elitismo de algumas blogosferas. Chamando as coisas pelos nomes, o elitismo pretencioso da Blogosfera Geek por ter sido verdadeiramente a primeira, e o elitismo separatista da Blogosfera Política por ser a mais reconhecida fora da esfera.

No entanto, e apesar de alguma redundância durante o dia de ontem, honra seja feita a essa elitista blogosfera política, porque na maioria dos casos, havia apresentação dos dados, mas com opinião à mistura. O que é natural, tendo em conta que estavam com acesso directo ao enorme fluxo de informação (via televisões estrangeiras).

Na maioria dos lançamentos da Apple, o que se vê na Blogosfera Geek é a notícia propriamente dita (normalmente, com sorte, uma adaptação do press release ou do que foi dito na keynote do Jobs) e depois, porque não há mais informação e não há experimentação do produto (chegam cá sempre mais tarde), não há opinião, e aí sim, nota-se a redundância.</description>
		<content:encoded><![CDATA[<p>Acompanho as várias Blogosferas, e tenho até uma visão algo crítica sobre essa redundância e também sobre um certo elitismo de algumas blogosferas. Chamando as coisas pelos nomes, o elitismo pretencioso da Blogosfera Geek por ter sido verdadeiramente a primeira, e o elitismo separatista da Blogosfera Política por ser a mais reconhecida fora da esfera.</p>
<p>No entanto, e apesar de alguma redundância durante o dia de ontem, honra seja feita a essa elitista blogosfera política, porque na maioria dos casos, havia apresentação dos dados, mas com opinião à mistura. O que é natural, tendo em conta que estavam com acesso directo ao enorme fluxo de informação (via televisões estrangeiras).</p>
<p>Na maioria dos lançamentos da Apple, o que se vê na Blogosfera Geek é a notícia propriamente dita (normalmente, com sorte, uma adaptação do press release ou do que foi dito na keynote do Jobs) e depois, porque não há mais informação e não há experimentação do produto (chegam cá sempre mais tarde), não há opinião, e aí sim, nota-se a redundância.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~4/444632331" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.diogogomes.com/2008/11/05/mais-do-mesmo/comment-page-1/#comment-391</feedburner:origLink></item>
	<item>
		<title>Comment on Apple TV price by Diogo Gomes</title>
		<link>http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~3/444632332/</link>
		<dc:creator>Diogo Gomes</dc:creator>
		<pubDate>Wed, 05 Nov 2008 11:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.diogogomes.com/?p=168#comment-390</guid>
		<description>Rui: It's not just the portuguese its all european stores in Euros...</description>
		<content:encoded><![CDATA[<p>Rui: It&#8217;s not just the portuguese its all european stores in Euros&#8230;</p>
<img src="http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~4/444632332" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.diogogomes.com/2008/11/04/apple-tv-price/comment-page-1/#comment-390</feedburner:origLink></item>
	<item>
		<title>Comment on Apple TV price by Rui</title>
		<link>http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~3/444632333/</link>
		<dc:creator>Rui</dc:creator>
		<pubDate>Wed, 05 Nov 2008 10:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.diogogomes.com/?p=168#comment-389</guid>
		<description>They want to milk the portuguese fan boys?</description>
		<content:encoded><![CDATA[<p>They want to milk the portuguese fan boys?</p>
<img src="http://feeds.feedburner.com/~r/CommentsForItsNotQuiteLikeThat/~4/444632333" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.diogogomes.com/2008/11/04/apple-tv-price/comment-page-1/#comment-389</feedburner:origLink></item>
</channel>
</rss>
