<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/4009/Thoughts_on_Mac_OS_X_10_3_Counting_the_Bits_of_a_Panther</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2012, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Wed, 15 Feb 2012 14:54:18 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Just a little comment on Linux's virtual address space</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><i>32-bit Linux splits its 4GB of virtual address space per application into 3GB for the application and 1GB for the OS.</i><br />
<br />
By default, yes, but you can change this with patches on the Net. For example, I can choose the splitting I want (well, 1, 2, 3 or 3.5GB) with Gentoo's custom kernel. However, I must admit that I never used that feature, so I don't know if it's safe or not, and I don't know if you can change the contiguous address space.</description>
			<pubDate>Fri, 11 Jul 2003 01:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>&amp;quot;Hacks&amp;quot;</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>The hacks the article refers to are the addressing window extensions. You can create a &quot;window&quot; of virtual memory and map in parts of a &gt; 4GB chunk into that window. If you need to access memory outside the window, you move the window to where you need it. Its just like bank switching or segmentation for you old fogies that remember that. Its not pretty, but its hardly only suitable for large companies as the author suggests. Heck, anybody who wrote 16-bit code in DOS could handle it without problems.</description>
			<pubDate>Fri, 11 Jul 2003 02:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Am I still not understanding a computer?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Gee, in the 1970's I was told a word length is the OS's natural language size.  A 64 bit word length OS is the only measure of what would run on a 64 bit computer is it not? In other words, can the OS understand a single 64 bit command? Not a hacked or doubled command. The instruction set of the processor must be 64 bit even it only the ability to use the total command is there.</description>
			<pubDate>Fri, 11 Jul 2003 02:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Reminds me of...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;It's 64-bit.&quot; &quot;No, it's 32-bit!&quot;<br />
<br />
So Panther is the Windows 95 of OSX?</description>
			<pubDate>Fri, 11 Jul 2003 02:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>uhhhh...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Mac OS 10.2.7 and 10.3 are not &quot;true&quot; 64-bit OSes&quot;...<br />
<br />
<br />
 whoopdie do. Apple has a fast chip now.  I am happy. I don't care if the OS is a &quot;true&quot; 64-bit OS or not.</description>
			<pubDate>Fri, 11 Jul 2003 02:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I care</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Unfortunately I do care about whether Panther is 64-bit or not.  I have a cube that is plenty fast enough for my daily operations, but I had planned on buying a new G5 to begin doing 64-bit scientific computing development.  It would have been a very cost effective alternative to the Itanium platforms running Windows.  I'm profoundly disappointed.</description>
			<pubDate>Fri, 11 Jul 2003 02:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>HP/UX is barely 64-bit, so who cares?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Right now, in HP/UX 11i, it is a jumble of 32/64-bit APIs, some are 32-bit data vs. 64-bit data, others are 32-bit addressing vs. 64-bit addressing, others use large files (&gt;2G), etc. Every single combination of &quot;bit-ness&quot; requires a separate library and corresponding set of compiler switches. Once you roll in 3rd-party libraries, the mish-mash of ABI's is a pain in the ass. Because of this, an HP/UX programmer using 3rd-party libraries is safer using 32/32-bit versions.<br />
<br />
Does it really freaking matter if every single program used on the Mac is bound to a 4G barrier that no one approaches, as opposed to breaking every application, increasing the development and QA cycle, just for a single Fortran programmer?<br />
<br />
Give me a break.</description>
			<pubDate>Fri, 11 Jul 2003 02:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Prebinding in a 64-bit address space, and more!</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>For those of you who are not aware OS X enforces that all applications run prebound.<br />
<br />
During installation of an application, the final stage is &quot;Optimizing System Performance&quot; at which point the entire filesystem is scanned by a process called update_prebinding and all applications found on the system are pre-assigned a portion of the address space in which to run.<br />
<br />
Unfortunately, this can be somewhat of a problem on a 32-bit architecture, considering that there's only 4GB of address space available.  I have no idea what OS X does if the virtual image size of all applications and libraries on the system exceeds 4GB, and this has always worried me.<br />
<br />
So, my question would be what is the size of the virtual address space accessable by the kernel and the userland prebinding applications?  Will all applications be prebound to a portion of a 64-bit address space?<br />
<br />
With the number of people running Panther betas, I am surprised that more of this information isn't available.  Most of the information available as to which portions of Panther (if any) have gone 64-bit seems to be hearsay and speculation.<br />
<br />
The most likely scenario I can see is a 64-bit kernel and (almost exclusively) 32-bit userland when operating on a PPC970 system.<br />
<br />
One would hope that Apple would soon take the Solaris approach and start shipping 64-bit counterparts to all 32-bit userland libraries.  From this article though, it seems dubious if this will happen in Panther as Apple doesn't seem to have implemented a 64-bit ABI yet.</description>
			<pubDate>Fri, 11 Jul 2003 03:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>check out OS X server in about 6 months</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I Don't see why they will not move XServers and OS X server over to True 64 bit server systems. there is little reason not to realy since a server can realy benifit from this.<br />
<br />
so Hank....what do you think about buying a 64 bit Server for scientific programming?</description>
			<pubDate>Fri, 11 Jul 2003 03:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Server computing</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>so Hank....what do you think about buying a 64 bit Server for scientific programming?<br />
<br />
As a back end processor that would be fine.  Offline visualization with 32-bit program would be possible, but I would rather have a full 64 bit solution.</description>
			<pubDate>Fri, 11 Jul 2003 03:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: uhhhh...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&gt; whoopdie do. Apple has a fast chip now. I am happy. I<br />
&gt; don't care if the OS is a &quot;true&quot; 64-bit OS or not.<br />
<br />
Well, for that matter neither do I (not much anyway). It'll mean that we won't have to worry about application compatibility woes for some time, at least until apple switches to 64bit fully (which they WILL have to do at some time).<br />
<br />
The main plus from all of this is that the processor wars look to be over. The MHz myth is now history and pc-buyers can buy computers based on software merit rather than superiority of hardware. Not to say PPC has ever been inferior technically, only speed wise.<br />
<br />
But anyway, those wanting 64bit computational ability can use NetBSD, OpenBSD or Linux. I'm confident that these O.S.S OSses will soon have PPC970 ports available.</description>
			<pubDate>Fri, 11 Jul 2003 04:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>speculation</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>isn't this all just speculation?  won't we have to wait and see what apple adds to gcc?<br />
<br />
-hugh</description>
			<pubDate>Fri, 11 Jul 2003 04:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>What about RAM prices...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>RAM prices are going to deter all but the most determined from using the full capabilities of the G5.<br />
<br />
A 2GB DDR RAM stick costs US$1300 or $10,000 for the full 16GB complement (8x2GB sticks) for a dual G5.<br />
<br />
$US10,000  for RAM - That's a lot of money.</description>
			<pubDate>Fri, 11 Jul 2003 04:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Um...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;If you want a 64-bit OS on the desktop, use the appropriate versions of Windows or Linux on an Itanium or AMD64 (Opteron, Athlon64) machine.&quot;<br />
<br />
...in which case, you will <b>still be running 32-bit applications</b> under unless they've been recompiled, or you're compiling it yourself.<br />
<br />
From what I'm reading, G5 programs can be compiled to use PowerPC64 instructions but retain 32-bit addressing and object modes. Is it disappointing that they won't do true 64-bit addressing in OS X 10.3? Sure. But what makes a CPU &quot;X-bit&quot; is <b>not</b> the amount of memory it can address without using segments. If address lines were what this was judged by, we would be talking about the PPC970 as a <b>42-bit</b> processor--and even more absurdly, we would be talking about Apple IIs, TRS-80s and Commodore 64's as 16-bit computers, not 8-bit, since they could all address 64K of contiguous memory (instead of the 256 bytes 8-bit addressing would allow).</description>
			<pubDate>Fri, 11 Jul 2003 06:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Um...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&gt;&gt; If you want a 64-bit OS on the desktop, use the<br />
&gt;&gt; appropriate versions of Windows or Linux on an<br />
&gt;&gt; Itanium or AMD64 (Opteron, Athlon64) machine.<br />
<br />
&gt; ...in which case, you will still be running 32-bit<br />
&gt; applications under unless they've been recompiled,<br />
&gt; or you're compiling it yourself. <br />
<br />
This is particularly true on WINDOWS. However, on O.S.S operating systems available for the powerpc such as Linux, OpenBSD and NetBSD have most if not all of the applications compiled from scratch *FOR* their appropriate archicture. This goes without saying for OpenBSD and NetBSD, particularly because of their ports system. Linux will be available on PowerPC 970 with Yellowdog (I know) and Debian (I believe). Both of these distros are more than likely to compile everything with 64bit instructions.<br />
<br />
Admittedly, closed source applications such as Opera and Oracle will have to have their respective companies recompile them for us. Oracle will most likely be one of the first vendors to make such a move.<br />
<br />
Most typical Mac users won't even notice this. But, I acknoledge that some -such as you and I - will. Those that do are free to use one of the *BSDs, Linux or Fink to bring full 64bit applications to our desktops.</description>
			<pubDate>Fri, 11 Jul 2003 06:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>re : What about RAM prices...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>hehe, at those prices  I definitely will never stress panther to its limits.</description>
			<pubDate>Fri, 11 Jul 2003 06:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: What about RAM prices</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>$US10,000 for RAM - That's a lot of money.<br />
Particularly since, even after currency conversion, RAM is about 2/3 - 1/2 the price in the US as it is everywhere else.</description>
			<pubDate>Fri, 11 Jul 2003 06:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>is linux PPC 64-bit</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>If one really wanted 64-bit applications on a G5 and wanted to address &gt; 4GB of memory, could one use a 64-bit PPC Linux?  Does such a thing exist?  Is it stable?  Do 64-bit Linux applications such as gcc exist for PPC?  That could be an answer for some people in the short term if they really need 64-bit addressing.  Then again, that wouldn't work for people who depend on mac applications or proprietary applications that are compiled for specific archetectures (like Linux x86).  However, if you are developing your own apps using gcc or whatnot Linux could be a solution for you.  I am not suggesting this for the long term, but, if you need 64-bit NOW, Linux could be a viable option.  <br />
<br />
As an aside, if you really expected Panther to be fully 64-bit, I think that you were deluding yourself.  It takes time to make a 64-bit kernel and userland, and I am glad that Apple is taking the time to get it right rather than releasing something half-baked just to get it out.  You wouldn't want to be stuck with some crappy 64-bit ABI that you had to live with because Apple took shortcuts early on.  Windows 95 wasn't fully 32-bit at first, OS/2 wasn't fully 32-bit at first, Solaris wasn't fully 64-bit until Solaris 8 and Solaris was running on 64-bit hardware for years.  I could go on with examples, but, to sum it up, while this news is disapointing, it is not unexpected.  <br />
<br />
Oh, one final last note.  If you really really need 64-bit now in MacOS X, and you have some kernel hacking knowledge, perhaps you could hack something together in Open Darwin, the source is available.  <br />
<br />
Skipp</description>
			<pubDate>Fri, 11 Jul 2003 06:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Um</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&gt;&gt; If you want a 64-bit OS on the desktop, use the <br />
&gt;&gt; appropriate versions of Windows or Linux on an <br />
&gt;&gt; Itanium or AMD64 (Opteron, Athlon64) machine. <br />
<br />
&gt; ...in which case, you will still be running 32-bit <br />
&gt; applications under unless they've been recompiled, <br />
&gt; or you're compiling it yourself. <br />
<br />
The reason for using a 64 bit OS is either to use 64bit applications or program 64bit programs yourself. I don't see the problem here.</description>
			<pubDate>Fri, 11 Jul 2003 08:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>64 bit Linux on PPC</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>here's a link that will answer your question<br />
<a href="http://www.linuxppc64.org/" rel="nofollow">http://www.linuxppc64.org/</a><br />
<br />
Linux at this moment can run natively on Power 4 systems from IBM, if yeah go looking through the workstation section of their site yeah notice that when you order a Power 4 system you can either have AIX or Linux installed on it.</description>
			<pubDate>Fri, 11 Jul 2003 08:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Skip</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><a href="http://www.terrasoftsolutions.com/news/2003-06-24.shtml" rel="nofollow">http://www.terrasoftsolutions.com/news/2003-06-24.shtml</a> <br />
