<?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/">


<channel>
	<title><![CDATA[Okadaian Otakuism by Male LCY]]></title>
	<description><![CDATA[Repository of OJA STUDIES by Leo (doraemonserv)]]></description>
	<link>http://doraemonserv.mysinablog.com</link>

<lastBuildDate>Sat, 07 Nov 2009 00:04:51 +0800</lastBuildDate>

<generator>mysinablog-2.0</generator>

<image>
	<url>http://mysinablog.com/gallery/6/110/28166/profile.jpg</url>

	<title><![CDATA[Okadaian Otakuism by Male LCY]]></title>
	<link>http://doraemonserv.mysinablog.com</link>
</image>


<item>
<title><![CDATA[Using Discrete Mathematics (A Tool of Computer Sciences) of Binary Relations to compute foe MBTI Type]]></title>

	<description><![CDATA[<p><em><strong><font color="#ff0000" style="background-color: #ffff00">We are going to have the mathematical concept introduced,<br />otherwise, you will find the MBTI algorithm that "ESFJ is ENTJ's foe" difficult to handle.</font></strong></em></p><p>Again, wiki <strong>transitive property</strong> first before going-on:</p><p><a href="http://en.wikipedia.org/wiki/Transitive_relation">http://en.wikipedia.org/wiki/Transitive_relation</a></p><p>Then, in <strong>binary relationship</strong> of a <strong>cartesian product</strong> (<em><strong>C</strong></em>) as square matrix,<br />the relationship is transitive when the following <strong>operation</strong> occurs:</p><blockquote><p>A relation <em><strong>R</strong></em> on a set <em><strong>A</strong></em> is called transitive if whenever (a,b) <img src="http://upload.wikimedia.org/math/8/c/2/8c20c78b364ed5dbadd49e5b997aa1cc.png" border="0" width="11" height="12" /> <em><strong>R</strong></em><br />and (b,c) <img src="http://upload.wikimedia.org/math/8/c/2/8c20c78b364ed5dbadd49e5b997aa1cc.png" border="0" width="11" height="12" /> <em><strong>R</strong></em>, then (a,c) <img src="http://upload.wikimedia.org/math/8/c/2/8c20c78b364ed5dbadd49e5b997aa1cc.png" border="0" width="11" height="12" /> <em><strong>R</strong></em> for a,b,c <img src="http://upload.wikimedia.org/math/8/c/2/8c20c78b364ed5dbadd49e5b997aa1cc.png" border="0" width="11" height="12" /> <em><strong>A</strong></em></p></blockquote><p>Let's look at a simple example <em><strong>C</strong></em>:</p><table border="1" width="200"><tbody><tr><td bgcolor="#00ff00"><p align="center">(x, y)</p></td><td bgcolor="#00ff00"><p align="center">y=1</p></td><td bgcolor="#00ff00"><p align="center">y=2</p></td><td bgcolor="#00ff00"><p align="center">y=3</p></td></tr><tr><td bgcolor="#00ff00"><p align="center">x=1</p></td><td><p align="center">X</p></td><td><p align="center">X</p></td><td></td></tr><tr><td bgcolor="#00ff00"><p align="center">x=2</p></td><td><p align="center">X</p></td><td></td><td></td></tr><tr><td bgcolor="#00ff00"><p align="center">x=3</p></td><td></td><td></td><td></td></tr></tbody></table><p>The above relation is <strong>NOT transitive </strong>because<strong>:<br />(2,1) &amp; (1,2) <img src="http://upload.wikimedia.org/math/8/c/2/8c20c78b364ed5dbadd49e5b997aa1cc.png" border="0" width="11" height="12" /></strong> <strong><em>R</em> but (2,2) NOT <img src="http://upload.wikimedia.org/math/8/c/2/8c20c78b364ed5dbadd49e5b997aa1cc.png" border="0" width="11" height="12" /></strong> <em><strong>R</strong></em></p><p>In the MBTI algorithm to be discussed, <br />it is of utmost importance to know the intuitive method to identify transitive property.</p><p>Note the yellow lines - the intersection point of lines is of transitive property.</p><p>Case 1: (1,1)</p><table border="1" width="200"><tbody><tr><td bgcolor="#00ff00"><p align="center">(x, y)</p></td><td bgcolor="#00ff00"><p align="center">y=1</p></td><td bgcolor="#00ff00"><p align="center">y=2</p></td><td bgcolor="#00ff00"><p align="center">y=3</p></td></tr><tr><td bgcolor="#00ff00"><p align="center">x=1</p></td><td bgcolor="#ffff00"><p align="center"><strong>X</strong></p></td><td bgcolor="#ffff00"><p align="center">X</p></td><td bgcolor="#ffff00"></td></tr><tr><td bgcolor="#00ff00"><p align="center">x=2</p></td><td bgcolor="#ffff00"><p align="center">X</p></td><td></td><td></td></tr><tr><td bgcolor="#00ff00"><p align="center">x=3</p></td><td bgcolor="#ffff00"></td><td></td><td></td></tr></tbody></table><p>The 2 lines contains at lease one element each and has intersection on <strong>both</strong> sides</p><p>Case 2: (1,2)</p><table border="1" width="200"><tbody><tr><td bgcolor="#00ff00"><p align="center">(x, y)</p></td><td bgcolor="#00ff00"><p align="center">y=1</p></td><td bgcolor="#00ff00"><p align="center">y=2</p></td><td bgcolor="#00ff00"><p align="center">y=3</p></td></tr><tr><td bgcolor="#00ff00"><p align="center">x=1</p></td><td bgcolor="#ffff00"><p align="center">X</p></td><td bgcolor="#ffffff"><p align="center">X</p></td><td bgcolor="#ffffff"></td></tr><tr><td bgcolor="#00ff00"><p align="center">x=2</p></td><td bgcolor="#ffff00"><p align="center"><strong>X</strong></p></td><td bgcolor="#ffff00"></td><td bgcolor="#ffff00"></td></tr><tr><td bgcolor="#00ff00"><p align="center">x=3</p></td><td bgcolor="#ffff00"></td><td bgcolor="#ffffff"></td><td bgcolor="#ffffff"></td></tr></tbody></table><p>The line/row x=2  has intersection BUT no element off-intersection on <strong>right</strong> side!<br />The line/column y=1  has intersection BUT no element off-intersection on <strong>down</strong> side!</p><p>Need not to do case3, as there already has a counter-example<br />to disprove the transitive property of <em><strong>C</strong></em>!</p><blockquote><p><strong><u>Your turn (5 mark):</u></strong></p><p>Prove that <em><strong>R</strong></em>={(1,3)(2,4)} in 4x4 square matrix <em><strong>C</strong></em> is <strong>transitive</strong>. <img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1968631-ic_pepper.gif" border="0" alt="Picture" hspace="5" vspace="5" width="50" height="50" /></p><p><em>(2112-onward HKCEE Pure Mathematics Paper I (Algebra and Namespaces) - Section A</em></p></blockquote><p>Now we move on to MBTI algorithm of computing foe types.</p><p>Here is an example of computing ENTJ's foes.</p><table border="5" width="200"><tbody><tr bgcolor="#00ff00"><td><p align="center"><em><strong><u>Parameters</u></strong></em></p></td><td><p align="center">ST</p></td><td><p align="center">SF</p></td><td><p align="center">NF</p></td><td><p align="center">NT</p></td></tr><tr><td bgcolor="#00ff00"><p align="center">I||J</p></td><td></td><td bgcolor="#ccff00"></td><td></td><td bgcolor="#ffff00"></td></tr><tr><td bgcolor="#00ff00"><p align="center">I||P</p></td><td bgcolor="#ccff00"></td><td bgcolor="#ccff00"><p align="center"><strong>ISFP</strong></p></td><td bgcolor="#ccff00"></td><td bgcolor="#33ffff"><p align="center">INTP</p></td></tr><tr><td bgcolor="#00ff00"><p align="center">E||P</p></td><td></td><td bgcolor="#ccff00"></td><td></td><td bgcolor="#ffff00"></td></tr><tr><td bgcolor="#00ff00"><p align="center">E||J</p></td><td bgcolor="#ffff00"></td><td bgcolor="#33ffff"><p align="center">ESFJ</p></td><td bgcolor="#ffff00"></td><td bgcolor="#ffff00"><p align="center"><strong>ENTJ</strong></p></td></tr></tbody></table><p>It can be seen that ISFP's foes are the same as ENTJ's.</p><p><strong><em>R</em></strong>={(ENTJ, ISFP, INTP, ESFJ)} in 4x4 square matrix <strong><em>C is transitive<br />because any 2 combination of elements in the yellow line/<br />pale blue box can result in ENTJ, even if the elements are not real.<br />It is because the unreal 2 elements </em>NOT <img src="http://upload.wikimedia.org/math/8/c/2/8c20c78b364ed5dbadd49e5b997aa1cc.png" border="0" width="11" height="12" /></strong> <strong><em>R1 use parameters </em> <img src="http://upload.wikimedia.org/math/8/c/2/8c20c78b364ed5dbadd49e5b997aa1cc.png" border="0" width="11" height="12" /></strong> <strong><em>C<br /><font color="#008000">You should able to notice that the separation between elements<br />in the yellow/pale green lines is once-consecutive elements.</font></em></strong></p><font color="#000000"><blockquote><p><strong><u>Your turn (25 marks):</u></strong></p><p><strong>(a)</strong> Prove that <strong><em>INFP </em></strong>is incompatible with <em><strong>ISTP</strong></em>.<br /><strong>(b)</strong> Hence, explain why although <em><strong>ISFP</strong></em> is the ideal mate with <em><strong>ESTJ</strong></em>,<br /><em><strong>ESTJ</strong></em> still can communicate with <strong><font color="#ff0000">WEAK</font></strong> <em><strong>ENTJ</strong></em>. <img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1968631-ic_pepper.gif" border="0" alt="Picture" hspace="5" vspace="5" width="20" height="20" /><br />(Hint: The <strong><font color="#ff0000">WEAK</font></strong> <em><strong>ENTJ</strong></em>'s archetype is <em><strong>INFP</strong></em>)<br /><strong>(c)</strong> Hence, prove that <strong><em>ESTJ</em></strong> hates <strong><em>ENFJ</em> </strong>and <em><strong>ISTP.</strong></em><br /><strong>(d)</strong> Using the postulate instance that <em><strong>ESFJ </strong></em>can be friends of WEAK <strong><em>ESTJ</em></strong>, <br />explain why a male <em><strong>ESTP</strong></em> hates <em><strong>ENFP <br /><font color="#ff0000">while having 2 girlfriends of ESFP and ISTJ <img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1968631-ic_pepper.gif" border="0" alt="Picture" hspace="5" vspace="5" width="30" height="30" /><img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1968631-ic_pepper.gif" border="0" alt="Picture" hspace="5" vspace="5" width="30" height="30" /></font></strong></em>. <br /><em>(2114-onward  HKASL OJA STUDIES Paper IB)</em></p></blockquote></font><p>Actually we can use psychological functions to prove the algorithm.</p><p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="500"><param name="movie" value="http://doraemonserv.mysinablog.com/resserver.php?resource=1968672-Psychological+function.swf" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="http://doraemonserv.mysinablog.com/resserver.php?resource=1968672-Psychological+function.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="500"></embed></object></p><blockquote><p><strong><u>Your turn (70 marks):</u></strong></p><p>By using compact relational database software <strong><em>Microsoft Access,</em></strong> <br />turn the 6 MBTI Type as entites and thus 6 different tables, <br />then compile the SQL command using EXISTS(<font color="#800080"><em><strong>cmd</strong></em>)</font> function<br />to verify an instance that <em><strong>ENFP</strong></em> like <em><strong>INTP</strong></em>.<br />Your <em><strong><font color="#800080">cmd</font></strong></em> should have 2 forms:<br />1. use subquery<br />2. join tables<br /><strong>Write BOTH of them.</strong></p></blockquote><p>How many marks do you score from the 3 turns then?</p><blockquote><p>40-64: PASS<br />65-74: Credit<br />75 or above: Distinction<br />39 or below: Fail</p></blockquote><p><strong><em><font color="#ff0000" style="background-color: #ffff00">Now you know a bit as to how computer sciences can like up with social science.</font></em><br /></strong></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1691531</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1691531</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1691531</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[OJA STUDIES - Doremotional Studies (龜相學-龜理學研究)]]></category>
	
<pubDate>Sat, 07 Nov 2009 00:04:51 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[[轉載]會考中文 卷五 綜合能力 常見應用文格式參考]]></title>

	<description><![CDATA[<p><a href="http://sites.google.com/site/aikosunoo/Home/commonformatofpracticlletterforHKCEEChi.rar?attredirects=0">http://sites.google.com/site/aikosunoo/Home/commonformatofpracticlletterforHKCEEChi.rar?attredirects=0</a></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1689272</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1689272</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1689272</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[Linguistic Articles (語言學文章)]]></category>
	
<pubDate>Fri, 06 Nov 2009 18:47:58 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[宮崎勤殺人事件: 不是(我 doraemonserv)御宅族的問題, 而是被集體欺凌後潛意識失控心理問題]]></title>

	<description><![CDATA[<p><strong><font color="#ff0000" style="background-color: #ffff99"><em>Think about this question related to otaku(御宅族) culture:</em></font></strong></p><p><img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1964113-DSC00213.JPG" border="0" alt="Picture" hspace="5" vspace="5" /></p><p><em><strong><font color="#ff0000" style="background-color: #ffff99">If you don't know how to get the answer by psychoanalysis, read further:</font></strong></em> </p><p>萌系ACG狗公 qooalex83 (<a href="http://evchk.wikia.com/wiki/%E5%A0%80%E6%B1%9F%E7%94%B1%E8%A1%A3_(%E9%AB%98%E7%99%BB%E6%9C%83%E5%93%A1)"><font size="7"><strong>愛理大叔</strong></font></a>) 肯定有看過以下reference的日文版:</p><p><img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1964112-DSC00212.JPG" border="0" alt="Picture" hspace="5" vspace="5" /></p><p><strong>原來, 這狗公在另一狗公CUHKACS 吳偉明 (Ben Ng) 鳩吹的一詞「<a href="http://www.cuhkacs.org/~benng/Bo-Blog/read.php?921"><font size="7">弦外之音</font></a>」,是:<br /><font size="7"><font color="#ff0000"><font size="6">他們寫論文時「天下文章一大抄」,</font> <br />當事後孔明(hindsights)!</font></font></strong></p><p><strong><font size="3" color="#008000">Therefore, I have to show the source of their so-called<br />"thesis" in order to unveil they 2 "dogmen" (bastards)<br />as hideous <em><font size="6">copycats</font></em>!</font></strong></p><p><strong><font size="3" color="#ff0000"><img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1964114-DSC00214.JPG" border="0" alt="Picture" hspace="5" vspace="5" /></font></strong></p><p><strong><font size="3" color="#ff0000"><em> <font color="#ff0000" style="background-color: #ffff99">Not quite understand? Go on read read read...</font></em></font></strong></p><p><strong><font size="3" color="#ff0000"><img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1964115-DSC00215.JPG" border="0" alt="Picture" hspace="5" vspace="5" /></font></strong></p><p><strong><font size="3" color="#0000ff">下次看不明我(ojalyticianist/amateur Jungian psychologist)的文章後,<br />一知半解想用「精神分裂」標籤當籍口老屈我 psychotic 時,<br />make sure you make clear of the meaning of 「多重人格」,<br />否則小心你最後因不斷搵我「過橋」製造猜忌而患上精神病, 自食惡果!</font></strong></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1689048</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1689048</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1689048</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[Anti O.J.A. Hypocrites (批判偽君子)]]></category>
			<category><![CDATA[OJA STUDIES - Doremotional Studies (龜相學-龜理學研究)]]></category>
	
<pubDate>Thu, 05 Nov 2009 16:21:02 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[成龍沒有錯--你有沒有犯 fundamental attribution error?]]></title>

	<description><![CDATA[<p><font size="6"><strong>批評成龍的人<font color="#ff0000">在個體行為判斷對了</font>,<br />但<font color="#ff0000">在國情考慮則錯了</font>。</strong></font></p><p><strong><font size="4">陶傑倒也棒的, 能夠指出成龍評中港台的 rationale.</font></strong></p><p><strong><font size="4"><em><font color="#ff00ff">Wiki the following first:<br /></font></em><a href="http://en.wikipedia.org/wiki/Fundamental_attribution_error"><em><font color="#ff00ff">http://en.wikipedia.org/wiki/Fundamental_attribution_error</font></em></a><br /><em><font color="#ff00ff">Then you will know if your judgment<br />on Jacky Chan's speech is politically correct.</font></em></font></strong></p><p><strong><font size="4">因此, 為方便中港台的人能認清事情多方面, <br />我 quote 了以下陶傑在2009-04-24的文章作日後參考:</font></strong></p><p><strong><font size="4"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1000" height="1500"><param name="movie" value="http://doraemonserv.mysinablog.com/resserver.php?resource=1963883-xl.swf" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="http://doraemonserv.mysinablog.com/resserver.php?resource=1963883-xl.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="1500"></embed></object><br /></font></strong></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1688851</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1688851</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1688851</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[News and Critics quoting (剪報)]]></category>
	
<pubDate>Wed, 04 Nov 2009 14:04:38 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[[REVISED] Using personality inventory in WWW]]></title>

	<description><![CDATA[<p><a href="http://similarminds.com/personality_tests.html">http://similarminds.com/personality_tests.html</a></p><p>First, we need to choose those personality inventories  that disallow <em><strong>odd-numbered</strong></em> choices.</p><p>So it is not worth doing psychometric test of the following format. (i.e. accuracy)<br />Here is an instance (<a href="http://similarminds.com/cgi-bin/newembj.pl">http://similarminds.com/cgi-bin/newembj.pl</a>)</p><table border="0" width="306" cellpadding="0" cellspacing="0"><tbody><tr><td><blockquote style="margin-right: 0px" dir="ltr"><p align="center">Very Inaccurate</p></blockquote></td><td bgcolor="#c3c3c3"><blockquote style="margin-right: 0px" dir="ltr"><p><input name="answer31" type="radio" onclick="answers[1]=1;" /></p></blockquote></td><td bgcolor="#d4d4d4"><blockquote style="margin-right: 0px" dir="ltr"><p><input name="answer31" type="radio" onclick="answers[1]=1;" /></p></blockquote></td><td bgcolor="#e5e5e5"><blockquote style="margin-right: 0px" dir="ltr"><p><input name="answer31" type="radio" onclick="answers[1]=1;" /></p></blockquote></td><td bgcolor="#d4d4d4"><blockquote style="margin-right: 0px" dir="ltr"><p><input name="answer31" type="radio" onclick="answers[1]=1;" /></p></blockquote></td><td bgcolor="#c3c3c3"><blockquote style="margin-right: 0px" dir="ltr"><p><input name="answer31" type="radio" onclick="answers[1]=1;" /></p></blockquote></td><td><blockquote style="margin-right: 0px" dir="ltr"><p align="center">Very Accurate</p></blockquote></td></tr></tbody></table><p>One can bypass the decision making for any unfamilar items,<br />thus they probably fill the middle option as default option.<br />Then, the analysis, since middle option has empty preference,<br />will become inaccurate because no boolean values are available<br />for checking preferences. <br />Hence, I only choose those inventory with <em><strong>even-numbered</strong></em> choices,<br />since for an inventory to be effective, one must ensure that<br />the question deny omission of perference orientation.</p><p>Thus, <strong><font color="#ff0000">for MBTI, I can only find a WWW test with even-numbered choices.</font></strong></p><p><a href="http://similarminds.com/jung_word_pair.html">http://similarminds.com/jung_word_pair.html</a></p><p>Here is my result to certify tendency of preference by percentage,<br />and the test, although informal, managed to compute the correct MBTI type.</p><p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1000" height="1500"><param name="movie" value="http://doraemonserv.mysinablog.com/resserver.php?resource=1960955-MBTI+Word+Choice+Form.swf" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="http://doraemonserv.mysinablog.com/resserver.php?resource=1960955-MBTI+Word+Choice+Form.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="1500"></embed></object></p><p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1000" height="1500"><param name="movie" value="http://doraemonserv.mysinablog.com/resserver.php?resource=1960954-MBTI+Word+Choice+Form+Result.swf" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="http://doraemonserv.mysinablog.com/resserver.php?resource=1960954-MBTI+Word+Choice+Form+Result.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="1500"></embed></object></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1686079</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1686079</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1686079</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[OJA STUDIES - Doremotional Studies (龜相學-龜理學研究)]]></category>
	
<pubDate>Tue, 03 Nov 2009 01:24:21 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[Doraemonserv 隨身 Podcast (25): Re-engineering Jungian Psychological Types using Conceptual Flows of Computer Sciences]]></title>

	<description><![CDATA[<p><a href="http://sites.google.com/site/aikosunoo/Home/p25.amr?attredirects=0">http://sites.google.com/site/aikosunoo/Home/p25.amr?attredirects=0</a></p><p><em><strong>Length: 61 minutes</strong></em></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1685212</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1685212</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1685212</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[OJA STUDIES - PODCAST (龜相學-廣播)]]></category>
	
<pubDate>Mon, 02 Nov 2009 15:57:30 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[Doraemonserv 隨身 Podcast (24): 為何我要 podcast, 攪 otaku engineering? ]]></title>

	<description><![CDATA[<p><strong>Notice: Update of podcast will continue while other updates are paused;<br />however, one-day-one-future-post approach will be used. </strong></p><p><a href="http://sites.google.com/site/aikosunoo/Home/p24.amr?attredirects=0">http://sites.google.com/site/aikosunoo/Home/p24.amr?attredirects=0</a></p><p>Some call my oneself podcasting as psychotic,<br />and judge if I am a geek by counting how few no. of friends I have.<br />Here I will declare this puzzle and explain what otaku engineering is as well.</p><p><strong><font color="#ff0000">Note: Theory of MBTI will be used again and again.</font></strong></p><p><em><strong>Length: ~33 minute</strong></em></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1685201</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1685201</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1685201</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[OJA STUDIES - PODCAST (龜相學-廣播)]]></category>
	
<pubDate>Sun, 01 Nov 2009 15:46:11 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[2009年四月尾至六月頭 Blog 更新暫停通告]]></title>

	<description><![CDATA[<p><strong><em><font color="#ff0000">Written in 2009-04-17 afternoon<br />Please turn to next page if you want to know what I have updated<br />previously. Now I will set the no. of post shown as 12 instead of 20.</font></em></strong></p><p>許多與我思想相左的ACG迷 (eg. 狗公 Defender) 和舊同學 (e.g. 林春艷),<br />心中有共同但單一的願望: 妄想要我收皮, 掛掉我這個 blog.</p><p>現在, 我同時帶給<font size="7">它們</font>好消息和好壞消息:</p><p><strong>好消息:</strong> 為了 Assigment, Test, Examination, 和開展主流高中試卷研究,<br />我必須從今天開始閉門自修, 休養生息, 直至期考在六月尾結束為止。<br />現在你們暫時不用擔心我會在此時此刻狂開 post 玩<font color="#ff0000">批鬥</font>。<br />相信狗公吳偉明知道此消息後, 一定會開心到日日出資訊娛樂化 post,<br />垃圾動漫迷見到烏大龜初夏休眠, 有「佳」「福」了~</p><p><strong>壞消息:</strong> 我只是說我不會在期考結束前發 post,<br />不代表我不會看別人的 blog, 取其戇鳩內容備分, 方便試後批鬥;<br />此外, <strong><font color="#0000ff">我閉門自修期間將會大量閱讀學術書籍(尤甚是預科經濟學和中國文學), <br />同時以 CD-ROM 的形式閱讀其他人的 Web 2.0 產物,<br />好好增值自己。</font></strong>想在沒有學科技術背景的情況下取我blog文為樂? 讀EVCHK歷史吧,<br />我現在可沒有時間倍班垃圾動漫「狂」迷一起「瘋」啊! <br /><strong><font color="#ff0000">不用問, 試後的批鬥偽君子之舉將會更 advanced, 務求它們鬥志盡喪!</font></strong></p><p><br />至於更新暫停的根本原因:<br />現在我 formal 的 OJA STUDIES 試卷問答基本上已經 implement 哂; 同時,<br />直到目前為止我發出的未來文章已經達到半年產量了 (up to 2009/10/30 ),<br />所以我的讀者想消化文中我的思想, 恐怕需要一大段時間,<br />而且 google tag 我 blog 文的速度暫時追不上我寫 blog 的進度,<br />因此, 相信這接近兩個月的 gap time, 能讓有心人一口氣 study 我三千多篇全文吧!</p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1676343</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1676343</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1676343</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[A Xtra list of Blog Policy Notice (本博客原則及通告)[必看！]]]></category>
	
<pubDate>Sat, 31 Oct 2009 23:11:33 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[派膠圖]]></title>

	<description><![CDATA[<p><img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1947580-14l7hb9.jpg" border="0" alt="Picture" hspace="5" vspace="5" /></p><p><img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1947579-86y1tus.jpg" border="0" alt="Picture" hspace="5" vspace="5" /></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1676391</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1676391</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1676391</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[First-hand Pics and files Sharing (第一手圖片分享)]]></category>
	
<pubDate>Sat, 31 Oct 2009 16:39:18 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[[REVISED] Doremotional Progression: Practical Applications ]]></title>

	<description><![CDATA[<p><font color="#ff0000"><em>NOTICE:</em></font></p><p><font color="#ff0000"><em>According to blog entry arrangement for 2009/10 (NOT REAL DATE),<br /><font color="#0000ff">(</font></em></font><a href="http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349"><font color="#0000ff"><em>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349</em></font></a><font color="#ff0000"><em><font color="#0000ff">)</font><br /><strong><u>this entry, although issued on the top[s],<br />is NOT the most recent entries.</u></strong> That is,<br />I am not following the order of entry posting albeit date unchanged.<br /></em></font><strong><font color="#ff0000"><em>Therefore, to view the most recent entries, you should scroll this page<br />DOWNWARD unless you find a post below does not contain this notice.</em></font></strong></p><p><strong><font color="#ff0000"><em>Appearance of any post above this without the notice imples that:<br />1. This notice in any post is EXPIRED<br />2. The blog update sequences are no longer swapped.</em></font></strong></p><hr /><p>There is lots of application of doremotional progression.<br /><strong><font color="#008000">The benefit of using doremotion progression is that,<br />you can customize preconditions and postconditions for a particular proof.</font></strong><br />Doremotional regression is also a form of doremotional progression,<br />but the difference is that, doremotional regression will turn out more<br />than 1 outcome. In life examination paper of OJA STUDIES,<br />we rarely require a candidate to use doremotional regression,<br />because this section is inside Syllabuse A which is for arts stream students,<br />and doremotional regression requires advanced mathematical skills<br />which are out of their capacity; what's more, the concept of <br />synchronicity must be required since doremotional regression is NOT<br />a function, i.e. doremotional regression is one-to-many.<br />Therefore, a question of doremotional progression may require you<br />to find axioms as partial doremotonal regression. Be aware when<br />considering which one approach or both should be used in proof,<br />no matter the nature is algebraic, geometrical or literal.</p><p>Here is an simple application of doremotional progression<br />with minor doremotional regression requirement that can tell you <br />how to make a model for custom theories (in this case, konics[受相學]).</p><p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1000" height="1500"><param name="movie" value="http://doraemonserv.mysinablog.com/resserver.php?resource=1924408-progression3.swf" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="http://doraemonserv.mysinablog.com/resserver.php?resource=1924408-progression3.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="1500"></embed></object></p><p><strong>Exception</strong>: The above proof assume that introverts has <strong>Ω</strong>&gt;0<br />But in reality, since dissipation of psychoanalytical energy exists,<br />Ω&lt;0 is also possible for introverts (i.e. introverted sensing), <br />but the proof in the flashpaper means that Ω is permanent factor.<br />Hence, the "impossible case" actually means temporary cases.<br />For ISFJ, ESFJ, since they actively use introverted sensing,<br />so the exception occurs periodically. <strong><em><font color="#ff6600">Note that reality is an <br />OPEN system so psychoanalytical energy is NOT conserved.</font></em></strong><br />Hence, an dogman of ISFJ using introverted sensing does<br />not mean that his dissipated energy (Ω&lt;0) is offset by<br />reducibility. Instead, it is flown to aikolises. <br />(e.g. His sexual motivation triggers kong-gals utilitarianism,<br />i.e. introverted thinking as a void energy-influxing function).<br />Since the above proof is assuming conservation of <br />psychoanalytical energy for an individual,<br />so the actual assumption is that (<strong><font color="#ff0000">E-I</font></strong>)‧<strong><font color="#ff0000">E</font></strong> &gt;0</p><p>So to be precise and exception-free, we better use summation<br />to allow offsetting of exceptions, i.e. for introverts, <br />∑ Ω &gt;0 for all Ω  of any scalar values</p><p><strong><font size="4" color="#800000" style="background-color: #ccffcc">In sum, <br />the exception explains phenomena in reality <br />as to why dogman, although introvered, <br />get aggressive after puberty.<br />(Because all these ISFJs of 95% <br />of total population are going to woo girls!)</font></strong></p><p>&nbsp;</p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1659107</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1659107</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1659107</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[OJA STUDIES - Core Theory (龜相學-核心理論)]]></category>
	
<pubDate>Sat, 31 Oct 2009 05:27:02 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[Doremotional Progression: Polyjective Regression Modeling]]></title>

	<description><![CDATA[<p><font color="#ff0000"><em>NOTICE:</em></font></p><p><font color="#ff0000"><em>According to blog entry arrangement for 2009/10 (NOT REAL DATE),<br /><font color="#0000ff">(</font></em></font><a href="http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349"><font color="#0000ff"><em>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349</em></font></a><font color="#ff0000"><em><font color="#0000ff">)</font><br /><strong><u>this entry, although issued on the top[s],<br />is NOT the most recent entries.</u></strong> That is,<br />I am not following the order of entry posting albeit date unchanged.<br /></em></font><strong><font color="#ff0000"><em>Therefore, to view the most recent entries, you should scroll this page<br />DOWNWARD unless you find a post below does not contain this notice.</em></font></strong></p><p><strong><font color="#ff0000"><em>Appearance of any post above this without the notice imples that:<br />1. This notice in any post is EXPIRED<br />2. The blog update sequences are no longer swapped.</em></font></strong></p><hr />In the previous post we are doing D.R. under an assumption: <p>The synchronicity instances are of <strong><font color="#ff0000">single inheritance</font></strong>.</p><p>So if more than one inhertance is required to generate synchronicity,<br />we will describe the instances as polyjective. In this case, <br />we call the instances as of <strong><font color="#ff0000">multiple inheritances.</font></strong></p><p>It is common in C++ Programming (Note: Java allow only one inheritance.<br />Therefore, for certain D.R., we need to generalize more than 1 thing.</p><p>Here is a Polyjective Regression Modeling using UML:</p><p><img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1927639-Problem1.png" border="0" alt="Picture" hspace="5" vspace="5" /></p><p>Sample Problem:<br /><strong><em>By doremotion regression, <br />prove that an human relationship hegemony must involve at least one:<br />a. Kongrill (港女/狗公), <font color="#ff0000">AND</font><br />b. Traditionists (SJs in Keirsey Temperament Sorter)<br />(Hint: a and b are <font color="#ff0000">NOT equivalent</font>)</em></strong></p><p>Sample Solution to the problem:<br /><strong><font color="#008000">Kongrill can be non-SJs, say an INTP.<br />An example is Onpu Segawa in the anime Ojamajo Doremi.<br /><img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1927679-639755927.jpg" border="0" alt="Picture" hspace="5" vspace="5" /><br />Onpu Segawa is a showbiz starlet so she has to maintain her fame<br />for livelihood. Hence she needs to use emotive means to shape<br />the support from her fans. By her dominant introverted thinking,<br />she will be utilitarian. Then by her auxiliary extraverted feeling,<br />where dominant in ESFJ (a traditionlist sub-class), she will learn<br />more and more appealing acts by mimicking. For example,<br />she may learn to copy the following <font color="#ff6600">hairstyle</font> that improves her self<br />human capital (appearances) to outwin other starlets:<br /><img src="http://doraemonserv.mysinablog.com/resserver.php?blogId=28166&amp;resource=1927766-88860_70563.jpg" border="0" alt="Picture" hspace="5" vspace="5" /><br />i.e. <font color="#ff6600">making herself doll-like</font> to trigger sexual appeals as <br />introverted sensing, which is dominant for ISFJ (another  traditionlist <br />sub-class). Henceforth, Onpu Segawa will gather certain male fans<br />(the male fans are mainly ISFJs with sexual motivations). Then,<br /></font></strong><strong><font color="#008000">Onpu Segawa can manipulate on other relationships by spreading <br />intended ideologies to her friends. (e.g. to blacken another starlets'<br />names). This results in competition between human relationships<br />and those who is less competent than Onpu Segawa will lose<br />in the showbiz market; therefore, human-relationship hegemony thus exists.<br /></font></strong></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1660992</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1660992</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1660992</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[OJA STUDIES - Core Theory (龜相學-核心理論)]]></category>
	
<pubDate>Sat, 31 Oct 2009 04:35:40 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[Doremotional Progression: Basic Principles of Doremotional Regression]]></title>

	<description><![CDATA[<p><font color="#ff0000"><em>NOTICE:</em></font></p><p><font color="#ff0000"><em>According to blog entry arrangement for 2009/10 (NOT REAL DATE),<br /><font color="#0000ff">(</font></em></font><a href="http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349"><font color="#0000ff"><em>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349</em></font></a><font color="#ff0000"><em><font color="#0000ff">)</font><br /><strong><u>this entry, although issued on the top[s],<br />is NOT the most recent entries.</u></strong> That is,<br />I am not following the order of entry posting albeit date unchanged.<br /></em></font><strong><font color="#ff0000"><em>Therefore, to view the most recent entries, you should scroll this page<br />DOWNWARD unless you find a post below does not contain this notice.</em></font></strong></p><p><strong><font color="#ff0000"><em>Appearance of any post above this without the notice imples that:<br />1. This notice in any post is EXPIRED<br />2. The blog update sequences are no longer swapped.</em></font></strong></p><hr />Here we will use the concept of synchronicity instead of inverse function. <p>Consider Shoes (A)&lt;=Butterfly Knot (B) =&gt;Lolita Dressing Style (C)<br />Then we classify synchronicity: A and C.<br />Usually a doremotional regression starts from A then C or C then A,<br />then backwardly derive B.</p><p>Example: <br /><em><strong>By doremotional regression (D.R.), <br />prove that common dogman is ISFJ.</strong></em></p><p>Clearly Common dogman is a synchronicity. Then we need to find <br /><em><strong>at lease one more synchronicity</strong></em> to derive ISFJ postulate.</p><p>The methodology is that, we prove another case having ISFJ attributes.<br />The case will be another synchronity. So things make simple,<br />doremotional regression can be transformed to doremotional progression.<br />Then the question is equivalent to:<br /><em><strong>By doremotional progression, prove that XXX is ISFJ.</strong></em><br />XXX can be anythings that manifest the preconditions of ISFJ.<br />That is, the non-synchronicity component in an D.R. question is right<br />postconditions for XXX and common dogman as synchronicities.</p><p>Bear in mind that XXX never equals common dogman,<br />because we are NOT performing inverse function or analogy.</p><p>Hence, we can put XXX as another non-A items having ISFJ properties.<br />Note that we cannot say that "XXX is ISFJ" as a proof because <br />this statement is already set as conclusion in the question.<br />So never say such a tautology!</p><p>So how can we solve this D.R. question?</p><p>Here we will use Chinese to compute the proof:</p><p>常見的狗公大多性欲強.<br />Ewai_leong 和 Defender 皆為常見的狗公<br />他們偏重性暗示式萌 (e.g. GL, Strike Witches),<br />所以他們的潛意識為 sexual motivation<br />所以, 他們大多是衝動的.<br />在 Rozen Maiden, 女角真紅(Shinku)也是衝動的,<br />而且喜歡其後濫用價值判斷貶低其他女角的尊嚴<br />因此, 真紅和常見的狗公有共同的特徵,<br />就是他們衝動的本源是,<br />而他們衝動時大多使用(價值判斷).<br />根據 MBTI, ISFJ 的定義是先內向感覺, 後外向情感<br />因此, 我們<strong><font color="#ff0000">同時</font></strong>證明了常見的狗公和真紅是ISFJ.</p><p>Hence, we can see that D.R. is actually initiating<strong><font color="#ff0000"> </font><font color="#ff0000">multithread inverse</font></strong><br />from theorem to experiment, to experiment to hypothesis,<br />from hypothesis to postulate, from postulate to axioms.</p><p>Thus, remember the key to D.R. : <strong><font color="#ff0000">Back to definitions.</font></strong></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1660981</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1660981</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1660981</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[OJA STUDIES - Core Theory (龜相學-核心理論)]]></category>
	
<pubDate>Fri, 30 Oct 2009 04:03:35 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[Doremotional Progression: Mathematical Modeling]]></title>

	<description><![CDATA[<p><font color="#ff0000"><em>NOTICE:</em></font></p><p><font color="#ff0000"><em>According to blog entry arrangement for 2009/10 (NOT REAL DATE),<br /><font color="#0000ff">(</font></em></font><a href="http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349"><font color="#0000ff"><em>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349</em></font></a><font color="#ff0000"><em><font color="#0000ff">)</font><br /><strong><u>this entry, although issued on the top[s],<br />is NOT the most recent entries.</u></strong> That is,<br />I am not following the order of entry posting albeit date unchanged.<br /></em></font><strong><font color="#ff0000"><em>Therefore, to view the most recent entries, you should scroll this page<br />DOWNWARD unless you find a post below does not contain this notice.</em></font></strong></p><p><strong><font color="#ff0000"><em>Appearance of any post above this without the notice imples that:<br />1. This notice in any post is EXPIRED<br />2. The blog update sequences are no longer swapped.</em></font></strong></p><hr /><p>[Anti-]Phase distribution is used instead of normal distribution.<br />Phase distributions use logistic functions.</p><p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Logistic-curve.svg/320px-Logistic-curve.svg.png" border="0" width="320" height="213" /></p><p>Mathematical Expression: <br /><img src="http://upload.wikimedia.org/math/9/9/0/9906c755355218b4aa9f0e0256bc0d86.png" border="0" width="126" height="43" /></p><p>In OJA STUDIES, we use the area covered to determine<br />probability density of a person's IQ for the range 100-200.<br /><strong><em>(Note t=standardized σ )</em></strong></p><p>The distribution of IQ, where the function is probability,<br /> is thus -P(t+6) (i.e. it is antiphased)</p><p>So how can we know the probability of finding people of IQ&gt;115?</p><p><strong><font size="5">(1 + ln(2)) / 12 = 0.141095598</font></strong></p><p><br />That is, the population of talents X~14%.</p><p>If we use normal curve analysis in the theory of toitoise instead,<br />Talents population = (Male Talents + Female Talents)/200 <br />=(Male(IQ&gt;130) + Female (IQ&gt;115))/200 = (5+32)/200) ~ 18.5%<br />But (Male(IQ&gt;130) + Female (IQ&gt;130))/200 ~10/200 = 5%<br />Hence we can compute the result which is consistent with X that,<br />nearly (X(~=18.5-5)-5/2%) = 11.5 in 100 females are kongrills (港女) of 115<iq></iq>With reference to MBTI statistics:</p><p><table style="width: 20%; text-align: center" class="infobox"><tbody><tr><td style="background: #ffddfe">ISTJ<br /><small><font size="2">11.6%</font></small></td><td style="background: #edddbb">ISFJ<br /><small><font size="2">13.8%</font></small></td><td style="background: #ddddff">INFJ<br /><small><font size="2">1.5%</font></small></td><td style="background: #ddffde">INTJ<br /><small><font size="2">2.1%</font></small></td></tr><tr><td style="background: #ffddfe">ISTP<br /><small><font size="2">5.4%</font></small></td><td style="background: #edddbb">ISFP<br /><small><font size="2">8.8%</font></small></td><td style="background: #ddddff">INFP<br /><small><font size="2">4.3%</font></small></td><td style="background: #ddffde">INTP<br /><small><font size="2">3.3%</font></small></td></tr><tr><td style="background: #ffddfe">ESTP<br /><small><font size="2">4.3%</font></small></td><td style="background: #edddbb">ESFP<br /><small><font size="2">8.5%</font></small></td><td style="background: #ddddff">ENFP<br /><small><font size="2">8.1%</font></small></td><td style="background: #ddffde">ENTP<br /><small><font size="2">3.2%</font></small></td></tr><tr><td style="background: #ffddfe">ESTJ<br /><small><font size="2">8.7%</font></small></td><td style="background: #edddbb">ESFJ<br /><small><font size="2">12.3%</font></small></td><td style="background: #ddddff">ENFJ<br /><small><font size="2">2.4%</font></small></td><td style="background: #ddffde">ENTJ<br /><small><font size="2">1.8%</font></small></td></tr></tbody></table> </p><p>We can then conclude that, besides ESFJs,<br />(12.3-11.5)% = 0.8% of kongrills are INTPs/ISFJs. </p><p>Further references: <a href="http://www.ugrad.math.ubc.ca/coursedoc/math101/notes/moreApps/logistic.html">http://www.ugrad.math.ubc.ca/coursedoc/math101/notes/moreApps/logistic.html</a></p><p><strong>Further practice: <font color="#ff0000">Prove that male ESFJ/INTP population is 2.3%</font>.</strong></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1660964</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1660964</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1660964</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[OJA STUDIES - Core Theory (龜相學-核心理論)]]></category>
	
<pubDate>Fri, 30 Oct 2009 03:12:58 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[Doremotional Progression: Progressive and Regressive Functions]]></title>

	<description><![CDATA[<p><font color="#ff0000"><em>NOTICE:</em></font></p><p><font color="#ff0000"><em>According to blog entry arrangement for 2009/10 (NOT REAL DATE),<br /><font color="#0000ff">(</font></em></font><a href="http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349"><font color="#0000ff"><em>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349</em></font></a><font color="#ff0000"><em><font color="#0000ff">)</font><br /><strong><u>this entry, although issued on the top[s],<br />is NOT the most recent entries.</u></strong> That is,<br />I am not following the order of entry posting albeit date unchanged.<br /></em></font><strong><font color="#ff0000"><em>Therefore, to view the most recent entries, you should scroll this page<br />DOWNWARD unless you find a post below does not contain this notice.</em></font></strong></p><p><strong><font color="#ff0000"><em>Appearance of any post above this without the notice imples that:<br />1. This notice in any post is EXPIRED<br />2. The blog update sequences are no longer swapped.</em></font></strong></p><hr /><p>Here is another case of doremotional progression.</p><p>Note that in this case, the concept of "absolute" is introduced.</p><p>Without "absolute" as modifier of a function, <br />we are unable to perform D.P. analysis of <em><strong>divergent </strong></em>functions.</p><p><strong><font color="#ff0000">Now, if you are an arts stream(文科) student, stop rote-learning here and <br />don't be hestitate: buy and read HKALE Pure Mathematics textbooks</font></strong>,<br />since OJA STUDIES will use many mathematical concepts that are out of<br />HKCEE [Additional]Mathematics syllabuse (e.g. <em><strong>domain</strong></em>)</p><p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1000" height="1500"><param name="movie" value="http://doraemonserv.mysinablog.com/resserver.php?resource=1924413-progression2.swf" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="http://doraemonserv.mysinablog.com/resserver.php?resource=1924413-progression2.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="1500"></embed></object></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1659125</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1659125</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1659125</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[OJA STUDIES - Core Theory (龜相學-核心理論)]]></category>
	
<pubDate>Thu, 29 Oct 2009 06:15:44 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>


<item>
<title><![CDATA[Doremotional Progression: Basic Mathematical Principles]]></title>

	<description><![CDATA[<p><font color="#ff0000"><em>NOTICE:</em></font></p><p><font color="#ff0000"><em>According to blog entry arrangement for 2009/10 (NOT REAL DATE),<br /><font color="#0000ff">(</font></em></font><a href="http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349"><font color="#0000ff"><em>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1649349</em></font></a><font color="#ff0000"><em><font color="#0000ff">)</font><br /><strong><u>this entry, although issued on the top[s],<br />is NOT the most recent entries.</u></strong> That is,<br />I am not following the order of entry posting albeit date unchanged.<br /></em></font><strong><font color="#ff0000"><em>Therefore, to view the most recent entries, you should scroll this page<br />DOWNWARD unless you find a post below does not contain this notice.</em></font></strong></p><p><strong><font color="#ff0000"><em>Appearance of any post above this without the notice imples that:<br />1. This notice in any post is EXPIRED<br />2. The blog update sequences are no longer swapped.</em></font></strong></p><hr /><p>Doremotional Progression is [in]finite series of positive real elements.</p><p>The definitions of doremotional progression will be shown at the bottom<br />section in this post (i.e. the Flashpaper document) </p><p>It is of the following use:</p><p><strong>1. Tracing the trend of marginal returns (i.e. increments)</strong><br />Some say that marginal return is d$/dt, i.e. slope of return function.<br />This is a WRONG concept because he/she considers <span><v coordsize="21600,21600" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f" id="_x0000_t75"></v>Δ$/Δt</span>=d$/dt.<br />An example to illustate the difference is y=Ne<sup>-x</sup><br />dy/dx = -Ne<sup>-x</sup>&lt;0,<br />but Δy/Δx = Ne<sup>-Δx</sup>/Δx &gt;0<br />(Note: In a positive x-axis, Δx = x<font size="1">2</font>-x<font size="1">1</font> &gt; 0)</p><p><strong>2. Finding out the preconditions of a particular case.</strong><br />Doremotional Progression (D.P.) is like reverse engineering,<br />which is usually to trace out the hidden domains/variables/constraints<br />under a given case to be proved.<br />For example, if you are required to use D.P. to prove the following case:<br />"Girl is smarter than Boys in langauge"<br />You cannot manage the proof if you don't know the preconditions <br />that girls use langauge centre of left brain intensively. To finish D.P.,<br />you have to use the preconditions iteratively to complete the case.<br />Usually, D.P. is many(-preconditions)-to-one(-case), but the reverse<br />is possible. In this case, the D.P. will have another class called<br />doremotonal regression (D.R.). D.R. is one-to-many.<br />That means you have to perform tracing of axioms (an e.g. of preconditions),<br />or performing case study by sociological imaginations,<br />i.e. doing query for postconditions.</p><p><strong><em><font color="#008000">Hence, D.P., unlike other progressions like A.P./G.P./H.P. (harmonic series),<br />can be used to handle mathematical functions of even wholly literal form.</font></em></strong></p><p>To make the concept simple, here is a sample application<br />using the simplest form, i.e. mathematical expression.</p><p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1000" height="1500"><param name="movie" value="http://doraemonserv.mysinablog.com/resserver.php?resource=1924411-progression.swf" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="http://doraemonserv.mysinablog.com/resserver.php?resource=1924411-progression.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="1500"></embed></object></p>]]></description>

<link>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1659115</link>
<comments>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1659115</comments>
<guid>http://doraemonserv.mysinablog.com/index.php?op=ViewArticle&amp;articleId=1659115</guid>

<dc:creator><![CDATA[doraemonserv]]></dc:creator>

			<category><![CDATA[OJA STUDIES - Core Theory (龜相學-核心理論)]]></category>
	
<pubDate>Thu, 29 Oct 2009 05:48:11 +0800</pubDate>

	<source url="http://doraemonserv.mysinablog.com/rss.php"><![CDATA[Okadaian Otakuism by Male LCY]]></source>

</item>

</channel>
</rss>