<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Code in my Bug! &#187; Java</title>
	<atom:link href="http://projectbee.org/blog/archive/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://projectbee.org/blog</link>
	<description>Bipin&#039;s experiments with life, society, programming, hacking, &#38; other stuff</description>
	<lastBuildDate>Mon, 23 Jan 2012 18:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Java vulnerable to remote compromise</title>
		<link>http://projectbee.org/blog/archive/java-vulnerable-to-remote-compromise/</link>
		<comments>http://projectbee.org/blog/archive/java-vulnerable-to-remote-compromise/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 02:10:31 +0000</pubDate>
		<dc:creator>Bipin 3 Upadhyay</dc:creator>
				<category><![CDATA[bug]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[loophole]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[reality]]></category>

		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2007/07/14/java-vulnerable-to-remote-compromise/</guid>
		<description><![CDATA[ZDNet Asia reports that Google Security team has discovered as &#8220;Dangerous Java Flaw that threaten&#8217;s Virtually Everything&#8220;. The interesting part of this news is that, apart from a few scary statements, it doesn&#8217;t inform you anything else. The Sun advisory page on this flaw, however, informs you about two flaws which are nothing but Buffer [...]]]></description>
			<content:encoded><![CDATA[<p>ZDNet Asia reports that Google Security team has discovered as &#8220;<a href="http://www.zdnetasia.com/news/security/printfriendly.htm?AT=62028389-39000005c">Dangerous Java Flaw that threaten&#8217;s Virtually Everything</a>&#8220;. The interesting part of this news is that, apart from a few scary statements, it doesn&#8217;t inform you anything else.</p>
<p>The <a href="http://sunsolve.sun.com/search/printfriendly.do?assetkey=1-26-102934-1">Sun advisory page </a>on this flaw, however, informs you about two flaws which are nothing but Buffer Overflows. Do not mistake me that I am undermining the impact of Buffer Overflow Attacks in any way. It&#8217;s just the ZD Net article&#8217;s title which&#8217;s bugging me. It makes the flaw look like an out of world ET attack scenario.</p>
<ol>
<li><em>A buffer overflow vulnerability in the image parsing code in the Java Runtime Environment may allow an untrusted applet or application to elevate its privileges. For example, an applet may grant itself permissions to read and write local files or execute local applications that are accessible to the user running the untrusted applet.</em></li>
<li><em>A second vulnerability may allow an untrusted applet or application to cause the Java Virtual Machine to hang.</em></li>
</ol>
<p>Now firstly, Buffer Overflows are no new form of attacks. They have been here since the existence of man (I admit that&#8217;s a little much <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ), and they are here to stay. Thus, articles like this are more like <strong>FUD</strong>, IMHO.<br />
Secondly, <strong>applet support is very limited in mobile devices</strong>. Not to mention that <a href="http://developers.sun.com/mobility/midp/questions/imagetype/">J2ME supports only PNG format</a>. Thus, not &#8220;virtually everything&#8221; is everything.<br />
Finally, <strong>image parsing library in Sun&#8217;s Java implementation is through a native library</strong>. It&#8217;s time that Sun writes a Java equivalent for it to avoid other similar issues. Further, since Java is now GPL, I also hope to see the code coming from some random, pimply, introvert teenage kid. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The problems can be resolved by updating the packages. Detailed info provided on <a href="http://sunsolve.sun.com/search/printfriendly.do?assetkey=1-26-102934-1">the Sun&#8217;s advisory</a>.</p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/an-insight-into-suns-crazy-strategy/" rel="bookmark" title="May 26, 2007">An insight into Sun&#8217;s *crazy* strategy.</a></li>

<li><a href="http://projectbee.org/blog/archive/open-javafx-an-alternative-to-ajax/" rel="bookmark" title="May 9, 2007">Open JavaFX, an alternative to AJAX?</a></li>

<li><a href="http://projectbee.org/blog/archive/adsense-exploited-by-malware-trojanqhostwu/" rel="bookmark" title="December 22, 2007">AdSense exploited by malware (Trojan.Qhost.WU)</a></li>

<li><a href="http://projectbee.org/blog/archive/amazing-interrupt-handling/" rel="bookmark" title="April 12, 2007">Amazing Interrupt Handling!</a></li>

<li><a href="http://projectbee.org/blog/archive/month-of-search-engine-bugs-mission-accomplished/" rel="bookmark" title="July 3, 2007">Month of Search Engine Bugs: &#8220;Mission Accomplished&#8221;</a></li>
</ul><!-- Similar Posts took 5.537 ms -->]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/java-vulnerable-to-remote-compromise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreams&#8230; and (huh!) Reality.</title>
		<link>http://projectbee.org/blog/archive/dreams-and-huh-reality/</link>
		<comments>http://projectbee.org/blog/archive/dreams-and-huh-reality/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 22:42:00 +0000</pubDate>
		<dc:creator>Bipin 3 Upadhyay</dc:creator>
				<category><![CDATA[humour]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[dreams]]></category>
		<category><![CDATA[reality]]></category>

		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2007/06/04/dreams-and-huh-reality/</guid>
		<description><![CDATA[Disclaimer: The post may give you a notion that the author has surpassed all the heights of patheticism; which actually is sort of true Have I ever posted that I am a *crazy* person?Probably a number of times.This post is another proof; which I am shamelessly sharing with a hope that my *unconscious* realizes the [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:78%;">Disclaimer: The post may give you a notion that the author has surpassed all the heights of <span style="font-style:italic;">patheticism; </span>which actually is sort of true <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span></p>
<p>Have I ever posted that I am a *crazy* person?<br />Probably a number of times.<br />This post is another proof; which I am shamelessly sharing with a hope that my *unconscious* realizes the heights of pathetic-ism it has reached. I refer to my Unconscious mind because *the proof* is related to some of my dreams.</p>
<p>To build the foundation, let me take you back to my school days- class 10th.<br />That was when I was introduced to programming for the first time. Language was BASIC.<br />Might I boast that I was good.<br />I remember to be the fastest coder around and to have coded sound and graphics programs in BASIC. That was the time when I wrote my first (and the only game).<br />Where did I get the inspiration from?<br /><span style="font-weight:bold;">A dream.</span><br />No kidding. I saw the algorithm in a dream <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Scene 2:<br />I was kind of frustrated during my B.Tech. days when I wrote *factorial* and *Fibonacci* codes in <span style="font-weight:bold;">C</span>. The most frustrating event was when my teacher blamed me for *wasting* my time coding a Solar eclipse in <span style="font-weight:bold;">C</span> instead of what he asked for; a <a href="http://en.wikipedia.org/wiki/Discontinuous_Deformation_Analysis">DDA algorithm</a>. You can find the glimpses of those days <a href="http://projectbee.blogspot.com/2006/01/i-am-frustrated-arrghhhhhhhhhhh.html">here</a> and <a href="http://projectbee.blogspot.com/2006/01/i-am-frustrated-arrghhhhhhhhhhh_17.html">here</a>.<br />I do not deny the fact that I could have channelized my frustration and anger; something that I did a little later. I wasted my first 3 years.. (this, however, is not really relevant to this topic.)<br />During these B.Tech. days, I spent my first summer training (and consequently the second too) learning Java. I somehow fell in love with the language. (Off-Topic: If I don&#8217;t wish to be thrashed, I must mention that Raga helped me with most of my Java codes (and C codes, and C++ codes, and&#8230;) back then. It doesn&#8217;t mean that I was ignorant though <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )<br />There was a time during the training days when Abhu bhaiya tried waking me from sleep and I spoke something in sleep.<br /><span style="font-weight:bold;">I was explaining Java concepts to him <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (<br /></span>&#8230;and if I am not wrong, Priyo  (my roommate) too *lived* a similar experience. <span style="font-weight:bold;"></p>
<p></span>Several other such events happened in past, which I don&#8217;t feel like mentioning. I&#8217;d rather speak about present.</p>
<p><span style="font-weight:bold;">Dream 1<br /></span>A few days ago&#8230; no weeks ago, I saw a dream<br /><span style="font-weight:bold;">I was coding </span><span style="font-weight:bold;">a </span><span style="font-style:italic;font-weight:bold;">cross platform </span><span style="font-weight:bold;">desktop applications in Qt4.</p>
<p></span>You know what&#8217;s weird about it?<br />The fact that I had just *heard* of Qt4 and knew that it was somehow related to KDE.  (I am more of a GNOME guy)<br />That&#8217;s it.<br />Nothing less, nothing more.</p>
<p>I scribbled about the dream on my mini-diary, that I use as a portable &#8220;To-Do list&#8221;, and forgot about it.<br />A few minutes ago, I stumbled across this link:<br /><a href="http://www.clivecooper.co.uk/tutorial/index.html">How To Create a Linux Desktop App In 14 Minutes For Beginners (Using QDevelop and Qt4)</a></p>
<p><span style="font-weight:bold;">Dream 2<br />A few days ago, I saw a dream that I am *purchasing* a book on Wireless Security.<br /></span>It was priced somewhere between 390/- and 400/- (Don&#8217;t ask me how I remember the price)<br />Today I bought a book on Wireless hacking&#8230; <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (<br />Don&#8217;t ask me either the price or why I bought it. The price&#8217;s is anyways not really the concern here.<br />I really wonder if these dreams are some sort of sign.</p>
<p><span style="font-weight:bold;">Dream 3</span><br />You CAN go crazy on the wilderness of my other dream, mentioned below. So you can discontinue the rest part of the article.</p>
<p>Still reading?<br />Okay! Read at your own risk.</p>
<p><span style="font-weight:bold;">I am appearing an exam.</span><br /><span style="font-weight:bold;">The syllabus is&#8230;&#8230; </span><a href="http://en.wikipedia.org/wiki/Amir_Khusro">Amir Khusro&#8217;s</a><span style="font-weight:bold;"> composition, &#8220;</span><a href="http://oldpoetry.com/opoem/63897-Amir-Khusro-Chaap-Tilak-">Chhap Tilak sab Chhini ray</a><span style="font-weight:bold;">&#8221; <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span><br />I am wondering what sign does this dream carry <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> ( <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> ( <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> ( <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (</p>
<p>You cannot even imagine how I feel after writing it here and realizing the fact that this post will not only be read by a number of random people but will also be indexed by bots.</p>
<p>Anyways, now the wish-list part.<br />If the dreams have to finally turn into reality (in one or other form); then why don&#8217;t I ever see something good&#8230; something romantic. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <br />Hey wait!<br />Does the reverse count? I mean other people seeing me in their dreams&#8230; <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  [Huge-Grin]</p>
<p><span style="font-size:78%;">Footnote: The author would like to apologize to all who have are experiencing anger and/or depression . He would also like to  thank GOD for what he  mentioned in the last line. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span><br /><span style="font-weight:bold;"></span></p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/a-13-year-old-ceo/" rel="bookmark" title="May 21, 2007">A 13 Year Old CEO!</a></li>

<li><a href="http://projectbee.org/blog/archive/a-program-called-3-om/" rel="bookmark" title="March 3, 2007">A program called &#34;3~&#34; (Om)</a></li>

<li><a href="http://projectbee.org/blog/archive/bill-gates-wins-me/" rel="bookmark" title="June 19, 2007">Bill Gates wins me!</a></li>

<li><a href="http://projectbee.org/blog/archive/an-insight-into-suns-crazy-strategy/" rel="bookmark" title="May 26, 2007">An insight into Sun&#8217;s *crazy* strategy.</a></li>

<li><a href="http://projectbee.org/blog/archive/is-google-bomb-really-diffused/" rel="bookmark" title="April 28, 2007">Is Google Bomb REALLY Diffused?</a></li>
</ul><!-- Similar Posts took 7.460 ms -->]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/dreams-and-huh-reality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An insight into Sun&#8217;s *crazy* strategy.</title>
		<link>http://projectbee.org/blog/archive/an-insight-into-suns-crazy-strategy/</link>
		<comments>http://projectbee.org/blog/archive/an-insight-into-suns-crazy-strategy/#comments</comments>
		<pubDate>Sat, 26 May 2007 11:25:00 +0000</pubDate>
		<dc:creator>Bipin 3 Upadhyay</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2007/05/26/an-insight-into-suns-crazy-strategy/</guid>
		<description><![CDATA[I have been reading a lot of discussion on Sun&#8217;s current market position/revenue versus their *mad* strategy. I have simultaneously been working on Java&#8217;s history for my book. I thought it might be interesting to post my views on the topic and see what others are thinking. To justify/criticize Sun&#8217;s current modus operandi, I will [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span style="font-style:italic;"><span style="font-size:85%;">I have been reading a lot of discussion on Sun&#8217;s current market position/revenue versus their *mad* strategy. I have simultaneously been working on Java&#8217;s history for my book. I thought it might be interesting to post my views on the topic and see what others are thinking. To justify/criticize Sun&#8217;s current modus operandi, I will talk a little about their past strategies, and their respective outcomes.</span></span></p>
<p class="MsoNormal"><b>The Past</b></p>
<p class="MsoNormal">Most of the people know James Gosling as the father of Java. Only a few know that he was also the lead engineer of Gosmacs (gmacs or Gosling Emacs) and NeWS. Now, I won’t be talking about Gosmacs (which according to some people is/was the reason of some conflict between RMS and Gosling. Phew!)<br />However, NeWS (Network extensible Window System) is of a little concern, mostly because it was arguably superior to X Window System… and because it FAILED. The most important reason for its failure (and X Window’s success) is that Sun kept it proprietary.<br />Later on when Sun developed Java, some people, especially the genius Eric Schmidt (then CTO-Sun, now CEO-Google), were aware that keeping Java <span style="font-style:italic;">within enclosed fences</span> will lead to similar <span style="font-style:italic;">devastating</span> results. Not to mention that *7 (for which Java was developed) had already failed and Java was still in search of a viable market.</p>
<p class="MsoNormal">So what did he do?<br />He focused on making it as open as possible and tried building a *Java Community*. (Google SoC, IMHO, is also a “win-the-community-and-you-win-everything-else” approach. But then that’s a different topic altogether. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p class="MsoNormal">Where were we?<br />Yeah! So he focused on building a Java Community.<br />Apart from organizing developer conferences like JavaOne, Sun also encouraged user groups (JUGs), which reached over a number of 400 in year 2000 itself. In fact they went a step further with JCP (Java Community Process) to make the development of Java *as open as possible*.<br />The  reality behind all this community building scene was the fact that the direct control remained with Sun (well mostly).</p>
<p class="MsoNormal">Everything, however, was running smooth; for Sun as well as the Java developers.</p>
<p class="MsoNormal"> <i></i></p>
<blockquote><p style="color:rgb(102, 102, 0);" class="MsoNormal"><i>“I envy you. But such a thing is not meant to last.”</i></p>
<p class="MsoNormal"><span style="color:rgb(102, 102, 0);">                                            &#8212; </span><b><span style="color:rgb(102, 102, 0);">Persephone, Matrix Reloaded</span></p>
<p></b></p>
</blockquote>
<p class="MsoNormal"><b></b><span>I guess the above statement is valid for every aspect of human existence.</span><br />In early 2004, Jonathan Schwartz, referenced Eric Steven Raymond’s “<a href="http://www.catb.org/%7Eesr/writings/cathedral-bazaar">The Cathedral and the Bazaar</a>” and compared JCP to the “Bazaar”, stating that development of Linux was more like a “Cathedral”. I would not expand on it but this was enough to infuriate ESR <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ESR wrote an open letter addressed to Scott McNealy, CEO-Sun, with a subject line “<a href="http://www.catb.org/%7Eesr/writings/let-java-go.html">Let Java Go</a>”. He accused Sun on several fronts (for which I’d pursue you to read <a href="http://www.catb.org/%7Eesr/writings/let-java-go.html">the letter</a>) and appealed to Open Source Java. A few weeks later RMS wrote an essay on<a href="http://www.gnu.org/philosophy/java-trap.html"> <i>Java Trap</i></a> and appealed the developers to contribute and use open source projects like GCJ/Gnu Classpath etc. Several other appeals/open letters were published (Apache’s Geir Magnusson Jr., IBM, etc.)</p>
<p>A series of events followed before Sun announced that it will be open sourcing Java. There main concern was Microsoft forking Java and hence, destroying its cross platform compatibility (which shows that they really were clueless on how Open source model works/ can work).<br />They had no other option than to Open Source the *giant*, and they did it.</p>
<p class="MsoNormal"><b>The Present</b></p>
<p class="MsoNormal">The past unarguably affects, if not defines, the present. Sun’s experience since the NFS days to (forced) Open Sourcing Java days taught/reminded them of their most important lesson.<br /><span style="font-weight:bold;">The Community is fruitful!</span><br /><span style="font-weight:bold;">Build a community and everything else will follow, sooner or later.</span></p>
<p class="MsoNormal">So here they are.<br />Open sourcing EVERYTHING.<br />Building Community, and making it mutually encashable. It’s obviously not so profitable for them today, but the future holds immense potential.</p>
<p class="MsoNormal">The way they have been endorsing and promoting stuff is simply adorable. Even NetBeans has its own *arena*.<br />Not to mention the, so called, developer conferences organized all over the world in a distributed fashion to reach the most number of developers.<span>  </span>I, however, have several concerns regarding them. You may read some of them at<i><a href="http://angraze.wordpress.com/2007/05/18/sun-technology-summit-07-bangalore"> Amit’s blog</a>. </i>I hope Sun listens to the plea of developers and improves the quality of these summits.</p>
<p class="MsoNormal">Another amazing strategy, IMHO, is the <a href="http://blogs.sun.com/"><i>blogs</i> </a>that Sun employees post regularly. I have subscribed some of them and it’s really amazing to see that how important role these blogs are playing in binding people. They often link each other&#8217;s (Sun Employees, of course) blogs. You can have a look at the <a href="http://blogs.sun.com/">Sun-Blogging homepage</a> to get a feel of the number of hits the folks out there are getting. Now even if I read only one of these, I’d get to know about latest developments. I am not sure whether it’s a part of their strategy, but it’s definitely working as a powerful advertising medium.<br />Yup! I know that employees of other firms write blogs too and probably get bigger number of hits, but I haven’t seen anyone of them making so much of a difference on an organizational level. (Please correct me if I am wrong)</p>
<p class="MsoNormal"><b>The Future</b></p>
<p class="MsoNormal">I am no Nostradamus and I cannot predict future.<br />All I can say is the future is (mostly) Free &amp; Open. IBM (previously referred Satan) secured its place (with a Halo on head) by contributing to the Apache httpd project and winning the FOSS community. Now it’s Sun’s turn and they are playing pretty well.<br />Yes, their revenue might be a concern today; but I don’t really see a reason why there future shouldn’t be bright. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/java-vulnerable-to-remote-compromise/" rel="bookmark" title="July 14, 2007">Java vulnerable to remote compromise</a></li>

<li><a href="http://projectbee.org/blog/archive/dreams-and-huh-reality/" rel="bookmark" title="June 4, 2007">Dreams&#8230; and (huh!) Reality.</a></li>

<li><a href="http://projectbee.org/blog/archive/bill-gates-wins-me/" rel="bookmark" title="June 19, 2007">Bill Gates wins me!</a></li>

<li><a href="http://projectbee.org/blog/archive/a-phish-floating-in-google-survey/" rel="bookmark" title="January 29, 2008">A Phish floating in Google Survey!</a></li>

<li><a href="http://projectbee.org/blog/archive/apache-mysqlphp-installation-configuration-tutorial-for-beginners/" rel="bookmark" title="February 25, 2006">Apache-MySQLPHP Installation &#38; Configuration Tutorial for Beginners :)</a></li>
</ul><!-- Similar Posts took 5.791 ms -->]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/an-insight-into-suns-crazy-strategy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A 13 Year Old CEO!</title>
		<link>http://projectbee.org/blog/archive/a-13-year-old-ceo/</link>
		<comments>http://projectbee.org/blog/archive/a-13-year-old-ceo/#comments</comments>
		<pubDate>Mon, 21 May 2007 02:48:00 +0000</pubDate>
		<dc:creator>Bipin 3 Upadhyay</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2007/05/21/a-13-year-old-ceo/</guid>
		<description><![CDATA[Yes, you read it correctly. A 13 year old CEO and an 11 year old VP, Sales. My grandmother is no businesswoman, but I always cite two of her sayings pertaining to business: Doctors can earn even in a jungle, People will never stop learning/studying (formal education), at least not in India. I personally believe [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, you read it correctly. A 13 year old CEO and an 11 year old VP, Sales.</p>
<p>My grandmother is no businesswoman, but I always cite two of her sayings pertaining to business:
<ol>
<li>Doctors can earn even in a jungle,</li>
<li>People will never stop learning/studying (formal education), at least not in India.</li>
</ol>
<p>I personally believe very strongly that Education is an arena which hasn&#8217;t been exploited properly. NOT YET. It has a lot more potential. <a href="http://oreillyschool.com/">O&#8217;reilly&#8217;s School of Technology</a> is an additional confirmation to my <span style="font-style:italic;">theory</span>. I even consider <a href="http://safari.oreilly.com"><span style="font-style:italic;">Safari</span></a>, a pretty smart and daring move.</p>
<p>I am also a very firm believer of the power of imparting lessons with fun, visuals or real life scenarios embedded in them. Some of the most prominent examples (that I am aware of) are:
<ul>
<li>The Head First Series from O&#8217;reily.</li>
<li>The <a href="http://irongeek.com/">flash</a>/<a href="http://www.milw0rm.com/">video</a> <a href="http://www.netbeans.org/kb/60/flash.html">presentations</a> available all over the net. Coincidentally, <span style="text-decoration:underline;"></span><a href="http://blogs.sun.com/roumen/entry/what_would_you_like_to">Roman Strobl</a> wrote about the great feedbacks he has been getting about his presentations.</li>
</ul>
<p>I was really happy to come across the news of a new venture called <a href="http://www.elementeo.com/"><span style="font-weight:bold;">Elementeo</span></a><span>,</span> aimed at imparting chemistry lessons with the aid of games. The most remarkable thing about the venture is that it&#8217;s <a href="http://venturebeat.com/2007/05/19/elementeos-13-year-old-ceo-highlight-of-tiecon">CEO is a 13 year old kid,  Anshul Samar</a> (Indian origin! probably).<br />I really hope that these kids succeed in convincing some VC and eventually succeed in business too.</p>
<p>Looking at it all, I must say that my moves, that most blamed me for <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , are proving to be good too. I am currently co-working on a Java book which will be published by Wiley Publication. The USP of the book, IMHO, is the virtual content. Through these video presentations, we have tried to map theoretical concepts to real (and fantasy <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )  world examples. The best one from the presentations, IMHO, is the one where we (actually Rupi came up it <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) map access modifiers with Duck Tales characters.<br />However, my favorite is the one where I have done exactly the reverse. I tried <a href="http://code-in-my-bug.blogspot.com/2007/03/program-called-3-om.html">mapping my REAL LIFE into CODES</a>. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> <br /><span style="font-weight:bold;"></span><br />Stay tuned for updates on the book&#8230; and wish us luck.</p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/an-insight-into-suns-crazy-strategy/" rel="bookmark" title="May 26, 2007">An insight into Sun&#8217;s *crazy* strategy.</a></li>

<li><a href="http://projectbee.org/blog/archive/adsense-exploited-by-malware-trojanqhostwu/" rel="bookmark" title="December 22, 2007">AdSense exploited by malware (Trojan.Qhost.WU)</a></li>

<li><a href="http://projectbee.org/blog/archive/colukabki-aol-msn-yahoo-red-cross-aaah-commn-gimme-a-break/" rel="bookmark" title="January 28, 2006">&#34;COLUKABKI &#8211; AOL &#8211; MSN &#8211; YAHOO &#8211; RED CROSS&#34;&#8230;.. aaah Comm&#8217;n Gimme a break.</a></li>

<li><a href="http://projectbee.org/blog/archive/java-vulnerable-to-remote-compromise/" rel="bookmark" title="July 14, 2007">Java vulnerable to remote compromise</a></li>

<li><a href="http://projectbee.org/blog/archive/drive-by-download-where-network-security-meets-webappsec/" rel="bookmark" title="November 2, 2007">Drive-by Download: Where Network Security Meets WebAppSec</a></li>
</ul><!-- Similar Posts took 6.265 ms -->]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/a-13-year-old-ceo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open JavaFX, an alternative to AJAX?</title>
		<link>http://projectbee.org/blog/archive/open-javafx-an-alternative-to-ajax/</link>
		<comments>http://projectbee.org/blog/archive/open-javafx-an-alternative-to-ajax/#comments</comments>
		<pubDate>Wed, 09 May 2007 12:24:00 +0000</pubDate>
		<dc:creator>Bipin 3 Upadhyay</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[irony]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[slashdot]]></category>

		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2007/05/09/open-javafx-an-alternative-to-ajax/</guid>
		<description><![CDATA[Strange things happen to me all the time.When I came to the office a few hours ago, I came across JavaFX scripting language while reading random blogs. I found it pretty interesting and decided to check it out.So I added the module in my NetBeans IDE and started playing with it. Though I could not [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:georgia;">Strange things happen to me all the time.<br />When I came to the office a few hours ago, I came across <a href="https://openjfx.dev.java.net">JavaFX scripting language</a> while reading random blogs.</p>
<p>I found it pretty interesting and decided to check it out.<br />So I added the module in my NetBeans IDE and started playing with it. Though I could not fiddle for quite long, I found it pretty good. In fact, it looks to be amazing through the initial glances (though I haven&#8217;t done any serious coding in it yet). I have bookmarked some of the pages with a motive to get back to the kid.<br /></span><span style="font-family:georgia;">However, I  must mention that it was pretty slow. I am not sure if office&#8217;s system has something to do with it.]</span><br /><span style="font-family:georgia;"><br />I then resumed my other tasks; little did I know that the language has already created waves.<br />Slashdot is running an article: </span><a href="http://it.slashdot.org/article.pl?sid=07/05/08/2033255"><span style="font-weight:bold;">Sun Debuts JavaFX As Alternative To AJAX</span></a></p>
<p>That was a real surprise to me. JavaFX was unveiled at <a href="http://www.internetnews.com/dev-news/article.php/3676226">JavaOne today</a>. I initially thought that the language has been there for quite sometime and I was stupid enough to have missed it somehow.</p>
<p>Finally, I too hope that it turns out to be an AJAX killer; not just because I have never been a javascript fan, but also because it&#8217;ll hopefully reduce the dangers of XSS, which according to <a href="http://jeremiahgrossman.blogspot.com">Jeremiah Grossman </a>is the <a href="http://jeremiahgrossman.blogspot.com/2007/04/xss-attacks-book.html">next Buffer Overflow (and Javascript, the new ShellCode <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </a> ).</p>
<p>Footnotes: Hopefully, I&#8217;ll get some time from my official work to play with JavaFX and update on the same.<br />&#8230;and by the way, if it turns out to be an AJAX killer; will we rename it to AJilla??? [For the uninformed, Mozilla = Mosaic + killer <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ]</p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/rediffmail-bug-anyone-interested/" rel="bookmark" title="May 19, 2007">Rediffmail Bug. Anyone Interested?</a></li>

<li><a href="http://projectbee.org/blog/archive/java-vulnerable-to-remote-compromise/" rel="bookmark" title="July 14, 2007">Java vulnerable to remote compromise</a></li>

<li><a href="http://projectbee.org/blog/archive/dreams-and-huh-reality/" rel="bookmark" title="June 4, 2007">Dreams&#8230; and (huh!) Reality.</a></li>

<li><a href="http://projectbee.org/blog/archive/grabbing-video-from-youtube/" rel="bookmark" title="January 6, 2007">Grabbing Video from Youtube.</a></li>

<li><a href="http://projectbee.org/blog/archive/yahoos-javascript-based-mp3-player/" rel="bookmark" title="January 9, 2008">Yahoo!&#8217;s javascript based media player!</a></li>
</ul><!-- Similar Posts took 7.187 ms -->]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/open-javafx-an-alternative-to-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
