<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
		>
<channel>
	<title>Comments for Software &amp; Engineering</title>
	<atom:link href="http://coliveira.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://coliveira.net</link>
	<description>by Carlos Oliveira</description>
	<lastBuildDate>Wed, 25 Jan 2012 12:13:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Using Gmail as a Notebook by Intezar ahmad</title>
		<link>http://coliveira.net/software/using-gmail-as-a-notebook/comment-page-1/#comment-1879</link>
		<dc:creator>Intezar ahmad</dc:creator>
		<pubDate>Wed, 25 Jan 2012 12:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=889#comment-1879</guid>
		<description>Fdghfghg</description>
		<content:encoded><![CDATA[<p>Fdghfghg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Git and SVN at the same time by coliveira</title>
		<link>http://coliveira.net/software/using-git-and-svn-at-the-same-time/comment-page-1/#comment-1873</link>
		<dc:creator>coliveira</dc:creator>
		<pubDate>Sat, 14 Jan 2012 04:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=193#comment-1873</guid>
		<description>You can always have git along with svn in the same directory, but they won&#039;t be synchronized. Git uses its .git directory, while svn uses the .svn dir. I have done this before, but it would be better to use git as an interface to svn, so that they are synchronized. Try to learn about git-svn and you&#039;ll see how it works.</description>
		<content:encoded><![CDATA[<p>You can always have git along with svn in the same directory, but they won&#8217;t be synchronized. Git uses its .git directory, while svn uses the .svn dir. I have done this before, but it would be better to use git as an interface to svn, so that they are synchronized. Try to learn about git-svn and you&#8217;ll see how it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Git and SVN at the same time by Levi</title>
		<link>http://coliveira.net/software/using-git-and-svn-at-the-same-time/comment-page-1/#comment-1872</link>
		<dc:creator>Levi</dc:creator>
		<pubDate>Thu, 12 Jan 2012 12:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=193#comment-1872</guid>
		<description>Hi Carlos,
Maybe you can help me in my problem. I wish to use in my projects git and svn together. The reason is complicated. We are making webpages and we have our own cms. Well, each webpage project is different, so I want to store them in SVN version control, in different projects. But each has the cms, with is common, that I want to store in other version control as a self standing project. The cms I would store in GIT. 
My target is, that from any project I have to be able to commit in the repo of the website project and in the repo if the common cms as well.
Can I do this?

Thank you very much for your help!</description>
		<content:encoded><![CDATA[<p>Hi Carlos,<br />
Maybe you can help me in my problem. I wish to use in my projects git and svn together. The reason is complicated. We are making webpages and we have our own cms. Well, each webpage project is different, so I want to store them in SVN version control, in different projects. But each has the cms, with is common, that I want to store in other version control as a self standing project. The cms I would store in GIT.<br />
My target is, that from any project I have to be able to commit in the repo of the website project and in the repo if the common cms as well.<br />
Can I do this?</p>
<p>Thank you very much for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing a trie data structure in C by ash</title>
		<link>http://coliveira.net/software/implementing-a-trie-data-structure-in-c/comment-page-1/#comment-1871</link>
		<dc:creator>ash</dc:creator>
		<pubDate>Wed, 11 Jan 2012 16:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=31#comment-1871</guid>
		<description>Hi 

I got an question in VIVA as what is meant by TRIE data structure, really i hadnt heard such a data structure and i thought that mam is kidding but now i found that there is something like that, thanks for your xplntn...Goood</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I got an question in VIVA as what is meant by TRIE data structure, really i hadnt heard such a data structure and i thought that mam is kidding but now i found that there is something like that, thanks for your xplntn&#8230;Goood</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Day 3: Keep a Programming Diary by Johan Brodd</title>
		<link>http://coliveira.net/software/day-3-keep-a-programming-diary/comment-page-1/#comment-1870</link>
		<dc:creator>Johan Brodd</dc:creator>
		<pubDate>Thu, 05 Jan 2012 23:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=340#comment-1870</guid>
		<description>A smart move is to set up say a wordpress site, keep it in maintenance mode so nobody can read it, and disable comments for unregistered members. Then login to write your programmers diary there. Remember the password, and when you&#039;re home or whenever you&#039;re away from home, then you have instant access to your programmers diary. If there is an internet connection.</description>
		<content:encoded><![CDATA[<p>A smart move is to set up say a wordpress site, keep it in maintenance mode so nobody can read it, and disable comments for unregistered members. Then login to write your programmers diary there. Remember the password, and when you&#8217;re home or whenever you&#8217;re away from home, then you have instant access to your programmers diary. If there is an internet connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disadvantages of Statically Typed Languages by Leo</title>
		<link>http://coliveira.net/software/disadvantages-of-statically-typed-languages/comment-page-1/#comment-1853</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 23 Dec 2011 02:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=1043#comment-1853</guid>
		<description>One thing to remember is that the main purpose of strong typing is to enforce good coding habits. Code quality has gotten much better overall. As a result, where a project scores on the trade-off between quality gain and productivity loss has changed.</description>
		<content:encoded><![CDATA[<p>One thing to remember is that the main purpose of strong typing is to enforce good coding habits. Code quality has gotten much better overall. As a result, where a project scores on the trade-off between quality gain and productivity loss has changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disadvantages of Statically Typed Languages by dchambers</title>
		<link>http://coliveira.net/software/disadvantages-of-statically-typed-languages/comment-page-1/#comment-1852</link>
		<dc:creator>dchambers</dc:creator>
		<pubDate>Thu, 22 Dec 2011 07:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=1043#comment-1852</guid>
		<description>&gt; Usually it happens when we’re doing some kind of manual 
&gt; refactoring and several places have similar type 
&gt; checking issues that result in a large list of errors.

Refactoring is a major advantage of static types: any omission or typo while refactoring would cause a runtime error in a dynamic language. 

Is this a big issue in web programming ? 
I guess not. Either Testing will catch these errors or users have resigned to unreliable web sites...</description>
		<content:encoded><![CDATA[<p>&gt; Usually it happens when we’re doing some kind of manual<br />
&gt; refactoring and several places have similar type<br />
&gt; checking issues that result in a large list of errors.</p>
<p>Refactoring is a major advantage of static types: any omission or typo while refactoring would cause a runtime error in a dynamic language. </p>
<p>Is this a big issue in web programming ?<br />
I guess not. Either Testing will catch these errors or users have resigned to unreliable web sites&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing a trie data structure in C by Sahil Singla</title>
		<link>http://coliveira.net/software/implementing-a-trie-data-structure-in-c/comment-page-1/#comment-1850</link>
		<dc:creator>Sahil Singla</dc:creator>
		<pubDate>Wed, 21 Dec 2011 11:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=31#comment-1850</guid>
		<description>Respected Sir,

  I am trying to implement B-trie(Disk resident trie).  
  what i know about disk rsident is disk-resident means that the data structure is stored and accessed on non-volatile memory, such as a hard disk or a solid state drive.  Main memory
is typically only used as a buffer; updates are often performed in a write-through manner --- meaning that an update is not held in memory for an indefinite amount of time,it is instead immediately forwarded to disk (via the operating system). 
   I read all the algorithms of b-trie from http://www.naskitis.com/naskitis-vldbj09.pdf . even search and insert implemented in memory. 

How it should be implemented on disk ? pls guide me with the flow of application ? 

i am unable to understand the concept how to store it on disk ?</description>
		<content:encoded><![CDATA[<p>Respected Sir,</p>
<p>  I am trying to implement B-trie(Disk resident trie).<br />
  what i know about disk rsident is disk-resident means that the data structure is stored and accessed on non-volatile memory, such as a hard disk or a solid state drive.  Main memory<br />
is typically only used as a buffer; updates are often performed in a write-through manner &#8212; meaning that an update is not held in memory for an indefinite amount of time,it is instead immediately forwarded to disk (via the operating system).<br />
   I read all the algorithms of b-trie from http://www.naskitis.com/naskitis-vldbj09.pdf . even search and insert implemented in memory. </p>
<p>How it should be implemented on disk ? pls guide me with the flow of application ? </p>
<p>i am unable to understand the concept how to store it on disk ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Default Values in C# 4.0 by Me</title>
		<link>http://coliveira.net/software/using-default-values-in-c-4-0/comment-page-1/#comment-1841</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Mon, 12 Dec 2011 15:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=382#comment-1841</guid>
		<description>&quot;having a smaller compiler, they can make it much smarter&quot; huh ?</description>
		<content:encoded><![CDATA[<p>&#8220;having a smaller compiler, they can make it much smarter&#8221; huh ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ed, the standard UNIX editor by d roberts</title>
		<link>http://coliveira.net/software/using-ed-the-standard-unix-editor/comment-page-1/#comment-1839</link>
		<dc:creator>d roberts</dc:creator>
		<pubDate>Mon, 12 Dec 2011 00:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=744#comment-1839</guid>
		<description>Some of the more modern editors can be faster than &#039;ED&#039; but &quot;more haste, often results in less speed.&quot;
And the more complicated editors, such as Vim or Emacs require a massive amount of memorizing all the commands.

I love being able to look at 4 or 5 lines of text at a time and edit those lines slowly but carefully with a small number of simple commands.

Ed is simplicity itself - a pleasure to use.</description>
		<content:encoded><![CDATA[<p>Some of the more modern editors can be faster than &#8216;ED&#8217; but &#8220;more haste, often results in less speed.&#8221;<br />
And the more complicated editors, such as Vim or Emacs require a massive amount of memorizing all the commands.</p>
<p>I love being able to look at 4 or 5 lines of text at a time and edit those lines slowly but carefully with a small number of simple commands.</p>
<p>Ed is simplicity itself &#8211; a pleasure to use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

