BrokenChairs
Apr 10, 07:34 AM
This shows how much Apple has learned from the past. They will not make the same mistake they did during the Mac vs. PC era by ignoring games. They're throwing the best mobile GPUs into their products and advertising gaming heavily, good for them.
Yes 'games' are what Apple are after. Until they can produce a decent gaming library and convince companies to make Mac versions (at least Blizzard has all this time) I cannot take Apple seriously when it comes to games. What I call gaming is not a 3 minute exercise for fingers swiping across the screen. But if this is a step to increase non-casual games, good luck Apple.
Yes 'games' are what Apple are after. Until they can produce a decent gaming library and convince companies to make Mac versions (at least Blizzard has all this time) I cannot take Apple seriously when it comes to games. What I call gaming is not a 3 minute exercise for fingers swiping across the screen. But if this is a step to increase non-casual games, good luck Apple.
Doctor Q
Mar 18, 03:54 PM
I'm not pleased with this development, because Apple's DRM is necessary to maintain the compromise they made with the record labels and allow the iTunes Music Store to exist in the first place. If the labels gets the jitters about how well Apple is controlling distribution, that threatens a good part of our "supply" of music, even though I wouldn't expect a large percentage of mainstream customers to actually use a program like PyMusique.
Will Apple be able to teach the iTunes Music Store to distinguish the real iTunes client from PyMusique with software changes only on the server side? If not, I imagine that only an iTunes update (which people would have to install) could stop the program from working.
Suppose iTunes is updated to use a new "secret handshake" with the iTunes Music Store in order to stop other clients from spoofing iTunes. Will iTunes have any way to distinguish tunes previously purchased through PyMusique from tunes acquired from other sources, i.e., ripped from CDs? Perhaps the tags identify them as coming from iTMS and iTunes could apply DRM after the fact. Then again, tags can be removed.
Will Apple be able to teach the iTunes Music Store to distinguish the real iTunes client from PyMusique with software changes only on the server side? If not, I imagine that only an iTunes update (which people would have to install) could stop the program from working.
Suppose iTunes is updated to use a new "secret handshake" with the iTunes Music Store in order to stop other clients from spoofing iTunes. Will iTunes have any way to distinguish tunes previously purchased through PyMusique from tunes acquired from other sources, i.e., ripped from CDs? Perhaps the tags identify them as coming from iTMS and iTunes could apply DRM after the fact. Then again, tags can be removed.
yg17
Mar 18, 03:02 PM
DRM= digital rights management= copy protection
I'm also quite surprised that Apple DRMs the songs as they are downloaded. All it takes is a hack into the servers housing the music and there goes the neighborhood.
The music has to be stored un-DRMed which is a huge risk for the iTMS or Napster or any other online store. The difference is when it gets the DRM added to it. If it gets the DRM at the server before its sent out for download, then this will solve the problem. But either way, the music has to be stored without any DRM somewhere and hacking into the servers would indeed be trouble
I'm also quite surprised that Apple DRMs the songs as they are downloaded. All it takes is a hack into the servers housing the music and there goes the neighborhood.
The music has to be stored un-DRMed which is a huge risk for the iTMS or Napster or any other online store. The difference is when it gets the DRM added to it. If it gets the DRM at the server before its sent out for download, then this will solve the problem. But either way, the music has to be stored without any DRM somewhere and hacking into the servers would indeed be trouble
KnightWRX
May 2, 05:51 PM
Until Vista and Win 7, it was effectively impossible to run a Windows NT system as anything but Administrator. To the point that other than locked-down corporate sites where an IT Professional was required to install the Corporate Approved version of any software you need to do your job, I never knew anyone running XP (or 2k, or for that matter NT 3.x) who in a day-to-day fashion used a Standard user account.
Of course, I don't know of any Linux distribution that doesn't require root to install system wide software either. Kind of negates your point there...
In contrast, an "Administrator" account on OS X was in reality a limited user account, just with some system-level privileges like being able to install apps that other people could run. A "Standard" user account was far more usable on OS X than the equivalent on Windows, because "Standard" users could install software into their user sandbox, etc. Still, most people I know run OS X as Administrator.
You could do the same as far back as Windows NT 3.1 in 1993. The fact that most software vendors wrote their applications for the non-secure DOS based versions of Windows is moot, that is not a problem of the OS's security model, it is a problem of the Application. This is not "Unix security" being better, it's "Software vendors for Windows" being dumber.
It's no different than if instead of writing my preferences to $HOME/.myapp/ I'd write a software that required writing everything to /usr/share/myapp/username/. That would require root in any decent Unix installation, or it would require me to set permissions on that folder to 775 and make all users of myapp part of the owning group. Or I could just go the lazy route, make the binary 4755 and set mount opts to suid on the filesystem where this binary resides... (ugh...).
This is no different on Windows NT based architectures. If you were so inclined, with tools like Filemon and Regmon, you could granularly set permissions in a way to install these misbehaving software so that they would work for regular users.
I know I did many times in a past life (back when I was sort of forced to do Windows systems administration... ugh... Windows NT 4.0 Terminal Server edition... what a wreck...).
Let's face it, Windows NT and Unix systems have very similar security models (in fact, Windows NT has superior ACL support out of the box, akin to Novell's close to perfect ACLs, Unix is far more limited with it's read/write/execute permission scheme, even with Posix ACLs in place). It's the hoops that software vendors outside the control of Microsoft made you go through that forced lazy users to run as Administrator all the time and gave Microsoft such headaches.
As far back as I remember (when I did some Windows systems programming), Microsoft was already advising to use the user's home folder/the user's registry hive for preferences and to never write to system locations.
The real differenc, though, is that an NT Administrator was really equivalent to the Unix root account. An OS X Administrator was a Unix non-root user with 'admin' group access. You could not start up the UI as the 'root' user (and the 'root' account was disabled by default).
Actually, the Administrator account (much less a standard user in the Administrators group) is not a root level account at all.
Notice how a root account on Unix can do everything, just by virtue of its 0 uid. It can write/delete/read files from filesystems it does not even have permissions on. It can kill any system process, no matter the owner.
Administrator on Windows NT is far more limited. Don't ever break your ACLs or don't try to kill processes owned by "System". SysInternals provided tools that let you do it, but Microsoft did not.
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.
UAC is simply a gui front-end to the runas command. Heck, shift-right-click already had the "Run As" option. It's a glorified sudo. It uses RDP (since Vista, user sessions are really local RDP sessions) to prevent being able to "fake it", by showing up on the "console" session while the user's display resides on a RDP session.
There, you did it, you made me go on a defensive rant for Microsoft. I hate you now.
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
Because this required no particular exploit or vulnerability. A simple Javascript auto-download and Safari auto-opening an archive and running code.
Why bother, you're not "getting it". The only reason the user is aware of MACDefender is because it runs a GUI based installer. If the executable had had 0 GUI code and just run stuff in the background, you would have never known until you couldn't find your files or some chinese guy was buying goods with your CC info, fished right out of your "Bank stuff.xls" file.
That's the thing, infecting a computer at the system level is fine if you want to build a DoS botnet or something (and even then, you don't really need privilege escalation for that, just set login items for the current user, and run off a non-privilege port, root privileges are not required for ICMP access, only raw sockets).
These days, malware authors and users are much more interested in your data than your system. That's where the money is. Identity theft, phishing, they mean big bucks.
Of course, I don't know of any Linux distribution that doesn't require root to install system wide software either. Kind of negates your point there...
In contrast, an "Administrator" account on OS X was in reality a limited user account, just with some system-level privileges like being able to install apps that other people could run. A "Standard" user account was far more usable on OS X than the equivalent on Windows, because "Standard" users could install software into their user sandbox, etc. Still, most people I know run OS X as Administrator.
You could do the same as far back as Windows NT 3.1 in 1993. The fact that most software vendors wrote their applications for the non-secure DOS based versions of Windows is moot, that is not a problem of the OS's security model, it is a problem of the Application. This is not "Unix security" being better, it's "Software vendors for Windows" being dumber.
It's no different than if instead of writing my preferences to $HOME/.myapp/ I'd write a software that required writing everything to /usr/share/myapp/username/. That would require root in any decent Unix installation, or it would require me to set permissions on that folder to 775 and make all users of myapp part of the owning group. Or I could just go the lazy route, make the binary 4755 and set mount opts to suid on the filesystem where this binary resides... (ugh...).
This is no different on Windows NT based architectures. If you were so inclined, with tools like Filemon and Regmon, you could granularly set permissions in a way to install these misbehaving software so that they would work for regular users.
I know I did many times in a past life (back when I was sort of forced to do Windows systems administration... ugh... Windows NT 4.0 Terminal Server edition... what a wreck...).
Let's face it, Windows NT and Unix systems have very similar security models (in fact, Windows NT has superior ACL support out of the box, akin to Novell's close to perfect ACLs, Unix is far more limited with it's read/write/execute permission scheme, even with Posix ACLs in place). It's the hoops that software vendors outside the control of Microsoft made you go through that forced lazy users to run as Administrator all the time and gave Microsoft such headaches.
As far back as I remember (when I did some Windows systems programming), Microsoft was already advising to use the user's home folder/the user's registry hive for preferences and to never write to system locations.
The real differenc, though, is that an NT Administrator was really equivalent to the Unix root account. An OS X Administrator was a Unix non-root user with 'admin' group access. You could not start up the UI as the 'root' user (and the 'root' account was disabled by default).
Actually, the Administrator account (much less a standard user in the Administrators group) is not a root level account at all.
Notice how a root account on Unix can do everything, just by virtue of its 0 uid. It can write/delete/read files from filesystems it does not even have permissions on. It can kill any system process, no matter the owner.
Administrator on Windows NT is far more limited. Don't ever break your ACLs or don't try to kill processes owned by "System". SysInternals provided tools that let you do it, but Microsoft did not.
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.
UAC is simply a gui front-end to the runas command. Heck, shift-right-click already had the "Run As" option. It's a glorified sudo. It uses RDP (since Vista, user sessions are really local RDP sessions) to prevent being able to "fake it", by showing up on the "console" session while the user's display resides on a RDP session.
There, you did it, you made me go on a defensive rant for Microsoft. I hate you now.
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
Because this required no particular exploit or vulnerability. A simple Javascript auto-download and Safari auto-opening an archive and running code.
Why bother, you're not "getting it". The only reason the user is aware of MACDefender is because it runs a GUI based installer. If the executable had had 0 GUI code and just run stuff in the background, you would have never known until you couldn't find your files or some chinese guy was buying goods with your CC info, fished right out of your "Bank stuff.xls" file.
That's the thing, infecting a computer at the system level is fine if you want to build a DoS botnet or something (and even then, you don't really need privilege escalation for that, just set login items for the current user, and run off a non-privilege port, root privileges are not required for ICMP access, only raw sockets).
These days, malware authors and users are much more interested in your data than your system. That's where the money is. Identity theft, phishing, they mean big bucks.
Hisdem
Mar 11, 03:48 PM
Last year, after having close friends suffering in Chile, I assumed it would be a very long time until the world saw such a powerful quake. Unfortunately, I was wrong. I hope the loss of life is minimal, and I think it will be possible to achieve this goal. Luckily, the japanese people are very well prepared for this kind of situation.
Of course, one can never ever get used to this kind of thing. Best wishes to everyone in Japan, our thoughts are with you all!
Of course, one can never ever get used to this kind of thing. Best wishes to everyone in Japan, our thoughts are with you all!
Zunjine
Apr 15, 10:32 AM
I am disgusted by some of the small minded stupidity being displayed here.
For those who would attack an anti-bullying campaign which focuses only on the problem of homophobic bullying; would you also attack a charity which focuses on cancer victims because it fails to help victims of stroke?
Also, being gay is not the same as being fat. Do a quick search for pages that include words like 'homosexual' and 'lifestyle'. How many pages do you find where organised groups, usually faith groups, compile lists of so called 'facts' which attempt to demonise gay people? Do faith groups tell fat people they will go to hell? Does a child risk being disowned by his family if he comes out as fat?
I see people use words like 'counterculture' and 'lifestyle choice' when discussing being gay. I had to check that it was 2011 and not the 1940s. No one chooses to be gay anymore than someone chooses to be straight. As far as 'counterculture' is concerned, how exactly is being born gay countercultural? These people didn't join a movement. They were born that way and found that many parts of society would not accept them.
No one has ever been murdered for being fat or being spotty or having lank hair but kids have been killed for being gay. In many countries they are arrested and in some they are hanged. Do people hang computer geeks? Has anyone ever been arrested for being in the debating team?
Gay kids face specific challenges not only in being accepted by others but in accepting themselves. Put away the hate.
For those who would attack an anti-bullying campaign which focuses only on the problem of homophobic bullying; would you also attack a charity which focuses on cancer victims because it fails to help victims of stroke?
Also, being gay is not the same as being fat. Do a quick search for pages that include words like 'homosexual' and 'lifestyle'. How many pages do you find where organised groups, usually faith groups, compile lists of so called 'facts' which attempt to demonise gay people? Do faith groups tell fat people they will go to hell? Does a child risk being disowned by his family if he comes out as fat?
I see people use words like 'counterculture' and 'lifestyle choice' when discussing being gay. I had to check that it was 2011 and not the 1940s. No one chooses to be gay anymore than someone chooses to be straight. As far as 'counterculture' is concerned, how exactly is being born gay countercultural? These people didn't join a movement. They were born that way and found that many parts of society would not accept them.
No one has ever been murdered for being fat or being spotty or having lank hair but kids have been killed for being gay. In many countries they are arrested and in some they are hanged. Do people hang computer geeks? Has anyone ever been arrested for being in the debating team?
Gay kids face specific challenges not only in being accepted by others but in accepting themselves. Put away the hate.
AndreMA
Mar 19, 08:21 PM
anyone got a link to Mac PyMusique downloads or is it Windows only?But the name implies it's written in Python and should be cross platform, I'd assume.
sinsin07
Apr 9, 03:36 AM
Wait, why is FFII and FFIII more a mind numbing time killer over any other game (I am getting FFIII either when it goes on a good sale or I finally finish up my other games, whichever comes first)? Or Myst or Riven for that matter (both on my phone, I've beaten Myst but haven't started Riven).
Cinco de Mayo Food and Drink:
ready for Cinco de Mayo!
Cinco De Mayo(Spanish for
Cinco de Mayo is probably the
traditional cinco de mayo food
Happy Cinco de Mayo!
Cinco de Mayo Festivities
cinco de mayo food traditions.
cinco de mayo food ideas. for
Cinco de Mayo Recipe!
cinco de mayo food ideas.
alex_ant
Oct 8, 09:45 PM
Originally posted by Abercrombieboy
So as I might get flamed for this post, get off Apple's back. Their products are not the pieces of crap everyone on here tries to make them out to be. You pay more for Apple because they don't sacrifice quality. If you want only speed and don't care about software, OS, or hardware quality, then why are you here??? Get a cheapo PC. The new Macs are not slow computers, sure there are some PC's that are a little faster and win the old GHz race, but when you make a purchase you have to look at the entire picture. Look at everything the machine offers, value, quality, style, longevity, productivity, etc... Apple is better.
I don't think many people here are making Apple's computers out to be pieces of crap. It's just tough to say something like "Apple's computers are about the slowest there currently are" with any sort of tact.
I would also disagree somewhat with the paying more for quality comment. I don't think you really pay more for quality when you buy a Mac. What you do pay for is anyone's guess - software, R&D, or whatever - but Apple is notorious for its very high margins. Whatever you pay more for, it's definitely not the hardware, because most (all?) Macs are made in the same massive Asian factories as the big PC manufacturers' are anyway.
And I disagree that all PCs are crap as you say they are. Windows has come a long way, like it or not, and PCs are not the BSOD-every-hour computers they used to be. They've gotten a lot better in recent years, and this is why so many Macrumors posters are worried and yelling at Apple to get a move on with the faster machines.
Alex
So as I might get flamed for this post, get off Apple's back. Their products are not the pieces of crap everyone on here tries to make them out to be. You pay more for Apple because they don't sacrifice quality. If you want only speed and don't care about software, OS, or hardware quality, then why are you here??? Get a cheapo PC. The new Macs are not slow computers, sure there are some PC's that are a little faster and win the old GHz race, but when you make a purchase you have to look at the entire picture. Look at everything the machine offers, value, quality, style, longevity, productivity, etc... Apple is better.
I don't think many people here are making Apple's computers out to be pieces of crap. It's just tough to say something like "Apple's computers are about the slowest there currently are" with any sort of tact.
I would also disagree somewhat with the paying more for quality comment. I don't think you really pay more for quality when you buy a Mac. What you do pay for is anyone's guess - software, R&D, or whatever - but Apple is notorious for its very high margins. Whatever you pay more for, it's definitely not the hardware, because most (all?) Macs are made in the same massive Asian factories as the big PC manufacturers' are anyway.
And I disagree that all PCs are crap as you say they are. Windows has come a long way, like it or not, and PCs are not the BSOD-every-hour computers they used to be. They've gotten a lot better in recent years, and this is why so many Macrumors posters are worried and yelling at Apple to get a move on with the faster machines.
Alex
DemSpursBro
Apr 10, 07:00 PM
I'm not sure sure what you mean when you say "for the things it is good at." What do you mean? What things?
The only real advantage, aside from aesthetics, macs have over PC is more user friendly video/music editing. Speaking from experience here,
you can do the same on a PC, but it's slightly more difficult.
Unless you're buying some old/bad brand, a PC will normally give you greater hardware capabilities and you can always dual boot or just only use the Mac OS.
I would like to show this picture that I threw together a couple of months ago.
http://img831.imageshack.us/img831/4838/macnotworthit.jpg (http://img831.imageshack.us/i/macnotworthit.jpg/)
Of course, it's speaking about games, but that also doubles as video/music editing capability.
The only real advantage, aside from aesthetics, macs have over PC is more user friendly video/music editing. Speaking from experience here,
you can do the same on a PC, but it's slightly more difficult.
Unless you're buying some old/bad brand, a PC will normally give you greater hardware capabilities and you can always dual boot or just only use the Mac OS.
I would like to show this picture that I threw together a couple of months ago.
http://img831.imageshack.us/img831/4838/macnotworthit.jpg (http://img831.imageshack.us/i/macnotworthit.jpg/)
Of course, it's speaking about games, but that also doubles as video/music editing capability.
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 (?)!"
shawnce
Jul 12, 03:16 PM
I believe the max TDP of G5 processor is something like 80 W.
The below lists power consumed by the part, they are not TDP numbers (only part of the power consumed by a chip leaves the chip as heat, heat is what you have to dissipate and is what TDP attempts define).
PPC 970fx power optimized part (@ 2GHz)
40W average, 45-50 W max, 23 W throttle back (half frequency)
PPC 970fx standard part (@ 2GHz)
48W average, 55-60 W max, 29 W throttle back (half frequency)
To me this puts the PPC 970fx below the TDP of a Conroe... I would say the TDP for the PPC 970fx (@2Ghz) is around 40 W (if not lower).
The below lists power consumed by the part, they are not TDP numbers (only part of the power consumed by a chip leaves the chip as heat, heat is what you have to dissipate and is what TDP attempts define).
PPC 970fx power optimized part (@ 2GHz)
40W average, 45-50 W max, 23 W throttle back (half frequency)
PPC 970fx standard part (@ 2GHz)
48W average, 55-60 W max, 29 W throttle back (half frequency)
To me this puts the PPC 970fx below the TDP of a Conroe... I would say the TDP for the PPC 970fx (@2Ghz) is around 40 W (if not lower).
go4koko
May 31, 06:53 PM
Ok...so here's the deal...
I've been on AT&T for over a year now, using an iPhone 3g. No dropped calls at all, 5 bars everywhere in my area, and full 3G coverage.
Verizon has 0 bars in my area, and their phones are crap...
Way to go AT&T!
WTF? Why do people buy phones without knowing if they work in their areas first? If I went by what people say on these boards, I'd have bought a Verizon phone that wouldn't work in my area, and on a phone that's crap....
STOP MAKING PURCHASING DECISIONS BASED ON OTHER PEOPLES OPINIONS!
:apple: How would you go about finding out if a phone or carrier service worked in a certain area if you didn't consult other people or credible sources? Wouldn't you have to make a decision based on 'Other Peoples Opinions' in order to find out? If you know Verizon service yields 0 bars in your area do you know this as a previous Verizon service customer, consult someone directly or take the 'Opinion' of the AT&T salesman?
Are you so inflexible as to believe no one in the universe has occasional connection problems? Do you live under an AT&T tower and never stray far from it? I'm looking to get an iPhone in 2 months and I hope it really is as reliable as you describe.
I've been on AT&T for over a year now, using an iPhone 3g. No dropped calls at all, 5 bars everywhere in my area, and full 3G coverage.
Verizon has 0 bars in my area, and their phones are crap...
Way to go AT&T!
WTF? Why do people buy phones without knowing if they work in their areas first? If I went by what people say on these boards, I'd have bought a Verizon phone that wouldn't work in my area, and on a phone that's crap....
STOP MAKING PURCHASING DECISIONS BASED ON OTHER PEOPLES OPINIONS!
:apple: How would you go about finding out if a phone or carrier service worked in a certain area if you didn't consult other people or credible sources? Wouldn't you have to make a decision based on 'Other Peoples Opinions' in order to find out? If you know Verizon service yields 0 bars in your area do you know this as a previous Verizon service customer, consult someone directly or take the 'Opinion' of the AT&T salesman?
Are you so inflexible as to believe no one in the universe has occasional connection problems? Do you live under an AT&T tower and never stray far from it? I'm looking to get an iPhone in 2 months and I hope it really is as reliable as you describe.
CaoCao
Mar 26, 08:37 PM
Poor archbishop Tomasi hasn't been able to accept that the public is increasingly appalled with his church's stance on sex and that the public is increasingly offended by his church's continuing attempts to impose its beliefs on the general public.
We will ride out this storm just as we rode out the last, the one before that etc
We will ride out this storm just as we rode out the last, the one before that etc
Sodner
Mar 18, 08:05 AM
Glad I got the AT&T 3G iPad 2. :D:D:D
I was really considering jailbreaking for theathering but unlike some have a problem with stealing.
And YES I do believe that if I buy 2 GIG of data I should be able to use it as I wish. But just becuase I want it that way does not give me the right to do it.
I was really considering jailbreaking for theathering but unlike some have a problem with stealing.
And YES I do believe that if I buy 2 GIG of data I should be able to use it as I wish. But just becuase I want it that way does not give me the right to do it.
Gelfin
Mar 27, 12:12 AM
I don't know whether homosexuality is a mental illness. But I do know that doctors and other professionals sometimes make mistakes.
About 25 years ago, an acquaintance of mine told my mother that for about 15 years, a doctor treated her, my acquaintance, with the wrong medicine because her illness had been misdiagnosed. Unfortunately, after another doctor discovered the misdiagnosis, he also discovered that the medicine was worsening her symptoms.
When I was about 17, my optometrist realized that, if I kept wearing the glasses an opthamologist prescribed for me, they would blind me. The optometrist prescribed the lenses I needed and corrected the vision problem for which I visited him. Thanks to the optometrist, I can drive.
You are seriously comparing single incidents of medical errors by individual practitioners to the overwhelming consensus of an entire scientific discipline? But I guess you have a point. There are examples of an entire discipline being wrong about something. I have a great one: until 1973 the DSM listed homosexuality as a mental illness until they looked at some evidence and found the only harm associated with being gay was the harm inflicted on gay people by hateful a-holes, and without the a-holes, gay people are as happy and well-adjusted as anyone else.
Dr. Joseph Nicolosi disagrees. So does another psychologist who gave a lecture series called "Homosexuality 101." If the lecture series interests anyone here, I'll post links to its Youtube videos, or I'll try to explain the lecturer's theory. But I prefer to let the lecturer speak for herself because I'm not an expert in psychology.
Obviously not. You are seriously presenting Joseph Nicolosi as your expert on homosexuality? Next up: Hitler's critical study of Judaism.
Although that's true, it doesn't show that homosexuality is a healthy quality to have.
I thought you said you didn't know either way. You seem to have taken a position. To wit, the wrong one. There is no evidence supporting the theory that homosexuality itself is either a consequence or a cause of any harmful mental condition. This is why credible evidence-driven psychologists (not Nicolosi) do not practice under that theory. Attending a psychologist who promotes this discredited and prejudiced viewpoint is no different from seeking the counsel of an astrologer or homeopath.
About 25 years ago, an acquaintance of mine told my mother that for about 15 years, a doctor treated her, my acquaintance, with the wrong medicine because her illness had been misdiagnosed. Unfortunately, after another doctor discovered the misdiagnosis, he also discovered that the medicine was worsening her symptoms.
When I was about 17, my optometrist realized that, if I kept wearing the glasses an opthamologist prescribed for me, they would blind me. The optometrist prescribed the lenses I needed and corrected the vision problem for which I visited him. Thanks to the optometrist, I can drive.
You are seriously comparing single incidents of medical errors by individual practitioners to the overwhelming consensus of an entire scientific discipline? But I guess you have a point. There are examples of an entire discipline being wrong about something. I have a great one: until 1973 the DSM listed homosexuality as a mental illness until they looked at some evidence and found the only harm associated with being gay was the harm inflicted on gay people by hateful a-holes, and without the a-holes, gay people are as happy and well-adjusted as anyone else.
Dr. Joseph Nicolosi disagrees. So does another psychologist who gave a lecture series called "Homosexuality 101." If the lecture series interests anyone here, I'll post links to its Youtube videos, or I'll try to explain the lecturer's theory. But I prefer to let the lecturer speak for herself because I'm not an expert in psychology.
Obviously not. You are seriously presenting Joseph Nicolosi as your expert on homosexuality? Next up: Hitler's critical study of Judaism.
Although that's true, it doesn't show that homosexuality is a healthy quality to have.
I thought you said you didn't know either way. You seem to have taken a position. To wit, the wrong one. There is no evidence supporting the theory that homosexuality itself is either a consequence or a cause of any harmful mental condition. This is why credible evidence-driven psychologists (not Nicolosi) do not practice under that theory. Attending a psychologist who promotes this discredited and prejudiced viewpoint is no different from seeking the counsel of an astrologer or homeopath.
asphalt-proof
Sep 21, 10:40 AM
I think the opposite. iTV is just another "pod" using a single computer as a separate node. The Apple paradigm here would be to release iTV and then to have a separate cable-in device (EyeTV essentially) at your computer that would serve as the DVR to load and control shows on your central computer, which could then be wirelessly distributed to iTVs throughout the house. Just buy one giant hard drive rather than having a bunch all over the place.
Apple has repeatedly said that they don't think people want a computer in their living room (to surf the net, etc). There does have to be a computer someplace, however, in this case acting as an entertainment server for iTV, iPods, etc.
This explanation makes so much sense to me. I was thinking about this today. I am not a A/V person at all. I can barely hook up my DVD player to my TV. But I am pretty good with my iMac, getting content on it and off it to my iPod. THe model that makes sense to me is I get the content from my computer and watch it on my TV. (note: I don't have cable so I don't worry aobut getting content from my TV to my computer. But the elgato system seems pretty easy to use.) I wonder if I would be able to use the elgato Hybrid TV to hook my xbox up to my computer but still play it on my TV though the iTV system? The reason I ask is it would cut down on clutter in the living room.
Apple has repeatedly said that they don't think people want a computer in their living room (to surf the net, etc). There does have to be a computer someplace, however, in this case acting as an entertainment server for iTV, iPods, etc.
This explanation makes so much sense to me. I was thinking about this today. I am not a A/V person at all. I can barely hook up my DVD player to my TV. But I am pretty good with my iMac, getting content on it and off it to my iPod. THe model that makes sense to me is I get the content from my computer and watch it on my TV. (note: I don't have cable so I don't worry aobut getting content from my TV to my computer. But the elgato system seems pretty easy to use.) I wonder if I would be able to use the elgato Hybrid TV to hook my xbox up to my computer but still play it on my TV though the iTV system? The reason I ask is it would cut down on clutter in the living room.
digitalbiker
Sep 12, 06:04 PM
Yeah, but that's for every NFL game, right? I'm just talking about the games for a single team, 16 total games throughout the season. I agree with you, $30 is probably too low but still, it should be a lot less than Sunday Ticket. Wouldn't they rather get most of that money directly (with a small cut to Apple) rather than getting a tiny sliver from Comcast (where it's part of the extended cable package and not charged for separately)?
Sunday Ticket is exclusive to Directv and I read where Directv only takes 5% of the profit from this package. The NFL receives the reaming 95%.
Sunday Ticket is exclusive to Directv and I read where Directv only takes 5% of the profit from this package. The NFL receives the reaming 95%.
skunk
Mar 27, 07:46 PM
If I've harmed anyone in anyone in any way, I want to hear about that from the harmed ones. Everyone here is welcome to his opinion about me. If anyone here hates me, he's welcome to say so publicly or privately. But I think I'm the only one here who knows whether I hate anyone. We're strangers to one another.I do not hate you in the least, but I do recognise hateful, dogmatic propaganda when I see it.
Piggie
Apr 9, 10:49 AM
One of the things I liked about the Nintendo 3DS was the thumbstick.
A lack of a physical keyboard, and a better controller for games, can be an issue with the iPhone. It certainly was a design problem with BOT (http://photics.com/bot-game-design-and-progress-reports). I'm designing a game specifically with touch controls in mind. The original design had a flaw. A lot of the action would be covered by the player's hand.
Yet, I don't think it's impossible to create great gaming experiences with just a touch screen. Angry Birds, Fruit Ninja and Cut the Rope are excellent examples of touch-based gaming. I don't think that could be easily duplicated with a controller.
What should Apple do about it?
...a slide-out controller?
...an Apple accessory?
Doesn't Steve Jobs hate buttons? I thought I read that somewhere.
Oh yes, believe me, I agree fully with what you say, SOME games are superb with on screen touch controls. Some games are only really practical with on screen touch controls.
Without any question, there is a large area of entertainment software and simple utilities that work excellently be being able to press a button, pull something on screen, push and twist things on screen.
Indeed, this method of control works superb for certain styles of software.
However, there are also a whole range of applications and games that are just not realistically possible with touch screen commands.
Naturally any applications that are very complex and require many many layers of multiple menu's and commands to do what they do. Some role playing games which have many key commands you need to access fast to call upon certain actions/commands (some of these are not even really possible on a console controller and need a keyboard)
Plus I suppose most obviously First Person Perspective games, when you need to move in all 3 dimensions, jumping, shooting, spinning rout with split second timing and precision.
Unless you wish to dumb down games (which I don't think many really want) there needs to be some option.
For small devices, Touch, Phone, I don't see Apple doing much as there are naturally for simple/quick games on the move. You are not really going to settle down for a few hour gaming session on your phone much of the time.
Slide out keyboard I can't see happen.
To be honest, the most workable idea would be an Optional official bluetooth Apple games controller, Like a PS3, or 360 controller, with all the normal buttons and joysticks that a dev can choose to support if they want.
Then as a user, you can select between on-screen controls or the optional controller if you have one.
That's the easiest and most practical answer, and would hurt no-one and could only be a positive.
Unfortunately, we have a problem. Steve Jobs, who appears to have personal mental issues, and only wishes to pursue one path and feels offering things like such a device/option would not be a POSITIVE thing for customers, but he appears to view things like that as a NEGATIVE thing, feeling that it's admitting failure of a touch screen to be the answer to everything.
It's like a stylus. For some tasks a fine tipped stylus (like a fine tipped brush when painting) is better than a thick brush (a finger) and yet he comes out with silly childish comments like "Stylus = Fail" rather than speaking like an adult and accepting that for some things, such a option would be better.
I guess we will see what happens.
Perhaps there is more possibility in time a Bluetooth joystick controller option will be more lightly on future Android/Honeycomb tablets for gaming.
A lack of a physical keyboard, and a better controller for games, can be an issue with the iPhone. It certainly was a design problem with BOT (http://photics.com/bot-game-design-and-progress-reports). I'm designing a game specifically with touch controls in mind. The original design had a flaw. A lot of the action would be covered by the player's hand.
Yet, I don't think it's impossible to create great gaming experiences with just a touch screen. Angry Birds, Fruit Ninja and Cut the Rope are excellent examples of touch-based gaming. I don't think that could be easily duplicated with a controller.
What should Apple do about it?
...a slide-out controller?
...an Apple accessory?
Doesn't Steve Jobs hate buttons? I thought I read that somewhere.
Oh yes, believe me, I agree fully with what you say, SOME games are superb with on screen touch controls. Some games are only really practical with on screen touch controls.
Without any question, there is a large area of entertainment software and simple utilities that work excellently be being able to press a button, pull something on screen, push and twist things on screen.
Indeed, this method of control works superb for certain styles of software.
However, there are also a whole range of applications and games that are just not realistically possible with touch screen commands.
Naturally any applications that are very complex and require many many layers of multiple menu's and commands to do what they do. Some role playing games which have many key commands you need to access fast to call upon certain actions/commands (some of these are not even really possible on a console controller and need a keyboard)
Plus I suppose most obviously First Person Perspective games, when you need to move in all 3 dimensions, jumping, shooting, spinning rout with split second timing and precision.
Unless you wish to dumb down games (which I don't think many really want) there needs to be some option.
For small devices, Touch, Phone, I don't see Apple doing much as there are naturally for simple/quick games on the move. You are not really going to settle down for a few hour gaming session on your phone much of the time.
Slide out keyboard I can't see happen.
To be honest, the most workable idea would be an Optional official bluetooth Apple games controller, Like a PS3, or 360 controller, with all the normal buttons and joysticks that a dev can choose to support if they want.
Then as a user, you can select between on-screen controls or the optional controller if you have one.
That's the easiest and most practical answer, and would hurt no-one and could only be a positive.
Unfortunately, we have a problem. Steve Jobs, who appears to have personal mental issues, and only wishes to pursue one path and feels offering things like such a device/option would not be a POSITIVE thing for customers, but he appears to view things like that as a NEGATIVE thing, feeling that it's admitting failure of a touch screen to be the answer to everything.
It's like a stylus. For some tasks a fine tipped stylus (like a fine tipped brush when painting) is better than a thick brush (a finger) and yet he comes out with silly childish comments like "Stylus = Fail" rather than speaking like an adult and accepting that for some things, such a option would be better.
I guess we will see what happens.
Perhaps there is more possibility in time a Bluetooth joystick controller option will be more lightly on future Android/Honeycomb tablets for gaming.
Multimedia
Sep 26, 10:43 AM
http://www.anandtech.com/storage/showdoc.aspx?i=2480
I know they're making a PCI Express, DDR2, SATA II version though. Old news to me...Thanks but that looks like it's only of PCs. Do you know it works in Mac G5 Quads and Mac Pros?
I went to the GIGA-BYTE TECHNOLOGY CO website and it looks like they don't even make that i-RAM card any more. The link to the above article is from July 25, 2005 more than a year ago.
I know they're making a PCI Express, DDR2, SATA II version though. Old news to me...Thanks but that looks like it's only of PCs. Do you know it works in Mac G5 Quads and Mac Pros?
I went to the GIGA-BYTE TECHNOLOGY CO website and it looks like they don't even make that i-RAM card any more. The link to the above article is from July 25, 2005 more than a year ago.
philbeeney
Mar 11, 01:51 PM
And to compound matters further, they've had a 6.2 on the west coast in Nigaata prefecture. Not looking good especially with all the aftershocks occurring.
mr. who?
Apr 13, 07:46 AM
$300! Makes me think Logic Studio X might be $199.
Hoping we see some sort of massive overhaul of Logic soon. Would be awesome.
Hoping we see some sort of massive overhaul of Logic soon. Would be awesome.
SwiftLives
Mar 13, 11:36 AM
NIMBY. I'm okay with nuclear power as long as it's far far away from where I live. Of course, it's not like my town is prone to natural (http://en.wikipedia.org/wiki/Charleston_earthquake) disasters (http://en.wikipedia.org/wiki/Hurricane_Hugo) or anything.
No comments:
Post a Comment