image
image

Go Back   macosx.com > Community > Opinions, & Open Letters

Reply
 
LinkBack Thread Tools
  #1  
Old September 22nd, 2002, 12:27 AM
jove's Avatar
Member
 
Join Date: Nov 2000
Posts: 555
Thanks: 0
Thanked 0 Times in 0 Posts
jove is on a distinguished road
Apple, PLEASE fix this...

The following is a rant...

Ever since the beta release I have been waiting for Apple to fix the software update mechanism. Yes, I have sent numerous bug reports to them.

If you, as the administrator of a Macintosh, move one of the Apple installed applications from the Application root, the updater will install pieces of the applications where it expects it to be.

So the result is the existence of not-updated software and mutant packages in the application folder!

End-users have been, for a very long time, moving applications onto their desktop willy-nilly. Run the updater and they have corrupt junk on their machine. Not everybody has a charitable Mac neighbor to fix these things.

I categorize my innumerable applications into 12 sub folders. The dock is used for only the most common. Having all applications in the same directory is unusable. Hey, let's do a flat file system!

The user, who is not warned but actually encouraged to move applications, has to know what the package mutants are and how to repair them. Does it install the incomplete packages if the user has deleted the application?

I just move all apps into the applications root before any updates and resort them after.

This really needs to be of high priority. Warn people about moving an application (just like Windows), make the updater do searches or prompts (like most third party updates), or make the system intelligent enough to know where all the apps are (bringing up a complete listing of apps does not take to long - "open with" and "open dictionary" are good examples).
__________________
Jove
Talk doesn't cook rice.
Reply With Quote
  #2  
Old September 22nd, 2002, 02:37 AM
strobe's Avatar
Puny Member
 
Join Date: Dec 2000
Posts: 795
Thanks: 0
Thanked 0 Times in 0 Posts
strobe is on a distinguished road
Welcome to the UNIX (aka crappy) way of doing things.

In MacOS every app was updated by its signature (creator code). Welcome to UNIX hell, where all files are referenced by paths and are thus as fragile as a URL.


AAAAAAAAAAAAAAAAAAGH!
__________________
---
>80 column hard wrapped e-mail is not a sign of intelligent
>life
Reply With Quote
  #3  
Old September 22nd, 2002, 04:15 AM
Jason's Avatar
Eyebrow Moderator
 
Join Date: Jul 2002
Location: Hyattsville, MD
Posts: 2,045
Thanks: 0
Thanked 2 Times in 2 Posts
Jason is on a distinguished road
how about making shortcuts instead of moving everything, occasionally users do have educate themselves on new operating systems
__________________
• A S Y L U M • (nsfw)
Reply With Quote
  #4  
Old September 22nd, 2002, 10:49 AM
jove's Avatar
Member
 
Join Date: Nov 2000
Posts: 555
Thanks: 0
Thanked 0 Times in 0 Posts
jove is on a distinguished road
Apple really did break the file system. Creator codes allowed files of the same type to be opened by different apps (Code Warrior vs. Project Builder, Graphic Converter vs. Preview, etc). Let us not forget logically different types that share the same extension. Is the desktop database still around? We also said goodbye to multi-forked files (although packages do have a lot more flexibility).

Was it avoidable?

Since Apple purchased a UNIX OS (after four failed attempts to update their own), they had to overcome many issues. For the most part, they have done well. The OS they purchased runs with file extensions, and so does every other OS it would talk to. Almost twenty years of creator code use and no other OS, mainly Windows and UNIX flavors, has adopted the technology. Lack of extensions has been one of the biggest end-user frustrations for sending files to and from their Windows friends.

Personally, I want better support of creator codes. I hate dealing with extensions. Placing a file attribute in the name just seams wrong (like the . prefix as well). I hate the "should append?" and the "certain change extension?" warnings. I just want to change the name! I shouldn't have to worry about some damn three-character code.

UNIX does many things very well. I am not a UNIX head, but damn, my Mac hasn't crashed in ages (except when using iMovie). Crashes used to be a daily occurrence.
__________________
Jove
Talk doesn't cook rice.
Reply With Quote
  #5  
Old September 24th, 2002, 04:04 PM
strobe's Avatar
Puny Member
 
Join Date: Dec 2000
Posts: 795
Thanks: 0
Thanked 0 Times in 0 Posts
strobe is on a distinguished road
As far as filesystems go the primary problem there is UNIX itself doesn't have an API to deal with filesystems which are more rich than those used 30 years ago. Furthermore UNIX lacks API abstraction for things like links. I also really hate the fact that the filesystem root is the root of a specific volume instead of a common root. MacOS, DOS, Amiga, etc. had the opposite whereby root would be a list of volumes.

Personally I think filesystems ought to GO. They suck. The file metaphor isn't as old as computing itself and just adds a lot of complexity which isn't needed. The idea of a registry for all forms of hierarchies ought to be used then the user-managed documents could merely be 'documents' and not files. Similar to OpenDoc I guess, where there is a root document and then you can embed any document in a document.

Failing that and we have to keep on using filesystems the Cocoa API ought to be reformed so it doesn't use file paths as file primitives. This just plain SUCKS! Apple long ago deprecated functions in MacOS which used file paths so Mac apps would become less dependent on the location of files. The same ought to be done with Cocoa.

The current UNIX-like situation SUCKS. I have to keep track of what files are open and where they are at all times or something will break.
__________________
---
>80 column hard wrapped e-mail is not a sign of intelligent
>life
Reply With Quote
  #6  
