<?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 for Technical Details</title>
	<atom:link href="http://techdetails.agwego.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techdetails.agwego.com</link>
	<description>Software this and that</description>
	<lastBuildDate>Fri, 05 Feb 2010 09:42:35 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on MAC Address Java Applet by ALwarrior</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-1205</link>
		<dc:creator>ALwarrior</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-1205</guid>
		<description>macs[ 0 ]; Contain Windows XP mac address.
macs[ 1 ]; Contain the first mac of Vista and Seven.

You can try this:

if(macs[ 0 ])mac_string += macs[ 0 ];
if(macs[ 1 ])mac_string += macs[ 1 ];

Then filter or import only first 17 characters...</description>
		<content:encoded><![CDATA[<p>macs[ 0 ]; Contain Windows XP mac address.<br />
macs[ 1 ]; Contain the first mac of Vista and Seven.</p>
<p>You can try this:</p>
<p>if(macs[ 0 ])mac_string += macs[ 0 ];<br />
if(macs[ 1 ])mac_string += macs[ 1 ];</p>
<p>Then filter or import only first 17 characters&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In praise of open source by Ena Slabaugh</title>
		<link>http://techdetails.agwego.com/2007/09/23/60/comment-page-1/#comment-1159</link>
		<dc:creator>Ena Slabaugh</dc:creator>
		<pubDate>Fri, 29 Jan 2010 07:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/09/23/60/#comment-1159</guid>
		<description>Lots of of bloggers aren&#039;t very happy with this new iPad.There was just 2 much hype regarding it and lots of blogers got turned off.Quite frankly, I can actually see some of the cool potential uses of this device. Third-party apps for doing music, games, newsprints and magazine and FFS books, all sorts of cool stuff, but they just didn&#039;t really sell it right (aside from the books). It looks rather undercooked</description>
		<content:encoded><![CDATA[<p>Lots of of bloggers aren&#8217;t very happy with this new iPad.There was just 2 much hype regarding it and lots of blogers got turned off.Quite frankly, I can actually see some of the cool potential uses of this device. Third-party apps for doing music, games, newsprints and magazine and FFS books, all sorts of cool stuff, but they just didn&#8217;t really sell it right (aside from the books). It looks rather undercooked</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is it me or is eclipse a piece of shit by codebeast</title>
		<link>http://techdetails.agwego.com/2007/02/23/121/comment-page-2/#comment-1126</link>
		<dc:creator>codebeast</dc:creator>
		<pubDate>Sun, 24 Jan 2010 22:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/02/23/121/#comment-1126</guid>
		<description>Yep, Eclipse is a steaming pile.  I suspect that the Eclipse software has been enhanced by people using Eclipse.  That&#039;s why it [still] sucks so bad.

Here&#039;s my [current] list of gripes/hates:
1)  The debugger randomly fires-off a 2nd thread in the middle of debug sessions.  WTF?
2)  Half the short-cut keys DON&#039;T FRACKING WORK.  Sure, Ctrl-Shift-R, Ctrl-O, Ctrl-Q, etc. all sound like useful short cuts.  But they DON&#039;T WORK.  It&#039;s like &quot;Hey, look at all this candy...but you can&#039;t have it!  Psych!&quot;
3)  Debug anything for longer than 10 minutes, and Eclipse gets hung-up so I have to kill the process.
4)  Eclipse doesn&#039;t stop in the debug view when you stop at a breakpoint.  Erm, you know, the *BREAKPOINT* should be a clear indication about what I&#039;m trying to accomplish here.  How hard is that?
5)  The editor window thinks the files I have opened are changed even if I undo all the changes.
6)  The editor tabs do not display the whole filename, so it&#039;s no good trying to navigate through like-named files via the tabs.  For example -- AccountBean.java, AccountAction.java, AccountUtilities.java, etc. all end up being &quot;Account...&quot; when I have many files open.
7)  The debugger never saves the debug expressions after I close and re-open Eclipse.  Greeeeat.  Yeah, I love typing all that stuff in again.
8)  You can&#039;t open and edit a file that is outside your workspace.  WTF!?  You have to use something &quot;robust&quot; like Notepad.exe to be able to do this crazy kind of file-editing nonsense.  Actually, now that I think of it...this is GENIUS!  Eclipse is a shitty editor, so forcing me to use something else does actually help me.  Thanks, Eclipso-philes!
9)  You can&#039;t dynamically change the size of fonts in the Eclipse.  Notepad++ lets me use Ctrl-mousewheel to resize my editor.  &quot;Powerful&quot; Eclipse can&#039;t do this.
10)  Eclipse hemorrhages files into the .metadata directory for your project workspace.  Good luck trying to package all of that environment configuration information to a big, widely-distributed development team.  My .metadata directory is 82MB and ~1000 files.  My project workspace is 43MB and ~4000 files.  WTF does Eclipse need all this .metadata crap for!?  And Eclipse does not provide a &quot;purge&quot; utility to help you clean this crap up.
11)  You can&#039;t navigate between the different views using keyboard shortcuts in a consistent way.  You always have to mouse-click into the view you want.  It&#039;s giant waste of time.

