Chucho
May 17, 12:41 AM
I was having ~50% calls dropped with my iPhone. Bought a Nexus One, popped in the AT&T sim card from the iPhone and it has worked flawlessly.
awmazz
Mar 12, 06:02 AM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)
Not once have I said anything is safe. Not once have I said there is nothing to worry about; just the opposite--it's a serious situation and could get worse.
Beg to differ. You've been praising Japanese nuclear power plant construction as being superior to the impoverished Soviet ones that go into meltdown. Well, we've all now seen your argument for the 'testament to building codes' by 'experts on Japanese nuclear regulations' totally explode and is now lying in rubble. Unless of course you now insist that the building exploding and cllapsing on the core is part of the building codes? ;):
Unless you are an expert with a background in chemical/nuclear engineering, and an expert not only on just nuclear reactors but also Japanese nuclear regulations, then you aren't really in a place to criticize from halfway around the world.
Comparing them to the 30+ year old standards of the impoverished USSR is rather inappropriate.
a testament to the warning systems, the building codes and construction, and the seriousness with which these issues are taken by the Japanese and the preparedness they show.
BTW, this Japanese plant was built in 1971, which is *older* than the 30+ years you deride the old Soviet plants for being. So there's more of your 'expert because I've got two degrees' opinion lying in more not so expert after all rubble. Speaking of deriding:
With all due respect, somebody who doesn't even realize hydrogen is explosive isn't really in a position to tell someone holding two degrees in the field and speaking a good amount of the local language that he's de facto right and I'm de facto wrong.
With all due respect, I edited my post to self-correct my own fluff before I was quoted (as you can see there is no 'edited' footnote, I was quick but not quick enough), which means I did know so it's bad form to use it against me in a battle of dick-lengths. :p
Not once have I said anything is safe. Not once have I said there is nothing to worry about; just the opposite--it's a serious situation and could get worse.
Beg to differ. You've been praising Japanese nuclear power plant construction as being superior to the impoverished Soviet ones that go into meltdown. Well, we've all now seen your argument for the 'testament to building codes' by 'experts on Japanese nuclear regulations' totally explode and is now lying in rubble. Unless of course you now insist that the building exploding and cllapsing on the core is part of the building codes? ;):
Unless you are an expert with a background in chemical/nuclear engineering, and an expert not only on just nuclear reactors but also Japanese nuclear regulations, then you aren't really in a place to criticize from halfway around the world.
Comparing them to the 30+ year old standards of the impoverished USSR is rather inappropriate.
a testament to the warning systems, the building codes and construction, and the seriousness with which these issues are taken by the Japanese and the preparedness they show.
BTW, this Japanese plant was built in 1971, which is *older* than the 30+ years you deride the old Soviet plants for being. So there's more of your 'expert because I've got two degrees' opinion lying in more not so expert after all rubble. Speaking of deriding:
With all due respect, somebody who doesn't even realize hydrogen is explosive isn't really in a position to tell someone holding two degrees in the field and speaking a good amount of the local language that he's de facto right and I'm de facto wrong.
With all due respect, I edited my post to self-correct my own fluff before I was quoted (as you can see there is no 'edited' footnote, I was quick but not quick enough), which means I did know so it's bad form to use it against me in a battle of dick-lengths. :p

Piggie
Apr 28, 06:20 PM
And I thought the 14.4 modems were slow!
Prestel Pages were 1K each page, so not too bad to come down the phone line at 1200 and your key presses were sent back at 75.
http://upload.wikimedia.org/wikipedia/commons/5/57/Viewdata_Graphics_1.jpg
http://www.neuralmap.com/blog/wp-content/uploads/2010/01/prestel_micronet.gif
Prestel Pages were 1K each page, so not too bad to come down the phone line at 1200 and your key presses were sent back at 75.
http://upload.wikimedia.org/wikipedia/commons/5/57/Viewdata_Graphics_1.jpg
http://www.neuralmap.com/blog/wp-content/uploads/2010/01/prestel_micronet.gif

