Macs Gaining a Bigger Role In Enterprise
rev_media tips a short article up at InfoWorld giving some numbers on the increasing Mac presence in businesses. "We're seeing more requests outside of creative services to switch to Macs from PCs," notes the operations manager for a global advertising conglomerate. They "now [support] 2,500 Macs across the US — nearly a quarter of all... US PCs." Another straw in the wind: "Security firm Kapersky Labs has already created a Mac version of its anti-virus software for release should Mac growth continue (and the Mac thus [find] itself prey to more hackers)."
I was thinking of buying a laptop some weeks ago but I was reluctant to use Vista. That was the initial thought that led me to buy a MacBook.
I use Windows XP at home and OpenBSD at work as desktop OS. I can't stand Linux as a desktop OS. Mac OS X seems like a perfect merge of a great GUI and the power of UNIX, running on solid, proven Intel hardware. With a Mac I have the best of both worlds.
The best way to predict the future is to invent it
Don't kid yourself. Linux is potentially as vulnerable as other operating systems. Reports say that rootkitted linux machines serve as botnet controllers. Keeping linux machines patched for security is necessary, too.
Not likely since Rush Limbaugh is a Mac user.
I can't help you out with the MDI thing, but here are two ideas that may help you become more productive with launching the apps you want (ie, less fumbling with the Dock and Finder).
First - check out Quicksilver . It's kind of a dynamic shortcut to your useful applications, files, music, webpages, etc. Many techie OS X gurus can't live without it. There are even youtube tutorials for it.
Second - if you want something akin to Windows-style start menu try this. Open the Applications window in Finder. At the top of the window there's a small icon next to the Applications window title. Drag that icon into the dock, to the right of the separator. With one click you now have instant access to your Applications directory.
However, if that's not good enough, by right-clicking this icon instead it will show you all your Applications in a textual menu form, much like the Windows start button.
If that still isn't good enough, you can make another Useful folder with links to all your commonly-used Applications, then put this Useful folder in the dock.
make world, not war
The Cocoa-Java bridge was dropped because hardly anybody was using it. There's no way it would have been cost effective for Apple to continue to update it.
The "C/C++" apis you were referring to, more commonly known as the Carbon api, is a slightly sanitized version of the Classic Mac OS programming interface. They were old and ugly, and Carbon had to retrofit them with support for things like preemptive multitasking and memory protection. Anybody who considered Carbon as anything but a legacy api was a fool. (Yes, that includes Adobe.)
You don't seem to be aware of CoreFoundation and Objective-C++, which provide C and C++ respectively with access to most of the Cocoa apis. But I get the feeling that you're deliberately ignoring the fact that Apple has added Cocoa bindings for Python and Ruby.
And you definitely should have mentioned GNUStep, a portable environment that is compatible with OpenStep (from which Cocoa is derived) and has included many of the improvements from Cocoa. If you actually want your app to be portable, it is very easy to write it using GNUStep as the lowest common denominator. The resulting app can then be compiled and run on Windows, Linux, and OS X.
You saying that Windows can be secured does not diminish the fact that over a million Windows boxes are compromised right now. No useful system that's connected to the network can be made perfectly secure, but that doesn't mean that some are not better than others.
Again, Linux and osX don't have any viruses in the wild. Zero. None. Not one. Zip. Nada. On these operating systems antivirus is to protect you, the feeble Windows client of the mail server. The Linux malware ecosystem is almost the exclusive purview of nation-states and their clandestine operatives, megacorporations and their industrial spies. Securing your linux box is important, but these people aren't generally interested in common folk.
Windows has hundreds of thousands of viruses in the wild. These viruses support the financial interests of spammers, identity thieves, Nigerian scam artists, mail order fraudsters. Their ecosystem includes money launderers, extortionists, blackmailers thugs and hit men. There are incredible toolchains that take a found vulnerability and turn it into an exploit plugin for distribution by their botnets and compromised websites in mere hours. There are marketplaces where the proceeds of spying on your Windows box and the tools to compromise your windows are bought and sold. The ecosystem also consists of various members on the white hat side including antivirus vendors, penetration experts, firewall vendors, malware blockers and anti-phishing toolbars. Then there's the grey area group who sell with irritating popups products that do absolutely nothing, but give users a false sense of security -- opening them up to exploitation. These industries generates several billions of dollars a year in profits.
No antivirus catches 100%. The virus infrastructure in a thriving stew that's updated minute by minute to stay ahead of the AV companies. For the most part the latest and most successful viruses are used. Once your PC is infected they pretty much can do anything with it they want to including:
They can do all of that without your knowledge or consent of course. They are actively doing this to over a million Windows users right now. Are you one of them?
People can choose. The operating systems with no viruses or the ones with hundreds of thousands. It's their choice.
Help stamp out iliturcy.
They had built in the bridge at great cost in the early years, and it was a major part of their developer push. You can imagine their frustration when no one used it; this is the Cocoa bridge, mind you, not the Java platform. People code in Java so they can write once and run anywhere, not so they can code platform-dependent GUI code. Apple thought having a Java bridge might drive people to write software that favored their platform, but Java devs just kept on using Swing and AWT, and generally ignoring the bridge, since it was platform-dependent.
I think the nail in the Java bridge's coffin was that you couldn't do key-value coding in Java, the way Apple implemented it, because you sorta need duck typing to make it work. Objective-C can do this, Java cannot (though the Java people hold this is a good thing.)
last year dropped the C/C++ API's further development.This is a tricky statement, as CoreAudio, the File Management APIs, OpenGL, QuickTime, Core Foundation, Core Services, and, hell, the Kernel API and BSD subsystem are all "C APIs" and a part of the OS X platform, and they are all continuously being refined and extended; though not all of them are 64 bit yet, this doesn't pose much of a limitation on OS X since you can call from 64 bit code into 32 and back "for free." The Carbon API, particularly the UI code, has not been rebuilt for 64 bit and may not ever, but it is not "unsupported" or "deprecated."
Your statement makes it appear that coding in C on OS X is somehow unsupported, or that ObjC is the only Kool-Aid in town, and this is a flagrant canard.
There will be no 64 bit version of Adobe CS4, the next CS iteration, for OS X, Adobe has said. It will literally take them years to port their code base to ObjC. Personally, I wonder why they bother. Given that the Ubuntu Linux desktop is now very smooth, is getting fantastic reviews all around the net on mainstream publications, It would be a perfect time for Adobe and others to port their apps to LinuxThey're probably in the same spot MS is, in that even they don't know how their code works any more, with the number of people they've had working on it over the years.
Don't blame me, I voted for Baltar.