<br />
Yes, Linux has been ported to the Power4 for a while, the 970 is its little brother (less cache, added AltiVec - dunno what else is significantly different) so a port to the G5 should be no sweat.  YellowDog apparently expects to have it done by the time Apple ships, spiffy keen.  I'll be buying my PowerMac G5 from YellowDog, gotta love 'em.  Oh, it should be noted that much of the PPC64 Linux work is done by IBM engineers themselves, internally not some outside enthusiast (ala Ultra/Sparc Linux, which Sun doesn't pitch in).  I'm sure that makes a difference.  After all, it is their hardware.</description>
			<pubDate>Fri, 11 Jul 2003 08:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>32-bit all the way...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Not sure if I'm jumping into the PowerPC or 64-bit desktop computing anytime soon. Maybe in 5 years when all these nonsense is not experimental and their is complete support for application tools, drivers and hardware. It's too risky right now and I don't intend to be anyones guinea pig.<br />
<br />
Regards,<br />
<br />
Mystilleef</description>
			<pubDate>Fri, 11 Jul 2003 09:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Linux for the PPC 970</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>IBM is going to release PPC970 Servers running Linux, so yes, Linux will be available in a 64bit version for the PPC970. That's a fact.<br />
But I don't know how long it will take to adapt that Linux to the PowerMac G5. For example its 9 fans are dynamically controlled by the OS. Without support for these special fans, Linux won't run on the G5.</description>
			<pubDate>Fri, 11 Jul 2003 09:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Mathematica on the G5 (Keynote WWDC)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Look at the WWDC keynote on <a href="http://www.apple.com/quicktime" rel="nofollow">http://www.apple.com/quicktime</a><br />
<br />
Watch the Wolfram Research guy talk about Mathematica on the G5.<br />
<br />
The interesting part is from 1:43:20 to 1:43:40<br />
<br />
He talks of 6GB of accessible memory if I understand that correctly and I'm quite sure that I do. He specifically mentions that the Dual Xeon does NOT support that. <br />
<br />
Why would he say that if Panther did only support 2.25GB or 4GB of RAM?</description>
			<pubDate>Fri, 11 Jul 2003 09:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Follow-up Mathematica on the G5^</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>The PowerMac G5 they used for their presentation had 8GB RAM. Let's assume the OS still uses about 2GB of memory for shared libraries etc. What would remain if Panther DID allow applications to use 64bit pointers? About 6GB. And the Mathematica guy says 6GB. <br />
I don't believe that Apple implemented 64bit versions of all their libraries, but nevertheless there seems to be a way for applications to use 64bit pointers.</description>
			<pubDate>Fri, 11 Jul 2003 10:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Am I still not understanding a computer?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&gt;Gee, in the 1970's I was told a word length is the OS's<br />
&gt;natural language size. A 64 bit word length OS is the only<br />
&gt;measure of what would run on a 64 bit computer is it not?<br />
&gt;In other words, can the OS understand a single 64 bit<br />
&gt;command? Not a hacked or doubled command. The instruction<br />
&gt;set of the processor must be 64 bit even it only the<br />
&gt;ability to use the total command is there. <br />
<br />
Nope, the bit-ness of an OS is the size of the memory pointers it uses, your getting confused with the bit-ness of the CPU itself.<br />
<br />
Example, AgigaOS was a 32-bit OS running (initially) on 16-bit hardware (which in fact also only had a 24-bit address bus, so some badly coded apps were actually only 24-bit..). The C64 had a 16-bit 'OS' running on 8-bit hardware.</description>
			<pubDate>Fri, 11 Jul 2003 11:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Follow-up Mathematica on the G5</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>It's the original author here. My guess is that the Mathematica code is using the special hack discussed in The Register article. I have not denied the existance of this hack, although I admit my commentary at the end of the article (about the lack of need for more than 4GB of memory on the Mac and the lack of Terminal Services) downplays the importance of the hack. The experience on 32-bit Windows seems to be that very few programs that I am aware of use its version of the hack. Perhaps Apple has implemented its version better than Microsoft's version. <br />
<br />
My guess is that only companies with a very close relationship to Apple will implement its memory hack. Mathematica has been presented at previous Mac keynote presentations and spends a lot of effort on AltiVec optimizations. The Register mentions Photoshop as a candidate for the hack, while my best guess would be that Apple's own Final Cut Pro gets the hack.<br />
<br />
Companies will try to simiplify cross-platform support costs, such as MathWorks, the makers of Matlab, will be pretty unlikley to support this hack, and will presumably instead focus on true 64-bit OSes which require only recompiles with an additional compiler flag. Also, Quark, a big driver of professional system sales for the Mac, has had problems with a slow changeover to Mac OS X, and the CEO of that company made disparaging comments about Apple. I would expect little support there, although I am willing to be surprised. <br />
<br />
Still, if Apple can get Photoshop, Final Cut Pro and Mathematica to support more than 4GB of RAM per application, they might just be able to generate a few very high end G5 sales.</description>
			<pubDate>Fri, 11 Jul 2003 12:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Linux for the PPC 970</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>The real question is when is IBM going to bring out PPC 970 Linux workstations and desktops so one doesn't have to pay the Apple OSX tax to get a real 64 bit workstation on the PPC 970.<br />
<br />
Sorry for the troll but I couldn't resist it.</description>
			<pubDate>Fri, 11 Jul 2003 12:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title> Re:Re: Linux for the PPC 970</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;The real question is when is IBM going to bring out PPC 970 Linux workstations and desktops so one doesn't have to pay the Apple OSX tax to get a real 64 bit workstation on the PPC 970.&quot;<br />
<br />
It would be very bad for apple if they did. Just buy a retail copy of OSX and install it...against the EULA of course but so what!<br />
<br />
Corps. have a lot fewer issues with Big Blue than Apple.</description>
			<pubDate>Fri, 11 Jul 2003 12:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Prebinding</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I suspect it does what Linux prebinding does, and calculate the most frequently linked to libraries using a topo sort and dropping any that can't fit into the 4gig address space.</description>
			<pubDate>Fri, 11 Jul 2003 12:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:Re: Linux for the PPC 970</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>No it would be worse for MS and wintel than for Apple.  The aim would be for different markets - the corporate market that isn't buying Apple.<br />
<br />
The people who buy Apple because it just works and because OS X has the smoothest desktop environment aren't going to buy a copy of OS X and put it on an IBM box (even if it is cheaper which it may not necessarily be) because it won't be guaranteed to just work - driver problems etc.  A few Unix cross platform geeks may well try it for fun but thats not going to be significant for the market.<br />
<br />
It might whowever hit Sun's remaining workstation market quite hard though.</description>
			<pubDate>Fri, 11 Jul 2003 12:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Multi architecture objects</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Mac OS X native object format is Mach-O. One of its features is that it supports storage of various architecture objects within a single file. So having a framework available for both G4 and G5 should be possible.<br />
<br />
You can find more information on the Mach-O Runtime Architecture book, available at the Apple Developer Connection site has more information.</description>
			<pubDate>Fri, 11 Jul 2003 12:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>from a simple user...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Today, most mac users don't need to have a 64 bit processor.<br />
<br />
They need  a processor that goes faster. From their point a view, the PPC970 is a better (if not good) 32 bits proc ;-).<br />
<br />
For the next months, it will be the real value of the PPC 970.<br />
And within one or two years, the version of OS X  at that time will resolve this 64 bits point.<br />
<br />
Apple also says they use some code from FreeBSD 5, so the power users should be abble to do something soon.<br />
<br />
Also it doesn't resolve evrything, peoples using Cocoa can already use the Distributed Object systems to make some apps running and talking between each other to use as much RAM as needed.</description>
			<pubDate>Fri, 11 Jul 2003 13:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: What about RAM prices...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I remember when I bought my Mac IIci that 16 MB ram cost me like $5000 - more than the computer - and when i bought a 7100/80, 32 MB cost me $2000. Nowadays, $100 for 512 MB DDR sticks seems like a sweet deal. Even $1300 for superfast 2GB sticks</description>
			<pubDate>Fri, 11 Jul 2003 13:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Panther IS 32bit (period)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I see Mac users on the forum, settling down, and encouraging each other by saying that thye &quot;don't need 64bit&quot;. And that is fair. The question is why buy an expensive 64bit Computer to run 32bit MacOSX and apps? I personally think that it is not worth it, plus Apple is using the consumer to transition much later to a more powerful OS. This again was done with the 68K Macs and PowerPC migration. Its fine, as long as Apple is up front about it. But they are not [not surprising since many corp aren't forward either]. Instead Apple flashes the hardware specs [high profile, keynote and all] but falls back to eye candy on the 32bit MacOSX.<br />
<br />
I think Apple figure its users are not that sharp, they meainly want eye candy, an Apple will always trade power and efficiency and performance, for usability and eye candy. And for some people that's ok.<br />
<br />
Now, if you are a regular user, DON&quot;T buy a G5, is hardware that you can't fully utilize with 32bit MacOSX, in other words, overpriced over kill.<br />
<br />
Now, if you are a power use, then do what I am planing to do, to buy a G5 asnd put either Linux or AIX on it, I would love to buy a 64bit PPC box backed by IBM! :-)</description>
			<pubDate>Fri, 11 Jul 2003 14:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Juggling</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I would think there would be a pretty long transition to all 64 bit apps. In fact, I understand the classic Environment is still going to be there in Panther. I'd hate to try and juggle all of that :-) Despite all of that, we will have really fast Macs, which still excites me to no end after living through the G4 era.</description>
			<pubDate>Fri, 11 Jul 2003 14:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Why  Apple would need a real  64 bit desktop machine</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>The one killer app for a 64 bit desktop is video edititing.  Here the massive address space can be used to advantage. It is also the sort of creative area that Apple has targeted.  If some one can produce a 64 bit video editing software program that runs on the the hybrid 64/32 bit version of OS X then both Apple and the program developers could make a killing. <br />
<br />
If they don't do it quickly then they might find this niche filled by Linux or Windows on IA64.</description>
			<pubDate>Fri, 11 Jul 2003 14:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>10.2.7</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Anyone know when that is going to be released or will it co-incide with the first shipments of the PowerMac g5?</description>
			<pubDate>Fri, 11 Jul 2003 14:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Juggling</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>By Jay (IP: ---.neo.rr.com) - Posted on 2003-07-11 14:52:39<br />
&gt;I would think there would be a pretty long transition to all &gt;64 bit apps. In fact, I understand the classic Environment is &gt;still going to be there in Panther. I'd hate to try and &gt;juggle all of that :-) <br />
I agree. Also you bring up a good point. Makes me wander, if all this &quot;juggling&quot; has had an impact on Adobe, or the others. Is so much transition at Apple, hurting software maturity and developers in general? We hear from the users, some of them would buy a Mac no matter what. But are developers being affected by all this Apple transitions? One wonders.<br />
<br />
<br />
&gt;Despite all of that, we will have &gt;really fast Macs, which &gt;still excites me to no end after &gt;living through the G4 &gt;era.<br />
That's the good part. But I would still recomend to &quot;regular&quot; user to hold off and not buy the G5 until we get a MacOSX that is 64bit, with apps. If enough people would do that, it would send the signal to Apple, that they need to &quot;OPTIMIZE&quot; their OS as opposed to bringing Advance Hardware to compensated for their ineffiecient code. Funny that M$ does the same, apparently Apple has learned from them.<br />
<br />
So instead of Mac users being exited about a new Zebra pattern buble theme, how about getting the OS to be more responsive and the apps to be faster? It won't happen though with so many transitions. As someone who has use BeOS, MKLinux, AIX, and yellow dog on PPC and 68K machines [not to mention Amiga and TOS] I can tell you that Apple already has Great hardware, the OS is not written to take better advantage of it. Optimization, could bring Apple a winner on the desktop, that appeal to a wider audince, not just people who paint their faces with flowers.<br />
<br />
I know many bussinesses that run Apple, and they certainly could use a boost from a *really* tweaked MacOSX. Even know someone that switched to YellowDog after trying it, he couldn't beleive the same hardware was running so fast.</description>
			<pubDate>Fri, 11 Jul 2003 15:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>AIX anybody?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I wouldn't mind having a PPC970 workstation with AIX on it, i've never used AIX, my *nix experiences are solely from Tru64, Irix, and Linux. What do people think of it as a system as oppose to other Unix's?</description>
			<pubDate>Fri, 11 Jul 2003 15:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: AIX anybody?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I use, Irix, Linux, FreeBSD, AIX, some Solaris, and Tru64.<br />
AIX is a very good Unix, you will find that some people hate it, but I happen to like it a lot. In my experience is more reliable than the others, I mean it needs less baby sitting. I usually set my AIX boxes and off they go, not much intervention is required after initial settings, with the others I am always adjusting stuff here and there, which is ok, as it provides employment. Just MHO.</description>
			<pubDate>Fri, 11 Jul 2003 15:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>2-bit vs 24 carat</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Jeremy, nice article. <br />
(You, doing your homework shows.)<br />
<br />
Everyone else ... don't get your panties in a wad.<br />
These things take time (to get right), quit being spoiled brats, (some of you) this is tough stuff.<br />
I can't tell you the times I've been floored by what these coders (from ALL the major OS houses) pull out of the hat and how quickly they truly can pull off the &quot;merely&quot; impossible.<br />
<br />
Patience.<br />
<br />
:-)</description>
			<pubDate>Fri, 11 Jul 2003 15:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:  Panther IS 32bit (period)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Now, if you are a regular user, DON&quot;T buy a G5, is hardware that you can't fully utilize with 32bit MacOSX, in other words, overpriced over kill. <br />
<br />
You're missing one thing:  if the G5 were a 32-bit machine the new G5 Macs would still be damn fast at a decent price.<br />
<br />
And while you can't utilize the 64-bit chip yet to access more memory I assume you will be able to write apps that do 64-bit math.</description>
			<pubDate>Fri, 11 Jul 2003 15:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Panther IS 32bit (period)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&gt;You're missing one thing: if the G5 were a 32-bit machine the &gt;new G5 Macs would still be damn fast at a decent price. <br />
<br />
Well, I don't want to open that can of worms, but no is overpriced for a 32bitOS runing on it. You can do better with x86 Linux, or even with G4 linux.<br />
<br />
It could be cheaper for the user if Apple stops the eye candy factory and Optimizes 32Bit MacOSX to run faster. Apple seems to shift the burden of their slow code onto higher end hardware. IMHO not worth it.<br />
<br />
Now, if you buy a G5 with AIX, or to put Linux on it, and you have the computational requirements to do so, then go ahead. But Joe Eye-candy Panther, doesn't need the machine, the price point and the inefficiency on top is brutal, IMO. Then again if someone wants to blow money on Apple, they can certainly do so.<br />
<br />
So when do get a snappy, efficient MacOSX when Gn that is 128bit is introduced? No, Apple needs to face the music and fix MacOSX, instead of pumping flowers through people's pupils. Don't get me wrong, that is why I don use M$ either, they play the same game with Windoze, they always claims that you need more Ram and faster processor for their crappy OS to work better, although true for every OS, is still no excuse to shift the burden on hardware for their bad code. Look at BeOS and others, they run way better with less hardware.</description>
			<pubDate>Fri, 11 Jul 2003 15:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Panther in beta has more eye candy than Jaguar and is dramatically faster than its predecessor. So they're focussing on feature-set expansion and optimization - not one or the other.</description>
			<pubDate>Fri, 11 Jul 2003 15:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title> Re: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&gt;By Anonymous (IP: ---.cpe.net.cable.rogers.com) - Posted on &gt;2003-07-11 15:48:44<br />
&gt;Panther in beta has more eye candy than Jaguar and is &gt;dramatically faster than its predecessor. So they're &gt;focussing on feature-set expansion and optimization - not one &gt;or the other.<br />
<br />
Well, historically eye candy affects performance, are you saying that Panther IS the exception? Do you use Panther? Do you run YellowDog on the same box?<br />
<br />
Of course, Apple claims improvements, I am sure programmers are assigned to this, but clearly eye candy and not performance is Apple priority. So I could not say that Apple doesn't work on performance, but I can say that they don't do enough on that area, and do more on eye candy, as the beta Panther prooves.<br />
<br />
Granted is a safe bet for Apple, becuase their user base, seem to be willing to sacrifice power for looks, but one could hope that Apple will break into other markets, they insinuated a Scientific market with the hardware [G5] but believe me it takes more than hardware, a powerful OS must go with it, and so far is not there.</description>
			<pubDate>Fri, 11 Jul 2003 16:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Why Apple would need a real 64 bit desktop machine</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;If they don't do it quickly then they might find this niche filled by Linux or Windows on IA64.&quot;<br />
<br />
Note to self: Windows is not evan close to having a sub $1000, 64 bit Video Editing Application (period)<br />
<br />
Longhorn is a 32-bit OS non-the-less (period)<br />
<br />
64 bit Operating Systems are not truely defined yet (period)<br />
<br />
What about Mac OS X 10.4 that will have an install base before Longhorn gets off the ground? Will it be 64 bit hands down?</description>
			<pubDate>Fri, 11 Jul 2003 16:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Why Apple would need a real 64 bit desktop machine</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&gt;Longhorn is a 32-bit OS non-the-less (period)<br />
