<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4440697062661601081</id><updated>2024-10-24T17:06:47.576+08:00</updated><category term="News"/><category term="Android"/><category term="Product Launch"/><category term="Game"/><category term="Software"/><category term="Movie"/><category term="Review"/><category term="Joke"/><category term="Announcement"/><category term="Linux"/><category term="Musics"/><category term="Physics"/><category term="Social"/><category term="Tips"/><category term="Advertisement"/><category term="Anime"/><category term="Apple"/><category term="Gadget"/><category term="Geeks&#39;"/><category term="Google"/><category term="Hardware"/><category term="Music"/><category term="Samsung"/><category term="YouTube"/><category term="Absent-minded"/><category term="Alternate Timeline"/><category term="Battery"/><category term="Big Bang Theory"/><category term="Biology"/><category term="Challenge"/><category term="Chromebook"/><category term="Cloud"/><category term="DJ Khun"/><category term="Dance"/><category term="Database"/><category term="Deal"/><category term="Design"/><category term="DevOps"/><category term="Dream"/><category term="Dub-step"/><category term="Evolution"/><category term="Extended Mix"/><category term="Fact"/><category term="Funk"/><category term="Geek"/><category term="Gotchas"/><category term="Gundam"/><category term="Half-Life"/><category term="Higgs Boson"/><category term="Homage"/><category term="LaTeX"/><category term="Logic"/><category term="Maths"/><category term="Matrix"/><category term="NES"/><category term="NUS"/><category term="Nostalgic"/><category term="Pencil"/><category term="PhD Comics"/><category term="Postgres"/><category term="Quote"/><category term="SQL"/><category term="Sentosa"/><category term="Service"/><category term="Sole Fish"/><category term="Star Wars"/><category term="Steam"/><category term="Superhero"/><category term="TV"/><category term="Trek"/><category term="Tumblr"/><category term="Twitter"/><category term="USB"/><category term="USS"/><category term="Violin"/><category term="Web"/><title type='text'>Doughnut I/O</title><subtitle type='html'>A Geek&#39;s Journal</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>55</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-1172452658934375342</id><published>2020-04-23T08:01:00.000+08:00</published><updated>2020-04-23T08:01:09.236+08:00</updated><title type='text'>Serious Development on Chromebook Part 2 of 2</title><content type='html'>It has been nearly 2 x 52 x 604800 U.E., i.e. 2 times 52 weeks or 2 years, that &lt;a href=&quot;https://doughnutio.blogspot.com/2018/06/serious-development-on-chromebook-part.html&quot; target=&quot;_blank&quot;&gt;Doughnut embarked on the development journey on a Chromebook&lt;/a&gt;. So, why it took so long to complete this two-posts journey?&lt;br /&gt;
&lt;br /&gt;
&lt;img alt=&quot;You Can Now Run Visual Studio Code On Chromebooks And Raspberry ...&quot; src=&quot;https://edge.alluremedia.com.au/m/l/2017/06/vscode2.png&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
The answer, no IDE was matured enough. Yes, there was Eclipse Che but there was a lot of hoops to jump through just to make it work. Yes, there was gitpod but it caters mainly to javascript folks (not Java and Python, which are Doughnut&#39;s bread-and-butter languages). It was a pretty hard experience to replace Eclipse with something Chromebook can provide. Also, vim is also quite limiting.&lt;br /&gt;
&lt;br /&gt;
But again, Microsoft&#39;s Visual Studio Code came to the rescue. Microsoft in 2010s is completely different to itself back in 1990s. It embraces open-source culture -- to the extent that &lt;a href=&quot;https://blogs.microsoft.com/blog/2018/10/26/microsoft-completes-github-acquisition/&quot; target=&quot;_blank&quot;&gt;it bought github in 2018&lt;/a&gt;. The Redmond giant also enable linux programs run natively (well, not 100% native but you know) on Windows 10.&lt;br /&gt;
&lt;br /&gt;
However, VSCode was not officially ported to ChromeOS yet. And Doughnut&#39;s version of Chromebook is using an architecture VSCode is not built officially for. Thus, we went through the route of &lt;a href=&quot;https://code.headmelted.com/&quot; target=&quot;_blank&quot;&gt;VSCode for Chromebook&lt;/a&gt;. Well, these builds were late (no offence to maintainer) and &lt;a href=&quot;https://code.visualstudio.com/docs/remote/ssh&quot; target=&quot;_blank&quot;&gt;Remote Development Using SSH&lt;/a&gt; extensions I intended to use was not available for these builds until lately. Wow, ... what a journey.&lt;br /&gt;
&lt;br /&gt;
But, all said and done. Viola, python development and java development is 95% similar to local development now (thanks to Google Cloud and the magic of public/private keys). There are still some gotchas in Java development but Doughnut aims to solve it himself when he has some free time.&lt;br /&gt;
&lt;br /&gt;
Now, let me pronounce:&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-large;&quot;&gt;&lt;b&gt;Chromebook can Dev.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Logged on Doughnut I/O. U.E.&amp;nbsp;1587600028.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/1172452658934375342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2020/04/serious-development-on-chromebook-part.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/1172452658934375342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/1172452658934375342'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2020/04/serious-development-on-chromebook-part.html' title='Serious Development on Chromebook Part 2 of 2'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-4418202547831312101</id><published>2020-04-19T16:34:00.001+08:00</published><updated>2020-04-19T16:34:50.642+08:00</updated><title type='text'>Visual Studio Code (and Eclipse) Gotchas</title><content type='html'>It has been some times that I am revisiting some Java + Spring action. I am using maven (not gradle). Here, I am going to rant about the Visual Studio Code (vscode) gotchas.&amp;nbsp;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
First, maven profile set in maven plug-in is not honored by the java plug-in. It is well documented here,&amp;nbsp;&lt;a href=&quot;https://github.com/microsoft/vscode-maven/issues/117&quot;&gt;https://github.com/microsoft/vscode-maven/issues/117&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
There are only two ways to make it work. The first way to make it work is to meticulously changing activationByDefault tags from false to true or vice versa in pom.xml. It is a very error-prone method especially when we have multiple profiles. The second is to have a settings.xml, where we put activeProfiles tag, in the project directory and have the workspace overwrites .m2/settings.xml (the user default) with that settings.xml through: &lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;java.configuration.maven.userSettings&lt;/span&gt; properties.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
As you may notice, both of them are not optimum. There comes a decision whether to have settings.xml in the Version Control System (vcs). It is a headache as it is against basic principles to include IDE setup (such as .project etc.) in the VCS.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Second, when one include a maven module with a profile, the classifier tag is not honored by the vscode&#39;s spring boot run (or debug). It gives me a very ugly exception called&amp;nbsp;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;sun.reflect.annotation.TypeNotPresentExceptionProxy&lt;/span&gt;, which gives me no clue of what is happening. I have to kick out the classifier tag to make it work. It is so strange.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
I guess these two problems are related because both concerns with maven profiles.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Actually, vscode uses the java plugin code-base for Eclipse. So, by extension this rant also applies to Eclipse.&lt;br /&gt;&lt;span style=&quot;background-color: #fafafa; color: #333333; font-family: &amp;quot;Helvetica Neue Light&amp;quot;, HelveticaNeue-Light, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
Logged on Doughnut I/O. U.E. 1587283596.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/4418202547831312101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2020/04/visual-studio-code-and-eclipse-gotchas.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/4418202547831312101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/4418202547831312101'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2020/04/visual-studio-code-and-eclipse-gotchas.html' title='Visual Studio Code (and Eclipse) Gotchas'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-8590859342036125230</id><published>2020-03-20T14:42:00.001+08:00</published><updated>2020-03-20T14:42:57.855+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Gotchas"/><category scheme="http://www.blogger.com/atom/ns#" term="Postgres"/><category scheme="http://www.blogger.com/atom/ns#" term="SQL"/><title type='text'>Postgres Gotchas - the &quot;pg_dump&quot; and the &quot;null&quot; Value Fiasco</title><content type='html'>PostgreSQL has been my staple since the year starting at U.E.&amp;nbsp;1262304000. Back then, the cutting edge version was 8.3.x. Today, it is 12.x.x. Whatever.&amp;nbsp;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
I learnt multiple lessons. I really loved the jump from platform-specific installed client to the web-based client. There was hiccups but, nowadays, we even dockerize the pg_admin client. What a breakthrough.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSSHCNU8Bo5hATzNiyg61C-nOI-Rv5ig3rhMkv8gq-zgNgbO4AgvJTvzQgflj5n_OG4uiIkqe63dSllpJv4NLC9RjoIr6Tn4seCzYS6NNv-ht7XobjxkK3vU1c-6nnqo2rHoyINI2e544/s1600/gotcha+2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;642&quot; data-original-width=&quot;800&quot; height=&quot;256&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSSHCNU8Bo5hATzNiyg61C-nOI-Rv5ig3rhMkv8gq-zgNgbO4AgvJTvzQgflj5n_OG4uiIkqe63dSllpJv4NLC9RjoIr6Tn4seCzYS6NNv-ht7XobjxkK3vU1c-6nnqo2rHoyINI2e544/s320/gotcha+2.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Long story short, I did the following:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;SELECT L.A, R.B&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;FROM TABLE_A AS A&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;LEFT JOIN TABLE_B AS B&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;USING (KEY_1, KEY_2, KEY_3);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;-- note that KEY_3 is all null in both tables&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;I ended up with R.B is always null ! How come !?&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;The answer is the way postgres is handling null value. In short, null = null evaluates to false.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Let&#39;s move on to lesson number 2. It is pg_dump ignores -n (or --schema) parameter for data.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;According to the &lt;a href=&quot;https://www.postgresql.org/docs/current/app-pgdump.html&quot; target=&quot;_blank&quot;&gt;RTFM&lt;/a&gt;, -n is to specify the schema. However, it works only for the DDL of the dumps. The data portion, when there are two tables with the same name, it dumps the table in the schema it finds first.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;What a weird gotchas!&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;br /&gt;Logged on Doughnut I/O. U.E. 1584685653&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/8590859342036125230/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2020/03/postgres-gotchas-pgdump-and-null-value.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/8590859342036125230'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/8590859342036125230'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2020/03/postgres-gotchas-pgdump-and-null-value.html' title='Postgres Gotchas - the &quot;pg_dump&quot; and the &quot;null&quot; Value Fiasco'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSSHCNU8Bo5hATzNiyg61C-nOI-Rv5ig3rhMkv8gq-zgNgbO4AgvJTvzQgflj5n_OG4uiIkqe63dSllpJv4NLC9RjoIr6Tn4seCzYS6NNv-ht7XobjxkK3vU1c-6nnqo2rHoyINI2e544/s72-c/gotcha+2.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-7302827943069627102</id><published>2018-06-15T19:29:00.002+08:00</published><updated>2018-06-15T19:30:09.111+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Chromebook"/><category scheme="http://www.blogger.com/atom/ns#" term="DevOps"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><title type='text'>Serious Development on Chromebook Part 1 of 2</title><content type='html'>It has been several years that Google has attempted all cloud connected device/OS fiasco called ChromeBook and Chrome OS. Naturally, Doughnut is curious if we can do serious development on one such device.&lt;br /&gt;
&lt;br /&gt;
First, definitions! When I say &quot;development&quot; it is not logging-in to either one of cloud9 (https://aws.amazon.com/cloud9/), codenvy (https://codenvy.com) or codeanywhere (https://codeanywhere.com) and write &quot;hello world&quot; to call it a day. My definition of &quot;development&quot; is full-fledge Java, python, JavaScript and bash development (p.s. these are the languages I am using 99.999% of the time these days).&lt;br /&gt;
&lt;br /&gt;
Yes, I know C/C++ but I&#39;m no longer using them except for occasional nostalgia. Again, novelty languages such as Kotlin and typescripts are not going to test as, for the former, if Java is running, it&#39;s running and, for the latter, I assume it is part of JavaScript.&lt;br /&gt;
&lt;br /&gt;
Now, let&#39;s get started. First order of business is to get a Chromebook. The Chromebook I bought was Lenovo Flex 11 (SGD 377.xx) from Amazon.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://images.techhive.com/images/article/2017/04/lenovo_flex_11_chromebook_two_positions-100718752-large.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;394&quot; data-original-width=&quot;700&quot; height=&quot;225&quot; src=&quot;https://images.techhive.com/images/article/2017/04/lenovo_flex_11_chromebook_two_positions-100718752-large.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;text-align: start;&quot;&gt;Build quality is great (for the price). Touch-screen is subpar but at this price, what can I ask more for? Also, I think I am so spoiled by the great quality of the first generation Pixel. Let me continue, sound quality is impressive. I had to look around for tap to drag option for the touchpad. Keyboard is good -- especially the key travel is quite correct -- but, here, I&#39;m also so spoiled by the Thinkpad keyboards and Microsoft full-sized keyboard that I don&#39;t think the keyboard is great (just good).&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;text-align: start;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Talking about keyboard, it is almost a deal-breaker. The lack of Function keys (there&#39;s a software option to convert the top row to Fn keys but you lose &#39;Esc&#39;) and &#39;Ins&#39;, &#39;Del&#39;, &#39;Home&#39;, &#39;End&#39;, &#39;Pg-up&#39;, &#39;Pg-down&#39; is making me mad. I am not a &#39;Ctrl+C&#39;/&#39;Ctrl+V&#39; guy -- I always do &#39;Ctrl+Ins&#39;/&#39;Shift-Ins&#39;. Now, this keyboard is driving me mad.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Let&#39;s get back to the point. When I got my Chromebook in my hand, first thing I do is OpenVPN client (my office is intensively using that). Second thing was to use &lt;a href=&quot;https://chrome.google.com/webstore/detail/secure-shell-app/pnhechapfaindjhompbnflcldabbghjo?hl=en&quot; target=&quot;_blank&quot;&gt;Secure Shell Client from Chrome web-store&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Viola! I get in to my office server. Vim is there. Node is there. Docker is there. Java is there. Anaconda is there. Great. Basic editor and running stuffs is checked.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
I need to look for a proper IDE (I&#39;ll look into Eclipse Che and Jupyter Notebook/Lab).&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Since I have some onboarding bonus on Alicloud, I started there (no need to say, I&#39;m a first time user). Virtual Private Cloud (VPC), VSwitch and RAM turns up running in no time. Then, I spawned a Docker Swarm.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
The only glitch I got was CIDR of docker swarm needs to be different to that of VPC/VSwitch. One of the defaults for VPC/VSwitch was 172.16.0.0/12 and the default for docker swarm was 172.20.0.0/16. After some binary calculations, I realized 16 is 0001 0000 and 20 is 0001 0100. When cut off 4 bits (12 minus 8 is 4) from left, both these addresses are the same. I changed my docker swarm address to 192.168.0.0/16.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Another glitch was with Google&#39;s SSH client. It does not work when your private key has extension. Mind you.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Good to see you again. Visit my blog as I intend to write more often.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Logged on Doughnut I/O. U.E.&amp;nbsp;1529060512&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/7302827943069627102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2018/06/serious-development-on-chromebook-part.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/7302827943069627102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/7302827943069627102'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2018/06/serious-development-on-chromebook-part.html' title='Serious Development on Chromebook Part 1 of 2'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-1536982957724432254</id><published>2013-03-12T19:13:00.000+08:00</published><updated>2013-03-12T19:13:09.532+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Alternate Timeline"/><category scheme="http://www.blogger.com/atom/ns#" term="Dream"/><category scheme="http://www.blogger.com/atom/ns#" term="Physics"/><title type='text'>Non Sequitur</title><content type='html'>U.E. 1363038166, I dreamt a dream.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
I was back in my high school, as a student in his last high-school year preparing for upcoming matric exam (University entrance exam). It was a good thing; is there anyone, who does not want to re-live and make small (or big) changes to their youth years? I don&#39;t think so.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
I realized I spent the whole summer and haven&#39;t started studying at all until late June (the exam is in early March but by my perfectionistic standard, I should be able to score multiple distinctions if I sit exam even in September). However, it was not what I was going to fret compared with the chance to re-live my youth and I also retained all my memory from this (real-world) timeline. I am always strong in mathematics (since I have a good education in computer science). I have an even better command of English and in Burmese now (except in spelling department; still not big deal since my younger-self&#39;s body can absorb spelling in a quicker time than my current-self). Similar to mathematics, I need less to worry about physics, chemistry and economics. Memorizing history (with dates), economics and geography would be a minor problem, wait ... a ...... sec, what year is it ? How come the class is not mine ?&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
There come the sad truth. I am, yes, a student preparing for matric exam but I am also a second-year drop-out from the medical school, whose parents bribe through the high-school to restart with the matric exam! That explains why there was a very few friends of mine in my class. I was in a timeline, in which I had wasted two years of my youth, which is unacceptabl to me.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
What also occured to me was, two years after I finished my matric exam, the curriculum changed (no history, biology and geography if I choose to ... Bingo!) and the amount of stuffs I needed to learn for physics, chemistry and economics is huge (Yikes!). I retain my memory from the (real) timeline and missed the memory of the junior year of high-school!&lt;br /&gt;
&lt;br /&gt;
Unacceptable! Totally unacceptable. Non Sequitur! Like Ensign Harry Kim of Starship Voyager!!! I started my adventure to correct everything and come back to my timeline ...&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
By waking up! A sad &quot;by waking up&quot;. No alien! No spaceship! No adventure! I woke up. What a life, even my dreams denied me an adventure.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1363068651.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/1536982957724432254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2013/03/non-sequitur.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/1536982957724432254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/1536982957724432254'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2013/03/non-sequitur.html' title='Non Sequitur'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-3037172328847654621</id><published>2013-02-01T23:15:00.001+08:00</published><updated>2013-02-01T23:15:20.449+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Homage"/><category scheme="http://www.blogger.com/atom/ns#" term="Movie"/><category scheme="http://www.blogger.com/atom/ns#" term="YouTube"/><title type='text'>Bike to the Future -- Sugarboy&#39;s homage to Steven Spielberg</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;
Today, I was browsing YouTube videos and stumble upon this cool &quot;Bike to the Future&quot; short clips. It pays homage to many Spielberg movies including E.T., Indiana Jones, Saving Private Ryan, The Color Purple, Jaws and many more. The jacket the bike guy wears is also a homage to a movie Spielberg produced, namely &quot;Back to the Future.&quot; Enjoy.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;http://www.youtube.com/embed/xEgKqsXl67s&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
By the way, please tell me what that robot in the future scene homages to. I just have no idea -- it looks like A.I but sounds like Star Wars yet feels like Minority Report. Anyone ?&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1359731567.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/3037172328847654621/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2013/02/bike-to-future-sugarboys-homage-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/3037172328847654621'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/3037172328847654621'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2013/02/bike-to-future-sugarboys-homage-to.html' title='Bike to the Future -- Sugarboy&#39;s homage to Steven Spielberg'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/xEgKqsXl67s/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-9210593632890798704</id><published>2012-12-25T10:56:00.000+08:00</published><updated>2013-01-10T11:14:56.876+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Joke"/><category scheme="http://www.blogger.com/atom/ns#" term="Musics"/><category scheme="http://www.blogger.com/atom/ns#" term="PhD Comics"/><title type='text'>Red and Black : Really Les Miserables Entry for PhD Comics</title><content type='html'>PhD Comics, the life or the lack thereof of grad-school, is running a grad-school edition of the famouse musical (it is made a movie too) Les Miserables. Here are the links to first three entries: &lt;a href=&quot;http://www.phdcomics.com/comics/archive.php?comicid=1543&quot; target=&quot;_blank&quot;&gt;Part 1&lt;/a&gt;, &lt;a href=&quot;http://www.phdcomics.com/comics/archive.php?comicid=1544&quot; target=&quot;_blank&quot;&gt;Part 2&lt;/a&gt; and &lt;a href=&quot;http://www.phdcomics.com/comics/archive.php?comicid=1545&quot; target=&quot;_blank&quot;&gt;Part 3&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
... and the following is my entry (hopefully, Jorge Cham would choose to illustrate), which goes with the melody in the youtube video that follows (Cue starts at 1:50):&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
It is time for us all to decide to defend ours (thesis).&lt;br /&gt;
If we fight for our right to leave grad-school, it&#39;s now.&lt;br /&gt;
Have you asked for yourselve what&#39;s the price you might pay?&lt;br /&gt;
It&#39;s simply a game for rich(ly) funded profs to play ---&lt;br /&gt;
the colors on their faces are changing on defence day.&lt;br /&gt;
Red : they inked on submitted draft&lt;br /&gt;
Black : the dark of lab corridors&lt;br /&gt;
Red : the world&#39;s about to dawn&lt;br /&gt;
Black : the night that grads worked hard&lt;br /&gt;
Had you been there on the day, you might know how it feels.&lt;br /&gt;
To be strucked to the bones in the moments the questions asked&lt;br /&gt;
Had you been there on the day, you might also have known.&lt;br /&gt;
The whole semantics changed with just one verse of quest(ion),&lt;br /&gt;
and what was right seems wrong and what was wrong seems right&lt;br /&gt;
Red : I feel my soul on fire&lt;br /&gt;
Black : My professor is not there&lt;br /&gt;
Red : The color of failure&lt;br /&gt;
Black : The color of despair&lt;/blockquote&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;http://www.youtube.com/embed/ecZU_XN50B0&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1356404214.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/9210593632890798704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/12/red-and-black-really-les-miserables.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/9210593632890798704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/9210593632890798704'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/12/red-and-black-really-les-miserables.html' title='Red and Black : Really Les Miserables Entry for PhD Comics'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/ecZU_XN50B0/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-7859478863059467949</id><published>2012-11-29T12:27:00.000+08:00</published><updated>2012-11-29T12:27:42.848+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Musics"/><category scheme="http://www.blogger.com/atom/ns#" term="Violin"/><category scheme="http://www.blogger.com/atom/ns#" term="YouTube"/><title type='text'>It&#39;s not Michael Jackson and this is not Thriller</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;
I have noticed a few musicians through YouTube (&lt;a href=&quot;http://www.youtube.com/user/megannicolesite&quot; target=&quot;_blank&quot;&gt;Megan Nicole&lt;/a&gt;, &lt;a href=&quot;http://www.youtube.com/user/DeStorm?gl=SG&amp;amp;hl=en-GB&quot; target=&quot;_blank&quot;&gt;DeStorm&lt;/a&gt; and &lt;a href=&quot;http://www.youtube.com/user/lindseystomp&quot; target=&quot;_blank&quot;&gt;Lindsey Stirling&lt;/a&gt;). They even had performed together in some of their videos.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Now Lindsey Stirling has done it again. A violin piece probably inspired by Late Michael Jackson&#39;s Thriller.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Yet, &quot;It&#39;s not Michael Jackson and this is not Thriller.&quot; [Run DMC].&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;http://www.youtube.com/embed/0dfZ9BXaNyE?fs=1&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1354163169.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/7859478863059467949/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/11/its-not-michael-jackson-and-this-is-not.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/7859478863059467949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/7859478863059467949'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/11/its-not-michael-jackson-and-this-is-not.html' title='It&#39;s not Michael Jackson and this is not Thriller'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/0dfZ9BXaNyE/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-3109728956418425446</id><published>2012-10-01T11:20:00.003+08:00</published><updated>2012-10-01T11:20:59.669+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="DJ Khun"/><category scheme="http://www.blogger.com/atom/ns#" term="Extended Mix"/><category scheme="http://www.blogger.com/atom/ns#" term="Musics"/><title type='text'>A Wonderful Mix (&quot;Only if you were here&quot; in Burmese Lyrics) from DJ Khun</title><content type='html'>DJ Khun has done it again. A new wonderful extended mix from his studio -- available to preview for free (using in commercial works need to license it properly). Please note that Doughnut I/O does not own any copyrights. All rights reserved by DJ Khun. Here is the link for your enjoyment:&amp;nbsp;&lt;a href=&quot;http://www18.zippyshare.com/v/45522750/file.html#.UGkLHV41P2g.blogger&quot;&gt;DJ Khun - Nin Thar Shi Yin (Extended Mix) 128.mp3&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Logged on Doughnut I/O. U.E. 1349061644.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/3109728956418425446/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/10/a-wonderful-mix-only-if-you-were-here.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/3109728956418425446'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/3109728956418425446'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/10/a-wonderful-mix-only-if-you-were-here.html' title='A Wonderful Mix (&quot;Only if you were here&quot; in Burmese Lyrics) from DJ Khun'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-7734762807606751441</id><published>2012-09-29T18:41:00.002+08:00</published><updated>2012-09-29T18:41:56.691+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Game"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><category scheme="http://www.blogger.com/atom/ns#" term="Product Launch"/><title type='text'>Humble Bundle 6 Has 4 More Titles.</title><content type='html'>&lt;div&gt;
A couple of days ago, I posted the &lt;a href=&quot;http://doughnutio.blogspot.com/2012/09/humble-indie-bundle-6.html&quot; target=&quot;_blank&quot;&gt;availability of wonderful Humble Bundle 6&lt;/a&gt;. Now, they add four more games to the already delicious &lt;strike&gt;steal&lt;/strike&gt; deal.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The added games are:&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Wizorb,&amp;nbsp;&lt;/li&gt;
&lt;li&gt;BIT.TRIP.RUNNER,&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Gratuitous Space Battles, and&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Jamestown&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
There is still 3 more days left. Hurry up and head to &lt;a href=&quot;http://www.humblebundle.com/&quot;&gt;www.humblebundle.com&lt;/a&gt; to get your copies. If you have already purchased, you may have those four games automatically (if you pay more than the average).&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1348915266.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/7734762807606751441/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/09/humble-bundle-6-has-4-more-titles.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/7734762807606751441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/7734762807606751441'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/09/humble-bundle-6-has-4-more-titles.html' title='Humble Bundle 6 Has 4 More Titles.'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-3784761652927252240</id><published>2012-09-29T18:18:00.000+08:00</published><updated>2012-09-29T18:18:20.858+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Advertisement"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><category scheme="http://www.blogger.com/atom/ns#" term="Samsung"/><title type='text'>Samsung Has Done It Again</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;
I know, I know, I&#39;m late in the game. Yet, Samsung has done it again, poking fun of iCrap-fans queuing for mediocre devices.&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;http://www.youtube.com/embed/nf5-Prx19ZM?fs=1&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
The main messages this year are:&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;S-Beam -- Samsung&#39;s implementation of NFC. It allows to send many objects (images, playlists etc) by touching phones&lt;/li&gt;
&lt;li&gt;iCrap is no longer cool. It has become the phone mom and dad (read &quot;old people&quot;) use.&lt;/li&gt;
&lt;li&gt;WiFi-Direct -- allowing to send photos instantly.&lt;/li&gt;
&lt;li&gt;4G and big screen? Old news.&lt;/li&gt;
&lt;/ul&gt;
Logged on Doughnut I/O. U.E. 1348913781.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/3784761652927252240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/09/samsung-has-done-it-again.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/3784761652927252240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/3784761652927252240'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/09/samsung-has-done-it-again.html' title='Samsung Has Done It Again'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/nf5-Prx19ZM/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-2455460751330485619</id><published>2012-09-22T11:15:00.000+08:00</published><updated>2012-09-22T11:15:29.418+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Game"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><category scheme="http://www.blogger.com/atom/ns#" term="Product Launch"/><title type='text'>Humble Indie Bundle 6</title><content type='html'>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;http://www.youtube.com/embed/RZj0qt_8Cjo?fs=1&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Guess what? Humble Indie Bundle is back. This time, it is with the followings:&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;DustForce (as of now, pay more than $5.81 to get it)&lt;/li&gt;
&lt;li&gt;Rochard&lt;/li&gt;
&lt;li&gt;Shatter&lt;/li&gt;
&lt;li&gt;S.P.A.Z&lt;/li&gt;
&lt;li&gt;Touchlight and&lt;/li&gt;
&lt;li&gt;Vessel&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
For Uninitiated, you pay as much as you want for the games (2 - 6). If you want DustForce, pay more than $5.81. You can even mandate how your money got splited between the six game developers, Child&#39;s Play charity, Electronic Frontier Foundation and the Humble Bundle itself.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
You only have 10 days plus. So just head straight to &lt;a href=&quot;https://www.humblebundle.com/&quot; target=&quot;_blank&quot;&gt;Humble Bundle&lt;/a&gt; and purchase. Many of the games are cross-platform (they work on both Windows and Mac as well as on Linux).&amp;nbsp;Payment options include: Google Wallet, Amazon and Paypal.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1348283635.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/2455460751330485619/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/09/humble-indie-bundle-6.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/2455460751330485619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/2455460751330485619'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/09/humble-indie-bundle-6.html' title='Humble Indie Bundle 6'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/RZj0qt_8Cjo/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-5416054357959434407</id><published>2012-09-20T17:26:00.001+08:00</published><updated>2012-09-20T17:26:21.714+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Cloud"/><category scheme="http://www.blogger.com/atom/ns#" term="Deal"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><title type='text'>Get 20GB Cloud Storage Free for 6 Months with a $0.99 MP3 Purchase</title><content type='html'>Ubuntu was my Linux distro of choice (actually, I also like CentOS for its stability but Ubuntu is more stylish and it has an App-store).&lt;br /&gt;
&lt;br /&gt;
Ubuntu One is a cloud storage facility that offers 5GB of free storage in a Dropbox fashion. Usually, 20GB with Music streaming edition is $29.99 for a year. With that plan, you can have a 20GB + 5GB Dropbox-like cloud storage and the ability to stream any MP3 from that storage for a year. Quite a sweet (but expensive) deal, isn&#39;t it?&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.youtube.com/embed/T3VTO7CQ4Yo?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
Now, the thing&#39;s become sweet and cheap. With a purchase of an MP3 in Ubuntu Music Store, you get the above sweet deal for 6 month free. Since an MP3 is only $0.99, it is not a bargain but, a steal.&lt;br /&gt;
&lt;br /&gt;
Head to &lt;a href=&quot;https://one.ubuntu.com/&quot; target=&quot;_blank&quot;&gt;Ubuntu One&lt;/a&gt;, sign-up and get the deal.&lt;br /&gt;
&lt;br /&gt;
Logged on Doughnut I/O. U.E. 1348133055.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/5416054357959434407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/09/get-20gb-cloud-storage-free-for-6.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/5416054357959434407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/5416054357959434407'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/09/get-20gb-cloud-storage-free-for-6.html' title='Get 20GB Cloud Storage Free for 6 Months with a $0.99 MP3 Purchase'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-4949485522926463211</id><published>2012-09-15T10:30:00.000+08:00</published><updated>2012-09-22T11:07:38.473+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Game"/><category scheme="http://www.blogger.com/atom/ns#" term="Half-Life"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><title type='text'>Black Mesa Is Finally Here</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;
It is finally here; The &quot;Black Mesa&quot;, a non-Valve Source-engine-remake of the renown &quot;Half-Life&quot; is here. Here is the trailer:&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;http://www.youtube.com/embed/4_SmxkW33ZM?fs=1&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
My exposure to this artistic Half-Life series was pretty late. I was not an FPS fan. I liked Left 4 Dead but played only once. I only bought the Orange Box last Christmas because it is too cheap a bargain. Quite unexpectedly, I found the gems, Half-Life 2 and Portal.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Then I wanted to play the first Half-Life but somehow couldn&#39;t find the time. Gameplay footage on YouTube also made me disheartened because the original Half-Life is not built upon the Source Engine like Half-Life 2 and Portal are and the official port is also -- I think from the footage -- low-quality.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
When I heard some die-hard fans are building &quot;Black Mesa&quot; -- the original Half-Life totally remade on Source Engine, I couldn&#39;t help but waited with enthusiasm. Now, the wait is finally over.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
You can grab your copy at &lt;a href=&quot;http://release.blackmesasource.com/&quot; target=&quot;_blank&quot;&gt;Black Mesa Website&lt;/a&gt; (you need a Source game -- Left 4 Dead, Left 4 Dead 2, Portal, Portal 2 or Half-Life 2 -- to play). I am also trying to download Black Mesa now but these days, unfortunately, I am too busy to start playing. :(&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1347676088.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/4949485522926463211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/09/it-is-finally-here.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/4949485522926463211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/4949485522926463211'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/09/it-is-finally-here.html' title='Black Mesa Is Finally Here'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/4_SmxkW33ZM/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-6506067816489022607</id><published>2012-09-04T22:56:00.000+08:00</published><updated>2012-09-04T22:56:19.998+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Android"/><category scheme="http://www.blogger.com/atom/ns#" term="Logic"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><title type='text'>I Think There&#39;s a Logical Hole in This Jury Foreman Interview</title><content type='html'>Today, I come across an interview with the Jury Foreman (the one who instruct Jury members) of recent Apple vs Samsung case in California. Here is a video:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.youtube.com/embed/c9cnQcTC2JY?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
My point is he said, &quot;The software on the Apple side could not be placed into the processor on the prior art and vice versa. That means they are not interchangeable. That changed everything right there.&quot;&lt;br /&gt;&lt;br /&gt;In my mind, if so, it follows naturally that since the software on Samsung phones cannot be placed on Apple&#39;s iCraps and vice versa, they also don&#39;t infringe Apple&#39;s patent. In other words, if some software that is not interchangable is not prior art (i.e. they are not the same thing), software that is not interchangable also does not infringe the patent of one another (i.e. they are not shameless copy).&lt;br /&gt;
&lt;br /&gt;
Logged on Doughnut I/O. U.E. 1346770465.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/6506067816489022607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/09/i-think-theres-logical-hole-in-this.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/6506067816489022607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/6506067816489022607'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/09/i-think-theres-logical-hole-in-this.html' title='I Think There&#39;s a Logical Hole in This Jury Foreman Interview'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-7025946680328767298</id><published>2012-08-28T19:54:00.000+08:00</published><updated>2012-08-28T19:54:28.587+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Software"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips"/><title type='text'>What If fstab File Has a Wrong Entry and Your System Won&#39;t Boot</title><content type='html'>Last week, we carried out maintenance to our servers and upgraded our CentOS from 5.x to 6.3. In fact, maintenance actually means &quot;complaining the vendor for a broken switch, HDD and RAM, which are eventually replaced&quot; and upgrading means a clean install after shutting down our server clusters for a couple of days (we can do it because we have very few no mission-critical production stuffs running).&lt;br /&gt;
&lt;br /&gt;
Our plan is to leave the data partition(s) alone and only formatting the system partition(s) -- root, boot and swap etc -- to install a newly upgraded CentOS goodness. Given that I was Doughnut I/O, I made a mistake. I edited /etc/fstab file and, as at least one of the entries was wrong, CentOS won&#39;t boot.&lt;br /&gt;
&lt;br /&gt;
Before jumping to the solution (which, now, I have), a quick tutorial on /etc/fstab file for the sake of non-geeks happened to re-directed here by bad internet road-maps and/or pure horror of doing something to that file and desparate for solution, shall we? (The upcoming paragraph is in layman terms with a hint of clarity license -- like artistic license in history-based movies. Geeks may skip to the next paragraph.)&lt;br /&gt;
&lt;br /&gt;
The file /etc/fstab is a text file, which records which partition is using which type of file system. In other words, each of the entries in /etc/fstab corresponds to a partition you have on your hard disk(s) and records the partition&#39;s file system. If you are a Windows user, I&#39;m talking about C:\, D:\ and E:\ etc. Since there is a lot of ways to store (and arrange) the files in a partition, if we don&#39;t write it down somewhere, the dumb computer won&#39;t know how to handle the files in each partition. Hence, /etc/fstab. Therefore, when that file goes missing or has wrong entries, Linux system becomes unable to handle the files in partition correctly.&lt;br /&gt;
&lt;br /&gt;
In CentOS (and in many Linux system), a wrong entry in /etc/fstab is often detected automatically and it won&#39;t boot (i.e. you see a black screen with some text without a mouse cursor). In CentOS, if you type the root password (akin to admin password for Windows users), it would give you a command prompt to fix the situation. Otherwise, the system restarts and gets to&amp;nbsp;the black screen again.&lt;br /&gt;
&lt;br /&gt;
Since /etc/fstab is a text file, a quick editing with vi (rudimentary text editor) would solve the problem. However, the file system is not mounted properly (you know, the main problem is the only guidebook to the file system is broken, so the system dares not touch the file system).&lt;br /&gt;
&lt;br /&gt;
A not-so-quick googling revealed this page:&amp;nbsp;&lt;a href=&quot;http://www.linuxquestions.org/questions/linux-general-1/cant-boot-because-of-incorrect-fstab-615693/&quot;&gt;http://www.linuxquestions.org/questions/linux-general-1/cant-boot-because-of-incorrect-fstab-615693/&lt;/a&gt;. A forum member rpeter pointed out a simple command to remount the filesystem -- so that we can fix and overwrites the offending file back to disk -- as follow:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;mount -n -o remount,rw /&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;
&lt;/span&gt;&lt;span style=&quot;background-color: #e6e6e6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: italic;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
Typing the above command in the command prompt allows me to edit and write the /etc/fstab file back to the system and I could smile again that day.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1346154658.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/7025946680328767298/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/08/what-if-fstab-file-has-wrong-entry-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/7025946680328767298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/7025946680328767298'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/08/what-if-fstab-file-has-wrong-entry-and.html' title='What If fstab File Has a Wrong Entry and Your System Won&#39;t Boot'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-5215226734741231629</id><published>2012-08-28T10:34:00.001+08:00</published><updated>2012-09-22T11:07:02.718+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Joke"/><category scheme="http://www.blogger.com/atom/ns#" term="Movie"/><category scheme="http://www.blogger.com/atom/ns#" term="Trek"/><title type='text'>Sarcarsm : Enterprise D Bogged down by Apple Patent Violation</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;
Following closely&lt;a href=&quot;http://doughnutio.blogspot.com/2012/08/court-ordered-samsung-to-pay-12-billion.html&quot; target=&quot;_blank&quot;&gt; the court verdict that ordered Samsung pay more than a billion dollar to Apple for patent infringement&lt;/a&gt;, I found a sarcasm piece on You Tube -- thanks again for a fellow Google+ user.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;344&quot; src=&quot;http://www.youtube.com/embed/rAtje5weAU0?fs=1&quot; width=&quot;459&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
It totally nails the joke. Long live Android.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
May, with the help of Jedi Council (Google), the Clone Army (Motorola) eventually be victorious over the greedy Trade Federation (Apple).&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1346121179.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/5215226734741231629/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/08/sarcarsm-enterprise-d-bogged-down-by.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/5215226734741231629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/5215226734741231629'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/08/sarcarsm-enterprise-d-bogged-down-by.html' title='Sarcarsm : Enterprise D Bogged down by Apple Patent Violation'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/rAtje5weAU0/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-5124781977409591878</id><published>2012-08-25T15:40:00.000+08:00</published><updated>2012-08-25T15:40:30.754+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Android"/><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><title type='text'>Court Ordered Samsung to Pay 1.2 Billion to Apple</title><content type='html'>The Jedi Council (Google) is in a big trouble as the greedy Trade Federation (Apple) cornered a legion of Clone Army (Samsung) on a distant planet (California court). Little hope can the Jedi Council expect from another legion of Clones under their direct control (Motorola) that started a battle against the Federation force lately.&lt;br /&gt;
&lt;br /&gt;
Okay, enough with Star Wars anologies. In short, Apple won; Samsung lost. As an Android fan, it is a bad news -- there is highly likely that Samsung would transfer that 1.2 Billion it needs to pay to Apple to consumers, i.e. us (yes, Samsung would appeal but if it lost the appeal case, it&#39;d need to pay).&lt;br /&gt;
&lt;br /&gt;
In my opinion, there are two main important factors that kills Samsung in this battle: (1) design patents violations are easier to sell than those of utility patents and (2) its own product strategy.&lt;br /&gt;
&lt;br /&gt;
First, Apple was using design patents to claim damage from Samsung -- in technology geeks&#39; terms, Samsung products are too similar (visually) to those of Apple, which was sadly true (as I&#39;d explain in the second part). Samsung was using utility patents to claim damage from Apple -- in technology geeks&#39; terms, Apple&#39;s engineers didn&#39;t do their maths, programming, invention etc but copied those of Samsung engineers, which is more or less true but sadly, hard to explain to non-geeks (the judges).&lt;br /&gt;
&lt;br /&gt;
It is because to check whether two products are visually similar is as easy as judging the book by the cover. A simple look to each thing once (and a careful read of design patent document) is suffice to have a verdict. On the other hand, checking whether two products are using same technology is even harder than judging the book by reading it cover to cover. Even with the best will of the juries, they may sometimes (accidentally) overlooks some facts, perplex by the lawyers of either sides or simply confused by jargon -- lawyers are often famous to be very good at confusing the juries by technical jargon.&lt;br /&gt;
&lt;br /&gt;
Sadly, Motorola is probably basing its case against Apple on other utility patents.&lt;br /&gt;
&lt;br /&gt;
In short, even with the best will (which I believe the juries had), they could tell that Samsung&#39;s products are far too similar to that of Apple visually but they couldn&#39;t easily tell &amp;nbsp;Apple&#39;s product is using the same technologies as documented in Samsung&#39;s patents (even if they are violating Samsung&#39;s patents). It is no one&#39;s fault but a failure of Samsung&#39;s court-room strategy.&lt;br /&gt;
&lt;br /&gt;
Secondly, Samsung&#39;s products are actually too similar to that of Apple&#39;s (and violate Apple&#39;s design patents) sadly because of Samsung&#39;s product strategy. I&#39;m no Samsung insider but my theory is that Samsung positioned itself to catch (a) those iPhone users, who are sick of iPhone&#39;s feature (or limitations) and migrate to other platforms and (b) those users, who want an iPhone-like-phone but can&#39;t afford one (including those users who like to be different from the crowd).&lt;br /&gt;
&lt;br /&gt;
This makes sense as, a couple of years ago, iPhone and Android was siphoning off Windows phone&#39;s (pre Windows phone 7), Blackberry&#39;s and Nokia&#39;s market share (market share of the three losers platforms). It does not require a rocket scientist to realize that, someday, market share of those three would be depleted. Samsung simply positioned itself to steal market share from iPhone in addition to those three from the very start.&lt;br /&gt;
&lt;br /&gt;
But how did it does? I realized that (after using two Samsung&#39;s phone for almost four years) Samsung tends to make iPhone users feel home on its products rather than making Android users feel home on its products by (a) cutting-off Android features and (b) making its products&#39; look-n-feel similar to that of iPhone.&lt;br /&gt;
&lt;br /&gt;
For example, its TouchWiz (I&#39;d prefer the term TouchNWait) UI is scrolling horizontally in the App Drawer rather than Android&#39;s default vertically. TouchWiz (even on ICS) can&#39;t sort the apps by name (or by anything); the apps appear in the sequence users install them. Scrollable widgets is not available on Galaxy S2 (Gingerbread). That&#39;s UI design that makes its phones welcoming those jumping ship from Apple&#39;s iCraps.&lt;br /&gt;
&lt;br /&gt;
Moreover, on the physical-design-wise, Google advised to have four touch sensitive buttons (Home, Search, Menu and Back) for pre-ICS phones and no buttons whatsoever on ICS onwards yet Samsung&#39;s phones (except the first two Galaxy models) always don a physical Home button located at the center below the screen and two touch sensitive buttons all to make iPhone users at home.&lt;br /&gt;
&lt;br /&gt;
Wait, what&#39;s so important about that Home button? Well, for iPhone, that Home button is the SOS button -- if you don&#39;t know how to exit from an app, simply press that button and you are out. Android home button also does the same and hence Samsung placed in the center (not following other Android OEMs&#39; trends).&lt;br /&gt;&lt;br /&gt;In short, Samsung has made sure that its Galaxy phones can be used like one would use an iPhone. In other words, one can ignore all Android goodness and use Galaxy phones like using an iCraps.&lt;br /&gt;&lt;br /&gt;In my opinion, Apple&#39;s victory may not be directly applicable to sue/threaten other Android manufactures as no other Android phones is designed to siphon off iPhone market share.&lt;br /&gt;
&lt;br /&gt;
Logged on Doughnut I/O. U.E. 1345880348.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/5124781977409591878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/08/court-ordered-samsung-to-pay-12-billion.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/5124781977409591878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/5124781977409591878'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/08/court-ordered-samsung-to-pay-12-billion.html' title='Court Ordered Samsung to Pay 1.2 Billion to Apple'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-2262900546029519637</id><published>2012-08-24T20:29:00.000+08:00</published><updated>2012-08-24T20:37:09.852+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Joke"/><category scheme="http://www.blogger.com/atom/ns#" term="Movie"/><category scheme="http://www.blogger.com/atom/ns#" term="Superhero"/><title type='text'>If the Billionaire Super-hero is Carrying the Nuke away ... </title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Question: there is a nuke, the Billionaire-super-hero and innocent civilians. What is the plan?&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
On the red corner, Mr. Stark ...&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9t17q645ue2WffSogwd2ONvKD3Ne80fEXNCKQSgfGU8iYyNWWuecEyULRdPXQPPZfGgR7csryuNGqfbQaEcORq-Mie0jUy9P-g1U5sQfyed3eqKOT7wYP-HyJxd8_xefZSfUIXrqaNgc/s1600/Stark.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;344&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9t17q645ue2WffSogwd2ONvKD3Ne80fEXNCKQSgfGU8iYyNWWuecEyULRdPXQPPZfGgR7csryuNGqfbQaEcORq-Mie0jUy9P-g1U5sQfyed3eqKOT7wYP-HyJxd8_xefZSfUIXrqaNgc/s640/Stark.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&amp;nbsp;then, we&#39;ll eat Shawarma like kids.&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
... and on the blue corner, Mr. Wayne ...&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg340-OU3bOhf2gDTwdeoJ-VhCqSsEGYAorVvQel4WL7UYekGGBR3sTEfrSX56sYF5WU-YRq4XbvCO39WPVztw4EwqGCssr-J5xo8fJvRVm9Z6VbBAQBpXXBqrcll4hyHrOxgVlhSvhco/s1600/Wayne.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;346&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg340-OU3bOhf2gDTwdeoJ-VhCqSsEGYAorVvQel4WL7UYekGGBR3sTEfrSX56sYF5WU-YRq4XbvCO39WPVztw4EwqGCssr-J5xo8fJvRVm9Z6VbBAQBpXXBqrcll4hyHrOxgVlhSvhco/s640/Wayne.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
and have statue of my suit built.&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Wow! Batman owns it this time!!! :D&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1345811306.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/2262900546029519637/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/08/if-billionaire-super-hero-is-carrying.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/2262900546029519637'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/2262900546029519637'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/08/if-billionaire-super-hero-is-carrying.html' title='If the Billionaire Super-hero is Carrying the Nuke away ... '/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9t17q645ue2WffSogwd2ONvKD3Ne80fEXNCKQSgfGU8iYyNWWuecEyULRdPXQPPZfGgR7csryuNGqfbQaEcORq-Mie0jUy9P-g1U5sQfyed3eqKOT7wYP-HyJxd8_xefZSfUIXrqaNgc/s72-c/Stark.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-444735773303576376</id><published>2012-08-19T23:54:00.000+08:00</published><updated>2012-08-20T10:50:47.858+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sentosa"/><category scheme="http://www.blogger.com/atom/ns#" term="Service"/><category scheme="http://www.blogger.com/atom/ns#" term="USS"/><title type='text'>I&#39;m Not an Another-Annoying-Item-to-Process in Your Assembly Line</title><content type='html'>Last week, I had been to Sentosa, the famous tourist attraction of Singapore. I noticed an important phenomenon, which would lead to bad reputation and no repeating customers. Many staffs have so-called &quot;Another-Annoying-Item-to-Process-Attitude&quot; (at least it is how I like to call this attitude).&lt;br /&gt;
&lt;br /&gt;
I had been to the resort (relaxing and fun) island a couple of time across the time-span of 6 years. On my first visit six years ago, most staffs are smiling, helpful and very proud to serve the guests with passion. Shouting at a visitor&#39;s face (or gesturing a visitor without accompanied spoken words like waving hands to move) seemed a forbidden taboo and, even when they need to repeat some instructions (like safety instructions for some rides etc) in case I didn&#39;t hear or I misunderstood, they always did with a smile. I really loved the experience (island&#39;s attractions and staffs&#39; hospitality) that I even bought an islander card (which allows free-of-charge entry/transportation plus some discounts on the island&#39;s attraction-entrance-fees).&lt;br /&gt;
&lt;br /&gt;
From time-to-time, I noticed more and more staffs have their smiles disappear, have their passion gone and start shouting and/or gesturing the visitors. A sad phenomenon, indeed. What the hell (pardon my language) did happened to their once well loved hospitality?&lt;br /&gt;
&lt;br /&gt;
The worst case of hospitality-flying-into-thin-air was during my last visit, when I tried to return home using the monorail in the evening. Understandably, there was a crowd and a staff was trying to pack as many passengers as possible into each car, just like those staffs in Japanese trains (not literally).&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.youtube.com/embed/zr62mxhPQKM?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
An Example of Train-staffs Pushing Passengers&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
(Sentosa was a mild case)&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
The staff was telling passengers to move away from the train doors (to give way for more passengers) after boarding, which was an understandable action. What is not understandable is he was shouting. Shouting, at least in many Asian countries, is regarded as a rude behavior. He was shouting at the face of the visitors.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
To make the matter worse, he started knocking the glass window in front of me and gesturing me to move in. Allow me to explain the situation. The cars are like more than two meter wide. Therefore, when you have two persons standing side-by-side (even if they are super-fat), there is still plenty of room (at least a meter) for other passengers to get into the car. I had a pair of sole-feet therefore, I decided to leave that over a meter lane for others to move in and I stood near the door. See the figure below to understand the situation more readily.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-ck5xKUunXb5bFaKceOkIGv4vguWCgecML0eiKBBxmlNXROvn15LIvtIqeOQKRyn7CUwq5amDpVN1e-SEb828oQr-LF8EioKpP3d-R7-xWydSiVyOmeFF0vENQRl4LX9D7tVHnkklWC4/s1600/MonoRailCar.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;281&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-ck5xKUunXb5bFaKceOkIGv4vguWCgecML0eiKBBxmlNXROvn15LIvtIqeOQKRyn7CUwq5amDpVN1e-SEb828oQr-LF8EioKpP3d-R7-xWydSiVyOmeFF0vENQRl4LX9D7tVHnkklWC4/s640/MonoRailCar.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
An Illustration of the Situation&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
I&#39;d even comply his instruction in case he popped his head in the car throught he door and speak while looking at me (with a normal/non-shouting tone) to move inside. Guess what he did! He knocked the glass window in front of me and gestured me to move inside (without any spoken word). How rude!!! In both Asian and Western standards, how rude!&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.youtube.com/embed/nDwQJ64UpFQ?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Even in Naboo&#39;s Standard, How Rude!!!&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
I noticed the problem is not a localized one with the staffs with packing-passengers-into-the-car duty. Universal Studio Singapore (USS) was just opened back in 2011. Back then, the staffs, who helped visitors taking the photos with costumed staffs (like those people wearing like characters from Mummy movie franchise) are patient and really was helpful. They&#39;d understandably tell you to move out if you are taking forever taking pictures with the costumed staffs however, taking forever back then didn&#39;t mean taking two shots of still photos. What has happened to them?&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
I hypothesize that this phenomenon is across industry, region and profession. To put it in simple terms, they are doing the same job everyday -- the train-packing staff is pushing passengers into train everyday, the photo-taking staff is arranging photo-shots everyday. For them, a visitor is just Another-Item-to-Process. If a visitor refuses to comply with their commands, they&#39;d get angry and shout the visitor as, in their mind, the visitor is making their job harder or preventing them from getting their job done.&amp;nbsp;In other words, the visitor is just an Another-Annoying-Item-to-Process.&amp;nbsp;To make the matter worse, since they are doing the same job everyday, they know the optimized way to finish their job and started to command the visitors -- started to sound like an authority. Some staffs even told the crowd in the queue not to stand too close to them as they are shooting photos of other visitors -- which, in my opinion, is just a matter of showing off their authority.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
However, for the visitors, Sentosa experience (or USS experience) is possibly once-in-their-lifetime experience. Everything is new and wonderful for him. He may not know the optimized way to take photos or ride the train back home. What he knows is he has paid a great deal of money and he&#39;s entering an entertainment complex, in which every staffs&#39; first and only duty is to entertain him. That view clashes when the staffs start sounding like an authority. The question is how to combine the authoritive voice (for smoother operations) with entertainment undertone.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Another excellent example of this issue is with the staffs in &quot;Monster Rock&quot; attraction (even back when USS was first opened in 2011), which looks like an on-stage performance (a theater) with a more-or-less free-seating setting. For a visitor, a free-seating setting means he can choose any vacant seat and, most importantly, if he comes earlier, he&#39;d be rewarded with the best seat (either front-center or back-center). For the staffs, to pack as much visitors as possible in the shortest possible time, the first visitor to appear must take the seats at extreams (right extream or left extream). When the visitors are told to move on, a clash of will occurs. The problem? The staffs&#39; optimized way treat the visitor like an item on the assembly line and, when the visitor questions, the staffs regard the visitor as Another-Annoying-Item-to-Process and force him to comply.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
For a credit to those hardworking staffs in Universal Studio Singapore, those staffs working with the animatronic dinosaur model (for the visitors to take photos) somehow master how to combine authoritive voice and entertainment undertone. They have a robotic dinosaur on a truck, whose non-organic nature would reveal to a visitor coming too close to the truck. They acted (and dressed like) a park-ranger who warn the visitors not to come too close or the dinosaur would eat them alive. Since the visitors are already willing to buy the fantasy (that the dinosaur is alive), they play along and comply.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Going back to the issue, I found the similar phenomenon in supermarkets and even some clinics. In an assembly line, making the parts follow an optimized way of working is fine yet, when people involved, optimizing become harder if not impossible. People has pre-perceptions on how the staffs would treat them (for example, most visitors assume USS employers are entertainers, not authority, making authorizing safety instruction difficult). If these pre-perceptions are violated (in order to optimize the work-routines), the entertainment complex (or supermarket or clinic) would get bad reputation.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
There can be a lot of ways to avoid bad reputation. The management can rotate the staffs in different duty -- as a short-term solution. However, this may results in some staffs mastering in many different duties and start treating visitors as Another-Annoying-Item-to-Process in no time. The real solution would be to set up different incentives and different ways to measure work-done of staffs and communicate the staffs that the core-value of the entertainment (shopping/health-service) industry is to make visitors happy not to have more work done.&lt;br /&gt;
&lt;br /&gt;
At least, I&#39;d like to protest not to treat me like an Another-Annoying-Item-to-Process in Your Assembly Line since I&#39;m a human being, not an item, who is worthy of respect.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1345391600.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/444735773303576376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/08/im-not-another-annoying-item-to-process.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/444735773303576376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/444735773303576376'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/08/im-not-another-annoying-item-to-process.html' title='I&#39;m Not an Another-Annoying-Item-to-Process in Your Assembly Line'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-ck5xKUunXb5bFaKceOkIGv4vguWCgecML0eiKBBxmlNXROvn15LIvtIqeOQKRyn7CUwq5amDpVN1e-SEb828oQr-LF8EioKpP3d-R7-xWydSiVyOmeFF0vENQRl4LX9D7tVHnkklWC4/s72-c/MonoRailCar.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-2744948563183163582</id><published>2012-08-15T20:06:00.000+08:00</published><updated>2012-08-19T13:05:30.752+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Absent-minded"/><category scheme="http://www.blogger.com/atom/ns#" term="Geek"/><category scheme="http://www.blogger.com/atom/ns#" term="Pencil"/><title type='text'>I Will Never Take My Pencil out of Home/Office</title><content type='html'>One of the publicly-aware traits of us, geeks, is absent-mindedness. There was even a movie titled, &quot;Absent-minded Professor.&quot; (&lt;a href=&quot;http://www.google.com.sg/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=1&amp;amp;ved=0CEYQFjAA&amp;amp;url=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0054594%2F&amp;amp;ei=b4wrUMv7O4LOrQev7ICgBA&amp;amp;usg=AFQjCNG9Z5erhwXoXZlBnr0s8qCwO-YDaA&amp;amp;sig2=mFqIKK9T2vb_Or7U2HGzOg&quot; target=&quot;_blank&quot;&gt;IMDB page of Absent-minded Professor&lt;/a&gt;)&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzoNU2301Iz4dxhHIoK-8rM4tU5JCjZQovIu0_jXbB8EJzZR0_RKn5Kzy15b8NNzVNuTsWJxpYv6hrHKRjzyU4YYD3rL4AE8yVFvSNOtdwKMWBgulANbWqjiJ5ypemO6FmXNlt1yts-5A/s1600/absentminded.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzoNU2301Iz4dxhHIoK-8rM4tU5JCjZQovIu0_jXbB8EJzZR0_RKn5Kzy15b8NNzVNuTsWJxpYv6hrHKRjzyU4YYD3rL4AE8yVFvSNOtdwKMWBgulANbWqjiJ5ypemO6FmXNlt1yts-5A/s1600/absentminded.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
I love pencils. I think every scientists love pencils. You know, a pencil does not need gravity (or in a strong gravity-field) to operate while a pen (a fountain pen or a ball-pen) needs. If we wrote something wrong, a pencil&#39;s output can be erased by an eraser while it is difficult to achieve the same feat for a pen. In short, I love pencil.&lt;br /&gt;
&lt;br /&gt;
I lost two pencils in an amazingly similar way -- when the pencil available was not sharp enough, I took out mine and, after the writing-business, I forgot to put it back in my pocket.&lt;br /&gt;
&lt;br /&gt;
The first one was during a wedding dinner of one of my friends. It was a Chinese semi-buffet resturant (a semi-buffet is when they serve the dishes you order and you can place unlimited orders at a fixed per-head price). Since the pencil they provided to tick the order-sheet was totally not writeable (why can&#39;t they sharpen the pencil, which is the important part of their business), I took out mine, ticked what I wanted, passed it to another friend, who sat beside me, who also give my pencil to the waitress thinking the resturant is running with Pentel mechanical pencils.&lt;br /&gt;
&lt;br /&gt;
That pencil was a gift (along with an umbrella, I had lost) from my fellow scientist/blogger/big-sister. It is totally socially awkward to lost both of her gifts -- in the East, it can be interpreted as rudeness and not respecting one&#39;s friendship. :(&lt;br /&gt;
&lt;br /&gt;
Today, I also lost another pencil. I was attending a conference, which offer free tutorials to students. I was trying to register some tutorials for my friend when they gave me a not-sharp pencil, to which my response was, &quot;it&#39;s ok, I&#39;d use my own.&quot; After filling out the form, I forgot to take my pencil back.&lt;br /&gt;
&lt;br /&gt;
This is serious as I bought the pencil around U.E. 1020168005 +/- 10!. It is nearly a decade (more than 9 years) it has been with me -- high and low, serving me consistently.&lt;br /&gt;
&lt;br /&gt;
I wasn&#39;t aware that I forgot my pencil until a facility staff pointed out that she saw my pencil and noticed it was kind of important (it is also rusty). The staffs told me an organizer of the conference collected all the pens and pencils there and kept it. Hopefully, when I go there for tutorials tomorrow, I would be able to find my trusty among the writing-tools she kept. (Since many of the organizers there are my fellow scientist-friends, I asked them for a pencil hunt with a precise description, &quot;A blue Pentel mechanical pencil with a rusty steel clip.&quot;&lt;br /&gt;
&lt;br /&gt;
Update on U.E. 1345352718. Around U.E. 1345079038, one of the event organizers return my pencil back to me. I thanks her a million time :D.&lt;br /&gt;
&lt;br /&gt;
Logged on Doughnut I/O. U.E. 1345032303.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/2744948563183163582/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/08/i-will-never-take-my-pencil-out-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/2744948563183163582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/2744948563183163582'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/08/i-will-never-take-my-pencil-out-of.html' title='I Will Never Take My Pencil out of Home/Office'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzoNU2301Iz4dxhHIoK-8rM4tU5JCjZQovIu0_jXbB8EJzZR0_RKn5Kzy15b8NNzVNuTsWJxpYv6hrHKRjzyU4YYD3rL4AE8yVFvSNOtdwKMWBgulANbWqjiJ5ypemO6FmXNlt1yts-5A/s72-c/absentminded.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-3609395663999478192</id><published>2012-08-10T23:10:00.002+08:00</published><updated>2012-08-10T23:10:45.328+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Anime"/><category scheme="http://www.blogger.com/atom/ns#" term="Dance"/><category scheme="http://www.blogger.com/atom/ns#" term="Music"/><title type='text'>Anime-Inspired Dance and Music</title><content type='html'>Guess what I&#39;ve found on the Google+ today ? The perfect anime musics with anime-ending-like dance !!! Thank you fellow Google+ user, whom I have never seen in person before and I have shared (almost) nothing before. I love this.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;http://www.youtube.com/embed/iOvX4WH9pRw?fs=1&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
In fact, I slept fewer hours these days. I was really really really tired. Yet, this video, this very video cheered me up. It cheered me up (although I don&#39;t understand any single Japanese words -- let alone its lyrics) to the point that I get up from my bed and share this with Doughnut I/O readers.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
I have also found &lt;a href=&quot;http://www.youtube.com/playlist?list=PLA4EA7991D4C401DD&quot; target=&quot;_blank&quot;&gt;multiple videos on YouTube&lt;/a&gt; like this video.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Logged on Doughnut I/O. U.E. 1344611275.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/3609395663999478192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/08/anime-inspired-dance-and-music.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/3609395663999478192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/3609395663999478192'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/08/anime-inspired-dance-and-music.html' title='Anime-Inspired Dance and Music'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/iOvX4WH9pRw/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-4713083593285367858</id><published>2012-07-21T16:16:00.000+08:00</published><updated>2012-07-21T16:16:27.155+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Android"/><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><title type='text'>Apple Is Going to Apologise Samsung</title><content type='html'>We all know that the Fruit company is bullying smaller companies in courts -- not for damage or monetary gain but to monopolize the market stripping customers off their rightful right to choose.&lt;br /&gt;
&lt;br /&gt;
Now, the UK judge ordered Apple to publicly apologize Samsung following the previous decision stating &lt;b&gt;Samsung is NOT GUILTY&lt;/b&gt; (Samsung did not copy Apple&#39;s design). The apology must be visible on Apple&#39;s UK website for at least six months.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDywNSOyTGbOZ4rZCay6o1zPb6LouFCCAcIZp2RhawQU5Hi5Ebr-KbXz6UgQiKowHZTUhZFGH9l4pE4cSCLVt-0KGqPKzy4M9jayGWY1pZllqhwY3VUnAgDDaEXgVE35_MPiHjyOrkRaM/s1600/3d-android-vs-apple.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;199&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDywNSOyTGbOZ4rZCay6o1zPb6LouFCCAcIZp2RhawQU5Hi5Ebr-KbXz6UgQiKowHZTUhZFGH9l4pE4cSCLVt-0KGqPKzy4M9jayGWY1pZllqhwY3VUnAgDDaEXgVE35_MPiHjyOrkRaM/s320/3d-android-vs-apple.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;Android rocks !!! We are really looking forward to Apple apologizing all Android vendors.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
Logged on Doughnut I/O. U.E. 1342858503.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/4713083593285367858/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/07/apple-is-going-to-apologise-samsung.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/4713083593285367858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/4713083593285367858'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/07/apple-is-going-to-apologise-samsung.html' title='Apple Is Going to Apologise Samsung'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDywNSOyTGbOZ4rZCay6o1zPb6LouFCCAcIZp2RhawQU5Hi5Ebr-KbXz6UgQiKowHZTUhZFGH9l4pE4cSCLVt-0KGqPKzy4M9jayGWY1pZllqhwY3VUnAgDDaEXgVE35_MPiHjyOrkRaM/s72-c/3d-android-vs-apple.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-7085743919983955139</id><published>2012-07-17T22:08:00.000+08:00</published><updated>2012-09-22T11:06:13.631+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Joke"/><category scheme="http://www.blogger.com/atom/ns#" term="Matrix"/><category scheme="http://www.blogger.com/atom/ns#" term="Movie"/><title type='text'>Red Pill or Blue Pill</title><content type='html'>&lt;br /&gt;
&lt;ul&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Looking back to 2000, we remember the first movie with bullet-time effect (the scene, in which camera shutter flicks so fast that you even see bullet flying slowly yet the characters moves faster than the camera shutter that they dodge the flying bullets), the Matrix. Today, I noticed something. Facebook is blue and Google+ is red. So I re-imagine.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSM5q-YYLzQLS1Ykxxox-yt_TqJRguX9Ab1mwojl6xEtgiLi75GviamhnoWoNiy4EC86w_nXa0hnLonQfnW9mzCNIMgBqpRIml9I02Scm_n6pgqnQcZy29q4i-_WIv1zRzazvKqgu5lIw/s1600/redorblue.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSM5q-YYLzQLS1Ykxxox-yt_TqJRguX9Ab1mwojl6xEtgiLi75GviamhnoWoNiy4EC86w_nXa0hnLonQfnW9mzCNIMgBqpRIml9I02Scm_n6pgqnQcZy29q4i-_WIv1zRzazvKqgu5lIw/s400/redorblue.png&quot; width=&quot;351&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&quot;You take the blue pill. The story ends. You wake up in your bed and believe…whatever you want to believe.&amp;nbsp;You take the&amp;nbsp;red pill. You stay in Wonderland and I show you how deep the rabbit hole goes.&quot; [Morpheus]&lt;/blockquote&gt;
Logged on Doughnut I/O. U.E. 1342534860.&lt;br /&gt;

&lt;/ul&gt;
</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/7085743919983955139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/07/red-pill-or-blue-pill.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/7085743919983955139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/7085743919983955139'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/07/red-pill-or-blue-pill.html' title='Red Pill or Blue Pill'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSM5q-YYLzQLS1Ykxxox-yt_TqJRguX9Ab1mwojl6xEtgiLi75GviamhnoWoNiy4EC86w_nXa0hnLonQfnW9mzCNIMgBqpRIml9I02Scm_n6pgqnQcZy29q4i-_WIv1zRzazvKqgu5lIw/s72-c/redorblue.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4440697062661601081.post-3655158403940785674</id><published>2012-07-17T14:03:00.000+08:00</published><updated>2012-07-17T14:11:42.134+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Google"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><category scheme="http://www.blogger.com/atom/ns#" term="Web"/><title type='text'>Knowledge Graph is Available in Asia</title><content type='html'>When you search an entity (a movie, a person or a place etc), Google Search can now show a summary on the right side of its web-interface.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1zyiBgyKv49nq5hBck4NiSsjX5WJ8cAupCVmCzZd57K1rpYsIDGE-0PgBGNFNeZVIyTY6rpEA23Av9tuh8_kpb1gng2u8zEG6iHEZ9SbumZLs90Mc0h9D_E7p7gpITKuyhjsol98rfYs/s1600/knowledgegraph.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;339&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1zyiBgyKv49nq5hBck4NiSsjX5WJ8cAupCVmCzZd57K1rpYsIDGE-0PgBGNFNeZVIyTY6rpEA23Av9tuh8_kpb1gng2u8zEG6iHEZ9SbumZLs90Mc0h9D_E7p7gpITKuyhjsol98rfYs/s640/knowledgegraph.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
In the above figure, I was trying to find a 2000 movie called &quot;The Matrix&quot;, using a single keyword &quot;matrix&quot;. You can see a summary of the movie &quot;The Matrix&quot; shows up along with usual series of links in the middle of the page.&lt;br /&gt;
&lt;br /&gt;
Google started rolling out this feature around May 2012 and today I noticed we can use the feature in Asia. Nice job.&lt;br /&gt;
&lt;br /&gt;
For more information of Knowledge Graph, &lt;a href=&quot;http://www.google.com/insidesearch/features/search/knowledge.html&quot; target=&quot;_blank&quot;&gt;refer to its official site&lt;/a&gt;&amp;nbsp;or &lt;a href=&quot;http://googleblog.blogspot.sg/2012/05/introducing-knowledge-graph-things-not.html&quot; target=&quot;_blank&quot;&gt;the blog-post announcing it&lt;/a&gt;. Or glimpse the features in the following video on all Google Search features:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.youtube.com/embed/y3ao7QXMhC4?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
Or the video that introduce Knowledge Graph:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.youtube.com/embed/mmQl6VGvX-c?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
Logged on Doughnut I/O. U.E. 1342504910.</content><link rel='replies' type='application/atom+xml' href='http://doughnutio.blogspot.com/feeds/3655158403940785674/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://doughnutio.blogspot.com/2012/07/knowledge-graph-is-available-in-asia.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/3655158403940785674'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4440697062661601081/posts/default/3655158403940785674'/><link rel='alternate' type='text/html' href='http://doughnutio.blogspot.com/2012/07/knowledge-graph-is-available-in-asia.html' title='Knowledge Graph is Available in Asia'/><author><name>Doughnut IO</name><uri>http://www.blogger.com/profile/00296374098658607919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1zyiBgyKv49nq5hBck4NiSsjX5WJ8cAupCVmCzZd57K1rpYsIDGE-0PgBGNFNeZVIyTY6rpEA23Av9tuh8_kpb1gng2u8zEG6iHEZ9SbumZLs90Mc0h9D_E7p7gpITKuyhjsol98rfYs/s72-c/knowledgegraph.png" height="72" width="72"/><thr:total>0</thr:total></entry></feed>