aegisdesign
Oct 26, 05:00 AM
That was with the flicker filter on max, and a minor color corection using the color corrector.
Maybe the drives couldn't feed the CPUs fast enough. This is going to be a problem going forward unless Apple gets hardware RAID in there,
Maybe the drives couldn't feed the CPUs fast enough. This is going to be a problem going forward unless Apple gets hardware RAID in there,
mspman
May 5, 12:45 PM
I've noticed over the past few weeks there have been more issues than normal with AT&T in Minneapolis. Last week and the week before it I was getting at least 1 dropped call a day, sometimes two. And there are times when I'm in my condo when I don't get 3G, only EDGE. And I live downtown, so this should not be happening. Very frustrating!!
twochoicestom
Apr 13, 09:14 AM
aside from all of this..
HELVETICA is blatently coming to Lion. Looking good in FCP!
HELVETICA is blatently coming to Lion. Looking good in FCP!
javajedi
Oct 8, 04:20 PM
Originally posted by Backtothemac
Why is the PC faster? It is the OS, not the processor. Windblows uses .dll's Dynamic link libraries. They allow programs to load 2.only what is needed (GUI, and primary API's) and then load pieces of the program as the user uses it. Macs on the other hand load all of the program into memory because, Mac's don't use dll files. So. It takes longer to load a program on a Mac, however once loaded the program will actually perform faster.
As far as Macs being slower at everything. Dude, you obviously have not put a PowerBook up against a PC based notebook recentlly have you? See we sell IBM and Apple. We recently put my 667 up against a 2.0GHZ IBM laptop. The 667 was faster at everything in photoshop than the PC, encoded MP3's faster, and the only it did slower was render HTML. Now you say how much faster? Doesn't matter. If it was .1 seconds faster, it still shows the superiority of the PPC design.
Sure OS X is a 25 year old architecture. My reference is to the flaws of the X86 vs the PPC architecture. If you would like to discuss the flaws in Windows compared to OSX. Well, arn would have to make a dedicated topic for us to discuss it.
Macs run slower than winblows machines. So what. Would you really like to run winblows fast? That would be cool. Sure my machine goes 2.8GHZ, but it crashes once a day. I have never crashed X. Not even when it was a PB. Oh, and btw. I am an MCP, and Apple certified, so yes, I do know what I am talking about.
Come on.. lets get real..
1) Macs don't use shared libraries? You must be using System 6. For the folks who aren't familiar with the concept of the shared library (what Microsoft calls a dynamic link library) simply put shared libs are object orientated pieces of code containing functions/methods and other objects that can be invoked upon from other code. Mac OS X being highly object orientated relies almost exclusively on shared libraries. In the modern world of software engineering we rarely find it necessary to statically build an executable. If you look back at OS 7/8/9, while not as much as 10, developers could take advantage of off the shelf code. (eg, sprockets, mp lib, etc). Also you are not accurate in saying OS X is a 25 year old archiecture.
1.5) Microsoft OS's that use versions of the Windows 2000 kernel (2000 itself and XP) just like Mach, have a hardware abstraction layer. The "DLL Hell" days (Windows ME and below) are over. This is no longer an issue with the new kernel. The fact of the matter is that my P4 2.8 machine running XP is equally as stable as my PowerBook G4 800 running Mac OS X. I have not *ONCE* had either one core dump or "blue screen". Sure programs screw up, and when they do, they die, not the OS. Both OS's are very mature.
2.) I have *literally* put my PC up against my PowerBook, and the PowerBook fails miserably. I've wrote a simple stopwatch Java application that iterate through floating point instructions, and if I my PC finished 2.5 times faster than the PowerBook. If you want more details (hell I'll even give you the code) of my app, I'll be glad to share it with the community. Playing/decoding MP3's faster on the Mac? No way in hell. Winamp uses 0-1% CPU, iTunes consumes 8-12%.
3.) You speak of flaws of the "x86 architecture" but do not provide us specifics as to why you say this. The x86 processor began in the late 70's when Intel first offered the 8086 as a CISC successor to it's 4004 line of processors. Many, many things have changed over the course of 20 years. Had they sit still (like the G4/motorola chip) intel wouldn't be selling products today, now would they? The G4 is not much more than an improved G3 series processor with vector processing instructions. Be honest (especially be honest to yourself!) if you look back and compare the G3/G4, you do see improvements, but not drastic improvements. More clock, the maxbus protocol (debatable), and more cache. One of the reasons why you see Apple adding cache like mad to it's recent products is because they are in between a rock and hard place with this Motorola chip. This is exactly the same approach AMD took with their failing processor, the K5/K6. I want you to contrast this to a P4 with an i850e chipset: Insanely high clock speeds, a 533mhz bus, fast memory with RIMMs @ 4.2GB/s, with a next stop of 9.6GB/s -- to MaxBus. You will soon see why the current generation of PowerPC processors is "inferior", dare I say it.
For the most part I think its fare to say that the current Macintosh hardware performance is �status-quo�. The current best of breed of Macintoshes are slower than the current best of bread PCs. Mac�s are slower - just accept it. I don�t like it any more than you do.
Why is the PC faster? It is the OS, not the processor. Windblows uses .dll's Dynamic link libraries. They allow programs to load 2.only what is needed (GUI, and primary API's) and then load pieces of the program as the user uses it. Macs on the other hand load all of the program into memory because, Mac's don't use dll files. So. It takes longer to load a program on a Mac, however once loaded the program will actually perform faster.
As far as Macs being slower at everything. Dude, you obviously have not put a PowerBook up against a PC based notebook recentlly have you? See we sell IBM and Apple. We recently put my 667 up against a 2.0GHZ IBM laptop. The 667 was faster at everything in photoshop than the PC, encoded MP3's faster, and the only it did slower was render HTML. Now you say how much faster? Doesn't matter. If it was .1 seconds faster, it still shows the superiority of the PPC design.
Sure OS X is a 25 year old architecture. My reference is to the flaws of the X86 vs the PPC architecture. If you would like to discuss the flaws in Windows compared to OSX. Well, arn would have to make a dedicated topic for us to discuss it.
Macs run slower than winblows machines. So what. Would you really like to run winblows fast? That would be cool. Sure my machine goes 2.8GHZ, but it crashes once a day. I have never crashed X. Not even when it was a PB. Oh, and btw. I am an MCP, and Apple certified, so yes, I do know what I am talking about.
Come on.. lets get real..
1) Macs don't use shared libraries? You must be using System 6. For the folks who aren't familiar with the concept of the shared library (what Microsoft calls a dynamic link library) simply put shared libs are object orientated pieces of code containing functions/methods and other objects that can be invoked upon from other code. Mac OS X being highly object orientated relies almost exclusively on shared libraries. In the modern world of software engineering we rarely find it necessary to statically build an executable. If you look back at OS 7/8/9, while not as much as 10, developers could take advantage of off the shelf code. (eg, sprockets, mp lib, etc). Also you are not accurate in saying OS X is a 25 year old archiecture.
1.5) Microsoft OS's that use versions of the Windows 2000 kernel (2000 itself and XP) just like Mach, have a hardware abstraction layer. The "DLL Hell" days (Windows ME and below) are over. This is no longer an issue with the new kernel. The fact of the matter is that my P4 2.8 machine running XP is equally as stable as my PowerBook G4 800 running Mac OS X. I have not *ONCE* had either one core dump or "blue screen". Sure programs screw up, and when they do, they die, not the OS. Both OS's are very mature.
2.) I have *literally* put my PC up against my PowerBook, and the PowerBook fails miserably. I've wrote a simple stopwatch Java application that iterate through floating point instructions, and if I my PC finished 2.5 times faster than the PowerBook. If you want more details (hell I'll even give you the code) of my app, I'll be glad to share it with the community. Playing/decoding MP3's faster on the Mac? No way in hell. Winamp uses 0-1% CPU, iTunes consumes 8-12%.
3.) You speak of flaws of the "x86 architecture" but do not provide us specifics as to why you say this. The x86 processor began in the late 70's when Intel first offered the 8086 as a CISC successor to it's 4004 line of processors. Many, many things have changed over the course of 20 years. Had they sit still (like the G4/motorola chip) intel wouldn't be selling products today, now would they? The G4 is not much more than an improved G3 series processor with vector processing instructions. Be honest (especially be honest to yourself!) if you look back and compare the G3/G4, you do see improvements, but not drastic improvements. More clock, the maxbus protocol (debatable), and more cache. One of the reasons why you see Apple adding cache like mad to it's recent products is because they are in between a rock and hard place with this Motorola chip. This is exactly the same approach AMD took with their failing processor, the K5/K6. I want you to contrast this to a P4 with an i850e chipset: Insanely high clock speeds, a 533mhz bus, fast memory with RIMMs @ 4.2GB/s, with a next stop of 9.6GB/s -- to MaxBus. You will soon see why the current generation of PowerPC processors is "inferior", dare I say it.
For the most part I think its fare to say that the current Macintosh hardware performance is �status-quo�. The current best of breed of Macintoshes are slower than the current best of bread PCs. Mac�s are slower - just accept it. I don�t like it any more than you do.
Evangelion
Jul 13, 09:17 AM
Intel and AMD push hard to make sure that a dual-core processor is *licensed* as a single CPU.
And quite a few software-firms agree with them. Those that do not, are retarded. But my point remains: According to Intel, single-socket, dualcore system is a 1-way system, dual-socket, dual-core system is a 2-way system.
This is because there are a lot of big software packages that are priced according to the number of processors, often much more expensive for a 4-way than a 2-way.
And that's retarded. And those companies that do charge like that are not going to change their mind based on few paragraphs on intel.com.
So, Intel/AMD have an agenda that requires them to distort the meaning of the word "processor". They have to warp the word "processor" to justify the licensing stance.
So, your argument is basically that even though AMD and Intel disagree with you, you are still right, because this is just a vast conspiracy?
Finally, a source that doesn't have a marketing agenda says:
Like I have said: there are more than one way of looking at this thing. That is one way. The "other" way isn't really wrong either.
...enough said.
hopefully so. You seem to have some major problems accepting the fact that not everyone shares your viewpoint? So you then proceed to cram your viewpoint down other people's throats.
And quite a few software-firms agree with them. Those that do not, are retarded. But my point remains: According to Intel, single-socket, dualcore system is a 1-way system, dual-socket, dual-core system is a 2-way system.
This is because there are a lot of big software packages that are priced according to the number of processors, often much more expensive for a 4-way than a 2-way.
And that's retarded. And those companies that do charge like that are not going to change their mind based on few paragraphs on intel.com.
So, Intel/AMD have an agenda that requires them to distort the meaning of the word "processor". They have to warp the word "processor" to justify the licensing stance.
So, your argument is basically that even though AMD and Intel disagree with you, you are still right, because this is just a vast conspiracy?
Finally, a source that doesn't have a marketing agenda says:
Like I have said: there are more than one way of looking at this thing. That is one way. The "other" way isn't really wrong either.
...enough said.
hopefully so. You seem to have some major problems accepting the fact that not everyone shares your viewpoint? So you then proceed to cram your viewpoint down other people's throats.
gnasher729
Sep 12, 07:42 PM
I sure wish Apple would have come up with a system for ripping DVDs to my computer and cataloging them, that I would have loved. How much you want to bet that never happens?
Use Handbrake to convert to H.264, then drag the result into iTunes.
Use Handbrake to convert to H.264, then drag the result into iTunes.

