<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/12985063?origin\x3dhttp://ad-neo.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script><!-- --><div id="flagi" style="visibility:hidden; position:absolute;" onmouseover="showDrop()" onmouseout="hideDrop()"><div id="flagtop"></div><div id="top-filler"></div><div id="flagi-body">Notify Blogger about objectionable content.<br /><a href="http://help.blogger.com/bin/answer.py?answer=1200"> What does this mean? </a> </div></div><div id="b-navbar"><a href="http://www.blogger.com/" id="b-logo" title="Go to Blogger.com"><img src="http://www.blogger.com/img/navbar/3/logobar.gif" alt="Blogger" width="80" height="24" /></a><div id="b-sms" class="b-mobile"><a href="smsto:?body=Hi%2C+please+check+out+my+blog+at+adrian-mindoverbody-inc.blogspot.com">MMS Friends</a></div><form id="b-search" name="b-search" action="http://search.blogger.com/"><div id="b-more"><a href="http://www.blogger.com/" id="b-getorpost"><img src="http://www.blogger.com/img/navbar/3/btn_getblog.gif" alt="Get your own blog" width="112" height="15" /></a><a id="flagButton" style="display:none;" href="javascript:toggleFlag();" onmouseover="showDrop()" onmouseout="hideDrop()"><img src="http://www.blogger.com/img/navbar/3/flag.gif" name="flag" alt="Flag Blog" width="55" height="15" /></a><a href="http://www.blogger.com/redirect/next_blog.pyra?navBar=true" id="b-next"><img src="http://www.blogger.com/img/navbar/3/btn_nextblog.gif" alt="Next blog" width="72" height="15" /></a></div><div id="b-this"><input type="text" id="b-query" name="as_q" /><input type="hidden" name="ie" value="UTF-8" /><input type="hidden" name="ui" value="blg" /><input type="hidden" name="bl_url" value="adrian-mindoverbody-inc.blogspot.com" /><input type="image" src="http://www.blogger.com/img/navbar/3/btn_search_this.gif" alt="Search This Blog" id="b-searchbtn" title="Search this blog with Google Blog Search" onclick="document.forms['b-search'].bl_url.value='adrian-mindoverbody-inc.blogspot.com'" /><input type="image" src="http://www.blogger.com/img/navbar/3/btn_search_all.gif" alt="Search All Blogs" value="Search" id="b-searchallbtn" title="Search all blogs with Google Blog Search" onclick="document.forms['b-search'].bl_url.value=''" /><a href="javascript:BlogThis();" id="b-blogthis">BlogThis!</a></div></form></div><script type="text/javascript"><!-- var ID = 12985063;var HATE_INTERSTITIAL_COOKIE_NAME = 'dismissedInterstitial';var FLAG_COOKIE_NAME = 'flaggedBlog';var FLAG_BLOG_URL = 'http://www.blogger.com/flag-blog.g?nav=3&toFlag=' + ID;var UNFLAG_BLOG_URL = 'http://www.blogger.com/unflag-blog.g?nav=3&toFlag=' + ID;var FLAG_IMAGE_URL = 'http://www.blogger.com/img/navbar/3/flag.gif';var UNFLAG_IMAGE_URL = 'http://www.blogger.com/img/navbar/3/unflag.gif';var ncHasFlagged = false;var servletTarget = new Image(); function BlogThis() {Q='';x=document;y=window;if(x.selection) {Q=x.selection.createRange().text;} else if (y.getSelection) { Q=y.getSelection();} else if (x.getSelection) { Q=x.getSelection();}popw = y.open('http://www.blogger.com/blog_this.pyra?t=' + escape(Q) + '&u=' + escape(location.href) + '&n=' + escape(document.title),'bloggerForm','scrollbars=no,width=475,height=300,top=175,left=75,status=yes,resizable=yes');void(0);} function blogspotInit() {initFlag();} function hasFlagged() {return getCookie(FLAG_COOKIE_NAME) || ncHasFlagged;} function toggleFlag() {var date = new Date();var id = 12985063;if (hasFlagged()) {removeCookie(FLAG_COOKIE_NAME);servletTarget.src = UNFLAG_BLOG_URL + '&d=' + date.getTime();document.images['flag'].src = FLAG_IMAGE_URL;ncHasFlagged = false;} else { setBlogspotCookie(FLAG_COOKIE_NAME, 'true');servletTarget.src = FLAG_BLOG_URL + '&d=' + date.getTime();document.images['flag'].src = UNFLAG_IMAGE_URL;ncHasFlagged = true;}} function initFlag() {document.getElementById('flagButton').style.display = 'inline';if (hasFlagged()) {document.images['flag'].src = UNFLAG_IMAGE_URL;} else {document.images['flag'].src = FLAG_IMAGE_URL;}} function showDrop() {if (!hasFlagged()) {document.getElementById('flagi').style.visibility = 'visible';}} function hideDrop() {document.getElementById('flagi').style.visibility = 'hidden';} function setBlogspotCookie(name, val) {var expire = new Date((new Date()).getTime() + 5 * 24 * 60 * 60 * 1000);var path = '/';setCookie(name, val, null, expire, path, null);} function removeCookie(name){var expire = new Date((new Date()).getTime() - 1000); setCookie(name,'',null,expire,'/',null);} --></script><script type="text/javascript"> blogspotInit();</script><div id="space-for-ie"></div>
 

