<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What do you want to hear about?</title>
	<atom:link href="http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/</link>
	<description>Photography</description>
	<lastBuildDate>Tue, 09 Mar 2010 08:59:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: psevdolokulop</title>
		<link>http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/comment-page-1/#comment-2813</link>
		<dc:creator>psevdolokulop</dc:creator>
		<pubDate>Wed, 15 Jul 2009 19:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/#comment-2813</guid>
		<description>How many times you eat during a normal ... every day life?
are you the type of person who eats a bit and often?
or rarely and too much?

i usually have 3 and i&#039;m the 2nd type of person (though it&#039;s not that healthy)

8 am breakfast

3pm lunch

9pm a snack.</description>
		<content:encoded><![CDATA[<p>How many times you eat during a normal &#8230; every day life?<br />
are you the type of person who eats a bit and often?<br />
or rarely and too much?</p>
<p>i usually have 3 and i&#8217;m the 2nd type of person (though it&#8217;s not that healthy)</p>
<p>8 am breakfast</p>
<p>3pm lunch</p>
<p>9pm a snack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pseumvema</title>
		<link>http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/comment-page-1/#comment-2268</link>
		<dc:creator>Pseumvema</dc:creator>
		<pubDate>Tue, 21 Oct 2008 12:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/#comment-2268</guid>
		<description>Hi! &lt;a href=&quot;http://www.citeulike.org/profile/apekoff&quot; rel=&quot;nofollow&quot;&gt;roswell breast augmentation&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi! <a href="http://www.citeulike.org/profile/apekoff" rel="nofollow">roswell breast augmentation</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cupofjoe</title>
		<link>http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/comment-page-1/#comment-2032</link>
		<dc:creator>cupofjoe</dc:creator>
		<pubDate>Wed, 23 Apr 2008 03:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/#comment-2032</guid>
		<description>Romain,

This is way out in left field.  But I think it would be way cool.  It would prove a challenge for both you and Chet.  It would also be a great tool for the community.

I remember back in 2001 a very cool demo that showed the heap of objects in the JVM.  The demo did a visual and you could see things like hashkey and equals play out visually.  I&#039;m not suggesting this but this is what gave me the idea.  ;-)

So here goes...

Does something like that for the AWT message queue.  Put some cool animation.   Maybe allow it to use the JConsole type API.

Use any of your current cool apps.  Attach this one however you want.  As a bean, map it to an action-hot-key like Ctrl-Shift-F1 or whatever.

But I can&#039;t think of anyone who wouldn&#039;t like a pimped up UI demo to watch messages in the AWT message queue!

Maybe have it monitor the Container event of child added?  

Just graphically draw a tree?  What would be even cooler would be to leverage http://prefuse.org/ to draw it in a tree.

I don&#039;t think this would be as hard as it sounds.

I also think with your UI expertise and Chet&#039;s knowledge of the threading model it would be great.

I also think a simple tool like that would really show people why 10 years later MS has started cloning the Java Swing framework with Silverlight.  :-)

Like I trust MS for a cross platform API.  Heck they can&#039;t even write a single OS that all of their developers can code against.  Rumor has it the MS Sql guys got so upset with MS Server that they changed ring zero code and wrote their own memory management software.

Cheers,
Ed</description>
		<content:encoded><![CDATA[<p>Romain,</p>
<p>This is way out in left field.  But I think it would be way cool.  It would prove a challenge for both you and Chet.  It would also be a great tool for the community.</p>
<p>I remember back in 2001 a very cool demo that showed the heap of objects in the JVM.  The demo did a visual and you could see things like hashkey and equals play out visually.  I&#8217;m not suggesting this but this is what gave me the idea.  ;-)</p>
<p>So here goes&#8230;</p>
<p>Does something like that for the AWT message queue.  Put some cool animation.   Maybe allow it to use the JConsole type API.</p>
<p>Use any of your current cool apps.  Attach this one however you want.  As a bean, map it to an action-hot-key like Ctrl-Shift-F1 or whatever.</p>
<p>But I can&#8217;t think of anyone who wouldn&#8217;t like a pimped up UI demo to watch messages in the AWT message queue!</p>
<p>Maybe have it monitor the Container event of child added?  </p>
<p>Just graphically draw a tree?  What would be even cooler would be to leverage <a href="http://prefuse.org/" rel="nofollow">http://prefuse.org/</a> to draw it in a tree.</p>
<p>I don&#8217;t think this would be as hard as it sounds.</p>
<p>I also think with your UI expertise and Chet&#8217;s knowledge of the threading model it would be great.</p>
<p>I also think a simple tool like that would really show people why 10 years later MS has started cloning the Java Swing framework with Silverlight.  :-)</p>
<p>Like I trust MS for a cross platform API.  Heck they can&#8217;t even write a single OS that all of their developers can code against.  Rumor has it the MS Sql guys got so upset with MS Server that they changed ring zero code and wrote their own memory management software.</p>
<p>Cheers,<br />
Ed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daevil</title>
		<link>http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/comment-page-1/#comment-1999</link>
		<dc:creator>Daevil</dc:creator>
		<pubDate>Tue, 01 Apr 2008 01:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/#comment-1999</guid>
		<description>Hi guys, I was working at an application to view picture with jogl, something looking like PicLens www.piclens.com, wich is really good. Just to contribute to the discussion I would like to see kind of that stuff.
I would have enaugh time and experience to work on stuff like switching between windows or tabs in a manner like compiz-fusion does on linux.

daevil</description>
		<content:encoded><![CDATA[<p>Hi guys, I was working at an application to view picture with jogl, something looking like PicLens <a href="http://www.piclens.com" rel="nofollow">http://www.piclens.com</a>, wich is really good. Just to contribute to the discussion I would like to see kind of that stuff.<br />
I would have enaugh time and experience to work on stuff like switching between windows or tabs in a manner like compiz-fusion does on linux.</p>
<p>daevil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pollux</title>
		<link>http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/comment-page-1/#comment-1936</link>
		<dc:creator>pollux</dc:creator>
		<pubDate>Tue, 11 Mar 2008 18:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/#comment-1936</guid>
		<description>Please Gfx, stay involved in the community! All posts that you wrote are prescious, don&#039;t stop!
Piss all the &quot;someone&quot;, get rid of them. We&#039;ll all thank you</description>
		<content:encoded><![CDATA[<p>Please Gfx, stay involved in the community! All posts that you wrote are prescious, don&#8217;t stop!<br />
Piss all the &#8220;someone&#8221;, get rid of them. We&#8217;ll all thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco Morero</title>
		<link>http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/comment-page-1/#comment-1910</link>
		<dc:creator>Francisco Morero</dc:creator>
		<pubDate>Sun, 02 Mar 2008 10:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/#comment-1910</guid>
		<description>Just usefull Swing tips.</description>
		<content:encoded><![CDATA[<p>Just usefull Swing tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Huang</title>
		<link>http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/comment-page-1/#comment-1907</link>
		<dc:creator>Jay Huang</dc:creator>
		<pubDate>Sat, 01 Mar 2008 17:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/#comment-1907</guid>
		<description>We believe that we all want Java to be successful and  to be successful on desktop. That’s why we are here. Every one has an option how to make Java successful on desktop.  Both Romain and Chet made a lot of contributions to this Java  community on Swing and Java 2D.  Like George Vandebroek,  a lot of us also want to see that Sun would do more to solve some of the fundamental  issues , such as  Java runtime,  Multimedia support  and etc. But that’s not something that either Roman or Chet can  solve and they don’t work for Sun anymore.  Read the recent post by Join O’Conner 

http://weblogs.java.net/blog/joconner/archive/2008/02/java_applets_no.html</description>
		<content:encoded><![CDATA[<p>We believe that we all want Java to be successful and  to be successful on desktop. That’s why we are here. Every one has an option how to make Java successful on desktop.  Both Romain and Chet made a lot of contributions to this Java  community on Swing and Java 2D.  Like George Vandebroek,  a lot of us also want to see that Sun would do more to solve some of the fundamental  issues , such as  Java runtime,  Multimedia support  and etc. But that’s not something that either Roman or Chet can  solve and they don’t work for Sun anymore.  Read the recent post by Join O’Conner </p>
<p><a href="http://weblogs.java.net/blog/joconner/archive/2008/02/java_applets_no.html" rel="nofollow">http://weblogs.java.net/blog/joconner/archive/2008/02/java_applets_no.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Someone</title>
		<link>http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/comment-page-1/#comment-1906</link>
		<dc:creator>Someone</dc:creator>
		<pubDate>Sat, 01 Mar 2008 12:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/#comment-1906</guid>
		<description>Not that I want to stay anonymous, but even if i give you my name, my location and everything... you won&#039;t even have a clue of who I am. So why would I? Anyway, I&#039;ll do it. My name is George Vandebroek. I live in Brussel, Belgium. I am a software engineer and I have 8 years background in Java (mainly desktop even if I do have a strong J2EE base).

I&#039;ve seen you many times at some conferences (I attend J1 &amp; Javapolis each year and some Sun Tech Days even now and then...) but we never talked. However, I did have some discussions with some other of your &quot;fellows&quot;.

Swing is very powerfull but in comparaison with some other widget toolkit, Swing hasn&#039;t evolve for years (significantly). Of course, we&#039;ve seen some improvements (no more gray rect, table sorting and filtering, system tray...) but what we need is video, audio, animations... JMF isn&#039;t part of the JDK/JRE yet!! Corba is and JMF is not. This is ridiculous. Even if you can&#039;t do anything about that because of the JCP... that&#039;s what&#039;s killing Java on the desktop. Java Descktop 2.0 will never see the day !!!!;-) 

Compare Flex/Flash to Swing ten years ago and today. Why is Flex/Flash/AIR/Apollo so well accepted by everyone comparing to Swing? 

i don&#039;t mean to be rude against (definitely not against you Romain Guy -  J&#039;aime bien la France si tu veux savoir et j&#039;aime ton travail. Quoique, comme tu le dis, minime ces derniers temps). I know you can&#039;t really do anything to make Java get back on the desktop but you asked what we wanted to see and I gave you my ideas. They were bad. Sorry for this. It wasn&#039;t what you were expecting, sorry for this as well as for pissing you up.

Passe un bon week-end.</description>
		<content:encoded><![CDATA[<p>Not that I want to stay anonymous, but even if i give you my name, my location and everything&#8230; you won&#8217;t even have a clue of who I am. So why would I? Anyway, I&#8217;ll do it. My name is George Vandebroek. I live in Brussel, Belgium. I am a software engineer and I have 8 years background in Java (mainly desktop even if I do have a strong J2EE base).</p>
<p>I&#8217;ve seen you many times at some conferences (I attend J1 &amp; Javapolis each year and some Sun Tech Days even now and then&#8230;) but we never talked. However, I did have some discussions with some other of your &#8220;fellows&#8221;.</p>
<p>Swing is very powerfull but in comparaison with some other widget toolkit, Swing hasn&#8217;t evolve for years (significantly). Of course, we&#8217;ve seen some improvements (no more gray rect, table sorting and filtering, system tray&#8230;) but what we need is video, audio, animations&#8230; JMF isn&#8217;t part of the JDK/JRE yet!! Corba is and JMF is not. This is ridiculous. Even if you can&#8217;t do anything about that because of the JCP&#8230; that&#8217;s what&#8217;s killing Java on the desktop. Java Descktop 2.0 will never see the day !!!!;-) </p>
<p>Compare Flex/Flash to Swing ten years ago and today. Why is Flex/Flash/AIR/Apollo so well accepted by everyone comparing to Swing? </p>
<p>i don&#8217;t mean to be rude against (definitely not against you Romain Guy &#8211;  J&#8217;aime bien la France si tu veux savoir et j&#8217;aime ton travail. Quoique, comme tu le dis, minime ces derniers temps). I know you can&#8217;t really do anything to make Java get back on the desktop but you asked what we wanted to see and I gave you my ideas. They were bad. Sorry for this. It wasn&#8217;t what you were expecting, sorry for this as well as for pissing you up.</p>
<p>Passe un bon week-end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pinzon</title>
		<link>http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/comment-page-1/#comment-1905</link>
		<dc:creator>Juan Pinzon</dc:creator>
		<pubDate>Sat, 01 Mar 2008 09:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/#comment-1905</guid>
		<description>Romain, thanks for your great work developing swing and helping make software everyday better.... dont pay attention to the comments . I&#039;ve followed your job for a while and you are one of the biggest contributors of the community. Regarding your question, I would like to see more on applets and javascript.... I&#039;ve just released a project that i&#039;ve working for more than a year and you might be interested in... is something similar to the photo webapp done by jasper for the last J1. I&#039;m just going to give you the keywords (drag and drop, applets, WYSIWYG web editor). Currently is in the form of a facebook app.... I would like to hear your comments about it, go to http://www.facebook.com/apps/application.php?id=6470317146</description>
		<content:encoded><![CDATA[<p>Romain, thanks for your great work developing swing and helping make software everyday better&#8230;. dont pay attention to the comments . I&#8217;ve followed your job for a while and you are one of the biggest contributors of the community. Regarding your question, I would like to see more on applets and javascript&#8230;. I&#8217;ve just released a project that i&#8217;ve working for more than a year and you might be interested in&#8230; is something similar to the photo webapp done by jasper for the last J1. I&#8217;m just going to give you the keywords (drag and drop, applets, WYSIWYG web editor). Currently is in the form of a facebook app&#8230;. I would like to hear your comments about it, go to <a href="http://www.facebook.com/apps/application.php?id=6470317146" rel="nofollow">http://www.facebook.com/apps/application.php?id=6470317146</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/comment-page-1/#comment-1903</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 29 Feb 2008 20:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2008/02/18/what-do-you-want-to-hear-about/#comment-1903</guid>
		<description>I&#039;m sorry to hear that you get so much flak from the Java community.  Your blog and book have been a great source for people looking to make a GUI in Java that they can be proud of.  Or at the very least one that does more than people expect of your typical Java app.  I for one have used information gained in your blog in my work and play.  I for one thank you.

I don&#039;t think that people stop and realize that you do this stuff in your spare time, for the benefit of all.  It&#039;s always easier to gripe about a perceived deficiency than to complement them for what they did correctly.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to hear that you get so much flak from the Java community.  Your blog and book have been a great source for people looking to make a GUI in Java that they can be proud of.  Or at the very least one that does more than people expect of your typical Java app.  I for one have used information gained in your blog in my work and play.  I for one thank you.</p>
<p>I don&#8217;t think that people stop and realize that you do this stuff in your spare time, for the benefit of all.  It&#8217;s always easier to gripe about a perceived deficiency than to complement them for what they did correctly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