d.perel
Mar 19, 07:15 PM
the software would probably go over better if it did not contain the 1st syllable of 'Pirate' or 'Pirating' right before the word music..... :rolleyes:
~Shard~
Oct 29, 09:59 AM
I wish we could get more details then "it could be released after mid-November.." OF COURSE it will be released after mid-November, but what does that mean? End of November? December? January? I just want to know when it will be out!!
I think what that statement is getting at is that they will definitely not be released any sooner than mid-November. (I'm assuming that's when they will be officially "released".) But how soon afterwards, you're right, is anyone's guess. Just look at what Apple has done with the C2D chips. It took them a little longer than some of its competitors to include them in the MBPs, and we still don't have them in the MacBooks. (Of course, we may never see them in the MacBooks, until Santa Rosa, who knows... :o)
I think what that statement is getting at is that they will definitely not be released any sooner than mid-November. (I'm assuming that's when they will be officially "released".) But how soon afterwards, you're right, is anyone's guess. Just look at what Apple has done with the C2D chips. It took them a little longer than some of its competitors to include them in the MBPs, and we still don't have them in the MacBooks. (Of course, we may never see them in the MacBooks, until Santa Rosa, who knows... :o)
mi5moav
Jul 12, 07:29 AM
Hmmm, I hope they change the moniker XEON just brings up old conotations. Though I hope the Xserve waits for Kentsfield or at least for SOSSA MAN.

