Macist
Feb 26, 05:20 AM
The thing is, do Apple care about being outpaced sales-wise? They may just be content to make their products smoother and sexier than the better Android phones and be the Mercedes.
If they want to be in the sales race they need to get the 32MB iPhone free on �30 per month contract like other top-end smart phones, not �230 on a �35 per month contract. As Android and Maemo and tothers improve that massve Apple tax won't wash.
They also need an iPhone nano to compete with the HTC hero type phones.
If they want to be in the sales race they need to get the 32MB iPhone free on �30 per month contract like other top-end smart phones, not �230 on a �35 per month contract. As Android and Maemo and tothers improve that massve Apple tax won't wash.
They also need an iPhone nano to compete with the HTC hero type phones.
Bill McEnaney
Mar 28, 12:17 PM
He wouldn't have to: he wears his dogma on his sleeve.
Even if I'm dogmatic, I'm still distinct from my dogmatism. Being-dogmatic may be a property I have, but I'm not identical with that property.
Even if I'm dogmatic, I'm still distinct from my dogmatism. Being-dogmatic may be a property I have, but I'm not identical with that property.
AceWilfong
Apr 24, 03:34 PM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8F190 Safari/6533.18.5)
People don't like the idea of no longer existing, and religion solves that.
Plus, it is a way to control people. A very effective one! That's why it is still here today in the age of science. Religion has been refined over thousands of years to make sure it keeps itself going and keeps people believing without question.
This book says there is an invisible man in the sky who made the earth. We know this because the invisible man wrote the book. He listens to you but doesn't answer. If you do as he says you go to a wonderful afterlife, but if you don't you go to a horrible one.
Excellent! And it would not surprise me to learn that religion was invented by Kings, not Gods.
People don't like the idea of no longer existing, and religion solves that.
Plus, it is a way to control people. A very effective one! That's why it is still here today in the age of science. Religion has been refined over thousands of years to make sure it keeps itself going and keeps people believing without question.
This book says there is an invisible man in the sky who made the earth. We know this because the invisible man wrote the book. He listens to you but doesn't answer. If you do as he says you go to a wonderful afterlife, but if you don't you go to a horrible one.
Excellent! And it would not surprise me to learn that religion was invented by Kings, not Gods.
Mord
Jul 12, 06:42 AM
my scanner came with photoshop 5.
munkery
May 2, 05:41 PM
What is "an installer" but an executable file and what prevents me from writing "an installer" that does more than just "installing".
My response, why bother worrying about this when the attacker can do the same thing via shellcode generated in the background by exploiting a running process so the the user is unaware that code is being executed on the system.
I don't know of any Javascript DOM manipulation that lets you have write/read access to the local filesystem. This is already sandboxed.
The scripting engine in the current Safari is not yet sandboxed.
Here is a list of Javascript vulnerabilities:
http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=Mac+OS+X+Javascript
The issue is Safari is launching an executable file that sits outside the browser sandbox.
In the current Safari, only some plugins are sandboxed, so this wasn't execution outside the sandbox.
All that having been said, UAC has really evened the bar for Windows Vista and 7 (moreso in 7 after the usability tweaks Microsoft put in to stop people from disabling it). I see no functional security difference between the OS X authorization scheme and the Windows UAC scheme.
Except this:
Switching off or turning down UAC in Windows also equally impacts the strength of MIC (Windows sandboxing mechanism) because it functions based on inherited permissions. Unix DAC in Mac OS X functions via inherited permissions but MAC (mandatory access controls -> OS X sandbox) does not. Windows does not have a sandbox like OS X.
UAC, by default, does not use a unique identifier (password) so it is more susceptible to attacks the rely on spoofing prompts that appear to be unrelated to UAC to steal authentication. If a password is attached to authentication, these spoofed prompts fail to work.
Unix DAC is turned off in OS X in the root user account.
My response, why bother worrying about this when the attacker can do the same thing via shellcode generated in the background by exploiting a running process so the the user is unaware that code is being executed on the system.
I don't know of any Javascript DOM manipulation that lets you have write/read access to the local filesystem. This is already sandboxed.
The scripting engine in the current Safari is not yet sandboxed.
Here is a list of Javascript vulnerabilities:
http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=Mac+OS+X+Javascript
The issue is Safari is launching an executable file that sits outside the browser sandbox.
In the current Safari, only some plugins are sandboxed, so this wasn't execution outside the sandbox.
All that having been said, UAC has really evened the bar for Windows Vista and 7 (moreso in 7 after the usability tweaks Microsoft put in to stop people from disabling it). I see no functional security difference between the OS X authorization scheme and the Windows UAC scheme.
Except this:
Switching off or turning down UAC in Windows also equally impacts the strength of MIC (Windows sandboxing mechanism) because it functions based on inherited permissions. Unix DAC in Mac OS X functions via inherited permissions but MAC (mandatory access controls -> OS X sandbox) does not. Windows does not have a sandbox like OS X.
UAC, by default, does not use a unique identifier (password) so it is more susceptible to attacks the rely on spoofing prompts that appear to be unrelated to UAC to steal authentication. If a password is attached to authentication, these spoofed prompts fail to work.
Unix DAC is turned off in OS X in the root user account.
CQd44
Apr 21, 02:53 AM
Its amazing how all those "smart" Android users are still poorer than the average iOS user, and spend less than the average iOS user.
Amazing that all these "smart" people just make so much less money...
Are you ****ing serious?
I don't use Apple products but oh my god I feel bad for you guys. Having a fanboy like this must be ridiculously crappy.
Amazing that all these "smart" people just make so much less money...
Are you ****ing serious?
I don't use Apple products but oh my god I feel bad for you guys. Having a fanboy like this must be ridiculously crappy.
Rocketman
Sep 26, 01:12 PM
How many "page outs" per second does your system do? If you have enough RAM not many. Even those few writes DO go into RAM. There is likey a large RAM cache built into the disk drive. As for "page ins" they mostly come from your Applcations Folder, not the swap space. Mac OSX is smart enough to know that it does not need to write RAM pages to swap space if the RAM page contains only executable code. If you want to make the system go faster you would put your applactions in the solid state SATA so as to speed up page ins. But if space is limited a better way would be to put only the applactions you are currently using in the solid state SATA but to go even faster why not skip the bottleneck of the SATA interface and put the RAM that would have gone into the solid state SATA on your system bus. This is what modern computers do. They maintain a RAM cache of the disk(s). With the data (cache of the disk) in system RAM it need not even move. The OS simply does some "magic" with mapping registers and the data appera to move without need of any physical copy. A write to a register is more than 1000 times faster then moving data off a sold state SAYA drive.
The ONLY cases where a solid state SATA disk could improve performance is (1) if you have already maxed out the computer's system RAM and need to add even more. So either your Mac Pro is at 16MB or you imac is at 3GB and you need more. or (2) You have a huge abount of dta to process and you put the data in the solid state drive. This means the drive will be hugely expensive. Cheaper to use something like a SAN storage.
I snipped nothing.
The specific examples I refer to are putting applications in RAM, wherever that ram might be (ramdisc of main memory, ram based solid state drive on the drive bus, or memory drive on the graphics bus). Some applications greatly benefit from residing in RAM, such as compilers or image manipulators. Photoshop uses alot of swap space so you would need large ramdrives to benefit. I mainly am an advocate of ramdrives and see them underused in applications that would clearly benefit. Apple could gain some marketing points by simply offering such an option then bragging about it on TV of how a Mac is 20x as fast as a (stock) Dell :)
Rocketman
The ONLY cases where a solid state SATA disk could improve performance is (1) if you have already maxed out the computer's system RAM and need to add even more. So either your Mac Pro is at 16MB or you imac is at 3GB and you need more. or (2) You have a huge abount of dta to process and you put the data in the solid state drive. This means the drive will be hugely expensive. Cheaper to use something like a SAN storage.
I snipped nothing.
The specific examples I refer to are putting applications in RAM, wherever that ram might be (ramdisc of main memory, ram based solid state drive on the drive bus, or memory drive on the graphics bus). Some applications greatly benefit from residing in RAM, such as compilers or image manipulators. Photoshop uses alot of swap space so you would need large ramdrives to benefit. I mainly am an advocate of ramdrives and see them underused in applications that would clearly benefit. Apple could gain some marketing points by simply offering such an option then bragging about it on TV of how a Mac is 20x as fast as a (stock) Dell :)
Rocketman
citizenzen
Apr 22, 09:02 PM
Because the concept of earth and life just happening to explode into existence from nothing...
The Earth coalesced from matter ... not from "nothing".
Life also originated from matter.
Where do you get the idea that these two things sprang from nothing?
The Earth coalesced from matter ... not from "nothing".
Life also originated from matter.
Where do you get the idea that these two things sprang from nothing?
hexonxonx
May 6, 05:11 AM
AT&T's plan worked brilliantly.
They put me through a year where about 40% of my calls got dropped and then fixed it so only about 5% get dropped now.
So even though that's worse than the other carriers I am personally thrilled with that number.
So...good plan, AT&T!
I too rarely have dropped calls. It's gotten much better since September. I can talk anywhere in the house now without the call dropping.
They put me through a year where about 40% of my calls got dropped and then fixed it so only about 5% get dropped now.
So even though that's worse than the other carriers I am personally thrilled with that number.
So...good plan, AT&T!
I too rarely have dropped calls. It's gotten much better since September. I can talk anywhere in the house now without the call dropping.
superleccy
Sep 20, 06:20 AM
Yeah Ok, thats fine, but then I also need a machine to get content from my TV/tuner/satelite to my Mac.
www.elgato.com (http://www.elgato.com/)
Of course, the downside of this is if your "den" or wherever you keep your Mac doesn't have a cable/ariel/satellite socket in the wall. I actually run my EyeTV 410 off a cheap indoor antenna for this reason. Looks ugly but works fine.
www.elgato.com (http://www.elgato.com/)
Of course, the downside of this is if your "den" or wherever you keep your Mac doesn't have a cable/ariel/satellite socket in the wall. I actually run my EyeTV 410 off a cheap indoor antenna for this reason. Looks ugly but works fine.
benixau
Oct 10, 12:07 PM
maybe, anyway I tell my buddies that a mac works. It is great to have all that speed but here is a thought:
I have a PC that is really 5x as fast as a mac
I spend 5x as long setting it up as i do the mac
I am also 5x less productive on it then a mac as it keeps breaking
I may not be a great mathematician but 5x5 = 25. 25x less usable than a mac. Personal experience proves this.
Long Live King Mac!! Long Live King Mac!!
For the dark side to wonder at how easy I get my life done
I have a PC that is really 5x as fast as a mac
I spend 5x as long setting it up as i do the mac
I am also 5x less productive on it then a mac as it keeps breaking
I may not be a great mathematician but 5x5 = 25. 25x less usable than a mac. Personal experience proves this.
Long Live King Mac!! Long Live King Mac!!
For the dark side to wonder at how easy I get my life done
calsci
May 5, 08:28 PM
they never seem to be on top of this issue.
lazyrighteye
Sep 20, 08:31 AM
Sounds like a very cool device.
lets hope for a 60" Apple tv/monitor is coming for release soon. this would power a home theater and be usable for much more
If this were the case (which would be cool), why not just cram an iTV into the monitor (which would be cooler)?
"Look ma, no... iTV box thingy (?)!"
lets hope for a 60" Apple tv/monitor is coming for release soon. this would power a home theater and be usable for much more
If this were the case (which would be cool), why not just cram an iTV into the monitor (which would be cooler)?
"Look ma, no... iTV box thingy (?)!"
Hawkeye411
Mar 27, 06:56 PM
This thread is full of win!! Thanks!! :D
Wetapples
Jun 12, 11:29 PM
I find this topic to be really interesting I have called the AT&T service department enough times they said there is nothing they can do to fix the problem and recomended that I look into porting my number and changing providers!! AT&T has me cornered though because the next best option is verizon and they do not carry the iPhone!!! Please Steve Jobs divorce at&t they are doing very little to promote your product image! I know there are thousands like me who would drop AT&T in a heart beat if another company aquired the iPhone!!
iMikeT
Sep 26, 07:16 AM
I'll be holding my Mac Pro purchase off for a while...
Now that I think about it, an 8-core system would work great when 10.5 arrives. Imagine using the "Spaces" feature in Leopard and each space running a separate application. A Mac with this much power would be perfect doing such a task.;)
Now that I think about it, an 8-core system would work great when 10.5 arrives. Imagine using the "Spaces" feature in Leopard and each space running a separate application. A Mac with this much power would be perfect doing such a task.;)
carfac
Sep 12, 06:55 PM
The iTV is a winner for these reasons:
1) It does stream HD content -- Just because the iTunes content is NOT HD (it is near DVD) does not mean the DEVICE is not capable. In fact it uses the HDMI connector (as well as S and componet video) and the built in wireless AND gigabit ethernet insure the bandwidth is there for future HD content.
OK, I will grant this- but the software is (NOT YET) HD. Suppose it will be, though. But the TIVO is also HD, so the point is mute
2) The iTV defeats TIVO in NOT NEEDING a Hard Drive. The PC or MAC Desktop BECOMES the Media Server.
And you see this as an advantage??? I do not have much HD space left, so I must buy ANOTHER box for that, too? No, I want it all in one. Point TIVO
3) Tuners: Numerous Third Solutions (elgato for example) exist right now to capture High Def video to the Mac and PC -- the stream is pauseable.
ANOTHER Flipping Box for me to add??? So I have iTV, a Mac, Another HD, and now this???? Vs. a TIVO box. Yeah, no brainer here! Tivo Point
4) HD DVD -- With Blue Ray forthcoming, the Mac can still add DVD content to iTunes and then stream to iTV.
Look at the box- no room for an optivcal drive. So, add one to my mac, or add another flipping box. On top of whick, do you REALLY think the studios are going to let something out that will easily go to a disk? No Point.
5) Multiple Streams/Multiple TVs -- iTV beats Tivo in that you can use multiple iTV's connected to a powerful desktop to service multiple monitors using the Front Row Interface.
You have never set up a Tivo, have you? No Point.
6) The platform to expand: Apple's resources are superior to Tivo's and they will evolve beyond Tivo in the coming 2 years
This is an arguement with no basis. Why, because you say so? Because you are an Apple Fan Boy, and apple can do no wrong?
The thing is, I do not want 500 boxes in my living room, and 400 remotes to control all the different aspects of it. I want something all in one box, that works without me having to add something.
This MAY be an option for techno-nerds and such, but it is by no means a Tivo Killer- it does not even compare.
d
1) It does stream HD content -- Just because the iTunes content is NOT HD (it is near DVD) does not mean the DEVICE is not capable. In fact it uses the HDMI connector (as well as S and componet video) and the built in wireless AND gigabit ethernet insure the bandwidth is there for future HD content.
OK, I will grant this- but the software is (NOT YET) HD. Suppose it will be, though. But the TIVO is also HD, so the point is mute
2) The iTV defeats TIVO in NOT NEEDING a Hard Drive. The PC or MAC Desktop BECOMES the Media Server.
And you see this as an advantage??? I do not have much HD space left, so I must buy ANOTHER box for that, too? No, I want it all in one. Point TIVO
3) Tuners: Numerous Third Solutions (elgato for example) exist right now to capture High Def video to the Mac and PC -- the stream is pauseable.
ANOTHER Flipping Box for me to add??? So I have iTV, a Mac, Another HD, and now this???? Vs. a TIVO box. Yeah, no brainer here! Tivo Point
4) HD DVD -- With Blue Ray forthcoming, the Mac can still add DVD content to iTunes and then stream to iTV.
Look at the box- no room for an optivcal drive. So, add one to my mac, or add another flipping box. On top of whick, do you REALLY think the studios are going to let something out that will easily go to a disk? No Point.
5) Multiple Streams/Multiple TVs -- iTV beats Tivo in that you can use multiple iTV's connected to a powerful desktop to service multiple monitors using the Front Row Interface.
You have never set up a Tivo, have you? No Point.
6) The platform to expand: Apple's resources are superior to Tivo's and they will evolve beyond Tivo in the coming 2 years
This is an arguement with no basis. Why, because you say so? Because you are an Apple Fan Boy, and apple can do no wrong?
The thing is, I do not want 500 boxes in my living room, and 400 remotes to control all the different aspects of it. I want something all in one box, that works without me having to add something.
This MAY be an option for techno-nerds and such, but it is by no means a Tivo Killer- it does not even compare.
d
drsmithy
Sep 26, 09:17 PM
I snipped nothing.
The specific examples I refer to are putting applications in RAM, wherever that ram might be (ramdisc of main memory, ram based solid state drive on the drive bus, or memory drive on the graphics bus). Some applications greatly benefit from residing in RAM, such as compilers or image manipulators. Photoshop uses alot of swap space so you would need large ramdrives to benefit. I mainly am an advocate of ramdrives and see them underused in applications that would clearly benefit. Apple could gain some marketing points by simply offering such an option then bragging about it on TV of how a Mac is 20x as fast as a (stock) Dell :)
Rocketman
On modern platforms, the OS will "cache" (in reality it's a bit more complicated, but the effect is the same) the executable(s) and library(/ies) necessary for an application to execute at runtime and keep them in RAM unless the system is memory starved. As such, the only thing a RAM drive should speed up on a modern system is initial program load times.
RAM drives are (outside of corner cases like, say, for something like DB rollback logs) a crutch for systems with either insufficient real RAM (in which you should get more and let every aspect of the system benefit) or broken VM systems (in which case you should upgrade your OS and let every application benefit). Many of the methods you might have used to make your Mac II running System 7 faster don't really apply to modern OSes - RAM drives are one of them.
The specific examples I refer to are putting applications in RAM, wherever that ram might be (ramdisc of main memory, ram based solid state drive on the drive bus, or memory drive on the graphics bus). Some applications greatly benefit from residing in RAM, such as compilers or image manipulators. Photoshop uses alot of swap space so you would need large ramdrives to benefit. I mainly am an advocate of ramdrives and see them underused in applications that would clearly benefit. Apple could gain some marketing points by simply offering such an option then bragging about it on TV of how a Mac is 20x as fast as a (stock) Dell :)
Rocketman
On modern platforms, the OS will "cache" (in reality it's a bit more complicated, but the effect is the same) the executable(s) and library(/ies) necessary for an application to execute at runtime and keep them in RAM unless the system is memory starved. As such, the only thing a RAM drive should speed up on a modern system is initial program load times.
RAM drives are (outside of corner cases like, say, for something like DB rollback logs) a crutch for systems with either insufficient real RAM (in which you should get more and let every aspect of the system benefit) or broken VM systems (in which case you should upgrade your OS and let every application benefit). Many of the methods you might have used to make your Mac II running System 7 faster don't really apply to modern OSes - RAM drives are one of them.
wdogmedia
Aug 29, 02:41 PM
cars may have produced 100x less CO2 forty years ago. but today there 100x more cars on the road.
Absolutely 100% false.
According to the American Automobile Manufacturer's Association, there were 169,994,128 vehicles in the world in 1970. As of 2001 there were 450 million.
Fine, then...per car, modern vehicles are now only 38 times cleaner than they were forty years ago. )
Absolutely 100% false.
According to the American Automobile Manufacturer's Association, there were 169,994,128 vehicles in the world in 1970. As of 2001 there were 450 million.
Fine, then...per car, modern vehicles are now only 38 times cleaner than they were forty years ago. )
840quadra
Apr 28, 08:09 AM
I disagree. The only reason people stopped buying the iPod was because it was more convenient to have a phone and iPod in a single device. Once people started buying iOS and Android devices, they no longer *needed* an iPod.
So the iPod didn't die down because it was a fad... it died down because technology has replaced it. The need for a PMP such as the iPod is still very much alive, just in a different form.
Right, but how is that not a fad? By definition, it doesn't matter how said fad ends, it simply means that it's overall existence is temporary.
I agree that it it was replaced by newer technology that does more, but it still was a fad in the end.
So the iPod didn't die down because it was a fad... it died down because technology has replaced it. The need for a PMP such as the iPod is still very much alive, just in a different form.
Right, but how is that not a fad? By definition, it doesn't matter how said fad ends, it simply means that it's overall existence is temporary.
I agree that it it was replaced by newer technology that does more, but it still was a fad in the end.
Th3Crow
Apr 28, 08:00 PM
But any time a fad gets discussed over a period of years, it's no longer a fad, it's a trend.
Perfectly stated. :)
Perfectly stated. :)
greenstork
Sep 12, 07:02 PM
You are making a lot of Assumptions regarding complications. The addition of USB to iTV makes a host of third party addons possible that could easily surpass Tivo.
Wait and see -- it happened quickly with the iPod 4 years ago. It will be cheaper too -- no monthly fees and all managed by Front Row.
Now that is EASY!
Please explain to me, even hypothetically, how this could be a Tivo killer DVR. As a basis for the argument, consider that TiVo (as of today) can record 2 HD channels simulteously, while watching a third previously recorded show. Plus you can pause live TV.
Elgato and Myth and all of the cable & satellite Co. DVRs haven't been able to compete with TiVo to date, what makes you thik they will be able to going forward?
Wait and see -- it happened quickly with the iPod 4 years ago. It will be cheaper too -- no monthly fees and all managed by Front Row.
Now that is EASY!
Please explain to me, even hypothetically, how this could be a Tivo killer DVR. As a basis for the argument, consider that TiVo (as of today) can record 2 HD channels simulteously, while watching a third previously recorded show. Plus you can pause live TV.
Elgato and Myth and all of the cable & satellite Co. DVRs haven't been able to compete with TiVo to date, what makes you thik they will be able to going forward?
ChrisA
Apr 14, 06:35 PM
One off the top of my head is that everything costs money application wise, there is very little freeware.
Not true at all. Almost everything that run under Linux will run on the Mac. Linux is an entire OS with thousands of apps. 90% of that runs on the Mac
Not true at all. Almost everything that run under Linux will run on the Mac. Linux is an entire OS with thousands of apps. 90% of that runs on the Mac
iSee
Apr 15, 07:50 AM
1. Pressing delete when you've selected a file in finder doesn't delete the file. You've gotta use the context menu or <gasp> actually drag it to the garbage.
I know this one: Use Command-Delete
I know this one: Use Command-Delete