I actually don't care about M$ bloated ware.<br />
<br />
&gt;64 bit Operating Systems are not truely defined yet (period)<br />
Nonsense! You are kidding right? Ever heard of Tru64 and the other 64bit gang, including Linux and AIX(when IBM ports it)?<br />
64bit was not invented by Apple, and MacOSwhatever [if it ever gets there] is not going to be the first 64bit OS, live with it!<br />
<br />
&gt;What about Mac OS X 10.4 that will have an install base &gt;before Longhorn gets off the ground? Will it be 64 bit &gt;hands down?<br />
<br />
Well on that one I don't know, it seems that Apple concentrates or attracts a different market than M$. M$ tends to be more bussiness office oriented and MAcs more Artsyfartsy. Was hoping that Apple would take a different direction but for the most part it hasn't happen yet, though there are exceptions to this on the Mac side.</description>
			<pubDate>Fri, 11 Jul 2003 16:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Panther IS 32bit (and 64 bit)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;I see Mac users on the forum, settling down, and encouraging each other by saying that thye &quot;don't need 64bit&quot;. And that is fair. The question is why buy an expensive 64bit Computer to run 32bit MacOSX and apps?&quot;<br />
<br />
Because this computer is significantly faster, and Apple's power user base will definately make use of the speed<br />
<br />
<br />
&quot;I personally think that it is not worth it&quot;<br />
<br />
By that notion, you would suggest that they revert back to hardware which was slower. If this is the case you must be among those that believes that P4 users should revert to a slower pricessor....<br />
<br />
<br />
&quot;Apple is using the consumer to transition much later to a more powerful OS.&quot;<br />
<br />
Huh? Apple has encouraged all their user to update to new operating systems as released. I don't follow your logic here.<br />
<br />
<br />
&quot;Apple flashes the hardware specs [high profile, keynote and all] but falls back to eye candy on the 32bit MacOSX.&quot;<br />
<br />
No, Apple is showing that they have powerful hardware, a powerful OS AND an aesthetically pleasing user interface which will will use a 64 bit OS in Mac OS X.<br />
<br />
  <br />
&quot;I think Apple figure its users are not that sharp&quot;<br />
<br />
Nothing they've done would suggest that.<br />
<br />
<br />
&quot;they meainly want eye candy&quot;<br />
<br />
Not at all. We want powerful hardware, a powerful OS AND an aesthetically pleasing user interface which will will use a 64 bit OS in Mac OS X<br />
<br />
<br />
&quot;an Apple will always trade power and efficiency and performance  for usability and eye candy.<br />
<br />
Are you saying that because OS X incorporates a user interface that was initially slow that they swapped Aesthetics for performance? It's important to keep in mind that the origional OS X release was very new and that the UI would later be optomized... as it was. Now, with Quartz extreme (which ofsets UI rendering to the GPU) Apple can have the same aesthetically pleasing UI, have efficiency AND performance. No tradeoff required.<br />
<br />
<br />
&quot;Now, if you are a regular user, DON&quot;T buy a G5&quot;<br />
<br />
A better way to phrase that, &quot;if you are a user that doesn't need more speed, don;t buy any new computer... be it a pentium 4 or a G5.<br />
<br />
<br />
, is hardware that you can't fully utilize with 32bit MacOSX, in other words, overpriced over kill. <br />
  <br />
<br />
&quot;if you are a power use, then do what I am planing to do, to buy a G5 asnd put either Linux or AIX on it, I would love to buy a 64bit PPC box backed by IBM!&quot;<br />
<br />
If you plan on using an alternate OS, that's fine... but don;t give others reasons for not using OS X that aren't legit... that's irresponsible.</description>
			<pubDate>Fri, 11 Jul 2003 16:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Mistik jogelour (IP: 209.11.79.---)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Regarding the eye candy vs. speed argument. What they (Mac proponents) are pointing out is the fact that there is no noticable slow down in responsiveness which is due to all the eye candy being shifted off to the GPU, and with the 8x AGP slot on the G5, it should be very interesting.<br />
<br />
As for the over performance, the question I want to know is this. Apple has just updated/upgraded their PowerMac line, when will the unwashed masses see a speed increase in the consumer line of Apple desktops? is Apple quietly giving up and instead focusing on the professional line of workstations?<br />
<br />
I've just had a look at IBM's new (well, new to me) ThinkCentre series, and after having a look at the price, how can Apple justify charging $1899 for an eMac when I can pick up a ThinkCentre A Desktop for $1550 then add $400 or so for the screen. For an extra $50 one gets a 2.6Ghz P4 + 256MB + 17inch screen + 64MB DDR graphics card.<br />
<br />
If Apple was selling the low end eMac with a 1.25Mhz PowerPC G4 + 64 DDR Graphics Card + 256MB memory, then the idea of purchasing one would be very tempting, however, I can't see why one would purchase something of that lack luster performance?<br />
<br />
Sure, their pro workstations are a bargin, but their desktop range is a bit of a ripoff in comparison to what is available.</description>
			<pubDate>Fri, 11 Jul 2003 16:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Panther is 32bit [for 64bit dream on...]</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;I personally think that it is not worth it&quot;<br />
<br />
&gt;By that notion, you would suggest that they revert back to &gt;hardware which was slower. If this is the case you must be &gt;among those that believes that P4 users should revert to a &gt;slower pricessor....<br />
<br />
Nonsense! I never said that. Besides older hardware doesn't have the price point of newer MAcs, which are expensive and bloated. Try running YDL on a MAc and compare it with Apple OS runing the same box: eye opening!<br />
<br />
<br />
&quot;Apple is using the consumer to transition much later to a more powerful OS.&quot;<br />
<br />
&gt;Huh? Apple has encouraged all their user to update to new &gt;operating systems as released. I don't follow your logic &gt;here.<br />
No, you are lost as usual. The consumer is fooled to pay for expensive 64but hardware to run bloated 32bit software, so that they get a downpayment for future development at the users expense. Ok for hobbyist or Maczealot but not for  responsible users. A responsible users should wait, until a G5 ships with a 64bit OS, whihc Panther is not, as any expert will tell you. I mean IBM build the chip and they stated that they are providing 32bit mode for Apple. I take IBM's word over your propaganda any day.<br />
<br />
<br />
&quot;Apple flashes the hardware specs [high profile, keynote and all] but falls back to eye candy on the 32bit MacOSX.&quot;<br />
<br />
&gt;No, Apple is showing that they have powerful hardware, a p&gt;owerful OS AND an aesthetically pleasing user interface &gt;which will will use a 64 bit OS in Mac OS X.<br />
<br />
BS Panther is 32bit. The UI might please you, along with fancies of Steve speaches, but IT IS NOT powerful 64bit, it is bloated 32bit.<br />
<br />
If you have not run YDL in the same box as MacOSX you're pulling staments out of your rectum. Enough with propaganda already! Go Back to the eye candy and the flavors: grape, orange, etc.</description>
			<pubDate>Fri, 11 Jul 2003 16:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Mistik jogelour (IP: 209.11.79.---)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Which goes RIGHT BACK to a post I made earlier that Apple should have licensed AIX core off IBM and worked their GUI magic on it. Too bad they had to go what they have now. Having run it several times (I was actually keen at one stage to buying one), I really see no advantage to Windows XP, 2000 or what ever mainstream operating system you can point out.<br />
<br />
As for Windows 2000/XP stability, as a desktop I have been running it for a good 5 months with out a BSOD. The only reboot I did make was because of SP4 installation.<br />
<br />
I can now actually see what Gil Bates was going on about previously, which I agresively flamed. Btw, sorry about that Gil. The fact remains, where is the justification for paying extra for Mac hardware and software? I've looked at it form both a Holistic point of view and individual components and I still can't see an advantage.<br />
<br />
Holistically, yes, there is greater chance of system stability because all the parts are chosen and the operating system is tweaked so that the hardware and software work well together. However, on closer inspection, how is that any different to the programmes that run between IBM and Microsoft? or infact, any vendor and Microsoft.<br />
<br />
I then looked at the individual components. The operating system in itself is nice, however, it lacks a sufficient based of applications to select off for it to become more mainstream. Hardware wise, no matter how you slice it, they are way behind in terms of speed. The G5 has matched it, however, they're focused on the high end. What is happening with the consumer end of the market.<br />
<br />
If Apple is leaving the consumer market, why not just say so? IMHO, Apple would be alot better of focusing on the processional market where the premiums are better, the clients are willing to pay those premiums and that benchmarks are not always the deciding factor for purchasing something.</description>
			<pubDate>Fri, 11 Jul 2003 16:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>bits are for kids!</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Is this in stone that Panther won't be 64 bit?  Is it from Apples own mouth?</description>
			<pubDate>Fri, 11 Jul 2003 16:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Juggling</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;I would still recomend to &quot;regular&quot; user to hold off and not buy the G5 until we get a MacOSX that is 64bit, with apps.&quot;<br />
<br />
Not me. I would recomend to all users to go ahead and upgrade if they need the speed.<br />
<br />
&quot;If enough people would do that, it would send the signal to Apple, that they need to &quot;OPTIMIZE&quot; their OS as opposed to bringing Advance Hardware to compensated for their ineffiecient code.&quot;<br />
<br />
Ineffiecient code? Where do you get that? Jaguar is very efficient... especially with Quartz Extreme.<br />
<br />
<br />
&quot;So instead of Mac users being exited about a new Zebra pattern buble theme, how about getting the OS to be more responsive and the apps to be faster?&quot;<br />
<br />
I don;t know any Mac users getting excited about themes, and Jaguar is very responsive and the apps are definately fast will certinly be faster.<br />
<br />
<br />
&quot;It won't happen though with so many transitions.&quot;<br />
<br />
Sure it will. The transition to OS X was the only major transition. Upgrading apps to take advantage of OS X's 64 bit technology is somewhat trivial in the grand scheme of things.<br />
<br />
<br />
<br />
&quot;I can tell you that Apple already has Great hardware, the OS is not written to take better advantage of it.&quot;<br />
<br />
Sure it is. Why would you say that?<br />
<br />
<br />
&quot;Optimization, could bring Apple a winner on the desktop, that appeal to a wider audince,&quot;<br />
<br />
The OS is already optomized, and is getting even more optomized with ever release.  Apple is already a winner on the desktop and is appealing to a wider audience.<br />
<br />
<br />
&quot;not just people who paint their faces with flowers.&quot;<br />
<br />
What?!<br />
 <br />
  <br />
&quot;I know many bussinesses that run Apple, and they certainly could use a boost from a *really* tweaked MacOSX.&quot;<br />
<br />
Well certinly, and business would benefit from increased productivity and performance. Thankfully, OS X already offeers a great deal of both.<br />
<br />
<br />
&quot;Even know someone that switched to YellowDog after trying it, he couldn't beleive the same hardware was running so fast.&quot;<br />
<br />
he must have been using an earlier version of OS X, because it is already very fast.</description>
			<pubDate>Fri, 11 Jul 2003 17:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Mistik jogelour in a nutshell</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Blah blah blah.... Linux rules!  Blah blah blah...  Apple's bloated OS!  Blah blah blah... So is Microsoft! Blah blah blah...</description>
			<pubDate>Fri, 11 Jul 2003 17:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: 64 bitness of OS's</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Just because the kernel only uses 32 bits for its address space does that preclude other programs running on the hardware from doing so?<br />
<br />
A kernel is just a program running on bare metal. The kernel doesn't need a 64 bit address space to do its work but does that preclude the kernel from assisting user space programs that might use 64 bit address space?<br />
<br />
I know this probably sounds weird but if the kernel can set up stupid MMU tricks for user mode programs but use different tricks for itself then, in theory, one could have a 64 bit address space in use by a program but the kernel only using a smaller 32 bit address space subset.<br />
<br />
This might be quicker/cheaper than having to convert the kernel to full 64bit from the get go.</description>
			<pubDate>Fri, 11 Jul 2003 17:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Good news for macheads</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>If you don't really *use* 64 bit addressing, extending all core OS functions to 64 bits only makes *everything* slower. If the upper 32bits of the registers can survive context switching under 10.3 and if you don't need to address &gt;2GB memory, you have best of both worlds.<br />
<br />
BTW, all *BSDs are already 64 bit clean. I wonder why OS-X need more than a recompilation to be a 64bit OS - at least for kernel stuff.</description>
			<pubDate>Fri, 11 Jul 2003 17:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Panther IS 32bit (and 64 bit)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;[the G5] overpriced for a 32bitOS runing on it.&quot;<br />
<br />
Not at all. As a matter of fact, its a sweet bargain.<br />
<br />
<br />
&quot;You can do better with x86 Linux, or even with G4 linux.&quot;<br />
<br />
The comparitive tests have shown otherwise.<br />
 <br />
  <br />
&quot;It could be cheaper for the user if Apple stops the eye candy factory and Optimizes 32Bit MacOSX to run faster.&quot;<br />
<br />
OS X has no eye candy, but it certinly has a lot of Aesthetically pleasing qualities all of which take advantage of Quartz extreme which means that there is no speed degridation. As a Matter of fact, Quartz extreme is overkill, so Apple could theoretically afford to add more Aesthetically pleasing qualities that might have otherwise slowed down the OS without it.<br />
<br />
<br />
&quot;Apple seems to shift the burden of their slow code onto higher end hardware. IMHO not worth it.&quot;<br />
<br />
This assumption assumes that Apple is not incorporating Quartz extreme which allows their aesthetically pleasing qualities to not happer processor speed in any way.<br />
<br />
  <br />
&quot;Now, if you buy a G5 with AIX, or to put Linux on it, and you have the computational requirements to do so, then go ahead. But Joe Eye-candy Panther, doesn't need the machine&quot;<br />
<br />
Who is joe eye candy and why would he buy OS X? It has no eye candy?<br />
<br />
<br />
&quot;the price point and the inefficiency on top is brutal, IMO.&quot;<br />
<br />
OS X is very efficient and the price point is EXCELLENT for those that could use the increased power.<br />
<br />
<br />
&quot;Then again if someone wants to blow money on Apple, they can certainly do so.&quot;<br />
<br />
The same is true for any computer. Thankfully, buying an Apple is a wise purchase.<br />
<br />
<br />
  <br />
&quot;So when do get a snappy, efficient MacOSX when Gn that is 128bit is introduced?&quot;<br />
<br />
Nope. It's sold right now.  its called jaguar.<br />
<br />
<br />
<br />
&quot;Apple needs to face the music and fix MacOSX&quot;<br />
<br />
Face what music? OS X isn't broken.<br />
<br />
<br />
&quot;[Apple needs to stop] pumping flowers through people's pupils.&quot;,/i&gt;<br />
<br />
What flowers are you talking about?<br />
<br />
<br />
&quot;Don't get me wrong, that is why I don use M$ either&quot;<br />
<br />
What flowers does microsoft use?<br />
<br />
<br />
&quot;[Microsoft] play[s] the same game with Windoze, they always claims that you need more Ram and faster processor for their crappy OS to work better&quot;<br />
<br />
Because Microsoft doesn;t not incorporate technology similar to Quartz Extreme, you may have a point there.<br />
<br />
<br />
<br />
 it is still no excuse to shift the burden on hardware for their bad code.&quot;<br />
<br />
What bad code are you talking about?</description>
			<pubDate>Fri, 11 Jul 2003 17:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>My Thoughts on Mac OS X 10.3 + G5: Exaggerated!</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Overhyped + overpriced, that is Apple == exaggerated.<br />