I have dozens more, but I think you see my point.</description>
		<content:encoded><![CDATA[<p>Yep, Eclipse is a steaming pile.  I suspect that the Eclipse software has been enhanced by people using Eclipse.  That&#8217;s why it [still] sucks so bad.</p>
<p>Here&#8217;s my [current] list of gripes/hates:<br />
1)  The debugger randomly fires-off a 2nd thread in the middle of debug sessions.  WTF?<br />
2)  Half the short-cut keys DON&#8217;T FRACKING WORK.  Sure, Ctrl-Shift-R, Ctrl-O, Ctrl-Q, etc. all sound like useful short cuts.  But they DON&#8217;T WORK.  It&#8217;s like &#8220;Hey, look at all this candy&#8230;but you can&#8217;t have it!  Psych!&#8221;<br />
3)  Debug anything for longer than 10 minutes, and Eclipse gets hung-up so I have to kill the process.<br />
4)  Eclipse doesn&#8217;t stop in the debug view when you stop at a breakpoint.  Erm, you know, the *BREAKPOINT* should be a clear indication about what I&#8217;m trying to accomplish here.  How hard is that?<br />
5)  The editor window thinks the files I have opened are changed even if I undo all the changes.<br />
6)  The editor tabs do not display the whole filename, so it&#8217;s no good trying to navigate through like-named files via the tabs.  For example &#8212; AccountBean.java, AccountAction.java, AccountUtilities.java, etc. all end up being &#8220;Account&#8230;&#8221; when I have many files open.<br />
7)  The debugger never saves the debug expressions after I close and re-open Eclipse.  Greeeeat.  Yeah, I love typing all that stuff in again.<br />
 <img src='http://techdetails.agwego.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' />  You can&#8217;t open and edit a file that is outside your workspace.  WTF!?  You have to use something &#8220;robust&#8221; like Notepad.exe to be able to do this crazy kind of file-editing nonsense.  Actually, now that I think of it&#8230;this is GENIUS!  Eclipse is a shitty editor, so forcing me to use something else does actually help me.  Thanks, Eclipso-philes!<br />
9)  You can&#8217;t dynamically change the size of fonts in the Eclipse.  Notepad++ lets me use Ctrl-mousewheel to resize my editor.  &#8220;Powerful&#8221; Eclipse can&#8217;t do this.<br />
10)  Eclipse hemorrhages files into the .metadata directory for your project workspace.  Good luck trying to package all of that environment configuration information to a big, widely-distributed development team.  My .metadata directory is 82MB and ~1000 files.  My project workspace is 43MB and ~4000 files.  WTF does Eclipse need all this .metadata crap for!?  And Eclipse does not provide a &#8220;purge&#8221; utility to help you clean this crap up.<br />
11)  You can&#8217;t navigate between the different views using keyboard shortcuts in a consistent way.  You always have to mouse-click into the view you want.  It&#8217;s giant waste of time.</p>
<p>I have dozens more, but I think you see my point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is it me or is eclipse a piece of shit by monkeyman</title>
		<link>http://techdetails.agwego.com/2007/02/23/121/comment-page-2/#comment-1069</link>
		<dc:creator>monkeyman</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/02/23/121/#comment-1069</guid>
		<description>Rant time