FX120
Mar 13, 02:38 PM
When a nuclear disaster happens hundreds of thousands of people can die
No. You need to do some research.
No. You need to do some research.
nagromme
Mar 18, 04:11 PM
I have no problem with people using this, as long as people don't use it for piracy. Easier methods exist for pirating music.
The record labels will have SOME problem with this, but--like CDs--you have to BUY the music first. That's not like people signing up for one month of Napster and stealing non-stop.
Apple will have a bigger problem with this--it was tough enough for them to convince the record industry to allow downloading at all, and they'll be extra sure to defend their system now that it's successful.
And it sounds easy for Apple to fix with a future iTunes update:
1) First, force iTunes to identify itself more strictly when connecting to the store.
2) Assuming that crackers keep finding ways to spoof the iTunes app anyway... send the songs to Akamai and to the iTunes app already encrypted. NOT with the account-specific DRM, just with standard 128-bit encryption, the SAME encryption for everyone. Only iTunes, not 3rd-party apps, would have the key to decrypt those files (and add the individual DRM).
3) If the crackers manage to extract the universal key from the iTunes app, Apple need only change the key every so often to interfere. Either as part of iTunes updates, and/or by obtaining a new key online so there's one more process crackers would have to spoof.
Thinking out loud. Anyway, one way or another, I imagine this is short-lived.
The existing, easy, legal method for stripping DRM--burning to CD--is here to stay. And you lose no quality. When you re-import, you ALSO lose no quality, as long as you can spare the HD space and use Apple Lossless etc. Looking at the long-term, HD space is getting cheap.
The record labels will have SOME problem with this, but--like CDs--you have to BUY the music first. That's not like people signing up for one month of Napster and stealing non-stop.
Apple will have a bigger problem with this--it was tough enough for them to convince the record industry to allow downloading at all, and they'll be extra sure to defend their system now that it's successful.
And it sounds easy for Apple to fix with a future iTunes update:
1) First, force iTunes to identify itself more strictly when connecting to the store.
2) Assuming that crackers keep finding ways to spoof the iTunes app anyway... send the songs to Akamai and to the iTunes app already encrypted. NOT with the account-specific DRM, just with standard 128-bit encryption, the SAME encryption for everyone. Only iTunes, not 3rd-party apps, would have the key to decrypt those files (and add the individual DRM).
3) If the crackers manage to extract the universal key from the iTunes app, Apple need only change the key every so often to interfere. Either as part of iTunes updates, and/or by obtaining a new key online so there's one more process crackers would have to spoof.
Thinking out loud. Anyway, one way or another, I imagine this is short-lived.
The existing, easy, legal method for stripping DRM--burning to CD--is here to stay. And you lose no quality. When you re-import, you ALSO lose no quality, as long as you can spare the HD space and use Apple Lossless etc. Looking at the long-term, HD space is getting cheap.
jessefoxperry
Sep 12, 04:34 PM
is apple.com not loading for anyone else? it was fine before with the new content, now everything in the middle is missing. /itunes /ipod still work like they should. weird.
flopticalcube
Apr 25, 09:34 PM
I probably have met too few atheists. Each of my philosophy professors at the State University of New York was an atheist. But only one seemed hostile to theism. Other atheists, J.L. Mackie and Roger Scruton, say, were made some excellent points in their books. Mackie even discovered a way to go through the horns of the Euthypro dilemma, a philosophical dilemma that you can sum up with a question: Is murder morally wrong because God says so, or does he say so because it's morally wrong? Unfortunately, I forget Mackie's reply. But I'm sue that had someone proved that God existed, Mackie would have become a theist just as Antony Flew did. I've spent years studying theism and too little time to studying atheism.
If someone one is hostile to theism, then he is anti-theist (presumably also being atheist). Most atheists are not anti-theist from my experience. Pretty much live and let live.
If someone one is hostile to theism, then he is anti-theist (presumably also being atheist). Most atheists are not anti-theist from my experience. Pretty much live and let live.
iliketyla
Apr 21, 07:35 PM
Hence the robust market for Windows anti-virus software?
(As for malware vs. virus, to the consumer it doesn't matter. Both suck.)
....yeah the anti-virus software that I don't use.
It's a clever marketing ploy.
OH MY GOD MY TEH PC COULD GET HAXORED?!?!!@2/22?
I CAN HAZ NORTON ANTI-VIRUS!?34@
OMNONNOMNNONOMNONOM
(As for malware vs. virus, to the consumer it doesn't matter. Both suck.)
....yeah the anti-virus software that I don't use.
It's a clever marketing ploy.
OH MY GOD MY TEH PC COULD GET HAXORED?!?!!@2/22?
I CAN HAZ NORTON ANTI-VIRUS!?34@
OMNONNOMNNONOMNONOM
ReanimationLP
Aug 29, 11:41 AM
Who the hell listens to GreenPeace anymore.
Seriously.
Seriously.
NebulaClash
Apr 29, 07:54 AM
A reasonable question, AppleScruff. Indeed, my sample group includes staff, faculty, and students from different disciplines (including business/commerce, and engineering) at a university who use their Macs for research, graduate work, or lecture preparation; a prominent cardiologist at a large hospital; a financial advisor; professional musicians; and many others.
I am myself using a Mac in a business school seamlessly among my PC-using peers. There is nothing that they can do that I cannot - and many things I can do that they would have a difficult time doing in Windows. In fact, my colleagues have been so impressed that one has already made the switch recently, and another is preparing to switch as well. Those days of "needing to run Windows" for work are behind us.
That's been my observation in the business world as well. With projects often being Web-based now, Windows is becoming irrelevant. On one project with about twenty developers, systems architects and analysts, close to half were running Macbook Pros (no Windows installed) and doing very well. It's just not an issue for many office folks. Obviously there are some roles that still require Windows, but not as many as it used to be. The tech folks in particular seem to take great delight in moving to Macs. Times have changed.
I am myself using a Mac in a business school seamlessly among my PC-using peers. There is nothing that they can do that I cannot - and many things I can do that they would have a difficult time doing in Windows. In fact, my colleagues have been so impressed that one has already made the switch recently, and another is preparing to switch as well. Those days of "needing to run Windows" for work are behind us.
That's been my observation in the business world as well. With projects often being Web-based now, Windows is becoming irrelevant. On one project with about twenty developers, systems architects and analysts, close to half were running Macbook Pros (no Windows installed) and doing very well. It's just not an issue for many office folks. Obviously there are some roles that still require Windows, but not as many as it used to be. The tech folks in particular seem to take great delight in moving to Macs. Times have changed.
Eaon
Apr 19, 02:12 PM
Also mac networking sucks, pc,s rarely show in finder, sometimes do sometimes dont, have to cmd k far too often, well in my experience anyway.
I don't think that's so much the Mac's fault as it is the general design of Windows networking in the Workgroup configuration that Apple continues to have to rely on to talk to Windows systems.
Windows in a workgroup mode uses a method of "broadcast my presence on the network" that you might think is like what Bonjour does for pure Mac networks, but it's of a Windows 95 vintage. Try setting up a pure Windows network using workgroups, not Active Directory, and watch how it can take around 20 minutes for systems to start showing up in each other's network neighbourhoods. It's lame. I know in Vista or 7 Microsoft added a new "homegroup" system, not sure if that's any better.
I guess you could complain that Apple should try to get up to speed on the homegroup thing, but it's not like Microsoft is overly forthcoming with their specs for their networking. Maybe if the rumours of Apple ditching Samba for something built in-house are true, maybe that means they've licensed tech from Microsoft to make this work better, but I wouldn't hold my breath.
From my own personal experience, I bring my MBP in to work and plug it in to the AD-based network, and system names start filling up my sidebar faster than I can get the mouse over there to close the Sharing section so I don't have to see them all. :cool:
I don't think that's so much the Mac's fault as it is the general design of Windows networking in the Workgroup configuration that Apple continues to have to rely on to talk to Windows systems.
Windows in a workgroup mode uses a method of "broadcast my presence on the network" that you might think is like what Bonjour does for pure Mac networks, but it's of a Windows 95 vintage. Try setting up a pure Windows network using workgroups, not Active Directory, and watch how it can take around 20 minutes for systems to start showing up in each other's network neighbourhoods. It's lame. I know in Vista or 7 Microsoft added a new "homegroup" system, not sure if that's any better.
I guess you could complain that Apple should try to get up to speed on the homegroup thing, but it's not like Microsoft is overly forthcoming with their specs for their networking. Maybe if the rumours of Apple ditching Samba for something built in-house are true, maybe that means they've licensed tech from Microsoft to make this work better, but I wouldn't hold my breath.
From my own personal experience, I bring my MBP in to work and plug it in to the AD-based network, and system names start filling up my sidebar faster than I can get the mouse over there to close the Sharing section so I don't have to see them all. :cool:
Rt&Dzine
Mar 13, 05:29 PM
Not really. Chernobyl has an estimated death toll of 4000. Let's multiply that by 10 for arguments sake. More people are killed each year in the US alone by car accidents. Nuclear power is still a fairly minor risk.
Huh? I agreed with you that there are more car accident deaths. But just as I said Chernobyl is an estimated death toll. My point is many deaths from a nuclear accident aren't known. I personally know someone who died from the effects of Chernobyl who wasn't included in the estimation. I'm sure there are many, many more.
Huh? I agreed with you that there are more car accident deaths. But just as I said Chernobyl is an estimated death toll. My point is many deaths from a nuclear accident aren't known. I personally know someone who died from the effects of Chernobyl who wasn't included in the estimation. I'm sure there are many, many more.
gopher
Oct 9, 08:41 AM
Originally posted by alex_ant
Haven't we been over this before?
Maybe we have, but nobody has provided compelling evidence to the contrary. The Mac hardware is capable of 18 billion floating calculations a second. Whether the software takes advantage of it that's another issue entirely. If someone is going to argue that Macs don't have good floating point performance, just look at the specs. If they really want good performance and aren't getting it they need to contact their favorite developer to work with the specs and Apple's developer relations. Apple provides the hardware, it is up to developer companies to utilize the hardware the best way they can. If they can't utilize Apple's hardware to its most efficient mode, then they should find better developers.
If you are going to complain that Apple doesn't have good floating point performance, don't use a PC biased spec like Specfp. Go by actual floating point calculations a second.
Nobody has shown anything to say that PCs can do more floating point calculations a second. And until someone does I stand by my claim.
Haven't we been over this before?
Maybe we have, but nobody has provided compelling evidence to the contrary. The Mac hardware is capable of 18 billion floating calculations a second. Whether the software takes advantage of it that's another issue entirely. If someone is going to argue that Macs don't have good floating point performance, just look at the specs. If they really want good performance and aren't getting it they need to contact their favorite developer to work with the specs and Apple's developer relations. Apple provides the hardware, it is up to developer companies to utilize the hardware the best way they can. If they can't utilize Apple's hardware to its most efficient mode, then they should find better developers.
If you are going to complain that Apple doesn't have good floating point performance, don't use a PC biased spec like Specfp. Go by actual floating point calculations a second.
Nobody has shown anything to say that PCs can do more floating point calculations a second. And until someone does I stand by my claim.
bassfingers
Apr 24, 09:08 PM
Simple ignorance?.
Yep. I've lived a completely sheltered life, never studied my faith, and certainly never questioned it- never been in any in-depth discussions of religion, and most importantly, I do not understand why I think Christianity is legitimate rather than any other religion.
I believe only the things my parents have told me, and I plug my ears whenever someone says anything different. I'm completely unaware of modern science and how some people consider it to be a religion killer.
To top it off, compared to all atheists, I'm an illiterate, illogical, southern-bred moron and I will never be able to make an educated decision for myself.
And just to be clear, I DID NOT make a 35 on the ACT my Junior year of high school, and I am not on scholarship to a top 25 university.
happy now? :cool:
Yep. I've lived a completely sheltered life, never studied my faith, and certainly never questioned it- never been in any in-depth discussions of religion, and most importantly, I do not understand why I think Christianity is legitimate rather than any other religion.
I believe only the things my parents have told me, and I plug my ears whenever someone says anything different. I'm completely unaware of modern science and how some people consider it to be a religion killer.
To top it off, compared to all atheists, I'm an illiterate, illogical, southern-bred moron and I will never be able to make an educated decision for myself.
And just to be clear, I DID NOT make a 35 on the ACT my Junior year of high school, and I am not on scholarship to a top 25 university.
happy now? :cool:
jared_kipe
Mar 18, 04:07 PM
More like the wrath-of-Jobs! :rolleyes:
Same thing.
Same thing.