<br />
<br />
Let's see next year. If the current situation doesn't change much on Apple, well, most likely my money will be on AMD Athlon64.</description>
			<pubDate>Fri, 11 Jul 2003 17:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Terminal Services</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Apple does not offer a Terminal Services solution, instead letting you log on remotely via ssh or telnet to a command line or X-Windows environment, where you are pretty much limited to using ported open source programs.&quot;<br />
<br />
This is only partly true. Apple does have a product called Apple Remote Desktop which I've used very successfully to manage Macs without physical access. I think Apple is very aggressively developing remote user and multiple user environments. We'll see a lot more of this technology as we move forward.<br />
<br />
<a href="http://www.apple.com/remotedesktop/" rel="nofollow">http://www.apple.com/remotedesktop/</a></description>
			<pubDate>Fri, 11 Jul 2003 17:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;historically eye candy affects performance, are you saying that Panther IS the exception?&quot;<br />
<br />
Historically speaking you are correct, but previously, nobody ofset UI rendering to the GPU which allows for lots of UI improvement without a drag on the processor.<br />
<br />
  <br />
&quot;clearly eye candy and not performance is Apple priority.&quot;<br />
<br />
Clearly? Where do you get that? Apple has performance AND aesthetics as a high priority (as it should be)<br />
<br />
<br />
<br />
&quot;[Apple doesn't] do enough on that area [of performance], and do more on eye candy, as the beta Panther prooves.&quot;<br />
<br />
I don;t see where you get this. Pather is both aesthetically pleasing AND extremely efficient as was the case with Jaguar. Panther is simply more so... in both areas.<br />
<br />
  <br />
&quot;Granted is a safe bet for Apple, becuase their user base, seem to be willing to sacrifice power for looks&quot;<br />
<br />
Not at all. Instead, we demand both.<br />
<br />
<br />
&quot;but one could hope that Apple will break into other markets, they insinuated a Scientific market with the hardware [G5]&quot;<br />
<br />
Apple has had a large presence in scientific fields for many years (even before the G5)<br />
<br />
<br />
&quot;but believe me it takes more than hardware&quot;<br />
<br />
Thankfully, Apple has the powerful hardware and much more.<br />
<br />
<br />
&quot;a powerful OS must go with it&quot;<br />
<br />
Thankfully, they have such an OS.<br />
<br />
<br />
&quot;and so far is not there.&quot;<br />
<br />
it certinly is</description>
			<pubDate>Fri, 11 Jul 2003 17:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Why Apple would need a real 64 bit desktop machine</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Well on that one I don't know, it seems that Apple concentrates or attracts a different market than M$. M$ tends to be more bussiness office oriented and MAcs more Artsyfartsy. Was hoping that Apple would take a different direction but for the most part it hasn't happen yet, though there are exceptions to this on the Mac side.&quot;<br />
<br />
Apple's current direction appears to appeal to Artsy Fartsy types and those in many other fields.</description>
			<pubDate>Fri, 11 Jul 2003 17:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: CooCooCaChoo</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><i>Which goes RIGHT BACK to a post I made earlier that Apple should have licensed AIX core off IBM and worked their GUI magic on it.</i><br />
<br />
The reason Apple managed to produce OS X as quickly as they did is because they were starting from the NeXT codebase.  Perhaps you haven't examined Cocoa and CoreFoundation in-depth but the Cocoa event model is based around Mach message ports.<br />
<br />
Why would Apple use a kernel which isn't their own IP and doesn't support Mach messaging?  Does that make any sense from a business or technical perspective?</description>
			<pubDate>Fri, 11 Jul 2003 17:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Mistik jogelour (IP: 209.11.79.---)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&gt;Which goes RIGHT BACK to a post I made earlier that Apple &gt;should have licensed AIX core off IBM and worked their GUI &gt;magic on it. Too bad they had to go what they have now. &gt;Having run it several times (I was actually keen at one stage &gt;to buying one), I really see no advantage to Windows XP, 2000 &gt;or what ever mainstream operating system you can point out. <br />
<br />
I hear ya!<br />
<br />
I wish that was the case too. You would be interested to know that I had an Apple AIX Server once, it was an RS6000 from IBM boxed in an Apple case, sold by Apple. This was before Apple made a deal with Steve Jobs, and before they rejected BeOS [big mistake].<br />
<br />
The probl;em was that Apple knew nothing of AIX and they couldn't not support the box. They tried, maybe if they had being more serious about it, history would be different.<br />
<br />
The machine was a powerhorse. As it was a real server with 64bit JFS file system, with hot swapable drives. Solid compare to the flimsy G5 desktop design. [A desktop can't compare with a real hardware server, this is the design, not the processor]. It could also take more than 2 processors, the G5 motherboard can't do that today or a few months doan teh road.<br />
<br />
Apple backed out of the AIX and went into the flower power thang.</description>
			<pubDate>Fri, 11 Jul 2003 17:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Mistik jogelour (IP: 209.11.79.---)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;I've just had a look at IBM's new (well, new to me) ThinkCentre series, and after having a look at the price, how can Apple justify charging $1899 for an eMac when I can pick up a ThinkCentre A Desktop for $1550 then add $400 or so for the screen.&quot;<br />
<br />
The eMac costs $799.<br />
<br />
<br />
&quot;If Apple was selling the low end eMac with a 1.25Mhz PowerPC G4 + 64 DDR Graphics Card + 256MB memory, then the idea of purchasing one would be very tempting, however, I can't see why one would purchase something of that lack luster performance?&quot;<br />
<br />
The price to performance ration on the emac is very good.<br />
<br />
  <br />
&quot;Sure, their pro workstations are a bargin, but their desktop range is a bit of a ripoff in comparison to what is available.&quot;<br />
<br />
Not at all.<br />
<br />
Of you compare Apple's consumer line of products in both hardware and software Apple's products tend to be slightly more expensive, the same price or slightly less expensive.</description>
			<pubDate>Fri, 11 Jul 2003 17:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Need 64bit address space to improve performance?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>My experience with older SPARC systems in the transition of Solaris is that even in 32bit address space mode, using the 64bit processor + &quot;cheater&quot; versions of the system librarys DID improve performance of applications.<br />
<br />
Put another way, the 64 bit instructions and features didn't need a 64bit address space to work so you could make use of performance gains in the CPU; cache, block instructions, 64bit math and stupid MMU/window tricks. I'd be real surprised if Apple didn't have some form of &quot;cheater&quot; librarys in panther,<br />
and maybe 10.2.7, to allow user mode gains from the new chip while the address space remains 32 bit.<br />
<br />
As far as library pre-loading: Why preload when demand-paged VM should have already loaded in the most common shared librarys by the time the login: prompt appears on a UNIX(tm) box? Is this a MACH induced weirdness?</description>
			<pubDate>Fri, 11 Jul 2003 17:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Re: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Historically speaking you are correct, but previously, nobody ofset UI rendering to the GPU which allows for lots of UI improvement without a drag on the processor.<br />
<br />
Bullshit. If you have access to a windows or a linux machine, <br />
<br />
- turn off video card accelaration under windows and see what happens. <br />
- use vesa driver instead of your card's driver under X and observe the performance <br />
<br />
I remember co-processor enhanced GUI performance on a sub 2000$ computer back in 1984.</description>
			<pubDate>Fri, 11 Jul 2003 17:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Rob Healy</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Its not really preloading, but prelinking. OS X relinks all programs at install time so they each load to a different chunk of virtual memory. This way, there are no address-conflicts at load time. This means no relocations have to be processed at load time (which saves a great deal of CPU for large C++ applications) and also means that relocations don't cause pages of otherwise sharable memory to become unshared (which saves a lot of memory). Read up on the problems KDE has had with load-time relocations, and about the Linux prelinking mechanism.</description>
			<pubDate>Fri, 11 Jul 2003 17:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Apple AIX Network Server</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Here is a picture and some information about this product, this was circa 1996 or so.<br />
<br />
<a href="http://mirror.apple.com/server/serverview.html" rel="nofollow">http://mirror.apple.com/server/serverview.html</a><br />
<br />
Now at the time this was a different direction for Apple than the flimsy imacs. Different market as well, in all fairness.<br />
<br />
Only a Maczealot would believe that Apples are cheaper than PCs and that MacOSX is an efficient use of PPC hardware.<br />
<br />
Experience versus allucinations. Try YDL on a PPC, or even on a MKlinux on the older Macs, still show that through time Apple has produce slow OS, considering the excellent hardware that they use.</description>
			<pubDate>Fri, 11 Jul 2003 17:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Panther is 32bit [and 64 bit]</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;newer MAcs, which are expensive and bloated.&quot;<br />
<br />
Not at all.<br />
<br />
<br />
&quot;Try running YDL on a MAc and compare it with Apple OS runing the same box: eye opening!&quot;<br />
<br />
I don't understand what you're getting at. Both are really great operating systems.<br />
  <br />
  <br />
&quot;The consumer is fooled to pay for expensive 64but hardware to run bloated 32bit software&quot;<br />
<br />
First of all, we don't have any confirmation that OS X wont be 64bit, but even if it weren't the Applications would be able to take advantage of 64 bits, but if for some unknwon reason that even THAT couldn;t happen (There's no reason to think otherwise but lets play devil's advocate) the G5 is INCREDIBLY faster than the G4 and P4, and is roughly on Par with XEON processors. So is the speed there? Absolutely. Does that speed cost less than an equally equipped PC... absolutely.<br />
<br />
Also, What about OS X makes you think its bloated?<br />
<br />
<br />
<br />
&quot;Ok for hobbyist or Maczealot but not for  responsible users.&quot;<br />
<br />
For ANYBODY that can use the increased power and performance that the G5 and Panther will give.<br />
<br />
<br />
<br />
&quot;A responsible users should wait, until a G5 ships with a 64bit OS&quot;<br />
<br />
Why would you say that? Even if the G5 isn't 64 bit, the computer is INCREDIBLY faster. Anyone that can use that extra speed ought to consider a G5 purcahse.<br />
<br />
<br />
<br />
&quot;which Panther is not&quot;<br />
<br />
Its not even out yet!<br />
<br />
<br />
<br />
&quot;I mean IBM build the chip and they stated that they are providing 32bit mode for Apple. I take IBM's word over your propaganda any day.&quot;<br />
<br />
No, they said that the 970 will retain full 32 bit compatibility without a hit in speed which can't be said for alternative processors of the same calibar.<br />
<br />
  <br />
  <br />
&quot;BS Panther is 32bit.&quot;<br />
<br />
As far as we know, OS X will be able to take advantage of 32 bit and 64 bit technology.<br />
<br />
<br />
<br />
&quot;The UI might please you, along with fancies of Steve speaches, but IT IS NOT powerful 64bit, it is bloated 32bit.&quot;<br />
<br />
OS X is not bloated, and we don't know if OS X will be one way or another it hasn;t shipped. We do know that it will be able to run 64 bit applications in 64 bit mode.<br />
<br />
  <br />
&quot;Enough with propaganda already!&quot;</description>
			<pubDate>Fri, 11 Jul 2003 17:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Anonymous (IP: 12.105.181.---)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><i>The eMac costs $799.</i><br />
...US. CooCooCaChoo seems to be from Australia. Remember when I said that Mac computers can be more expensive depending where you live?</description>
			<pubDate>Fri, 11 Jul 2003 17:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Re: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot; By goo.. (IP: ---.adsl.ttnet.net.tr) - Posted on 2003-07-11 17:33:36<br />
Historically speaking you are correct, but previously, nobody ofset UI rendering to the GPU which allows for lots of UI improvement without a drag on the processor.<br />
<br />
Bullshit. If you have access to a windows or a linux machine,<br />
<br />
- turn off video card accelaration under windows and see what happens.<br />
- use vesa driver instead of your card's driver under X and observe the performance<br />
<br />
I remember co-processor enhanced GUI performance on a sub 2000$ computer back in 1984.&quot;<br />
* * *<br />
<br />
Of course you are right. I do not have the time to correct all the propaganda and BS that that guy keeps putting in this forum. He will make you think that Apple invented evewrything, first 64bit OS, Specific hardware and what not.<br />
<br />
If Apple was so good at creating OS, why did they went shopping for a diferent OS? AS they did with Next?<br />
<br />
That guy only runs interferance, he will take every opposite position insinuating that macs are the best thing since slice bread. They are not, Apple concentrated in easy of use, to this day, hence a 1-botton mouse, never in performance or power usage. They always claim that PPC is superior, and I think PPC is great hardware, but I take exception with their slow OS. MacOSX is still slooooow, compared with other OS in the same box (period).<br />
<br />
Now, a UI doesn't have to be ugly to be fast as BeOS shows, Macos at the time never looked that good and could not compare in spped. I miss those 15 seconds boot up times. :-)<br />
<br />
That guy can go back to his kool-aid drinking fantasies.</description>
			<pubDate>Fri, 11 Jul 2003 17:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Solid compare to the flimsy G5 desktop design.&quot;<br />
<br />
Flimsy? That's a new one.<br />
<br />
<br />
&quot;It could also take more than 2 processors, the G5 motherboard can't do that today or a few months doan teh road.&quot;<br />
<br />
Assuming Apple retains the G5 naming convention what it uses the dirivitive of the Power 5, it will be able to utilize more than 2 processors.<br />
 <br />
  <br />
&quot;Apple backed out of the AIX and went into the flower power thang.&quot;<br />
<br />
Apple didn;t back out of an AIX deal to create the flower Power iMac. Where would you get that idea?</description>
			<pubDate>Fri, 11 Jul 2003 17:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Apple AIX Network Server</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;a different direction for Apple than the flimsy imacs.&quot;<br />
<br />
That's a new one. I've never heared anyone suggest that the iMacs were flimsy. As a matter of fact, they seem to be built rather solidly.<br />
<br />
<br />
&quot;Only a Maczealot would believe that Apples are cheaper than PCs and that MacOSX is an efficient use of PPC hardware.&quot;<br />
<br />
A Maczealot might as well as those that understand that when you compare both hardware and software the Mac tends to be either slightly more expensive, the same price, slightly less expensive, or significantly less expensive.<br />
<br />
  <br />
Try YDL on a PPC, or even on a MKlinux on the older Macs, still show that through time Apple has produce slow OS, considering the excellent hardware that they use.&quot;<br />
<br />
Apple has definately made some slow hardware in the past.</description>
			<pubDate>Fri, 11 Jul 2003 17:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Anonymous (IP: 12.105.181.---)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;CooCooCaChoo seems to be from Australia. Remember when I said that Mac computers can be more expensive depending where you live?&quot;<br />
<br />
As would be the case with other products... in this case a PC.</description>
			<pubDate>Fri, 11 Jul 2003 17:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Anonymous (IP: 12.105.181.---) propaganda and AIX Apple box</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Assuming Apple retains the G5 naming convention what it uses the dirivitive of the Power 5, it will be able to utilize more than 2 processors.&quot;<br />
<br />
BS, show were Apple has anounced a Quad G5? Current Mobo wont take more than 2. They can do one but they havent, all I hear is an idiot answering for them, after gulping kool-aid.<br />
<br />
-&quot;Apple backed out of the AIX and went into the flower power -thang.&quot;<br />
<br />
&quot;Apple didn;t back out of an AIX deal to create the flower Power iMac. Where would you get that idea?&quot;<br />
<br />
Can you buy an Apple server running AIX? No, so they went the flower power route after that experiment.<br />
Read again! And google for it. You just run BS, propaganda and interferance. Your are intellectually dishonest, your posts are prove of that.</description>
			<pubDate>Fri, 11 Jul 2003 18:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Of course, Apple claims improvements, I am sure programmers are assigned to this, but clearly eye candy and not performance is Apple priority. So I could not say that Apple doesn't work on performance, but I can say that they don't do enough on that area, and do more on eye candy, as the beta Panther prooves. <br />
<br />
Of course they are going to put a high priority on features.  People just don't pay for speed increases.  But OS X has gotten significantly faster (on the same hardware) with each new release.  It appears that Panther will be no exception.<br />
<br />
It's nice to see that the range of usable hardware is increasing with each new version.</description>
			<pubDate>Fri, 11 Jul 2003 18:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Re: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;If Apple was so good at creating OS, why did they went shopping for a diferent OS? AS they did with Next?&quot;<br />
<br />
because at that time, they were trying to do too much with a legacy OS. When they finally realized that it would take too long, they were in to deep. They needed to buy their way out of the hole they dug. Thankfully, the end result turned out to be a nice choice.<br />
<br />
  <br />
&quot;Apple always claim that PPC is superior&quot;<br />
<br />
Considering the advancements that are coming from IBM, i think they were right.. even if Motorola didn't help PPC.<br />
<br />
<br />
&quot;MacOSX is still slooooow, compared with other OS in the same box (period).&quot;<br />
<br />
That's not the experience that I've had at all. Rather, they are roughly the same speed 9depending on the task at hand) Early on, the UI was sluggish giving the illusion that the OS was slow, but that has since been fixed with Quartz extreme. (Thankfully)</description>
			<pubDate>Fri, 11 Jul 2003 18:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;BS, show were Apple has anounced a Quad G5?&quot;<br />
<br />
What does that have to do with it. IBM is the primary driving force behind the chips that Apple uses and they have said that the Power5 can be scaled up to multiple processors. So, like i said, assuming that Apple retains the same naming convention (G5) when transitioning to the Power5 derivitive<br />
<br />
<br />
&quot;Can you buy an Apple server running AIX? No, so they went the flower power route after that experiment.&quot;<br />
<br />
Again, Apple didn't choose to not adopt AIX so that they could create flower Power iMacs. That's rediculious.<br />
<br />
<br />
<br />
&quot;You just run BS, propaganda. Your are intellectually dishonest, your posts are prove of that.&quot;<br />
<br />
Look in the mirrior when you make that statement next time.</description>
			<pubDate>Fri, 11 Jul 2003 18:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Panther is still slooooow</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;That's not the experience that I've had at all. Rather, they are roughly the same speed 9depending on the task at hand) Early on, the UI was sluggish giving the illusion that the OS was slow, but that has since been fixed with Quartz extreme. (Thankfully)&quot;<br />
