MAC on PC?
-
corebreach
- Redshirt
- Posts: 381
- Joined: Tue Apr 15, 2003 8:01 pm
- Felan
- Buddhist Snack
- Posts: 1316
- Joined: Tue Feb 11, 2003 8:07 pm
- Real Name: Chris
- Gender: Male
- Location: Georgia
- Contact:
I prefer using PDFS for cross platforming wether its mac/pc/linux/pda/etc as unlike say html or .doc files PDFs retain all their original formatting. .html formatting can change greatly due to browser differences and can be the same for .doc files.
I think there is a .pdf reader out there for almost any system nowadays
Plus you can set up privilages to PDFs that you really cant do on html or .doc files (such as limited printing and passwords)
I think there is a .pdf reader out there for almost any system nowadays
Plus you can set up privilages to PDFs that you really cant do on html or .doc files (such as limited printing and passwords)
-
ParallaxTZ
- Redshirt
- Posts: 13
- Joined: Sat Jun 07, 2003 7:12 am
- Location: Pennsylvania
- Contact:
"better graphics acceleration in the OS"
NOT hardware specific, windows still doesn't use graphics acceleration for it's GDI, MACOS does.
"standard graphics format"
use a mac to do graphics sometime, every graphical thing is converted into the "standard format" and can be brought across into any program (note ANY program, not just any graphics program), in windows, this is not the case and many conversions and work arounds need to be done
the MAC os and windows OS have differing color algorithms that they appear to use when they send color data to the hardware. this is why colors of the same image look different between the OSes. some say that this is due to the "pallete" used by the OSes, but this cannot be the case when using 16-bit color (pallette's only exist in 8-bit mode) ... but it is true that browser's between the OSes (and even browsers on the same OS) tend to use different pallette's for their color displaying (i.e. html elements that have a color set), this is why you'll find listings for "standard web pallette" -- these are the colors that look the same cross browser & cross platform (at least between windows and mac)
as for PDFs, the unable to edit the text is half the point usually, not only do you want to be cross platform, you don't want other people editing it... also, they have great compression algorithms
[edit]
also, a random note about hardware
MACs (PPC line, basically any mac made within more than a few years) have many more registers on their hardware (CPU) than PCs (x86 lines, basically almost any PC) do. This helps the MAC processor perform various functions much faster than a PC. (As a side note, it also makes emulation of a PCC MAC impossible on a PC due to speed issues.)
NOT hardware specific, windows still doesn't use graphics acceleration for it's GDI, MACOS does.
"standard graphics format"
use a mac to do graphics sometime, every graphical thing is converted into the "standard format" and can be brought across into any program (note ANY program, not just any graphics program), in windows, this is not the case and many conversions and work arounds need to be done
the MAC os and windows OS have differing color algorithms that they appear to use when they send color data to the hardware. this is why colors of the same image look different between the OSes. some say that this is due to the "pallete" used by the OSes, but this cannot be the case when using 16-bit color (pallette's only exist in 8-bit mode) ... but it is true that browser's between the OSes (and even browsers on the same OS) tend to use different pallette's for their color displaying (i.e. html elements that have a color set), this is why you'll find listings for "standard web pallette" -- these are the colors that look the same cross browser & cross platform (at least between windows and mac)
as for PDFs, the unable to edit the text is half the point usually, not only do you want to be cross platform, you don't want other people editing it... also, they have great compression algorithms
[edit]
also, a random note about hardware
MACs (PPC line, basically any mac made within more than a few years) have many more registers on their hardware (CPU) than PCs (x86 lines, basically almost any PC) do. This helps the MAC processor perform various functions much faster than a PC. (As a side note, it also makes emulation of a PCC MAC impossible on a PC due to speed issues.)
[quote="ParallaxTZ";p="182531"]"better graphics acceleration in the OS"
NOT hardware specific, windows still doesn't use graphics acceleration for it's GDI, MACOS does.[/quote]
It's Mac. Not an acronym.
NOT hardware specific, windows still doesn't use graphics acceleration for it's GDI, MACOS does.[/quote]
It's Mac. Not an acronym.
Are you sure that's not a little outdated? Granted, I haven't done much heavy graphics work on PCs, at least not inter-application work, but that seems like a rumor to me."standard graphics format"
use a mac to do graphics sometime, every graphical thing is converted into the "standard format" and can be brought across into any program (note ANY program, not just any graphics program), in windows, this is not the case and many conversions and work arounds need to be done
I'd like to clarify that. What it is, really, is that the x86 pipeline, the way the processor handles data, contains 21 (I believe) "stages", each of which the data must complete before it can reach its destination. The PPC processor contains 7. (Again, I believe. If someone knows, please tell me the actual numbers.) Due to this, even though the processor runs at a slower clock speed (MHz), the data needs only to complete 7 stages, and therefore can be processed faster in some instances even though it takes it longer to complete each stage. This is especially true when a branch is reached in the code -- an if/then statement or some other piece of code that relies on previous data to execute. The first data must go through, and the pipeline cannot even BEGIN to load more data until the first data is all the way through. That yields 21 unused cycles per branch, whereas on the PPC, it's only 7 unused cycled per branch. The G5 works even faster, but I'm not quite up to date on it yet, so I won't risk trying to explain it and ending up saying something wrong.MACs (PPC line, basically any mac made within more than a few years) have many more registers on their hardware (CPU) than PCs (x86 lines, basically almost any PC) do. This helps the MAC processor perform various functions much faster than a PC. (As a side note, it also makes emulation of a PCC MAC impossible on a PC due to speed issues.)
-Me.
Wheee.
Wheee.
- Martin Blank
- Knower of Things

- Posts: 12709
- Joined: Fri Feb 07, 2003 4:11 am
- Real Name: Jarrod Frates
- Gender: Male
- Location: Dallas, TX
- Contact:
Though I'm platform agnostic, I'd be interested in learning what this "standard format" is, as every Mac graphics app I've seen has defaulted to TIFF, which is an industry-wide format. However, those same apps will work just fine with JPG, PNG, GIF, or whatever.
I believe (and billf can correct me on this one if necessary) that applications for professional use get certified by various companies (like PANTONE) that they match the proper output. These applications often run on more than one platform and produce identical output.
Saying that there's no such thing as a 16-bit palette is inane. A palette is a range of colors; the bit description provides for how many colors (8-bit palettes have 256 possible colors; 16-bit have 65,536; 24-bit have 16,777,216; and 32-bit have 4,294,967,296 possible colors).
Exported PDFs use little or no compression that I've ever seen; in fact, many PDFs are significantly larger than the original document, even without included binaries. Crack one open in Notepad and check out the text that makes up the document. The format is openly specified by Adobe; if you wanted to, you could hand-write a PDF in Notepad.
Macs have been proven, time and again, to be, on average, no faster or slower than a PC. We've seen that debate here on numerous occasions.
I believe (and billf can correct me on this one if necessary) that applications for professional use get certified by various companies (like PANTONE) that they match the proper output. These applications often run on more than one platform and produce identical output.
Saying that there's no such thing as a 16-bit palette is inane. A palette is a range of colors; the bit description provides for how many colors (8-bit palettes have 256 possible colors; 16-bit have 65,536; 24-bit have 16,777,216; and 32-bit have 4,294,967,296 possible colors).
Exported PDFs use little or no compression that I've ever seen; in fact, many PDFs are significantly larger than the original document, even without included binaries. Crack one open in Notepad and check out the text that makes up the document. The format is openly specified by Adobe; if you wanted to, you could hand-write a PDF in Notepad.
Macs have been proven, time and again, to be, on average, no faster or slower than a PC. We've seen that debate here on numerous occasions.
If I show up at your door, chances are you did something to bring me there.
-
Nanosphere
- Redshirt
- Posts: 193
- Joined: Sun Oct 12, 2003 3:41 pm
- Location: St. Louis MO, USA
- Contact:
I have not used Macs much but I do not believe that neither a Mac nor a PC is "better" than the other. To me it's like comparing apples and oranges. There is no such thing as a "superior" operating system, they all have strengths and weaknesses and each is more suited for performing different tasks. Everyone will have their own perferred enviroment they are more comfortable with since each person differs be it in what tasks they often perform at a computer or what they consider aesthetically pleasing.
- Infin8Cyn
- Redshirt
- Posts: 6309
- Joined: Tue Apr 29, 2003 10:02 pm
- Real Name: James
- Gender: Male
- Location: Albuquerque, New Mexico
- Contact:
Nanosphere,
Your points are well taken, but even in apples and oranges, there are comparisons that can be made. I.E. Which utilizes ram better, HD Space, efficency, etc. The list goes on and on. I've tried to (and I feel I have) prove the mac as the weaker of the computing species
Your points are well taken, but even in apples and oranges, there are comparisons that can be made. I.E. Which utilizes ram better, HD Space, efficency, etc. The list goes on and on. I've tried to (and I feel I have) prove the mac as the weaker of the computing species
There are options for compression in the PDF Format, and if used correctly reduce the file size some, but agreed. Due to the design of the PDF format, it's large. However, with the changes in PDF formats, and the adding of options to their acrobat package, Adobe has made it tough to do said editing on a PDF. Especially a Password-protected one.Exported PDFs use little or no compression that I've ever seen; in fact, many PDFs are significantly larger than the original document, even without included binaries. Crack one open in Notepad and check out the text that makes up the document. The format is openly specified by Adobe; if you wanted to, you could hand-write a PDF in Notepad.
This is true.I believe (and billf can correct me on this one if necessary) that applications for professional use get certified by various companies (like PANTONE) that they match the proper output. These applications often run on more than one platform and produce identical output
Has anyone else seen the LongHorn movies? The things it can do with it's GDI is insane. Make all windows spin and bounce while still being completely usable, and utilizing no more than 2-3% of the CPU, on a mediocre-average video card at best. LongHorn is looking like it may have some drastic changes to the Windows OS as we geeks know it.better graphics acceleration in the OS"
NOT hardware specific, windows still doesn't use graphics acceleration for it's GDI, MACOS does.

- billf
- Pantless power

- Posts: 7052
- Joined: Tue Feb 11, 2003 8:27 pm
- Location: New York... The part with the cows
- Contact:
[quote="Martin Blank";p="182674"]I believe (and billf can correct me on this one if necessary) that applications for professional use get certified by various companies (like PANTONE) that they match the proper output. These applications often run on more than one platform and produce identical output.[/quote]
True, although I have seen some cases where it doesn't always work the way it should
True, although I have seen some cases where it doesn't always work the way it should
- Martin Blank
- Knower of Things

- Posts: 12709
- Joined: Fri Feb 07, 2003 4:11 am
- Real Name: Jarrod Frates
- Gender: Male
- Location: Dallas, TX
- Contact:
-
Nanosphere
- Redshirt
- Posts: 193
- Joined: Sun Oct 12, 2003 3:41 pm
- Location: St. Louis MO, USA
- Contact:
Here's something I managed to scrounge up though not videos.
http://www.winsupersite.com/showcase/
http://www.winsupersite.com/reviews/
http://www.winsupersite.com/showcase/
http://www.winsupersite.com/reviews/
- Infin8Cyn
- Redshirt
- Posts: 6309
- Joined: Tue Apr 29, 2003 10:02 pm
- Real Name: James
- Gender: Male
- Location: Albuquerque, New Mexico
- Contact:
I don't know where the video went, I'm on my laptop, but lets see... I know Paul's site had stills of it... [searches]

You can see that with it all spinnin' it's at 2or3 or maybe 7, I can't quite read the number...
Others shots found here
Note the size of the hands compared to the Gargantuan monitor....
ME WANTEY!

You can see that with it all spinnin' it's at 2or3 or maybe 7, I can't quite read the number...
Others shots found here
Note the size of the hands compared to the Gargantuan monitor....
ME WANTEY!

Who is online
Users browsing this forum: No registered users and 1 guest

