Is this like synaptic et al.? I mean, do you get updates automatically? That would be great! Also, a central packaging tool helps avoiding multiple installations of the same software, when dependencies can be tracked and resolved. If that is what this is: cool.
They don't do dependency tracking, but will notify you of updates. I don't think Mac developers believe in packaging libraries, since it requires the same version of the library for all programs. The preferred way to do things is statically compile all of your dependencies into your binary. This has the advantage that you can just drag your .app bundle around.
Mac App Store: Open for Business
81–90 of 286 posts
Re: Mac App Store: Open for Business
#82Call me old fashioned, but I fail to see how implementing a corporate middleman between developers and users can be a progress... OK, from a developer's stand point, this could be really beneficial (distribution, centralization etc), but as a user, it feels like seeing independent record stores about to be crushed by a shiny new Virgin Megastore. I can't help to hope this will be an immense failure
Users don't want to search through multiple websites, use paypal and drag icons into the application folder.
You will be disappointed - users will love this.
Re: Mac App Store: Open for Business
#83Earlier quoted context omitted.
You can't close apps on the Mac either (you can, but it is only for experts). I guess no uninstalling is just the logical extension of that concept.
Actually, that's a pretty clever optimization for caching, IMO. The user tends to leave apps in memory, leading to much snappier performance on machines with sufficient RAM. EDIT: And if you're savvy, you can always manage memory manually and quit from the top menu or from the Dock.
Re: Mac App Store: Open for Business
#84Anyone else feel like https://chrome.google.com/webstore makes this seem old-fashioned? Seriously who's going to be running software on their local machine a year from now (apart from hackers obviously).
Apple Remote Desktop, Aperture, etc. aren't going to run in the browser anytime soon.
Microsoft Live Mesh and LogMeIn come to mind, but I'm sure there are others as well. They require some sort of plugin/Java/ActiveX/whatever, but hey so does video.
Re: Mac App Store: Open for Business
#85Call me old fashioned, but I fail to see how implementing a corporate middleman between developers and users can be a progress... OK, from a developer's stand point, this could be really beneficial (distribution, centralization etc), but as a user, it feels like seeing independent record stores about to be crushed by a shiny new Virgin Megastore. I can't help to hope this will be an immense failure
Re: Mac App Store: Open for Business
#86If you get an error 100 ( http://yfrog.com/h4b9kkp ) attempting to download any apps, clear /Library/Caches and ~/Library/Caches. Something to do with the Terms and Conditions acceptance not firing.
Re: Mac App Store: Open for Business
#87Earlier quoted context omitted.
iTunes is by far the worst Apple product in terms of software engineering
Maybe. Never had any problems with it, be it Windows (long time ago) or Mac (since 2004).
Re: Mac App Store: Open for Business
#88Re: Mac App Store: Open for Business
#89Arrrg! No way of uninstalling apps in one central location. Why, Apple, why? There is this nice list of installed apps, why doesn’t it have an uninstall button? It doesn’t make any sense. I guess you are expected to drag apps to the trash like before? That sucks.
Re: Mac App Store: Open for Business
#90Earlier quoted context omitted.
They don't do dependency tracking, but will notify you of updates. I don't think Mac developers believe in packaging libraries, since it requires the same version of the library for all programs. The preferred way to do things is statically compile all of your dependencies into your binary. This has the advantage that you can just drag your .app bundle around.
Which, considering disk space is cheap, is a better way to do it than getting stuck in apt dependency hell.