I always tried eclipse every couple of years - I noramlly use netbeans - but I figured I would have a mess around with the jboss tools which adds into eclipse, I download 3.4.2 and 3.5.0 and either will run - I had this before and number of people have different fixs - copy jar into plugin direcotry some bollocks like that etc - I thnk last time I used 1.5 djk instead of 1.6 and it would start. I don&#039;t expect any problem with a download - but if there&#039;s a problem - there should be a configuration wizard that you run through a list of check ticks to say what wrong with your installation - but no you have to go chasing some log file , eclipse need to sort it problems out - don&#039;t expect new users to do that.  I know you not allowed to moan - but if would think someone can download, unzip and test that the bloody contents of the zip run. and if does say - here&#039;s what we install to c:\tools  then set your eciplse home etc bah bah - prove that every release actually works and state the JDK. lets assume the problem is the jar don&#039;t support a JDK ( just an example) I used products that won&#039;t run with a newer JRE like cisco asa manager need - so all project need example configs to prove of testing and with the spec tested - why should eclipse be any different.    

However my problem with is eclipse is that it like a product is messy, buggy and tries to do to much - I think meed to look at intellj or whatever they call it - I suppose at the end of the day you get what you pay for. Eclipse&#039;s website seems to confuse me - I know there different plugins - but show a nice screenshot and examine all the different parts, I can&#039;t help but feel the problem is people think if you can&#039;t use eclipse - you shouldn&#039;t be using it - I just don&#039;t think there should be any startup problems with a fresh download. 

like everything else i should swear and say it bollocks that this much effort put into a project and it&#039;s not as good as it should be. perhaps that the problem - I think the only reason people look at eclipse is that they think it&#039;s way of using it to customise in a product tooling way. 

