<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by Yukirin</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 27 Jun 2026 22:14:51 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Japan strikes back @ anti-Japanese protests</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Anime Shrine</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>Japan strikes back @ anti-Japanese protests</title>
            <link>http://forum.lowyat.net/topic/1631133</link>
            <description>Japan strikes back at anti-Japanese protests in China with a moe character&lt;br /&gt;&lt;br /&gt;Japanese seizure of a Chinese fishing boat near a disputed Diaoyu/Senkaku island chain in the East China Sea last month has resulted in a wave of violent anti-Japanese protests in China.&lt;br /&gt;But instead of burning photos of Jackie Chan and sending an army of dangerous samurai and ninjas to crush the Chinese dragon, the Japanese are fighting back against the propaganda with an unlikely strategy that would puzzle even the most skilled diplomatic experts.&lt;br /&gt;Namely, the users of the well-known Japanese forum 2ch, which also attracts visitors from China, have recently decided to turn the term “Japanese devil” — the favorite anti-Japanese insult of the Chinese — into a cute moe character drawn in manga style.&lt;br /&gt;&lt;br /&gt;“Japanese devil” is a relatively old Chinese insult towards the Japanese that dates back to World War II and has been used by anti-Japanese propaganda ever since.&lt;br /&gt;The juicy insult is written as 日本鬼子 and pronounced like “riben guizi” in Chinese and “nihon onigo” in Japanese.&lt;br /&gt;However, in Japanese the term can be read alternatively as “Hinomoto Oniko”. Some clever forum users came up with the idea of using it as a name for the new character. In translation, “Hinomoto” means “origin of the sun”, while “Oniko” can be rendered as female name. The result of their creations can be seen on the pictures above (you can see even more of them here).&lt;br /&gt;So what do the Chinese think of this? Here are some responses from the forum (source: sankakucomplex.com):&lt;br /&gt;I didn’t think it would turn out like this… I just don’t understand that country.&lt;br /&gt;Damn, just damn. Japan is a dangerous country. Perhaps we should admit our loss.&lt;br /&gt;We boo and jeer them and their response is a moe character… We’re helpless before them.&lt;br /&gt;Riben Guizi is a moe character&amp;#33;? What can we call them now? Japs? Creepy otaku?&lt;br /&gt;—&lt;br /&gt;&lt;br /&gt;Saaya Irie (入江紗綾) on one of the photos that accompanied a message for better relations between China and Japan.&lt;br /&gt;It’s not the first time the Japanese extremists have fought the anti-Japanese sentiment with entertainment in such an unexpected way.&lt;br /&gt;During the wild demonstrations in China and South Korea in 2005, photos of then 11-year old Japanese junior idol and actress Saaya Irie (入江紗綾) showing her in a bikini were posted on Chinese web sites.&lt;br /&gt;Pictures, taken by Japanese photographer Garo Aida, were accompanied with a message that started like this (loosely translated): “Please, listen carefully to what I say. My dear Chinese brothers, please stop these anti-Japanese hijinks&amp;#33;” because “if you don’t, I won’t like you anymore.”&lt;br /&gt;The message then pleads for better relations between the two nations and says that if people “unite for the sake of China’s democracy”, her breasts will “rise up”.&lt;br /&gt;Tabloid and newspaper stories soon followed, among them a large conservative Chinese newspaper Shuukan Bunshun (週刊文春) which reported that the photos and words of peace led to a reduction of anti-Japanese attitude among a certain segment of Chinese population.&lt;br /&gt;Well, at least for a while.&lt;br /&gt;&lt;br /&gt;Source : &lt;a href='http://www.dailyonigiri.com/2010/10/japan-strikes-back-at-anti-japanese-protests-in-china-with-a-moe-character/' target='_blank'&gt;http://www.dailyonigiri.com/2010/10/japan-...-moe-character/&lt;/a&gt; (drawings of the character can be found in the link)</description>
            <author>Yukirin</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Mon, 08 Nov 2010 18:02:26 +0800</pubDate>
        </item>
        <item>
            <title>What Cause PSU Blow</title>
            <link>http://forum.lowyat.net/topic/663946</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I would like to know what may cause a brand new power supply to blow.&lt;br /&gt;&lt;br /&gt;As far as I&amp;#39;ve read from LYN, the only possibilities I can think of is:-&lt;br /&gt;1)Foreign object/substance trapped inside the PSU&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;But my friend said that he pretty sure there&amp;#39;s nothing inside. He ask could it be other computer component/hardware that could have cause the PSU to blow. So, I decided to ask the experts here.&lt;br /&gt;&lt;br /&gt;Hope someone can give me a clue.&lt;br /&gt;&lt;br /&gt;Thanks in advance</description>
            <author>Yukirin</author>
            <category>Technical Support</category>
            <pubDate>Tue, 01 Apr 2008 09:49:15 +0800</pubDate>
        </item>
        <item>
            <title>&amp;lt;MSSQL&amp;gt;Retrieve Data base on Date</title>
            <link>http://forum.lowyat.net/topic/609291</link>
            <description>Hey guys,&lt;br /&gt;&lt;br /&gt;I have a problem in my coding logic that I hope anyone here can give me a guide to solve it. &lt;br /&gt;&lt;br /&gt;I need to retrieve all row of data from DB base on a given date(example: Retrieve all data on current and before the stated date)&lt;br /&gt;&lt;br /&gt;Below are some of my example code&lt;br /&gt;&lt;br /&gt;declare @year int, @day int&lt;br /&gt;&lt;br /&gt;set @year = 2008&lt;br /&gt;set @month = 1&lt;br /&gt;set @day = 11&lt;br /&gt;&lt;br /&gt;&lt;span style='color:blue'&gt;select&lt;/span&gt; *&lt;span style='color:blue'&gt; from &lt;/span&gt;[dbo].[table1] T1, [dbo].[table2] &lt;span style='color:blue'&gt;where&lt;/span&gt; &lt;span style='color:red'&gt;year&lt;/span&gt;(T1.Date) &amp;lt;= @year &lt;span style='color:blue'&gt;and &lt;/span&gt;&lt;span style='color:red'&gt;month&lt;/span&gt;(T1.date) &amp;lt;= @month &lt;span style='color:blue'&gt;and&lt;/span&gt; &lt;span style='color:red'&gt;day&lt;/span&gt;(T1.date) &amp;lt;= @day&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Base on above code, I have 1 problem....&lt;br /&gt;&lt;br /&gt;This query will ignore any day/month of the date that is not within range....e.g. 12/12/2007, 13/12/2007 etc&lt;br /&gt;&lt;br /&gt;so can any one suggest me a way ? I&amp;#39;ve been asking uncle google for quite sometimes now but no luck. So, please do give me some guide  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Yukirin</author>
            <category>Codemasters</category>
            <pubDate>Fri, 11 Jan 2008 11:11:21 +0800</pubDate>
        </item>
        <item>
            <title>Would you buy anime OST if you able to?</title>
            <link>http://forum.lowyat.net/topic/548390</link>
            <description>I search the forum before but didn&amp;#39;t see any topic on this but there one similar one but is named as &amp;quot;Your Fav Anime OST&amp;quot;&lt;br /&gt;&lt;br /&gt;So MOD, if you think this topic is inappropriate, feel free to close it.&lt;br /&gt;&lt;br /&gt;Anyway, as for me. My answer is 3rd option. I will buy if I have the spare money. I bought the OST for Sister Princess before. I use the Sister Princess Christmas Song for my Christmas Party before. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So, what about you guys and girls ? Will you buy their CDs ? &lt;br /&gt;&lt;br /&gt;Also, if you do buy, whats your current on-list OST that you wanting to buy ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;My List (which I would buy):&lt;br /&gt;&lt;br /&gt;1)Bleach OP 06 Single - ALONES [Aqua Timez]&lt;br /&gt;        01 - ALONES&lt;br /&gt;        02 - Akatsuki&lt;br /&gt;        03 - Mr. Road Runner (DJ Mass&amp;#39;Skate Sonic Remix)&lt;br /&gt;        04 - ALONES (Instrumental Mix)&lt;br /&gt;&lt;br /&gt;2)Lucky Star OP Single - Motteke&amp;#33; Sailor Fuku&lt;br /&gt; 	01 - Motteke&amp;#33; Sailor Fuku.mp3 &lt;br /&gt; 	02 - Kaeshite&amp;#33; Knee Socks.mp3 &lt;br /&gt; 	03 - Motteke&amp;#33; Sailor Fuku (off vocal)&lt;br /&gt; 	04 - Kaeshite&amp;#33; Knee Socks (off vocal)&lt;br /&gt;&lt;br /&gt;3)Lucky Star Character Song Vol.010 - Mune Pettan Girls [Various]   	&lt;br /&gt; 	01 - Minna de 5ji Pittan&lt;br /&gt; 	02 - Lolita Teikoku Bisho-jo Taitei  &lt;!--emo&amp;:wub:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/wub.gif' border='0' style='vertical-align:middle' alt='wub.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:wub:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/wub.gif' border='0' style='vertical-align:middle' alt='wub.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:wub:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/wub.gif' border='0' style='vertical-align:middle' alt='wub.gif' /&gt;&lt;!--endemo--&gt;  (very cute song)&lt;br /&gt; 	03 - kona-yta-mina-tangs be Altered Scale&lt;br /&gt; 	04 - Minna de 5ji Pittan (off vocal)&lt;br /&gt; 	05 - Lolita Teikoku Bisho-jo Taitei (off vocal)&lt;br /&gt;&lt;br /&gt;4)Lucky Star Image Song - Kosutte&amp;#33; Oh My Honey [Hirano Aya &amp;amp; Sasaki Nozomi]&lt;br /&gt;        01 - Kosutte&amp;#33; Oh My Honey&lt;br /&gt; 	02 - Yuuchou Sentai Dajare Ranger&lt;br /&gt; 	03 - Kosutte&amp;#33; Oh My Honey (off vocal)&lt;br /&gt; 	04 - Yuuchou Sentai Dajare Ranger (off vocal)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So far these are the albums I think that good. Reason why I choose alot of Lucky Star Album because all the single that listed are very moe-type of song. Really funny and catchy.</description>
            <author>Yukirin</author>
            <category>Anime Shrine</category>
            <pubDate>Mon, 05 Nov 2007 15:21:00 +0800</pubDate>
        </item>
    </channel>
</rss>