<br />
More BS, try running the lates MacOSX on an older Powerbook and see how bloated it is. Not even usable. Again showing that the code is bloated as compare to BeOS, Linux, MKLinux, the REAL BSD, even NExt etc.<br />
<br />
What box are you running MacOSX on? What version? What are the Specs? Have you run YDL on the same box? What Version? What Apps have you use to test the speed on both OS? BS won't do. Care to post benchmarks?</description>
			<pubDate>Fri, 11 Jul 2003 18:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:Anonymous (IP: 12.105.181.---) </title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Of course, but the PC doesn't necessarily follow the same raise. I'll take an example. Intel and AMD CPUs are pretty much the same price in the US. However, in Canada, Intel CPUs tend to be more expensive. Now, Macs tend to follow the currency exchange here (so a 799$ eMac is 1199$ CDN, according to The Apple Store *website*). However, a 799$ PC isn't necessarily 1199$ CDN here. They can be cheaper (or more expensive, depending on the brand). I don't want to start a price debate again, but I hope you understand what I mean.</description>
			<pubDate>Fri, 11 Jul 2003 18:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Eugenia?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Eugenia,<br />
<br />
I would like to request that you get a little more involved here in the moderation of these forums.<br />
<br />
Mistik jogelour (IP: 209.11.79.---) is an OBVIOUS troll.<br />
<br />
I respectfully request that you mod-down any further correspondence made by him that follow the current trend of posting that he has made.</description>
			<pubDate>Fri, 11 Jul 2003 18:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Anonymous and Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>15 second boot-up times? I don't know about you, but I'm more than willing to wait a while longer for my box to boot. For my desktop I only do this once a day, my everyday fileserver has been up since I moved into this office a year and a half ago.<br />
<br />
Boot-up time is hardly an indicator for OS speed. Frankly, I don't care about raw speed of the OS. I have work that I need to get done and I can get it done faster on OSX than on Win2K. YDL isn't an option for everyone. I need apps that are only available on OSX and Windows, and in my opinion OSX is clearly the better of the two.<br />
<br />
What you refer to as eye candy is what regular desktop users prefer to call usability features. If I wanted blistering performance I'd install YDL+Blackbox on my system and I'll be the last to stop you from doing this but some people actually ARE willing to sacrifice raw performance for usability. A desktop machine after all doesn't sit in its closet untouched like a server, it gets used interactively, and for that purpose the OS better be as unobstrusive as possible. <br />
<br />
Apple has done a great job in this respect. If you don't like it, get a workstation from SGI but don't forget to bring an extra wallet!</description>
			<pubDate>Fri, 11 Jul 2003 18:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>experience</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Anyone who uses MacOSX versus just READING about it will tell you that speed wise it is fine, not blistering but it hasn't stopped millions of people from using it on a daily basis to do production level and professional work.<br />
<br />
This garbage of MacOSX being slow is just that, garbage. Run MacOSX on a slow machine and it will be slow, run it on a decent machine and its fast. How hard is that?</description>
			<pubDate>Fri, 11 Jul 2003 18:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Eugenia?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Why should I get censored, when Anonymous (IP: 12.105.181.---) is the obvious troll?<br />
<br />
Why don't you put down the benchmark of MacOSX versus YDL and prove that they perform the same instead of crying to Eugenia?</description>
			<pubDate>Fri, 11 Jul 2003 18:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Re: Eugenia</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Why don't you put down the benchmark of MacOSX versus YDL and prove that they perform the same instead of crying to Eugenia?<br />
<br />
<br />
Performance isn't the be-all end-all.. I prefer the devices that I use for my everyday work to be usable too.</description>
			<pubDate>Fri, 11 Jul 2003 18:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Panther is very fast</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;try running the lates MacOSX on an older Powerbook and see how bloated it is.&quot;<br />
<br />
Considering the fact that that older powerboox probably doesn't have one of the support Graphics processors you may see some degridation in performace.<br />
<br />
Lest you misunderstand, that does not mean that OS X is bloated. Rather, it means that it is benefited by a GPU.<br />
<br />
<br />
&quot;Not even usable.&quot;<br />
<br />
That's not the case at all. I have an older Mac that doesn;t have supported graphics card and yet installed Panther on it, and I was using it as a productivity machine for a few months.<br />
<br />
<br />
<br />
&quot;Again showing that the code is bloated as compare to BeOS, Linux, MKLinux, the REAL BSD, even NExt etc.&quot;<br />
<br />
All these OSes are very nice. I use some of them on ocation, but comparing them to OS X doesn't suggest that OS X is bloated.<br />
<br />
  <br />
&quot;What box are you running MacOSX on?&quot;<br />
<br />
I have a few. A G4 1GHz Tower, An 833 G4 iMac, a 12&quot; Powerbook and a second generation iMac.<br />
<br />
<br />
&quot;Have you run YDL on the same box?&quot;<br />
<br />
I've run YDL and LinuxPPC on both iMacs.<br />
<br />
<br />
&quot;What Apps have you use to test the speed on both OS?&quot;<br />
<br />
Pretty much standard fare stuff. Photoshop, Dreamweaver, Golive, MS Office, BBEdit etc...<br />
<br />
<br />
&quot;Care to post benchmarks?&quot;<br />
<br />
Not really.</description>
			<pubDate>Fri, 11 Jul 2003 18:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Mistik Weirdo</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Mistik pizza? What planet are you from? We run Jag, and 10.1 on 233 iMacs at work! The helpdesk PowerBook is a Pismo that is running Jag so that we can ditch TunnelBuilder and its funky VPN settings. <br />
<br />
I've ran MkLinux on a 6100 and its slow, who are you trying to kid??? Drop MacOS7.5.5 to 8.6 on there and its fine. <br />
<br />
Yellow Dog is hardly impressive compared to MacOSX. Why would you buy expensive Mac hardware to install an OS that was reverse engineered to run on it?<br />
<br />
Your talking out of your azz!</description>
			<pubDate>Fri, 11 Jul 2003 18:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title> Re: Re: Eugenia</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot; By Bas (IP: ---.adsl.xs4all.nl) - Posted on 2003-07-11 18:19:57<br />
<br />
Performance isn't the be-all end-all.. I prefer the devices that I use for my everyday work to be usable too.&quot;<br />
<br />
Fair statement. Which proves that Apple is into a different market, not in the power computing, but of usability, which I have said all along.<br />
<br />
I bet Apple is the right product for you. That's ok. What I object to is outrageous claims of performance [not the HW] but MacOSX.</description>
			<pubDate>Fri, 11 Jul 2003 18:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Eugenia?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>To paraphrase Obi-wan<br />
&quot;Who's the more trollish - the troll, or the troll who responds to him?&quot;<br />
<br />
LOL<br />
<br />
Being a stubborn fool doesn't make on a troll (not saying who - just a general comment <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
Seriously, though.  Comparing YDL to OS X isn't exactly even.  OS X has more &quot;built in stuff&quot; and has a better (and OO) development environment.  That OO stuff typically doesn't come free ya know.</description>
			<pubDate>Fri, 11 Jul 2003 18:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Eugenia?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Why should I get censored&quot;<br />
<br />
Because every comment you've made thus far has been an outright troll, or has been a semi-cliverly disquised troll<br />
<br />
<br />
&quot;Anonymous (IP: 12.105.181.---) is the obvious troll?&quot;<br />
<br />
So says the troll.<br />
<br />
  <br />
&quot;Why don't you put down the benchmark of MacOSX versus YDL and prove that they perform the same instead of crying to Eugenia?&quot;<br />
<br />
Because I don;t need to prove to myself that OS X isn't slow. Everybody here that has used OS X already knows that. I'm calling on Eugina because she's the only one that can fix this problematic situation.</description>
			<pubDate>Fri, 11 Jul 2003 18:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Mistik jogelour (IP: 209.11.79.---)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Fair statement. Which proves that Apple is into a different market, not in the power computing, but of usability, which I have said all along.&quot;<br />
<br />
You are misconstruing what he said. he said that performace isn't the the be-all end-all. It isn't, yet nothing in that statement said that Apple's computers were slower, or slow or bloated... which means you are wrong. it doesn;t prove anything.<br />
 <br />
  <br />
&quot;What I object to is outrageous claims of performance [not the HW] but MacOSX.&quot;<br />
<br />
Nothing autrageous about it. OS X is a good performer.</description>
			<pubDate>Fri, 11 Jul 2003 18:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Mistik jogelour (IP: 209.11.79.---)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;You are misconstruing what he said. he said that performace isn't the the be-all end-all. It isn't, yet nothing in that statement said that Apple's computers were slower, or slow or bloated... which means you are wrong. it doesn;t prove anything. &quot;<br />
<br />
STOP TROLLING! Stop running interferance.<br />
<br />
Apple's market IS NOT power computing(period). That's SGI. SUn, AIX, Tru64, HP-UX and to an extent Linux.</description>
			<pubDate>Fri, 11 Jul 2003 18:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>funny stuff</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>so the pro PPC guy who wrote an article the other day got reamed by readers despite a ton of research, and this guy quotes anon from /. and we accept his say?  funny stuff indeed!</description>
			<pubDate>Fri, 11 Jul 2003 18:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>MacOSX still slooow...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>But I am sure a 128Bit machine will show that it wasn't MacOSX fault, it was slow hardware, eh?<br />
<br />
My argument about lack of power is as it applies to serious scientific computing. I don't care how fast MacOSX can spin lilies and throw flowers, that alright but it is a different market.<br />
<br />
<br />
This argument is similar to M$ argument for Windows 3.11, 95 and 98 performance. Although now with XP [which is based on NT] they have a better product.<br />
<br />
Bet you MorphOS[if they ever get there] will be faster on a G5 than MacOSloowX.</description>
			<pubDate>Fri, 11 Jul 2003 18:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Ram price???</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>How can 8GB ram cost over 10.000$? The 1.8 and 2.0 G5 mac does have 8 ram sockets, and it should be posible to buy 8x1GB ram for something like 2500$ (or less, but theese are the prices in Denmark).<br />
<br />
Martin Tilsted</description>
			<pubDate>Fri, 11 Jul 2003 18:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>MacOSX still Fast</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;My argument about lack of power is as it applies to serious scientific computing.&quot;<br />
<br />
So far, The scientific comparisons that have been completed thus far only confirm the reports made by each of the demonstrators at MWDC and by Veritest.<br />
<br />
<br />
&quot;I don't care how fast MacOSX can spin lilies and throw flowers, that alright but it is a different market.&quot;<br />
<br />
That's wierd. I've never seen OS X spin lilies or throw flowers. That would be mere &quot;eye candy&quot;.<br />
  <br />
  <br />
&quot;This argument is similar to M$ argument for Windows 3.11, 95 and 98 performance.&quot;<br />
<br />
Not at all. Microsoft incorporated bloat into their OS which demanded greater hardware albeit without much increased functionality.<br />
<br />
Jaguar, doesn't require much newer hardware and yet offers much more features and increased speed.<br />
<br />
<br />
&quot;Although now with XP [which is based on NT] they have a better product.&quot;<br />
<br />
Agreed.<br />
<br />
  <br />
&quot;Bet you MorphOS[if they ever get there] will be faster on a G5 than MacOSloowX.&quot;<br />
<br />
We'll see if its faster, but OS X cerinly isn't slow...</description>
			<pubDate>Fri, 11 Jul 2003 18:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Martin Tilsted</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;so the pro PPC guy who wrote an article the other day got reamed by readers despite a ton of research, and this guy quotes anon from /. and we accept his say?  funny stuff indeed!&quot;<br />
<br />
Am I the only one that caught a slight sense of Anti Apple bias in the article... (unlike the overt FUD by Mistik jogelour) the article was a thinly veiled attempt at FUD.</description>
			<pubDate>Fri, 11 Jul 2003 18:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>MacOSX is slow considering the HW Platform they run on.</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Bet you MorphOS[if they ever get there] will be faster on a G5 than MacOSloowX.&quot;<br />
