<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: critical mass</title>
	<atom:link href="http://pure-essence.net/2005/02/20/critical-mass/feed/" rel="self" type="application/rss+xml" />
	<link>http://pure-essence.net/2005/02/20/critical-mass/</link>
	<description>You have to visit this geeky girl&#039;s blog.</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:26:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: dodo</title>
		<link>http://pure-essence.net/2005/02/20/critical-mass/#comment-17089</link>
		<dc:creator><![CDATA[dodo]]></dc:creator>
		<pubDate>Fri, 25 Feb 2005 14:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=959#comment-17089</guid>
		<description><![CDATA[nah it&#039;s ok i will write my own from scratch]]></description>
		<content:encoded><![CDATA[<p>nah it&#8217;s ok i will write my own from scratch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saffy</title>
		<link>http://pure-essence.net/2005/02/20/critical-mass/#comment-17088</link>
		<dc:creator><![CDATA[Saffy]]></dc:creator>
		<pubDate>Fri, 25 Feb 2005 09:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=959#comment-17088</guid>
		<description><![CDATA[If you do plan to switch to PHPBB, wait a while until they release PHPBB3 which is a different build with many new features and hopefully simplified templating via CSS  and easier recoding/modding. They have set early march as the release date...
The Main &#039;ick&#039; will be converting your existing SQL database entries to be compatible @_@ good luck!]]></description>
		<content:encoded><![CDATA[<p>If you do plan to switch to PHPBB, wait a while until they release PHPBB3 which is a different build with many new features and hopefully simplified templating via CSS  and easier recoding/modding. They have set early march as the release date&#8230;<br />
The Main &#8216;ick&#8217; will be converting your existing SQL database entries to be compatible @_@ good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FurtiveFelon</title>
		<link>http://pure-essence.net/2005/02/20/critical-mass/#comment-17087</link>
		<dc:creator><![CDATA[FurtiveFelon]]></dc:creator>
		<pubDate>Tue, 22 Feb 2005 21:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=959#comment-17087</guid>
		<description><![CDATA[you should also read the first chapter of the book Practical Common Lisp, it describes why should you choose lisp over other 903457092384 languages :D.. mmm.. also, Paul (as you can see, he&#039;s my idol :D)&#039;s chapter 1 of his ANSI Common Lisp describes why should you choose lisp over other alternatives:http://lib1.store.vip.sc5.yahoo.com/lib/paulgraham/acl1.txt, oh yah, the Practical Common Lisp chapter 1 link is:http://www.gigamonkeys.com/book/introduction-why-lisp.html]]></description>
		<content:encoded><![CDATA[<p>you should also read the first chapter of the book Practical Common Lisp, it describes why should you choose lisp over other 903457092384 languages <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .. mmm.. also, Paul (as you can see, he&#8217;s my idol <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )&#8217;s chapter 1 of his ANSI Common Lisp describes why should you choose lisp over other alternatives:<a href="http://lib1.store.vip.sc5.yahoo.com/lib/paulgraham/acl1.txt" rel="nofollow">http://lib1.store.vip.sc5.yahoo.com/lib/paulgraham/acl1.txt</a>, oh yah, the Practical Common Lisp chapter 1 link is:<a href="http://www.gigamonkeys.com/book/introduction-why-lisp.html" rel="nofollow">http://www.gigamonkeys.com/book/introduction-why-lisp.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FurtiveFelon</title>
		<link>http://pure-essence.net/2005/02/20/critical-mass/#comment-17086</link>
		<dc:creator><![CDATA[FurtiveFelon]]></dc:creator>
		<pubDate>Tue, 22 Feb 2005 21:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=959#comment-17086</guid>
		<description><![CDATA[no, LISP is one of the oldest language, also one of the most complete. It is a functional language by origin, but then, recent additions (1998) to Common Lisp has added a very powerful object system (CLOS).. lol, so it can be very very object oriented if you wish it to be :D

here is a very good article done by one of the leading expert currently in lisp, it talks about how lisp is different from other languages and what made lisp so powerful and flexible (did you know that you can completely redefine most of the functions in lisp, and almost everything lisp is either a macro or a function..).. anyhow, here is the article: http://www.paulgraham.com/diff.html

here is a book on learning lisp if anyone is interested: http://www.gigamonkeys.com/book/

and here is another misunderstanding (at least i think so), lisp is by origin NOT efficient in terms of how much computing power is used up. In fact, lisp is not meant to be used as a programming language at all, it is originally meant to express extremely complex algorithms in very simple terms, which is in sharp contrast to fortran (the language of choice in the 60s). Now, with a great proflier, you can very easy make the compiled code to run as fast as C, or even faster in some cases. Another adventage to lisp is that, when a brilliant programmer use the language (it&#039;s not for mediocre programmer), a program can be made in lisp 20 times faster than in C++/Java. That, i believe, is the most important thing in our world, both current and future, since machines are getting faster and parts less expensive, language is no longer optimized to run on machines, language is optimized to suit a programmer, not the machines..

i always welcome more input :D.. mmm.. if you want, send me an e-mail, we&#039;ll talk more :D i&#039;m extremely interested in talking to anyone about computers/graphics/physics (mostly advanced physics).. hehe, have fun :D]]></description>
		<content:encoded><![CDATA[<p>no, LISP is one of the oldest language, also one of the most complete. It is a functional language by origin, but then, recent additions (1998) to Common Lisp has added a very powerful object system (CLOS).. lol, so it can be very very object oriented if you wish it to be <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>here is a very good article done by one of the leading expert currently in lisp, it talks about how lisp is different from other languages and what made lisp so powerful and flexible (did you know that you can completely redefine most of the functions in lisp, and almost everything lisp is either a macro or a function..).. anyhow, here is the article: <a href="http://www.paulgraham.com/diff.html" rel="nofollow">http://www.paulgraham.com/diff.html</a></p>
<p>here is a book on learning lisp if anyone is interested: <a href="http://www.gigamonkeys.com/book/" rel="nofollow">http://www.gigamonkeys.com/book/</a></p>
<p>and here is another misunderstanding (at least i think so), lisp is by origin NOT efficient in terms of how much computing power is used up. In fact, lisp is not meant to be used as a programming language at all, it is originally meant to express extremely complex algorithms in very simple terms, which is in sharp contrast to fortran (the language of choice in the 60s). Now, with a great proflier, you can very easy make the compiled code to run as fast as C, or even faster in some cases. Another adventage to lisp is that, when a brilliant programmer use the language (it&#8217;s not for mediocre programmer), a program can be made in lisp 20 times faster than in C++/Java. That, i believe, is the most important thing in our world, both current and future, since machines are getting faster and parts less expensive, language is no longer optimized to run on machines, language is optimized to suit a programmer, not the machines..</p>
<p>i always welcome more input <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .. mmm.. if you want, send me an e-mail, we&#8217;ll talk more <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  i&#8217;m extremely interested in talking to anyone about computers/graphics/physics (mostly advanced physics).. hehe, have fun <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dodo</title>
		<link>http://pure-essence.net/2005/02/20/critical-mass/#comment-17085</link>
		<dc:creator><![CDATA[dodo]]></dc:creator>
		<pubDate>Tue, 22 Feb 2005 14:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=959#comment-17085</guid>
		<description><![CDATA[hrm isn&#039;t lisp a functional language? i did program in haskell before. yes function language is very efficient but there are also limitations. i remember seeing a simple game done in haskell and it can not be done w/o outstream as most of regular language would not need.]]></description>
		<content:encoded><![CDATA[<p>hrm isn&#8217;t lisp a functional language? i did program in haskell before. yes function language is very efficient but there are also limitations. i remember seeing a simple game done in haskell and it can not be done w/o outstream as most of regular language would not need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FurtiveFelon</title>
		<link>http://pure-essence.net/2005/02/20/critical-mass/#comment-17084</link>
		<dc:creator><![CDATA[FurtiveFelon]]></dc:creator>
		<pubDate>Tue, 22 Feb 2005 12:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=959#comment-17084</guid>
		<description><![CDATA[hehe, well, you should be ditching php and go to perl or even python if you really want to learn the best programming language - those languages are wayyyy more compact than languages such as php in most functions, so you&#039;d be spending less time developing and more time thinking about the features :D.. mmm... after reading Paul Graham&#039;s articles, i&#039;m learning lisp, believed to be the best general purpose languages (good hackers equiped with that language can program a program with the same functionality in abotu 20th of the time it takes to develop the equivalent program in C/C++/Java).. mmm.. when the language is aided by about 5 packages, you can rapid develop online applications very fast, since the M syntax is very similar to XHTML, you can almost integrate XHTML into your coding, making it an excellent alternative to php.. so my advice = ditch php, and take up another language, even if you wouldn&#039;t use it later, it&#039;ll still make you a better programmer, becase the best programmers can think about a problem when abstracting away all of the language specific stuff, so the more you learn, the better you will be :D]]></description>
		<content:encoded><![CDATA[<p>hehe, well, you should be ditching php and go to perl or even python if you really want to learn the best programming language &#8211; those languages are wayyyy more compact than languages such as php in most functions, so you&#8217;d be spending less time developing and more time thinking about the features <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .. mmm&#8230; after reading Paul Graham&#8217;s articles, i&#8217;m learning lisp, believed to be the best general purpose languages (good hackers equiped with that language can program a program with the same functionality in abotu 20th of the time it takes to develop the equivalent program in C/C++/Java).. mmm.. when the language is aided by about 5 packages, you can rapid develop online applications very fast, since the M syntax is very similar to XHTML, you can almost integrate XHTML into your coding, making it an excellent alternative to php.. so my advice = ditch php, and take up another language, even if you wouldn&#8217;t use it later, it&#8217;ll still make you a better programmer, becase the best programmers can think about a problem when abstracting away all of the language specific stuff, so the more you learn, the better you will be <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MK</title>
		<link>http://pure-essence.net/2005/02/20/critical-mass/#comment-17083</link>
		<dc:creator><![CDATA[MK]]></dc:creator>
		<pubDate>Tue, 22 Feb 2005 10:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=959#comment-17083</guid>
		<description><![CDATA[If you are planning to move I wouldn&#039;t recommend phpbb... though it is very flexible when it comes to themes to the point that you can make each theme look as different as you want (like wp 1.5) it ends up alot more painstaking and will take more work than other forum software. I do cuggest XMB or mybb and if you can spare the money I recommend vbulletin]]></description>
		<content:encoded><![CDATA[<p>If you are planning to move I wouldn&#8217;t recommend phpbb&#8230; though it is very flexible when it comes to themes to the point that you can make each theme look as different as you want (like wp 1.5) it ends up alot more painstaking and will take more work than other forum software. I do cuggest XMB or mybb and if you can spare the money I recommend vbulletin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jshuru</title>
		<link>http://pure-essence.net/2005/02/20/critical-mass/#comment-17082</link>
		<dc:creator><![CDATA[jshuru]]></dc:creator>
		<pubDate>Tue, 22 Feb 2005 02:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=959#comment-17082</guid>
		<description><![CDATA[Dodo, i am personally content with dmb, even if i will have to wait a long time while you rebuild it.  I don&#039;t know how much my opinion counts for, but i definately think that its worth the wait.

my advice: save your hacks, and just modify them to fir phpbb, or whatever you use.
make sure to not lose your data, it will make your job much easier.]]></description>
		<content:encoded><![CDATA[<p>Dodo, i am personally content with dmb, even if i will have to wait a long time while you rebuild it.  I don&#8217;t know how much my opinion counts for, but i definately think that its worth the wait.</p>
<p>my advice: save your hacks, and just modify them to fir phpbb, or whatever you use.<br />
make sure to not lose your data, it will make your job much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yika</title>
		<link>http://pure-essence.net/2005/02/20/critical-mass/#comment-17081</link>
		<dc:creator><![CDATA[Yika]]></dc:creator>
		<pubDate>Sun, 20 Feb 2005 22:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=959#comment-17081</guid>
		<description><![CDATA[Dodo, DMB is great just as it is, but Im not behind it 100% as you are, so you&#039;re the only one that has the deep inside look on it, as well as the final decision upon it. I&#039;ve always wondered myself, why you haven&#039;t made a board yourself, since you&#039;re such a great coder, but i suppose you have your reasons. Im sure if you decided to totally rebuild DMB, there are people by your side that will help you with anything you need no matter what, who are also excellent coders, and full of ideas.

What ever you decide to do, I will stand behind you 100%, and if you ever need opinions or minor help, you can always count on me. :D Good Luck dodo!]]></description>
		<content:encoded><![CDATA[<p>Dodo, DMB is great just as it is, but Im not behind it 100% as you are, so you&#8217;re the only one that has the deep inside look on it, as well as the final decision upon it. I&#8217;ve always wondered myself, why you haven&#8217;t made a board yourself, since you&#8217;re such a great coder, but i suppose you have your reasons. Im sure if you decided to totally rebuild DMB, there are people by your side that will help you with anything you need no matter what, who are also excellent coders, and full of ideas.</p>
<p>What ever you decide to do, I will stand behind you 100%, and if you ever need opinions or minor help, you can always count on me. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Good Luck dodo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dayna</title>
		<link>http://pure-essence.net/2005/02/20/critical-mass/#comment-17080</link>
		<dc:creator><![CDATA[Dayna]]></dc:creator>
		<pubDate>Sun, 20 Feb 2005 10:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=959#comment-17080</guid>
		<description><![CDATA[Aww.. cheer up... it all depends on yourself.. there&#039;s new stuff coming out everyday..... if we keep upgrading, when will it ever stop? I don&#039;t know but think about it... if you want to rebuild it... try phpbb and do your best... smile alright :)  Trust yourself.. you can do it if you want.... =D]]></description>
		<content:encoded><![CDATA[<p>Aww.. cheer up&#8230; it all depends on yourself.. there&#8217;s new stuff coming out everyday&#8230;.. if we keep upgrading, when will it ever stop? I don&#8217;t know but think about it&#8230; if you want to rebuild it&#8230; try phpbb and do your best&#8230; smile alright <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Trust yourself.. you can do it if you want&#8230;. =D</p>
]]></content:encoded>
	</item>
</channel>
</rss>