Old September 24th, 2002, 07:48 PM
jove's Avatar
Member
 
Join Date: Nov 2000
Posts: 555
Thanks: 0
Thanked 0 Times in 0 Posts
jove is on a distinguished road
I have developed many object-oriented systems that abstract to a fault :-) I am all for the hiding the complexities of the hardware's unit of storage (the file).

As systems become "higher level", they tend to become less general (why 4G languages tend to be very solution specific). The philosophy of the digital lifestyle seems to be to discover how to move the general utility of a computer system to a higher level - more appliance-like.

UNIX does a very good job at resource provisioning. No matter how high of level a system becomes, it is going to need those, God forgive me for saying the word, *underpinnings*. Can it use more? Apple is working very hard to layer facilities on top of it. iTunes, iPhoto, iMovie, iCal, etc manage files. The interfaces try to express the movement of data, as opposed to files.

OpenDoc failed for two reasons. It crashed more often than System 7 running MS Word 6. The business model of small applets just didn't chive with the current stock of software companies. My father-in-lay has a shirt he uses for painting that IBM handed out saying OpenDoc was going to be the savior of Warp. Sigh.

The world isn't quite ready to move the file-system out of the end-user's control/perception. Just like floppies, the consumer base is going to be VERY resistant to letting go of tangible files. I have had the batch-file vs. real-time socket programming argument countless times on the job. For now people are used to files, not high level data sets.

I agree, it does suck ... but Apple is doing fairly well with the tools and attitudes at hand.
__________________
Jove
Talk doesn't cook rice.
Reply With Quote
  #7  
Old September 25th, 2002, 12:14 AM
strobe's Avatar
Puny Member
 
Join Date: Dec 2000
Posts: 795
Thanks: 0
Thanked 0 Times in 0 Posts
strobe is on a distinguished road
Actually the hardware's unit of storage is NOT the file or even the block, but the sector. Files are a wholly unecessary metaphor and abstraction. In fact they get in the way of more finely grained storage units.

As for floppies, I didn't find ANY resistance to get rid of those. In fact I didn't find anybody using them prior to Apple dropping them. I guess I don't hang around losers (yes, seriously, what loser would use a floppy when it's the smallest, slowest, most fragile means of moving data?). Anyway I consider it a poor analogy. The problem of legacy software is far, far more difficult. Everybody including Apple is making legacy software MORE entrenched, not less! I mean crap, Apple has even given the friggin filename extension legitimacy.

UNIX and POSIX only make the problem worse with more legacy crap which we will never get rid of. Welcome to the world of everything-is-a-file and all-files-are-in-static-locations. Oh joy.

If I were to grade Apple on how they have improved the human <-> computer bottleneck in the past decade I would given them a D-. System 7 was a step forward, everything since then has been sideways. As for their "i" apps, I don't use any of them and I don't see how specific apps matter since the API and interface guidelines are at fault!

The only band-aid solution I see possible from this point is reforming Cocoa so it stops using file paths as file primitives and make this issue more clear in interface guidelines. Then Apple can fix it's horrid update system so it too doesn't use file paths.

File paths have got to GO!
__________________
---
>80 column hard wrapped e-mail is not a sign of intelligent
>life
Reply With Quote
  #8  
Old September 26th, 2002, 10:57 PM
jove's Avatar
Member
 
Join Date: Nov 2000
Posts: 555
Thanks: 0
Thanked 0 Times in 0 Posts
jove is on a distinguished road
Strobe,

Since you now have resorted to name-calling in our discussion I will post the last response.

Bit, byte, sector, block, file - they are all units a hard-disk manages; layers of abstraction. A bit is in fact the smallest unit :-)

The floppy issue is more perception than reality. So-called loser friends and family of mine do not realize how little they depend on them after 15 years of constant use. You haven't seen any resistance? My what a small world you live in.

An important part of marketing a machine is balancing between breaking away and supporting existing technologies. When the whole friggin loser world uses extensions, guess what? The POSIX legacy crap has given us many standards that help computers communicate. A few bad standards are a small price to pay.

System 7 was simply a C rewrite of an old out-of-date Pascal architecture. And they added more color, woohoo. Apple did not announce that 7 was a failed attempt at modernizing the kernel. Yes 8, and 9 were feature bloat of the already crippled 7.

There is no band-aid to apply. Apple made a do-or-die decision to adopt a 10 year old but pretty advanced system. The process to evolve it into an appliance-like OS is slow, especially with all them losers clinging on to known computer concepts. It has taken the losers of the world a long time to learn that files are something tangible with boundaries.

All I want is a system that keeps track of where apps are located. I don’t care if they use paths, file IDs, or black magic. That is all implementation details. Design dictates that the requirements drive the implementation, not the other way around.

So long.
__________________
Jove
Talk doesn't cook rice.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Apple- Yesturday, Today, and Tomorrow GroundZeroX Opinions, & Open Letters 19 May 9th, 2005 07:56 PM
InfoWorld Special Report: Apple Unpeeled Michael Watson Apple News, Rumors & Discussion 4 November 24th, 2002 09:22 AM
Future of Apple With x86 pezagent Apple News, Rumors & Discussion 28 August 26th, 2002 12:41 PM
Apple observations and opinions TellarHK Apple News, Rumors & Discussion 4 May 31st, 2002 12:36 AM
Apple: Forget XP, try the Mac tagliatelle Bob's Place 1 November 25th, 2001 07:12 AM


All times are GMT -5. The time now is 06:31 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC1
Copyright 2000-2010 DigitalCrowd, Inc.