<br />
We'll see if its faster, but OS X cerinly isn't slow...&quot;<br />
<br />
Agreed. <br />
<br />
MacOSX is not simply slow, it is slower than other OS on a similar platform, plus bloated.<br />
<br />
PPC is a great processor that Apple doesn't fully exploits, maybe Apple should drop the eye candy budget, sin't there enough already, and hire IBM engineers to step up their code. Everybody would win.</description>
			<pubDate>Fri, 11 Jul 2003 18:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: MacOSX still slooow...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>You don't even own or use a Mac, how can you even know that its slow? Your a troll, aren't you supposed to be under a bridge somewhere?<br />
<br />
Almost a quarter of the 100 or so comments on this article are from you talking about some flour stuff and how MacOSX is slow because you read aboout it somewhere or saw some screenshots and the screenshots weren't moving.</description>
			<pubDate>Fri, 11 Jul 2003 19:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Hmmm</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Power5 can be scaled up to multiple processors.&quot;<br />
--Anonymous<br />
<br />
Boom! Gotcha, are you sure what you talking about?</description>
			<pubDate>Fri, 11 Jul 2003 19:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Re: Martin Tilsted</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Am I the only one that caught a slight sense of Anti Apple bias in the article... (unlike the overt FUD by Mistik jogelour) the article was a thinly veiled attempt at FUD.<br />
<br />
no, you weren't.  i saw it, but just like the &quot;OS X is sooooo slow&quot; comments, i ignored it.<br />
<br />
apple is a company, and though they do a lot i don't like, they build a lot of hardware and an OS that i do.  FUD away.  i am still buying the stuff i like.<br />
<br />
OS X is not the fastest way to do things, and i can use (and own) a nice fast box with a linux system that is plenty fast.  from CLI.  so why does the ibook (yes, that slow old G3 running that slow old OS X!) get used 95% of the time?  it still does everything i want it to do, it does it fast enough (except video conversion and the other box is too slow for that too) and it is, wait for it, _a_joy_to_use_this_machine.  end of story.</description>
			<pubDate>Fri, 11 Jul 2003 19:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Double bit. half a bit</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Final word: if you are a general user, and you think MacOSX is fast enough and looks good, DON'T buy a G5, as the performance increase is negligible from your point of view.<br />
<br />
And if to increase so little you need to double the Bits on the hw [from 32 to 64] and the OS still at 32, is not worth it. Don't get suckered by Apple, wait until MacOSX is 64bit on a 64Bit HW. Which is not yet, although the PPC is good chip, you are paying to much for nothing if you think that MacOSX(Jaguar) performs well now.<br />
<br />
Later folks...<br />
<br />
PS Thanks to Eugenia for seeing through the crying baby trick! :-)</description>
			<pubDate>Fri, 11 Jul 2003 19:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Double bit. half a bit?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Final word: if you are a general user, and you think MacOSX is fast enough and looks good, DON'T buy a G5, as the performance increase is negligible from your point of view.&quot;<br />
<br />
That statement suggests that a normal user may not benefit from increased speed. A better way to have phrased that would have been, &quot;If you are a normal use and don't need the added speed that the G5 and OS X will bring, consider other options.&quot;<br />
<br />
  <br />
&quot;And if to increase so little you need to double the Bits on the hw [from 32 to 64] and the OS still at 32, is not worth it.&quot;<br />
<br />
Moving from 32 to 64 does not double speed. Assuming that this is what you were implying, there is a minomer there. However, as far as we know, Panther will be able to run 64 bit software and take advantage of all its 64 bit capabilities, even if the Finder cannot.<br />
<br />
<br />
&quot;Don't get suckered by Apple, wait until MacOSX is 64bit on a 64Bit HW.&quot;<br />
<br />
Nobody would be suckered by Apple if they were to adopt OS X and a G5 right away. They would be able to take advantage of its 64 bit capabilities with the software that utilizes it.<br />
<br />
<br />
&quot;Which is not yet&quot;<br />
<br />
Ofcourse. Its not even out yet.<br />
<br />
<br />
<br />
&quot;you are paying to much for nothing if you think that MacOSX(Jaguar) performs well now.&quot;<br />
<br />
Not at all. A G5 running panther will be a very good value.<br />
<br />
  <br />
&quot;PS Thanks to Eugenia for seeing through the crying baby trick! :-)&quot;<br />
<br />
She must not be reading or is feeling especially lenient today.</description>
			<pubDate>Fri, 11 Jul 2003 19:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>bit-less comments</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&gt; DON'T buy a G5, as the performance increase is negligible from your point of view. <br />
  <br />
yeah, i expect that a much faster CPU, at a faster clock rate, with a massively faster bus and huge floating point numbers will make no difference to my video work.  in fact, i am sure those demos they ran on the G5 at the release were faked.<br />
<br />
hell i bet they cut the video alla microsoft on trial.  no, don't waste your money.<br />
<br />
subtle hint, there is a difference between the OS being fast enough, and the processing of huge chunks of raw data being fast enough.</description>
			<pubDate>Fri, 11 Jul 2003 19:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Shane</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Hey shane.<br />
<br />
Curious... what city do you live in?</description>
			<pubDate>Fri, 11 Jul 2003 19:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:  Double bit. half a bit</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>if you are a general user, and you think MacOSX is fast enough and looks good, DON'T buy a G5, as the performance increase is negligible from your point of view.<br />
<br />
Here's something to chew on:<br />
<br />
maybe the OS is fast enough but we would like our applications to run faster.</description>
			<pubDate>Fri, 11 Jul 2003 19:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Mistik Jogelour (again)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Perhaps it would be helpful if Mr. Mistik decided to define what he means by power computing. He seems to be suggesting high-end workstations, not anything close to the desktop market. And, I find myself agreeing that Apple's core market is *not* these high-end workstations. That said, I think it's kind of rude of him to go off on so many wild rants -- it's easy to make a contrary case without being derogatory, and to do so contradicts the whole point of having a forum in general, which should be to foster debate in a constructive manner (not that that ever actually happens.<br />
<br />
The more interesting point in this article is simply that Apple is trying to push into this high end market -- dominated by those, er, high-end unices, and Mr. Mistik is castigating anyone that says that the performance of current macs running OS X is acceptable for those markets. Considering that no one in the general marketplace has used a G5 (and this is really the first time Apple will have hardware capable of running in this market (the AIX network server aside)), it's a bit stupid to do more than speculate on what the performance will be until people have the freakin' machines in hand with an actual (read: not pre-release version) of Panther installed. I think, at that point, we can start discussing whether Mac OS X is unable to perform in those markets.<br />
<br />
And, considering the fact that a lot of unix stuff is getting ported to run under os x, I think it's probably a good idea for Apple to make an end-run at getting themselves  a higher profile in this market.</description>
			<pubDate>Fri, 11 Jul 2003 19:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Can we stop...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>...saying, verbatim, &quot;the Mac tends to be either slightly more expensive, the same price, slightly less expensive, or significantly less expensive&quot; in every single post on every thread?  That would simply be glorious...</description>
			<pubDate>Fri, 11 Jul 2003 19:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>it makes sense</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>What I think people are failing to recognize is that Apple *has* distributed a 23-bit version of Panther, to run on our 32-bit systems. A version of Panther compiled for the G5 will not run on a G4.<br />
<br />
In conclusion, Panther will be a 32-bit OS on a 32-bit system, and a 64-bit OS on a 64-bit system. Simple.</description>
			<pubDate>Fri, 11 Jul 2003 19:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>No Way To Win</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Guys, <br />
<br />
There is no way to win. You are talking democracy vs communism.<br />
Islam vs Buddism.<br />
<br />
There is a group of people here who are &quot;Super- geeks&quot; pardon my french. The kind of people who wants to read the code, &quot;touch&quot; the center of the machine etc etc.<br />
Then we have a group of people who just wants their damn machines to work, and frankly doesn't really care if a program opens in 3 seconds or 6 seconds.<br />
<br />
You are not going to agree. Fighting is futile.<br />
(Now i know everyone here likes to P' each other off. Try to show supirior knowledge or useage and that is 90% of the reason you come here. To pick a fight).<br />
<br />
Well know let me show my arrogance and supirior knowledge.<br />
<br />
You are all boneheads, you will never win an argument. Because you are all right and wrong from you own and others viewpoint. You are wasting valuable time, that you could spend doing 64bit calculations and video editing.<br />
<br />
Fact of the matter is that each person will use or want the kind of machine and OS that appeals to them. And for some that will be something they can tweak and for others it will be something that is easy to use and works.<br />
<br />
Face it people you are wasting valuable typing time. With you 64bit OS you could probably already have found the cure for cancer and if you are still using a 32bit OS 'shame on you, you are a hobby user'.<br />
<br />
:)</description>
			<pubDate>Fri, 11 Jul 2003 20:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Can we stop...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Can we stop saying, verbatim, &quot;the Mac tends to be either slightly more expensive, the same price, slightly less expensive, or significantly less expensive&quot; in every single post on every thread?  That would simply be glorious...&quot;<br />
<br />
I will be happy to as long as people incorrectly say Mac's are expensive when what they mean to say, PC's are more expandible.</description>
			<pubDate>Fri, 11 Jul 2003 20:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>i live in the state of denile </title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>well my recorded ip says ph.cox.net, and i know that cox has an azizona branch, and that ph could be phoenix, and that it is hotter than hades outside.......  so i will go with phoenix.  why?</description>
			<pubDate>Fri, 11 Jul 2003 20:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: i live in the state of denile </title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I live in Peoria... I have the same IP for my home computer.<br />
<br />
Howdie neighbor. =)</description>
			<pubDate>Fri, 11 Jul 2003 20:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Re: i live in the state of denile </title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>well hello! i am glad there is at least one geek with more than 2 brain cells in the area.  makes we feel all warm inside.  matches the outside.  maybe you are used to this weather, but i have been here 6 weeks, and damn it is hot!  even the iBook fan comes on!<br />
<br />
i don't even want to get into the heat coming off the 17&quot; monitor on the x86 machine.  time to get a flat panel.  hot!<br />
<br />
i hope i adjust......</description>
			<pubDate>Fri, 11 Jul 2003 20:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>PowerPC Instruction Set</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Ok, here's my take hoping it would help to clear things up.<br />
<br />
I'm throwing a link to a PowerPC Manual so others can take a look at it and compare them to what has been posted. <br />
<br />
<a href="http://www-3.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF778525699600719DF2" rel="nofollow">http://www-3.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B2005...</a>  <br />
<br />
On another note, it is true that the G5 has a 64-bit brain installed on a PCI subsystem. The only thing questionable there is why Apple chose PCI instead of the better workstation class subsystems. <br />
<br />
I don't know. Maybe they want to maximize margins, though.</description>
			<pubDate>Fri, 11 Jul 2003 22:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>i hope i adjust......</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;i hope i adjust......&quot;<br />
<br />
Just stay indoors. That's all you can do.</description>
			<pubDate>Fri, 11 Jul 2003 22:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: PowerPC Instruction Set</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><i>On another note, it is true that the G5 has a 64-bit brain installed on a PCI subsystem. The only thing questionable there is why Apple chose PCI instead of the better workstation class subsystems.</i><br />
<br />
Perhaps it's for compatibility with older add-on cards?</description>
			<pubDate>Fri, 11 Jul 2003 22:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><i>What box are you running MacOSX on? What version? What are the Specs? Have you run YDL on the same box? What Version? What Apps have you use to test the speed on both OS? BS won't do. Care to post benchmarks?</i><br />
<br />
Let's do some application performance benchmarks on my 500MHz iBook, running OS X 10.2.6 and YDL 3.0:<br />
<br />
Painter 8 on OS X<br />
Load time: 8 seconds<br />
<br />
Painter 8 on YDL 3.0<br />
Load time: ...<br />
<br />
Reason 2.0 on OS X<br />
Load time: 12 seconds<br />
<br />
Reason 2.0 on YDL 3.0<br />
Load time: ...<br />
<br />
Final Cut Pro 4 on OS X<br />
Load time: 15 seconds<br />
<br />
Final Cut Pro 4 on YDL 3.0<br />
Load time: ...<br />
<br />
Adobe Illustrator 10 on OS X<br />
Load time: 10 seconds<br />
<br />
Adobe Illustrator 10 on YDL 3.0<br />
Load time: ...<br />
<br />
Need I continue?</description>
			<pubDate>Fri, 11 Jul 2003 22:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Nymia</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><i>On another note, it is true that the G5 has a 64-bit brain installed on a PCI subsystem. The only thing questionable there is why Apple chose PCI instead of the better workstation class subsystems.</i><br />
<br />
A &quot;64-bit brain&quot;?  A PCI subsystem?<br />
<br />
A G5 system contains one or two PPC970 processors linked with a 6.4-7.2GB/s front side bus to a controller sporting a dual channel DDR400 memory controller with a combined memory bandwidth of 6.4GB/s and a HyperTransport controller which also sports 6.4GB/s bandwidth.  This connects via a PCI-X I/O hub to a 64-bit 133MHz PCI-X bus which sports up to 2GB/s of bandwidth, versus 266MB/s for regular PCI.<br />
<br />
You'd like to suggest some other bus standard for Apple to have used besides PCI-X?  By all means, go ahead</description>
			<pubDate>Fri, 11 Jul 2003 22:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: MacOSX and YDL</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Need I continue?&quot;<br />
<br />
Er, no you don't. Please don't hurt yourself. I'm sorry I didn't explain. I assumed you will figure it out. You need to run a similar task on both, say a raytracer, or something similar. Get it? Ok. Glad to help. I see why Mac are easier to use, they have appeal to certain market, eh?</description>
			<pubDate>Fri, 11 Jul 2003 22:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><i>I see why Mac are easier to use, they have appeal to certain market, eh?</i><br />
<br />
Yes, a market of people who actually do things with their computers...</description>
			<pubDate>Fri, 11 Jul 2003 23:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>G5 WS</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;You'd like to suggest some other bus standard for Apple to have used besides PCI-X? By all means, go ahead&quot;<br />
<br />
What do you think about the G5, is it a workstation class or a desktop PC class machine? Given the specs you cited.<br />
<br />
Will it crunch numbers like any workstations (WSs) given PPC floating point and other numeric processing units? Will it deliver the bits needed to throw that vertex buffer out to the screen faster than any WSs?<br />
<br />
You tell me.</description>
			<pubDate>Fri, 11 Jul 2003 23:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Bang for your buck</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>The G5 Macs may not be in the league of machines like the SGI Octane 2. Sadly I haven't been able to find a price for a new Octane 2, but a used one with 2x 360MHz. CPU's comes at around 6000 euro's. I can almost get two new G5's of the dual 2GHz. kind for that money. <br />
