Wow, is that code terrible. I wonder if there would be a market for a "Flash Compactor" to remove all that dead code and speed things up?
Reaching the Limits of Adobe Stupidity
11–20 of 52 posts
Re: Reaching the Limits of Adobe Stupidity
#12Re: Reaching the Limits of Adobe Stupidity
#13One can only approach the limits of Adobe's stupidity, not actually reach it.
Re: Reaching the Limits of Adobe Stupidity
#14Now I know the reason why I felt uncomfortable about ActionScript. Flash folks were always convincing me that AS3 is perfectly fine and kickass language. Next time I'll just link this.
Re: Reaching the Limits of Adobe Stupidity
#15I have lost faith in Adobe because they cannot get their products working on case sensitive HFS volumes. The problem has existed for almost a decade I think. The fact that one cannot install Creative Suite on another volume makes it even worse.
Re: Reaching the Limits of Adobe Stupidity
#16I have lost faith in Adobe because they cannot get their products working on case sensitive HFS volumes. The problem has existed for almost a decade I think. The fact that one cannot install Creative Suite on another volume makes it even worse.
One example of the tail wagging the dog: http://forums.adobe.com/message/3311504
Re: Reaching the Limits of Adobe Stupidity
#17Re: Reaching the Limits of Adobe Stupidity
#18I have lost faith in Adobe because they cannot get their products working on case sensitive HFS volumes. The problem has existed for almost a decade I think. The fact that one cannot install Creative Suite on another volume makes it even worse.
This may be somewhat irrelevant, but what is the motivation for having a case-sensitive HFS volume? I agree that Adobe should support it (and separate volume installation) because these are edge cases that should be accounted for, but I've never heard the reasoning for having a case-sensitive format.
(TLDR: NTFS itself is Case sensitive even though the Win32 API isn't because NT was/is designed for POSIX compliance)
Re: Reaching the Limits of Adobe Stupidity
#19I have lost faith in Adobe because they cannot get their products working on case sensitive HFS volumes. The problem has existed for almost a decade I think. The fact that one cannot install Creative Suite on another volume makes it even worse.
This may be somewhat irrelevant, but what is the motivation for having a case-sensitive HFS volume? I agree that Adobe should support it (and separate volume installation) because these are edge cases that should be accounted for, but I've never heard the reasoning for having a case-sensitive format.
Re: Reaching the Limits of Adobe Stupidity
#20Earlier quoted context omitted.
This may be somewhat irrelevant, but what is the motivation for having a case-sensitive HFS volume? I agree that Adobe should support it (and separate volume installation) because these are edge cases that should be accounted for, but I've never heard the reasoning for having a case-sensitive format.
I just always have done it because I want my mac to act like a normal UNIX system. I suppose it was kind of a principle thing.
(I remember wasting a lot of time once on a rookie mistake where I had a Perl script with "use Strict;" in it instead of "use strict;", it worked fine on Mac OS (OS9, in this case), but failed in at-the-time-inexplicable ways when deployed on unix. I suspect my habig of insisting on choosing case-sensitive filesystem stems largely from that… And yeah, doing perl/cgi webdev on Mac OS9 was a really bad idea, I discovered.)