*./hear me speak.

Monday, January 30, 2006

Ask Uncle Neo

"What is 1+1 in electronics?" - tok
1+1 in electronics is 10. why? 2 in electronics is represented as 10 as 2/2 mod 0 remainder 1 this reading up it would be 10. binary 10 is 2 as 2^0 * 0 + 2^1 * 1 = 2. Represented in an 8 bit binary processor incl. sign bit it would appear as 00000010 and it will not result in overflow. represented in a 16-bit processor incl. sign bit it would appear as 0000000000000010. Overflow happens when the number is to big to be represented by the processor and the computer will return error or go 'kaput'. Actually no they don't go 'kaput'. They go 'beep' or 'tehhhhh' or 'yahoo' or hang on you and you end up banging the keyboard or pulling out your hair just because your computer is going 'beep'. Or 'yahoo'. Okay I think nobody understood what I just wrote because even I can't understand what I just blabbered.


"I found smelly undies! HOW?!" - wahahaha
"I have smelly undies! HOW?!" - too lazy to type
Check if they're from Calvin Klein. I just heard that Calvin Klein underwears and bras are the softest around so if it's not from Calvin Klein throw it away.


"I'm SO cuter than u!! HOW??!" - bellee
HMMMPH! naughty bobosaurus...


"aasd" - too lazy to type
WRONG LAH. It's a-b-c-d.




The Neo Blog Outsourcing/Exchange/whatever-you-want-to-call-it (NBOEWP) Program

In this very special blog outsourcing/exchange/whatever-you-want-to-call-it program (NBOEWP...pronounced Nao-bei-whoop), The Incredible Neo has invited some other people to help him blog and share their fusion of blahblahblahblahblah on contemporary topics like capitalism and hacking and Donald Duck and blahblahblah. Blahblahblahblahblahblah and happy reading.

For our first guest blogger we have invited Mr William Lim. He comes with impressive pedigree. No. Actually he's crap and has only 3 tees in his entire wardrobe, one white-blue one from Giordano, one undersized black Honda one and one reversible one from Bossini. Okay so that would make it 4 actually seeing its reversible. WILLIAM MY MOUSE IS BETTER THAN YOURS...YOUR MICROSOFT MOUSE IS GARBAGE NO FRICTION ONE...EVERYBODY BUY IBM MOUSES...and so presenting to you my 1st guest blogger....William.

1. William

Hi, this is mr neo blogging. (no, its me blogging.)

William: hi, mr neo

neo: hi william, how in the world did you get into my blog?

William: I can't believe I am typing what you are saying.

neo: are you sure?

William: Let me try to put words into your mouth.

neo: you can't, this is my site.

William: *stuffs words into neo's mouth.

neo: owieofhoiado, oiwjeoiw, oiwjowjef... oiweufj, owiefiw

William: muuahahahahahaha!!!

neo: iwe hi iwy wodhw dia yaie gei heis

William: What?

neo: oiweo oiwjof oiwejoi !!!!!

William: I donno what you are talking about.

neo: owief!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

William: na ni na ni poo poo.

adventure: the pursuit of life.
water. beach. sea. sentosa. kayaking. dragon-boat. handball.

Comments: Post a Comment
tags.
hear me speak.
links. / archives. / song lyrics.
the tall one.
Get awesome blog templates like this one from BlogSkins.comGet awesome blog templates like this one from BlogSkins.com