<br />
All in all I think that the performance/$$$ ratio works out very favorably for the Apples. You pay for performance, and with the big WS manufacturers you usually pay A LOT for it. <br />
<br />
I'll admit that I've never had the privilege of actually using one of those big iron workstations, but I'll be very surprised if a dual G5 at 2GHz. gets beaten by a dual 360MHz. MIPS box. That's not counting specialized custom graphics boards in the WS, just plain number crunching on the CPU (raytracing and the like).</description>
			<pubDate>Sat, 12 Jul 2003 00:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Best OS for G5/970?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Wouldn't the AIX be the best current OS for that system? How could one spend that kind of hardware money and not purchase AIX? It really is native to the PPC platform.</description>
			<pubDate>Sat, 12 Jul 2003 02:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title> Mistik jogelour (IP: 209.11.79.---</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>If you define power computing under the limited context of &quot;crunching #&quot;, then OSX may not be the optimal performer.  There are a few things you apparently aren't aware of:<br />
<br />
1)  The are other contexts of power computing.  I make my living in information security.  Trust me, deep calc computing is a different complexity, not a greater one (except when doing crypto analysis... then it's pretty much the same).  OSX is an extremely powerful platform for my discipline to work on.  BTW, hardcore music and video work is also a different complexity then your deep calc work, not more or less, just different.<br />
<br />
2)  Most personal/workstation computers are used for multiple functions (otherwise you are really talking about an appliance or a dedicated system).  The fact that I can work on my home system, EASILY, make a movie of the kids (to torture our friends or to send to the grandparents on dvd), EASILY maintain an incredibly functional music library, and EASILY do a billion other things typical &quot;end users&quot; do is a huge + in the &quot;power&quot; column.<br />
<br />
3)   Potential power and Real Power are very different items.  Since you are defining power as the ability to get something done quickly (more then evident by every post you have made), which is a more powerful system?   The one that allows you to sit down and begin working on the task at hand, or the one that you must spend significant amount of time &quot;preping&quot; so you can perform the task at hand (which may only execute a few % points faster the the machine that didn't require the &quot;preping&quot;).</description>
			<pubDate>Sat, 12 Jul 2003 03:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Anonymous (IP: 12.105.181.---) </title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>The eMac costs $799.<br />
<br />
WOW! look at my IP address! isn't that fabulous. I am located in Australia and guess what currency I quoted the price in? you guessed wrong, it isn't in US$ but in AUS$ hence the reason why $1899 was quoted. Jump over to <a href="http://www.apple.com.au/store" rel="nofollow">http://www.apple.com.au/store</a> to get a clue.<br />
<br />
<br />
The price to performance ration on the emac is very good.<br />
<br />
Price performance? An iMac costs 3.4K in Australia for the middle range 17 Inch jobby. I've had a look at the IBM pricing. $2250 for a 3Ghz P4 A50p Desktop + $899 for an LCD display. Pretty good value on IBM's part if you ask me.<br />
<br />
<br />
Not at all. <br />
<br />
Of you compare Apple's consumer line of products in both hardware and software Apple's products tend to be slightly more expensive, the same price or slightly less expensive.<br />
<br />
Based on what?<br />
<br />
<a href="http://commerce-29.www.ibm.com/cgi-bin/ncommerce/ProductDisplay?prrfnbr=8697240&amp;cntrfnbr=1&amp;prmenbr=1&amp;cntry=036&amp;lang=en_AU&amp;scrfnbr=89&amp;shoptype=D&amp;cgrfnbr=8666534" rel="nofollow">http://commerce-29.www.ibm.com/cgi-bin/ncommerce/ProductDisplay?prr...</a> <br />
<br />
Is a bargin. Look at the software bundle:<br />
<br />
Software[23] <br />
Operating system provided  Microsoft Windows XP Home Edition  <br />
Productivity applications  Lotus Notes Standalone Client License, Lotus SmartSuite Millennium license  <br />
Communication / networking applications[13]  Access Support Connected Client  <br />
Device drivers / utilities  Norton AntiVirus 2003 OEM Version, PC Doctor Diagnostics, Update Connector, IBM Director Agent (web deliverable), IBM Rapid Restore Ultra, Access IBM 4.0  <br />
<br />
As I have said, it is a bloody bargin compared to Apples consumer line of desktops.</description>
			<pubDate>Sat, 12 Jul 2003 05:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:RE: Anonymous (IP: 12.105.181.---)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;CooCooCaChoo seems to be from Australia. Remember when I said that Mac computers can be more expensive depending where you live?&quot; <br />
<br />
As would be the case with other products... in this case a PC.&quot;<br />
<br />
Absolutely false....Macs are far more expensive and PCs are as cheap or cheaper than in the USA.<br />
<br />
This is what you get for the price of a base model iMac in Australia AUD $1629...AUD$130 (~US$100) more than an iMac)<br />
(www.ascension.net.au current price today)<br />
<br />
Intel Pentium 4 2.8GHz 533FSB <br />
Corsair 512MB PC-2700 DDR<br />
V9520 MAGIC - GeForce FX 5200 - TV Out 128Mb - DVI<br />
ATX Midi Tower Case with Front USB, 350W <br />
Sony 1.44 FDD<br />
Microsoft Multimedia Value Pack( MS Multimedia Keyboard &amp; Optical Wheel Mouse (OEM))<br />
Benq 17&quot; V772 CRT Monitor<br />
Asus P4SGL-VM SIS650GLX, 6 Channel Sound, Video, 10/100 Network<br />
250W Speaker<br />
Ascension System Build<br />
Asus 52x24x52 CDRW Retail box<br />
Windows XP Home OEM<br />
Liteon 166S 16X DVD/48X CDROM<br />
<br />
<br />
<br />
iMac AUD$1499 (todays price)<br />
<br />
800MHz PowerPC G4<br />
128MB SDRAM<br />
40GB Ultra ATA drive<br />
CD-ROM drive<br />
 <br />
  <br />
Yep that iMac is sure price competitive! Especially since the PC is built with much better quality components than the iMac (the Benq 772 monitor is about as bad as the iMac monitor..and an extra AUD$25 will buy a much better Samsung 753DFX 17&quot; CRT monitor)</description>
			<pubDate>Sat, 12 Jul 2003 07:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:Anonymous (IP: ---.tpgi.com.au)  That is an eMac not an iMac</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;CooCooCaChoo seems to be from Australia. Remember when I said that Mac computers can be more expensive depending where you live?&quot; <br />
<br />
As would be the case with other products... in this case a PC.&quot; <br />
<br />
Absolutely false....Macs are far more expensive and PCs are as cheap or cheaper than in the USA. <br />
<br />
This is what you get for the price of a base model iMac in Australia AUD $1629...AUD$130 (~US$100) more than an iMac) <br />
(www.ascension.net.au current price today) <br />
<br />
Intel Pentium 4 2.8GHz 533FSB <br />
Corsair 512MB PC-2700 DDR <br />
V9520 MAGIC - GeForce FX 5200 - TV Out 128Mb - DVI <br />
ATX Midi Tower Case with Front USB, 350W <br />
Sony 1.44 FDD <br />
Microsoft Multimedia Value Pack( MS Multimedia Keyboard &amp; Optical Wheel Mouse (OEM)) <br />
Benq 17&quot; V772 CRT Monitor <br />
Asus P4SGL-VM SIS650GLX, 6 Channel Sound, Video, 10/100 Network <br />
250W Speaker <br />
Ascension System Build <br />
Asus 52x24x52 CDRW Retail box <br />
Windows XP Home OEM <br />
Liteon 166S 16X DVD/48X CDROM <br />
<br />
<br />
<br />
iMac AUD$1499 (todays price) <br />
<br />
800MHz PowerPC G4 <br />
128MB SDRAM <br />
40GB Ultra ATA drive <br />
CD-ROM drive <br />
<br />
<br />
Yep that iMac is sure price competitive! Especially since the PC is built with much better quality components than the iMac (the Benq 772 monitor is about as bad as the iMac monitor..and an extra AUD$25 will buy a much better Samsung 753DFX 17&quot; CRT monitor)&quot; <br />
<br />
<br />
<br />
The Apple I qouted is a base model eMac for AUD$1499 not an iMac!!!!!!!!!</description>
			<pubDate>Sat, 12 Jul 2003 07:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: CooCooCaChoo</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;WOW! look at my IP address! isn't that fabulous. I am located in Australia and guess what currency I quoted the price in? you guessed wrong, it isn't in US$ but in AUS$ hence the reason why $1899 was quoted. Jump over to <a href="http://www.apple.com.au/store" rel="nofollow">http://www.apple.com.au/store</a> to get a clue.&quot;<br />
<br />
I made a simple mistake about where you cam from. Who the hostility? <br />
  <br />
  <br />
&gt;&gt;&gt;&quot;The price to performance ration on the emac is very good.&quot;</description>
			<pubDate>Sat, 12 Jul 2003 18:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Anonymous (IP: ---.tpgi.com.au)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Macs are far more expensive and PCs are as cheap or cheaper than in the USA.&quot;<br />
<br />
That's not true. A Mac is either slightly more expensive, the same price, slightly less expensive or significantly less expensive that a Mac when you compare it against a PC with the exact (or as close as possible) same hardware and software configuration. <br />
 <br />
  <br />
&quot;This is what you get for the price of a base model iMac in Australia AUD $1629...AUD$130 (~US$100) more than an iMac)&quot;<br />
<br />
First of all, you are comparing an AIO against a tower.<br />
<br />
Second, you significantly understanded the. You said that the AUD$1499 iMac only has:<br />
  <br />
 800MHz PowerPC G4 <br />
 128MB SDRAM <br />
 40GB Ultra ATA drive <br />
 CD-ROM drive<br />
<br />
You forgot to add:<br />
15-inch LCD flat screen<br />
NVIDIA GeForce2 MX<br />
32MB DDR video memory<br />
256MB SDRAM<br />
(You misquoted the hard drive): It has a 60GB Ultra ATA hard drive<br />
10/100BASE-T Ethernet<br />
56K V.92 internal modem<br />
Apple Pro Speakers<br />
Mac OS X<br />
iPhoto<br />
iMovie<br />
iCal<br />
iSync<br />
AppleWorks<br />
Mail App<br />
Quicken 2003 Deluxe<br />
World Book 2003 Edition<br />
Mac OS X Chess<br />
Otto Matic, Deimos Rising<br />
Sound Studio<br />
   <br />
    <br />
&quot;Yep that iMac is sure price competitive!&quot;<br />
<br />
It sure is.<br />
<br />
<br />
&quot;Especially since the PC is built with much better quality components than the iMac (the Benq 772 monitor is about as bad as the iMac monitor..&quot;<br />
<br />
The iMac monitor is one of the best available. You're wrong about that.<br />
<br />
<br />
&quot;and an extra AUD$25 will buy a much better Samsung 753DFX 17&quot; CRT monitor)&quot;<br />
<br />
Hence the reason why comparisons between AIO and desktops aren't a fair comparison. I mean, its not as if Apple only sells AIO computers are anything.</description>
			<pubDate>Sat, 12 Jul 2003 18:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Anonymous (IP: ---.tpgi.com.au)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>One more thing... you misquoted the drive as well. You said that it has a only has a CDRom drive when it has a DVD-R/CD-RW</description>
			<pubDate>Sat, 12 Jul 2003 19:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:Anonymous (IP: ---.tpgi.com.au)  That is an eMac not an iMac</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;The Apple I qouted is a base model eMac for AUD$1499 not an iMac!!!!!!!!!&quot;<br />
<br />
Okay... lets do this again.<br />
<br />
You mentioned that the base model eMac only had:<br />
<br />
800MHz PowerPC G4<br />
 128MB SDRAM<br />
 40GB Ultra ATA drive<br />
 CD-ROM drive<br />
<br />
You forgot to mention:<br />
<br />
17-inch (16-inch viewable) flat CRT<br />
ATI Radeon 7500 with AGP 4x support; 32MB dedicated DDR SDRAM graphics memory<br />
You mentioned a case so I'll do the same...<br />
Two FireWire 400 ports, five USB ports (three on system, two on keyboard), mini-VGA output port, headphone jack, audio line in jack VGA video mirroring<br />
S-video and composite video output<br />
10/100BASE-T Ethernet<br />
56K V.92 modem<br />
Integrated stereo speakers<br />
QuickTime<br />
iCal<br />
iChat<br />
iTunes<br />
iPhoto<br />
iMovie<br />
iSync<br />
DVD Player<br />
AppleWorks<br />
Mac OS X Mail<br />
Microsoft Internet Explorer<br />
Apple Safari<br />
Quicken 2003 Deluxe<br />
World Book 2003 Edition<br />
Mac OS X Chess<br />
Otto Matic<br />
Deimos Rising<br />
Microsoft Office v. X Test Drive<br />
Sound Studio<br />
FAXstf<br />
90 days of free telephone support and one-year limited warranty<br />
and mac OS X<br />
<br />
<br />
Now, the comparison is more balanced, but (again) you're comparing an AIO against a desktop computer. That in itself is not a fair comparison. <br />
<br />
Regardless, the eMac help up pretty nicely.</description>
			<pubDate>Sat, 12 Jul 2003 19:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>VGA video mirroring</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>It seems that I forgot top add VGA video mirroring as well.</description>
			<pubDate>Sat, 12 Jul 2003 19:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>keboard and mouse</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Oh, and since you mentioned, &quot;Microsoft Multimedia Value Pack( MS Multimedia Keyboard &amp; Optical Wheel Mouse (OEM))&quot;I should probably add the baseline eMac's:<br />
<br />
Apple Keyboard<br />
Apple Mouse<br />
modem cable</description>
			<pubDate>Sat, 12 Jul 2003 19:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>When you make your logically wrong arguments, can you make them at least correct in spelling and grammar?<br />
<br />
Maybe you think that correctness in spelling and grammar is just eye candy. But it somehow shows your ignorance. I know it's impossible to get you to admire Mac software and hareware's elegance, so I don't even want to try it...</description>
			<pubDate>Sun, 13 Jul 2003 02:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>keboard and mouse</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>If it isn't Steve Jobs pompom girl striking again.<br />
Macs are more expensive than PCs. You are intellectually dishonest. Go back to drinking your translucent blue kool-aid!<br />
<br />
You must be a cheap, loser Apple salesman [perhaps former as Apple can not be so dumb as to keep a dellusional jackass like you on their staff. You keep turning tricks all over this forums, eh?<br />
<br />
You can repeat the lie as much as you want, but the consumer KNOWS and SHOWS that Apple ARE more expensive than PC's, and subpar for that matter as the majority of consumers clearly chooses a computer other than Apple everyday. Majority uses PC's, only a few are suckered by APple and even fewer are Maczealots cultist idiots like you.</description>
			<pubDate>Sun, 13 Jul 2003 02:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Mistik jogelour</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Luckily you're not a Mac user. The last post from you just demonstrates how low class you're. It's a shame.</description>
			<pubDate>Sun, 13 Jul 2003 02:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>is it just memory partition size?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I had figured that a 64 bit processor would mean some added processing power. <br />
<br />
Like a 64 bit processor would be able to handle bigger chunks of data than a 32 bit processor.  Is that true?  <br />
<br />
Would, for example Final Cut Pro made for 64 bit have more data processing power or not, beyond the size of the memory it can address.</description>
			<pubDate>Sun, 13 Jul 2003 02:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>What Gives</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I find it amazing that some of you people find ways to criticize apple no matter what.  There are a great number of computer users who would like to actually USE their computer rather than sit around a tweak it and brag about their set up.  Apple allows people to do so, seriously guys, is apple so bad?</description>
			<pubDate>Sun, 13 Jul 2003 04:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>The AUD$1499 eMac</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;One more thing... you misquoted the drive as well. You said that it has a only has a CDRom drive when it has a DVD-R/CD-RW&quot;<br />
<br />
Go to <a href="http://www.apple.com.au" rel="nofollow">http://www.apple.com.au</a> the AUD$1499 DOES NOT have a DVD-RW, it DOES NOT have a DVD-ROM it DOES NOT have a CR-RW. It is fitted with a plain CD-ROM!!!!!!!!!!!!!!!!!</description>
			<pubDate>Sun, 13 Jul 2003 04:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Just a quick questions...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>1) What is kool-aide?<br />