So what the hell - I wasted an hour and bored of this buggy piece of SXXX</description>
		<content:encoded><![CDATA[<p>Rant time<br />
I always tried eclipse every couple of years &#8211; I noramlly use netbeans &#8211; but I figured I would have a mess around with the jboss tools which adds into eclipse, I download 3.4.2 and 3.5.0 and either will run &#8211; I had this before and number of people have different fixs &#8211; copy jar into plugin direcotry some bollocks like that etc &#8211; I thnk last time I used 1.5 djk instead of 1.6 and it would start. I don&#8217;t expect any problem with a download &#8211; but if there&#8217;s a problem &#8211; there should be a configuration wizard that you run through a list of check ticks to say what wrong with your installation &#8211; but no you have to go chasing some log file , eclipse need to sort it problems out &#8211; don&#8217;t expect new users to do that.  I know you not allowed to moan &#8211; but if would think someone can download, unzip and test that the bloody contents of the zip run. and if does say &#8211; here&#8217;s what we install to c:\tools  then set your eciplse home etc bah bah &#8211; prove that every release actually works and state the JDK. lets assume the problem is the jar don&#8217;t support a JDK ( just an example) I used products that won&#8217;t run with a newer JRE like cisco asa manager need &#8211; so all project need example configs to prove of testing and with the spec tested &#8211; why should eclipse be any different.    </p>
<p>However my problem with is eclipse is that it like a product is messy, buggy and tries to do to much &#8211; I think meed to look at intellj or whatever they call it &#8211; I suppose at the end of the day you get what you pay for. Eclipse&#8217;s website seems to confuse me &#8211; I know there different plugins &#8211; but show a nice screenshot and examine all the different parts, I can&#8217;t help but feel the problem is people think if you can&#8217;t use eclipse &#8211; you shouldn&#8217;t be using it &#8211; I just don&#8217;t think there should be any startup problems with a fresh download. </p>
<p>like everything else i should swear and say it bollocks that this much effort put into a project and it&#8217;s not as good as it should be. perhaps that the problem &#8211; I think the only reason people look at eclipse is that they think it&#8217;s way of using it to customise in a product tooling way. </p>
<p>So what the hell &#8211; I wasted an hour and bored of this buggy piece of SXXX</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is it me or is eclipse a piece of shit by djpenn3</title>
		<link>http://techdetails.agwego.com/2007/02/23/121/comment-page-2/#comment-1018</link>
		<dc:creator>djpenn3</dc:creator>
		<pubDate>Thu, 07 Jan 2010 06:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/02/23/121/#comment-1018</guid>
		<description>Glad to see I&#039;m not the only one that recognizes that Eclipse is a steaming pile of fermenting wet donkey shit. And I just love it when some pointy-headed dweeb implies that if you don&#039;t like or can&#039;t use Eclipse you&#039;re not a real programmer or you just don&#039;t &quot;get&quot; the whole open source concept. Maybe if these dweebs improved or abandoned Eclipse they&#039;d have time to move out of their mothers&#039; basements. No grown adult with a life outside of coding would willingly use such a time-sucking non-intuitive bug-laden bucket of maggot-infested dung. RAD is even worse - it&#039;s a taller pile. Give me IntelliJ any day.</description>
		<content:encoded><![CDATA[<p>Glad to see I&#8217;m not the only one that recognizes that Eclipse is a steaming pile of fermenting wet donkey shit. And I just love it when some pointy-headed dweeb implies that if you don&#8217;t like or can&#8217;t use Eclipse you&#8217;re not a real programmer or you just don&#8217;t &#8220;get&#8221; the whole open source concept. Maybe if these dweebs improved or abandoned Eclipse they&#8217;d have time to move out of their mothers&#8217; basements. No grown adult with a life outside of coding would willingly use such a time-sucking non-intuitive bug-laden bucket of maggot-infested dung. RAD is even worse &#8211; it&#8217;s a taller pile. Give me IntelliJ any day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is it me or is eclipse a piece of shit by AhCrap</title>
		<link>http://techdetails.agwego.com/2007/02/23/121/comment-page-2/#comment-747</link>
		<dc:creator>AhCrap</dc:creator>
		<pubDate>Tue, 15 Dec 2009 13:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/02/23/121/#comment-747</guid>
		<description>Yes, and now even the low end of the &#039;software&#039; development market is suffering from this steaming pile of Java shit. 

Texas Instruments Code Composer Studio has now changed to Eclipse and...WOOHOO!!! I press a button that used to take 100ms to run my DSP code now it takes 5 fucking seconds! Great! What an upgrade! I&#039;m an old man. I don&#039;t have this kind of time to throw away.

Consider this - if you Java guys can manage to add enough layers of abstraction, eventually you may NEVER have to write ANY fucking code at all!!! Don&#039;t shit on Eclipse for something that most of you are guilty of - writing shit (or zero) code in a shit framework that makes people in the real world suffer. OK?

Seriously, you Java people are living in a world where us hardware guys just feed you increasing performance on a plate and you think that means your code can just get shittier and shittier. That&#039;s fine, but these days I&#039;m finding myself being forced to use your fucking tools and it&#039;s killing me. 

Can you imagine how quickly the world would be turning if you were smart or dedicated enough to learn a real fucking language? e.g. why does the embedded IDE I use today do mostly the same as the one I used 15 years ago, but back then it used to run faster on a 40MHz computer?

Eclipse is a symptom of the shit that you guys are dishing up.

Interesting that you&#039;re all complaining about how bad it is.


NOTE *** 

My sincere apologies to any of you that are trying to write real code with this piece of shit. Sorry. I&#039;ve had a rather bad Eclipse day - just in case you can&#039;t tell...</description>
		<content:encoded><![CDATA[<p>Yes, and now even the low end of the &#8217;software&#8217; development market is suffering from this steaming pile of Java shit. </p>
<p>Texas Instruments Code Composer Studio has now changed to Eclipse and&#8230;WOOHOO!!! I press a button that used to take 100ms to run my DSP code now it takes 5 fucking seconds! Great! What an upgrade! I&#8217;m an old man. I don&#8217;t have this kind of time to throw away.</p>
<p>Consider this &#8211; if you Java guys can manage to add enough layers of abstraction, eventually you may NEVER have to write ANY fucking code at all!!! Don&#8217;t shit on Eclipse for something that most of you are guilty of &#8211; writing shit (or zero) code in a shit framework that makes people in the real world suffer. OK?</p>
<p>Seriously, you Java people are living in a world where us hardware guys just feed you increasing performance on a plate and you think that means your code can just get shittier and shittier. That&#8217;s fine, but these days I&#8217;m finding myself being forced to use your fucking tools and it&#8217;s killing me. </p>
<p>Can you imagine how quickly the world would be turning if you were smart or dedicated enough to learn a real fucking language? e.g. why does the embedded IDE I use today do mostly the same as the one I used 15 years ago, but back then it used to run faster on a 40MHz computer?</p>
<p>Eclipse is a symptom of the shit that you guys are dishing up.</p>
<p>Interesting that you&#8217;re all complaining about how bad it is.</p>
<p>NOTE *** </p>
<p>My sincere apologies to any of you that are trying to write real code with this piece of shit. Sorry. I&#8217;ve had a rather bad Eclipse day &#8211; just in case you can&#8217;t tell&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is it me or is eclipse a piece of shit by Marcos</title>
		<link>http://techdetails.agwego.com/2007/02/23/121/comment-page-2/#comment-746</link>
		<dc:creator>Marcos</dc:creator>
		<pubDate>Tue, 15 Dec 2009 12:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2007/02/23/121/#comment-746</guid>
		<description>First of all, sorry for my poor english.

And now what really matters: Eclipse is an enourmous piece of sh...

After having suffered it from time to time along aproximately 3 to 4 years... I finally got a (legal) version of Visual Studio 2008 from my University (is it called like that? college?) and it works like a charm...

Sorry for all the MS haters out there ;-) (I&#039;m truly not glad for MS having such monopolistic politics but well, that&#039;s another story...)</description>
		<content:encoded><![CDATA[<p>First of all, sorry for my poor english.</p>
<p>And now what really matters: Eclipse is an enourmous piece of sh&#8230;</p>
<p>After having suffered it from time to time along aproximately 3 to 4 years&#8230; I finally got a (legal) version of Visual Studio 2008 from my University (is it called like that? college?) and it works like a charm&#8230;</p>
<p>Sorry for all the MS haters out there <img src='http://techdetails.agwego.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  (I&#8217;m truly not glad for MS having such monopolistic politics but well, that&#8217;s another story&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MAC Address Java Applet by Rhodders</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-723</link>
		<dc:creator>Rhodders</dc:creator>
		<pubDate>Sun, 13 Dec 2009 03:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-723</guid>
		<description>Can someone also fix it so that it dosent come up with 00:00:00:00:00:00:00:e0 (Windows 7)</description>
		<content:encoded><![CDATA[<p>Can someone also fix it so that it dosent come up with 00:00:00:00:00:00:00:e0 (Windows 7)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MAC Address Java Applet by Rhodders</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-722</link>
		<dc:creator>Rhodders</dc:creator>
		<pubDate>Sun, 13 Dec 2009 03:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-722</guid>
		<description>Can someone sort out the Get “first” MAC Address ” as mentioned in the above posts, and then post a link, it would be much appreciated by all</description>
		<content:encoded><![CDATA[<p>Can someone sort out the Get “first” MAC Address ” as mentioned in the above posts, and then post a link, it would be much appreciated by all</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MAC Address Java Applet by pepe</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-698</link>
		<dc:creator>pepe</dc:creator>
		<pubDate>Thu, 10 Dec 2009 21:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-698</guid>
		<description>How I can modify the code for get the complete name adapter network?</description>
		<content:encoded><![CDATA[<p>How I can modify the code for get the complete name adapter network?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