<br />
2) Where did I ever say that Apple was flat out more expensive? I have said that their CONSUMER line up are a rip off, however, their WORKSTATION line is VERY good value when compared to what Dell and IBM offers in their workstation line up.<br />
<br />
I am not anti-Apple, I am a realist. If I was anti-Apple, I would NEVER had taken the time to compliment Apple on their great G5 PowerMac line up.<br />
<br />
4) eMac <a href="http://store.apple.com/133-622/WebObjects/australiastore.woa/80605/wo/mC3HNLWgTA1A3z4K8SC2CiAiVAf/0.0.7.1.0.5.21.1.2.1.0.0.0.1.0" rel="nofollow">http://store.apple.com/133-622/WebObjects/australiastore.woa/80605/...</a> <br />
<br />
A$ 1,499.00  <br />
800MHz PowerPC G4<br />
128MB SDRAM<br />
40GB Ultra ATA drive<br />
CD-ROM drive</description>
			<pubDate>Sun, 13 Jul 2003 04:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Just a quick questions...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I believe your quote for the eMac is correct, because Apple sell the same model for SGD1,488 in Singapore and SGD is slightly higher that AUD currently. <br />
<br />
But I think the comparison you made is somehow misleading. You can accuse Apple for not having a wider spectrum of offering in their consumer line, but comparing all-in-one (AIO) model with general desktop model is not fair. AIO models are more expensive than similar spec'd desktops in most cases. While AIOs have some disadvantages such as limited upgrading options and no PCI slot, they also have some advantages such as saving desktop space (which is very precious sometime), easy to moving around and easy maintenance. Due to AIOs' casing limitation, they take more effort to design and the components inside are more expensive (due to smaller volume).<br />
<br />
A better comparison might be between eMac and Dell's OptiPlex SX260 line (Dell's Ultra Small Form desktop model). With the similar spec, the Dell model will cost SGD1,726 which is more expensive than the base eMac model. And the Dell model has no dedicated graphic card (it uses Intel integrated graphic which we all know how poor it means), and no firewire port.<br />
<br />
I'm not saying Dell's offering is poor. My point is that when you make any comparison, the products you choose from both sides must be comparable. I own 3 Macs and 3 PCs, so I know their advantages and shortcomings for both sides from my own point. I admit myself prefer Mac more, but I always recommend people to buy computer according to their needs which include their current needs and the things they plan to do in near future. I can say the base model eMac certainly worth its money if you can fully utilize its power. But I'd recommend people go for the middle range model which presents more value.<br />
<br />
Recently before I bought my Sony digital camcorder, I visited a few popular Websites dedicated to DV users. I found (with no surprise) so many people had struggled or were struggling to make their camcorder working with their Windows XP or 2000 machines. Such a task is so simple if you have a Mac. There are no software installation and no hardware fine-tuning, you just connect the camcorder and iMove will start to work. Same thing with the new released iChat AV beta. This kind of ease of use and plug-n-play is a dream for Windows users. Of course in order to enjoy such a convenience, you need to pay a little more sometimes. But that &quot;a little more&quot; is a wise investment, in my opinion.</description>
			<pubDate>Sun, 13 Jul 2003 07:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: keboard and mouse</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;If it isn't Steve Jobs pompom girl striking again.&quot;<br />
<br />
Who are you talking about?<br />
 <br />
&quot;Macs are more expensive than PCs.&quot;<br />
<br />
They most certinly are not. Macs are either slightly more expensive, the same price, slightly less expensive or significantly less expensive when comparing a PC of the exact same (or as close as possible) hardware and software.<br />
<br />
<br />
&quot;You are intellectually dishonest.&quot;<br />
<br />
What have I been dishonest about? I've asked before and yet you refuse to give an answer.<br />
<br />
<br />
&quot;Go back to drinking your translucent blue kool-aid!&quot;<br />
<br />
I don't even like koolaid. What are you talking about?<br />
<br />
  <br />
&quot;You must be a cheap, loser Apple salesman&quot;<br />
<br />
No. Actually my friends tell me I'm quite generous and am considered Quite sucessful and no, I've never been a salesman for Apple.<br />
<br />
<br />
&quot;[perhaps former as Apple can not be so dumb as to keep a dellusional jackass like you on their staff.&quot;<br />
<br />
You chastize people for insulting you yet you insult others? I would suggest that this gives others a license to insult you with out an argument from you.<br />
<br />
<br />
&quot;You keep turning tricks all over this forums, eh?&quot;<br />
<br />
You mean busting your FUD? If so, yes... I do.<br />
 <br />
  <br />
&quot;You can repeat the lie as much as you want&quot;<br />
<br />
Which lie is that?<br />
<br />
<br />
<br />
&quot;but the consumer KNOWS and SHOWS that Apple ARE more expensive than PC's&quot;<br />
<br />
Well, the numbers surely suggest otherwise. As the old saying goes... numbers don't lie, unfortunately the same can't be said for you.<br />
<br />
<br />
&quot;and subpar for that matter as the majority of consumers clearly chooses a computer other than Apple everyday.&quot;<br />
<br />
Perhaps people are just as misquided about Apple's prices as you are.<br />
<br />
<br />
&quot;only a few are suckered by APple&quot;<br />
<br />
Who got suckered by Apple?<br />
<br />
<br />
&quot;and even fewer are Maczealots cultist idiots like you.&quot;<br />
<br />
I'm not a Maczealout. Where would you get that idea?</description>
			<pubDate>Sun, 13 Jul 2003 09:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: The AUD$1499 eMac</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;Go to <a href="http://www.apple.com.au" rel="nofollow">http://www.apple.com.au</a> the AUD$1499 DOES NOT have a DVD-RW, it DOES NOT have a DVD-ROM it DOES NOT have a CR-RW. It is fitted with a plain CD-ROM!!!!!!!!!!!!!!!!!&quot;<br />
<br />
Look back over his origional post... He mistyped iMac when he mean eMac. I was right he was wrong.</description>
			<pubDate>Sun, 13 Jul 2003 09:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Just a quick questions...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;I am not anti-Apple&quot;<br />
<br />
Some of your comments suggest otherwise.<br />
<br />
<br />
&quot;I am a realist.&quot;<br />
<br />
If so, then who so much fakery?</description>
			<pubDate>Sun, 13 Jul 2003 09:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title> Re:Re: keboard and mouse</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;They most certinly are not. Macs are either slightly more expensive, the same price, slightly less expensive or significantly less expensive when comparing a PC of the exact same (or as close as possible) hardware and software. &quot;<br />
<br />
On Planet Mescaline maybe....</description>
			<pubDate>Sun, 13 Jul 2003 12:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Secrets to survival</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I'd like to comment on one of the secrets of Apples' survival: giving users what they don't want, today.<br />
<br />
Comparisons showing less expensive models from reputable high-volume desktop vendors frequently do not include items such as FireWire 800, Gigabit Ethernet, and the like. When prompted, you typically get the response &quot;I don't need that, why would I spend on it?&quot;. And of course, that's a valid point; your computer is <b>your</b> computer, no need to get items you don't want.<br />
<br />
But ironically, it's in part because of this practice that Apple is still here, and is still making Macintosh computers. You don't buy the part later when you feel the need, you buy it now, and are in effect making an investment in the future. FireWire800, Gigabit Ethernet, 64-bit Computing... it's the same. Some takers now, more takers later.<br />
<br />
Whether or not this is a good practice, or whether or not it suits your needs, is up to each of us to decide individually. Of course, the OS pieces are not yet in place to take advantage of 64-bit Computing, so this whole question should be postponed until they are.<br />
<br />
The whole strength of computing is task automation at speed. Different configurations will give you different results, for different prices. And that is as it should be. For me, a Macintosh gave me the results I wanted at a reasonable price, after doing comparisons with other vendors.<br />
<br />
Don't want to use a Macintosh? Hate Apple? Suits me fine; ignore them. But please don't try and tell me that I'm a &quot;sucker&quot; or a &quot;fool&quot; for wanting a Macintosh, and please don't try and suggest that my choice to use a Macintosh should be taken away to satisfy your needs. If the existance of the platform irritates you, tough. All you can do is live with it.</description>
			<pubDate>Sun, 13 Jul 2003 13:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>more replies</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>RE: Anonymous (IP: ---.ph.ph.cox.net)<br />
<br />
&quot;I am not anti-Apple&quot;<br />
<br />
Some of your comments suggest otherwise.<br />
<br />
Explain to my WHY I complimented Apple on their PowerMac G5 line? Again, please answer the bloody question. If I am so anti-Apple, why then did I compliment Apple on their PowerMac G5 line up?<br />
<br />
RE: digitaleon (IP: ---.nsw.bigpond.net.au)<br />
<br />
I'd like to comment on one of the secrets of Apples' survival: giving users what they don't want, today.<br />
<br />
What users want is a desktop with decent specs sold at a reasonable price. Users don't want the bleeding edge but the certainly don't want to be utilising 2 year old technology or worse still, as with the case of the iMac, bundling DDR memory with it even though the front side bus remains 133Mhz.<br />
<br />
Comparisons showing less expensive models from reputable high-volume desktop vendors frequently do not include items such as FireWire 800, Gigabit Ethernet, and the like. When prompted, you typically get the response &quot;I don't need that, why would I spend on it?&quot;. And of course, that's a valid point; your computer is your computer, no need to get items you don't want.<br />
<br />
Again, I was comparing like with like. I made a comparision between IBM's ThinkCentre Line up vs. the Apple iMac and eMac. I have made NO comparision between the PowerMac and the PC vendor because as I have stated again and again and again (like a parrot), the PowerMac G5 line is VERY good value for money. My bone of contention is the lack of any drive to push their consumer line to something close to the performance of what is available in PC land.<br />
<br />
But ironically, it's in part because of this practice that Apple is still here, and is still making Macintosh computers. You don't buy the part later when you feel the need, you buy it now, and are in effect making an investment in the future. FireWire800, Gigabit Ethernet, 64-bit Computing... it's the same. Some takers now, more takers later.<br />
<br />
Which is why I haven't made a comparision between the PowerMac and G5. The issue is comparing a ThinkCentre PC with an eMac and iMac. The only thing missing from the IBM ThinkCentre PC is a firewire port which can be added on later. Apart from that, on the IBM PC, you get USB 2.0, hyperthreading, Serial ATA, 64MB GeForce MX graphics card sitting on an 8x AGP bus with the option to upgrade to Nvidias workstation class graphics card.<br />
<br />
Whether or not this is a good practice, or whether or not it suits your needs, is up to each of us to decide individually. Of course, the OS pieces are not yet in place to take advantage of 64-bit Computing, so this whole question should be postponed until they are.<br />
<br />
The question is also whether there is significant demand both from end users and developers for these features.<br />
<br />
The whole strength of computing is task automation at speed. Different configurations will give you different results, for different prices. And that is as it should be. For me, a Macintosh gave me the results I wanted at a reasonable price, after doing comparisons with other vendors.<br />
<br />
Don't want to use a Macintosh? Hate Apple? Suits me fine; ignore them. But please don't try and tell me that I'm a &quot;sucker&quot; or a &quot;fool&quot; for wanting a Macintosh, and please don't try and suggest that my choice to use a Macintosh should be taken away to satisfy your needs. If the existance of the platform irritates you, tough. All you can do is live with it.<br />
<br />
I am certainly not saying that you or anyone else should move to a PC or some other platform, what I am simply relaying is what I see out there in the market. Apple need to ask themselves this, are they a consumer orientated company, a professional orientated company, or both.  IMHO, their consumer line isn't up the scratch and until they get a G5 down into their consumer line, their position in the consumer market will dwindle to nothingness, HOWEVER, in terms of professional workstations, they do a VERY good job at it. They provide a quality product with great speed and reliability. Instead of trying to beat it out in the consumer market, why not concerntrate on their tradition strengths, namely, the professional graphics market.</description>
			<pubDate>Sun, 13 Jul 2003 13:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Here we go again</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>This forum started off in a very good discussion of the topic at hand. It has, as always, deteriorated into a garbage fight.<br />
<br />
Apple overcharges: Let's use that same argument for Dell, H-P, Gateway, etc.).  Since they sell models below $600 then all of the other offerings of that company are grossly overpriced.<br />
<br />
I can get them cheaper: Yes, and I can build a tool shed cheaper than I can pay for someone else to build it. The same is true of my audio equipement (yes I built my stereo), etc. Therefore, anyone who can't, or doesn't wish, to build their own is an idiot. They are dupes of big business.<br />
<br />
Logic of this sort clearly indicates the lack of critical thinking. I rarely read such rantings by such individuals. I think that the best policy is to simply ignore their utterances by no longer responding to the incomprehensible mantras.</description>
			<pubDate>Sun, 13 Jul 2003 14:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Ronald Crain (IP: ---.cpe.cableone.net)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>How about actually read what the discussion is about. The point I raised isn't the raw price, but the price vs. features vs. speed vs and other possible variable. <br />
<br />
I said it again, and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again<br />
<br />
&quot;the PowerMac G5 line is VERY good value for money&quot;<br />
<br />
How many times must I repeat myself until it gets through your anti-any-that-isn't-your-particular-dogma brain?</description>
			<pubDate>Sun, 13 Jul 2003 14:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: CooCooCaChoo</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I hate to say it but if the shoe fits, wear it. I am a Mac user and I happen to also think that the G5 is a good buy. I believe that you and many others jump to conclusions.<br />
<br />
It would have been nice to have received a better answer by having you ask a few questions. I did not say that you were wrong. In fact, if you go back and actually read what I wrote you should discover that it was not anti against any particular computer system. It was about the constant bickering that clutters up these forums. (Oh, by the way, I have read the forum comments and contrary to your opinion I do comprehend what is being said. )<br />
<br />
I hate to be redundant but I find this senseless bickering a waste of time. It is almost as bad as many of the chat rooms that rant about nothing with great vigor.</description>
			<pubDate>Sun, 13 Jul 2003 18:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>

