Slashdot Mirror


Apple Usurps Oracle As the Biggest Threat To PC Security

AmiMoJo writes: According to data from Secunia, Apple's software for Windows is now the biggest threat to PC security, surpassing previous long term champion Java. Among U.S. users, some 61 percent of computers detected running QuickTime did not have the latest version. With iTunes, 47 percent of the installations were outdated versions. There were 18 vulnerabilities in Apple QuickTime 7 at the time of the study. Oracle has now fallen/risen to 2nd place, followed by Adobe. All three vendors bundle automatic updater utilities with their software, but users seem to be declining new versions. Update fatigue, perhaps?

320 comments

  1. It's a business opportunity! by Anonymous Coward · · Score: 0

    Why would Apple NOT update it's insecure Windows software ? Anyone ?

    1. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Did you even read the article?

    2. Re: It's a business opportunity! by Anonymous Coward · · Score: 1

      You must be new here.

    3. Re:It's a business opportunity! by Anonymous Coward · · Score: 2, Insightful

      Why would Apple NOT update it's insecure Windows software ? Anyone ?

      A more poignant question would be why do users not update their insecure third party Windows software regularly? There is an amazing array of PCs out there that are running pretty antiquated software of third party software. It does not matter how diligently pushes updates, there isn't a damn thing they can do to motivate their user base to update any more often than the user can be bothered which is usually close to never. If the vendor changes the settings of their software update services to apply patches automatically on user's PCs people just start pissing and moaning about having to install updates all the time and a whole bunch of them will disable the auto-update service. Then you get chewed out on Slashdot for not pushing updates. Lather, rinse repeat...

    4. Re: It's a business opportunity! by John+Allsup · · Score: 4, Insightful

      If the vendor has not managed to produce a properly written, secure, bug free piece of software by the 10th attempt, what faith should one have in the 11th. Software updates have lead to bloat, bug tolerance and laziness. If vendors were required to ship working software, rather than anything they liked, we would have less software, but far less low quality software. Oracle, Apple and Adobe have some amazingly well written code lurking in their products, but it is buried under tons of bloated rubbish that should never have been considered fit to release.

      --
      John_Chalisque
    5. Re:It's a business opportunity! by Bert64 · · Score: 4, Insightful

      The problem is the "updaters", and these only exist because windows doesn't provide a centralised update system for applications to hook into.

      You end up with a load of background updater processes wasting resources at all times, so they end up getting turned off.
      And because the update process happens in userland, unprivileged users (ie most corporate installs) cannot apply the updates or run the updater.
      Most corporate deployments won't update these applications centrally because doing so is a painful process.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    6. Re:It's a business opportunity! by mrbester · · Score: 2

      Another problem is that they are bug ridden heaps of crap that can't even be bothered to follow application guidelines that everybody else was capable of following for over a decade but instead force their own ideal of an interface that only looks good in one OS.

      --
      "Wait. Something's happening. It's opening up! My God, it's full of apricots!"
    7. Re:It's a business opportunity! by Pentium100 · · Score: 2, Insightful

      Because updates are inconvenient and sometimes they contain something else beside the security patches.

      Updating is a distraction, even if I am not using the program at the moment. Say, I am watching a movie and Java update pops up. Will I pause the movie to install a newer version of Java? Unlikely. After watching the movie, I will have forgotten about the update. It's even worse with updates that require a reboot. I pretty much never reboot my main PC because I "lose my place". Servers are a bit different - rebooting one only results in some downtime.

      I update Firefox more often because Firefox crashes quite frequently, might as well update it.

      Te other problem is that updates are not always just security patches. For example, the spy updates for Windows 7 or 8, the Windows 10 nag update and also the occasional BSOD update for Windows. Firefox is an odd example in that its stability alternates with updates: an update makes it (more) unstable, then another update makes it less unstable, and so on.

      Oracle has overdid Java security. I only use Java for server management (remote KVM) and with new Java versions I have to click trough multiple security warnings (self-signed SSL cert on server, the applet is old and does not have the needesd security tags, Java version too old) and also add the IP to exceptions. Shouldn't "exceptions" mean "yes, I know it;s insecure, I still want to use it anyway"? Older Java versions have fewer such nags.

      A better question wuld be why do software companies produce such buggy software? I do not have to "update" my car (made in 1982), tape deck or radio, unless some component wears out or just fails. Why does software come so unfinished and so full of defects?

    8. Re:It's a business opportunity! by AmiMoJo · · Score: 3, Interesting

      Mozilla and Google have solved the update problem in a nice way. They install services that do the updating, but don't run most of the time. When the app detects an update it wakes up the service, which does the installation.

      That means that the updater uses zero resources when not actively updating, and because it was installed as a service doesn't need further UAC prompts or admin level elevation to work. In other words, limited users can update.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    9. Re:It's a business opportunity! by jellomizer · · Score: 1

      I blame Microsoft, more than Apple.
      Qucktime and Java, were Microsoft's biggest threats at one time, so Microsoft did little to embrace such tools, and actively went to making them suck on the windows environment. Forcing Apple and Sun (now Oracle) to get creative on distribution of its software. Microsoft could had realized that these competing software was popular on their platform, and it may be a good idea, to allow Apple and Sun/Oracle to post updates straight to Microsoft so it would be part of the standard Windows update. But they didn't go that route, so Both Apple and Sun/Oracle have a separate update tool installed on each PC, That will go off at unexpected time, and also be that one process that you don't need so you remove it.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    10. Re:It's a business opportunity! by Anonymous Coward · · Score: 0

      So sayeth the Apple fanboy.

    11. Re:It's a business opportunity! by bkr1_2k · · Score: 1

      Because third party Windows software, especially from Apple, keeps losing features that users want/like. Upgrading to lose capability is stupid. Add to that the incredible amount of bloat and shit like embedded advertising and users have very little incentive to "upgrade" to new versions.

      --
      "Growing old is inevitable; growing up is optional."
    12. Re:It's a business opportunity! by Dog-Cow · · Score: 1

      Your car didn't have a connection to the Internet in 1982, and I'd wager it doesn't have one now. It's sad that supposedly intelligent people make such obviously ridiculous comparisons. At least apples and oranges are both fruits.

    13. Re: It's a business opportunity! by Anonymous Coward · · Score: 3, Insightful

      Which is fucking great until someone takes over your privileged service that's running in the background.

    14. Re:It's a business opportunity! by Anonymous Coward · · Score: 0

      I blame Microsoft, more than Apple.

      Indeed, but the problem is not so much the other microsoft software - it is windows itself that is a threat to PC security. Why is windows vulnerable to viruses, for example? Other OSes doesn't have that - to the extent that they don't have virus scanners. when linux gets hacked, it was usually a stupid short password. Or perhaps some bugs that gets fixed shortly thereafter - not built-in vulnerabilities that cannot be fixed because that would break compatibility with all the software.

      Ditch windows, get rid of the problem. So there is a security hole in quicktime? Why should that compromise the entire machine? On other platform, a broken program can only crash itself (or at worst, mess with the user's files.) It can't take over the OS or otherwise compromise the entire machine.

    15. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Oh contraire. I love updates. As long as no (now) tellemetry bs is attached. I always disable java, adobe, and ms background updating. As for adobe, the only thing on my system from them is their ESR flash version. The background updating is truly ludicrous. I see that crap as a security problem. Apple crap needs to go to hell for all I care.

    16. Re:It's a business opportunity! by Anonymous Coward · · Score: 0

      Er... no. All automatic updates are a totally shit idea.

      It's my computer. I decide when/if to update the software on it. Allowing third parties to do what they want to your system is a recipe for either being infected by a remote exploit or getting screwed over when someone like Microsoft decides they're going install Windows 10 on your PC whether you like it or not. Not to mention that you've going find some hipster neckbeard decides that the interface you've been happy with needs converting to the "shiny new" and dumps a huge turd on your machine replacing the software you've been happily using for years with some retarded piece of shit.

      No automatic updaters get anywhere near my systems.

    17. Re: It's a business opportunity! by TheRaven64 · · Score: 3, Insightful

      If the vendor has not managed to produce a properly written, secure, bug free piece of software by the 10th attempt, what faith should one have in the 11th

      Name one piece of software that is over 50,000 lines of code and is bug free after any number of attempts.

      If vendors were required to ship working software, rather than anything they liked, we would have less software, but far less low quality software

      We would have far less software. seL4 is the most complex piece of formally verified code and is around 10,000 lines of code. NICTA estimates that the cost of developing it is around 30 times the cost of developing the equivalent software with best-practice feature and regression testing and code review. The cost of making a nontrivial modification to seL4 is almost as great as the cost of writing it in the first place.

      Oh, and when seL4 was open sourced, it took under 24 hours before someone found an exploitable security hole in it, because their formal verification hadn't verified the property that the attacker was looking for.

      --
      I am TheRaven on Soylent News
    18. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Quick, everyone, ditch windows. Apparently it is the culprit here. Besides, everyone knows quicktime runs better in linux. Quicktime? Please. The last time that tripe touched anything I own was like ten years ago. Realplayer is another heap of dung.

    19. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Oh contraire

      Oh the humanity.

    20. Re:It's a business opportunity! by Anonymous Coward · · Score: 0

      Why is windows vulnerable to viruses, for example? Other OSes doesn't have that - to the extent that they don't have virus scanners.

      Other OSes do get viruses. There are AV scanners for Mac, Linux and Android etc. Windows just gets most of the action because it's used by more people.

    21. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      You truly are a moron if you're comparing QuickTime to RealPlayer

    22. Re:It's a business opportunity! by hudsucker · · Score: 1

      True for Mozilla, but not for Google. It has a Google updater that runs independently of Chrome and other Google apps.

      The reason non-admin users can update on Windows is that Google subverts the security model by installing applications into the user's profile.

    23. Re: It's a business opportunity! by Karlt1 · · Score: 2

      You end up with a load of background updater processes wasting resources at all times, so they end up getting turned off

      That's not true for Apple's update. It creates a scheduled task for Windows Task Manager. Windows Task Manager launches the update checker I believe once every 24 hours. The updated is not constantly in memory.

      Personally, I don't keep iTunes up to date on my Windows PC because I never use it. I back up my phone using iCloud, pictures automatically get downloaded to my computer using the iCloud control panel, etc.

    24. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Name one piece of software that is over 50,000 lines of code and is bug free after any number of attempts.

      https://en.wikipedia.org/wiki/...

    25. Re:It's a business opportunity! by Anonymous Coward · · Score: 0

      That is indeed the problem: current updaters are awful. They are bloated, they slow boot times, they suck away CPU (especially problematic on laptops while on battery), they annoy at inconvenient times, lack the privileges to get the job done if on a corporate machine (thus annoy forever at every login), don't give the user clear choices or easy control over them (mucking with the registry or config files shouldn't be necessary), don't explain what is truly an essential security update versus merely optional new features (which the user may not want), and so on. On any one machine with default installations of common programs there might be half a dozen of the things running in the background at all times. Worse, if you try to disable some update programs they don't work properly or they have malware-like abilities to resurrect themselves. And finally some updaters will happily try to trick the user into installing some probably undesired bundled software that adds even more bloat (e.g., toolbars, more virus checkers, etc.).

      It's so bad that the first thing I do when installing software is check whether it has an automatic update program and figure out how to kill it. I'll update when I want to, thanks.

    26. Re:It's a business opportunity! by jedidiah · · Score: 0

      AV scanners on Android would be for Trojans intentionally placed in things you buy. It doesn't fit the conventional profile of malware and certainly isn't comparable to the Windows situation.

      The virus scanners that Linux and MacOS have are to clean WINDOWS viruses.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    27. Re:It's a business opportunity! by nine-times · · Score: 1

      You end up with a load of background updater processes wasting resources at all times, so they end up getting turned off.

      Even more often, they don't get turned off, and instead you end up with 10 different updaters running on 10 different schedules, each using up resources, each popping up and nagging the user, and half of which are going to ask for a reboot. As someone who runs IT support for a few thousand computers, this is a problem that I've been looking for an elegant solution to for decades now, without any luck.

      I really don't see why Apple and Microsoft can't design a system-wide package manager that allows 3rd party repositories, thereby solving the whole issue. Essentially, allow developers to hook into Apple's SoftwareUpdate and Microsoft's WindowsUpdate so that all patches can be installed through the same mechanism, on the same schedule, with the same notification system.

    28. Re: It's a business opportunity! by del_diablo · · Score: 1

      Also, that isn't even the core problem. The problem is that other applications will copy the Chrome approach. At some point in a few years, it could be possible at all your applications are doing this. All of them. Even if all of them end up as the final version.
      Thats quite a few services to take over.

    29. Re:It's a business opportunity! by Somebody+Is+Using+My · · Score: 1

      I do not have to "update" my car (made in 1982), tape deck or radio, unless some component wears out or just fails. Why does software come so unfinished and so full of defects?

      Actually, you probably did did...

      Ford E350
      Product Recalls for Chevrolet S10 in 1982
      Product Recalls for Ford Granada in 1982

      (there were probably more, but those were three I found in just a quick Google search)

      Oh sure, they're called "recalls" instead of updates but they are essentially the same thing: you get your product "patched" to fix a manufacturing flaw. Your tape-deck and radio probably had similar issues, except - unless they are life threatening - manufacturers aren't required to recall (replace or fix for free) the item; you just go out and buy a new one.

      We've been accepting shoddy products into our lives for decades (centuries!). Price has beaten out quality, whether it is computer software, kitchen appliances or automobiles, and rarely do we hold the manufacturer responsible. Caveat emptor indeed!

    30. Re:It's a business opportunity! by Pentium100 · · Score: 2, Insightful

      My car was built properly the first time, it did not need continuous replacement of parts because the original ones had design/manufacturing defects. Due to being mechanical. some parts did wear out or failed in the years after the car was made though.

      And if I replaced the tape deck with a radio that had internet connection, while the radio could be hacked, the rest of my car would not be. So why in modern cars you can use a hacked radio to hack the rest of the car?

      Software, on the other hand, especially current one, is full of design/manufacturing defects - Microsoft was fixing Windows XP for 13 years and still did not manage to fix all defects. Also, unlike my car, software is not mechanical, it should not wear out or rust.

      Being connected to the internet or not is not the reason why modern software is buggy, lazy programming is. After all, you can prevent all buffer overflow attacks by checking the length before writing to the buffer...

      I understand open source software being buggy (since it is given away for free and usually is work-in-progress), but commercial software like Windows should not be buggy. However, seems that Linux is more secure than Windows...

    31. Re: It's a business opportunity! by harperska · · Score: 2, Insightful

      https://en.wikipedia.org/wiki/...

      True, however that is a very special case as TeX is still actively supported, yet hasn't had a new feature added in over 25 years. I know it's moving goalposts slightly, but name a piece of software over 50,000 lines of code which is bug free and actively being enhanced. Or to look at it another way, TeX only reinforces GP's point, that it takes 25 years of patches without any feature enhancements to make a large codebase bug-free.

    32. Re:It's a business opportunity! by Pentium100 · · Score: 1

      Compare the number of car recalls to the number of critical patches for software.

      Yes, my car (Mercedes W123) has some design problems, however, those problems only showed themselves a long time after the car was made (various water leaks resulting in rust, bad plastic in the radiator, resulting in the part snapping off after 30 years of use, alternator not designed for using headlights all day (a bit too weak) etc).

    33. Re:It's a business opportunity! by Anonymous Coward · · Score: 0

      My car was built properly the first time...

      So you don't drive a chevy...

    34. Re: It's a business opportunity! by Anonymous Coward · · Score: 1

      Euuuhhh. TeX isn't bug free...

      Why would you believe that?

      https://www.tug.org/mailman/listinfo/tex-live

    35. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Name one piece of software that is over 50,000 lines of code and is bug free after any number of attempts.

      Conclusion: no piece of software should be over 50,000 lines. If it's bigger than this, it should be broken into simpler components.

    36. Re: It's a business opportunity! by Ol+Olsoc · · Score: 1

      If the vendor has not managed to produce a properly written, secure, bug free piece of software by the 10th attempt, what faith should one have in the 11th. .

      Windows OS?

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    37. Re:It's a business opportunity! by Somebody+Is+Using+My · · Score: 1

      You're moving the goalposts.

      Your initial argument was that other products (automobiles, in this case) don't need to be "patched". I gave evidence that they do. Now you've changed the argument that they do not need to be patched as often or as soon.

      I could probably find recalls for brand new cars if I really cared to. And doubtlessly a lot of minor issues - largely cosmetic - don't warrant a recall, leaving the customer to deal with it on their own (I remember a car where the pleather started peeling off the seats because of shitty glue; no recall for that one). These would still count as defects, except they never get patched. Does this make the products somehow superior to software? In this, software has it easier since a quick patch for cosmetic issues costs no more to distribute than one for a kernel-level security hole.

      We accept a lot of products with defects. Software is no different. Software's faults are perhaps more visible BECAUSE they can be - and sometimes are - fixed.

      This isn't to excuse shoddy software but let's be honest about it: we get what we pay for, and generally we as a society don't care to pay enough for quality, be it a secure OS or a car that doesn't burst into flames if you tap it gently on the rear bumper ;-)

    38. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Name one piece of software that is over 50,000 lines of code and is bug free after any number of attempts.

      TeX

    39. Re:It's a business opportunity! by Anonymous Coward · · Score: 1

      Mozilla's "take all of these new shit features to get your security fix" system of updates is an abject failure. You'll notice that the number of Firefox users updating their browser declined so much that Mozilla made it mandatory, which made admins like me have to blackhole the update servers at the router.

    40. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Name one piece of software that is over 50,000 lines of code and is bug free after any number of attempts.

      https://en.wikipedia.org/wiki/...

      And where, pray tell, are you going to find enough Donald Knuths to staff every software project that needs to be built?

    41. Re:It's a business opportunity! by Ol+Olsoc · · Score: 1

      Compare the number of car recalls to the number of critical patches for software..

      Compare the intertooze to the same amount of time that autos were on the road. I'd say car tech around 1905 or so (depending when you considered commercial autos were commercial)

      Regardless, We've had autos well over a hundred years now, Internet software and personal computers for much less time.

      And cars are still recalled all the time.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    42. Re:It's a business opportunity! by Anonymous Coward · · Score: 0

      No, Microsoft does have a centralized update system, but they don't allow running code from arbitrary servers through it. To use Microsoft's updater, your code must be on Microsoft's servers. Until Windows 8 and the Microsoft store, this mostly meant only Microsoft authored software would ever be integrated in any kind of Windows patcher. Partially because Apple, Oracle and Adobe are to various extents competing with Microsoft and absolutely do not want Microsoft to be able to audit and test their patches.

    43. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Why are they different from each other? Both these pieces of crap have been obsolete for many, many years.

    44. Re:It's a business opportunity! by armanox · · Score: 1

      That's not really subverting when users have traditionally been able to do this themselves.

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    45. Re: It's a business opportunity! by TheRaven64 · · Score: 2

      TeX may be bug free, but that's only because it is a small VM that does very little. If you actually want to use it, you need to use a load of other packages, which do contain bugs.

      --
      I am TheRaven on Soylent News
    46. Re: It's a business opportunity! by neoritter · · Score: 1

      Are you an idiot?

    47. Re:It's a business opportunity! by neoritter · · Score: 0

      Yeah and I turn off their crap update services.

    48. Re:It's a business opportunity! by Pentium100 · · Score: 1

      I was talking about critical problems - like bursting into flames (or the PC being taken over by hackers). If I do not "update" my car (again, with the exception of mechanical parts that are worn out - same for a failed PC hardware) - most of the time I only encounter small problems. The design of my car was not updated in 30 years, I can still be safe on the road, sure, the newer cars may be better and safer, but my car is no less usable now than it was when new. Hell, a 50 year old car (assuming it is not rusted) can still be used now as it was when new - still with the same safety an all..

      Compare that to old software - Windows XP (especially RTM version) is considered so unsafe as to be almost unusable because of the remaining bugs.that will not get fixed because Microsoft wants to sell a newer version. Since software does not rust or wear out (unlike a car), it should work the same all the time.

    49. Re:It's a business opportunity! by neoritter · · Score: 1

      My car was built properly the first time, it did not need continuous replacement of parts because the original ones had design/manufacturing defects.

      Oh look...
      http://www.popularmechanics.co...
      http://www.bankrate.com/financ...

    50. Re:It's a business opportunity! by neoritter · · Score: 1

      hahahahahahahahahahhahaaha
      OMG, the ignorance....

    51. Re:It's a business opportunity! by Pentium100 · · Score: 1

      Aren't cars recalled more now than they were a couple of decades ago? Seems that the practice of "do whatever then patch it" of software design leaked into car hardware design.

      Take games for example, in the past, there was no convenient way of updating it, so you either got it right the first time or the game was considered bad and you lost money. Now you can patch it on the go, so the companies started using their customers as playtesters that not only do not need to get paid, but pay the company for the privilege of beta testing the game.

    52. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Oh, and when seL4 was open sourced, it took under 24 hours before someone found an exploitable security hole in it, because their formal verification hadn't verified the property that the attacker was looking for.

      For most real-world problems, producing a formally verifiable spec that describes what we really want is about as hard as producing code that does what we really want, and it's just as likely to miss some important edge case.

    53. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Because car manufacturers never issue recalls, right?

    54. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Windows gets more "action" because it so rediculously stupidly easy to hack it.

    55. Re:It's a business opportunity! by jader3rd · · Score: 1

      these only exist because windows doesn't provide a centralised update system for applications to hook into.

      Microsoft is afraid that if they did provide that, that when things go wrong with downloads via that channel, that people will blame Microsoft, not the vendor.

    56. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Oh contraire

      Oh the humanity.

      Oh, the humanities!

    57. Re:It's a business opportunity! by Carewolf · · Score: 1

      AV scanners on Android would be for Trojans intentionally placed in things you buy. It doesn't fit the conventional profile of malware and certainly isn't comparable to the Windows situation.

      The virus scanners that Linux and MacOS have are to clean WINDOWS viruses.

      No, OS X has plenty of viruses now. Linux has had worms but they mostly targets servers.

    58. Re:It's a business opportunity! by plover · · Score: 1

      You're confusing automotive engineering, software engineering, and security engineering. With automotive engineering, you can produce V1.0 of a car, and as long as it gets the occupants from A to B most of the time, it's good enough. Later, you realize it's not very fuel efficient, so you iterate upon it and release v2.0. You then discover some component doesn't wear well, and redesign it for v3.0, perhaps add some safety equipment, improve crash survivability, etc.

      With software engineering, you similarly release v1.0 because it's good enough to get the job done. However, there is now an entire industry built upon crime that exploits these applications, and your v1.0 is on the front line facing an army of professional opponents (literally including a division of the actual Chinese Army.) And these opponents are all untouchable with respect to the law. Your opportunity to iterate slowly, like the automotive engineers enjoy, doesn't exist in this environment.

      And the advice for app developers regarding security is loudly "don't roll your own!" So they incorporate other libraries which have their own flaws. They rely on documentation tools and installers that have flaws. They're installed on OSes that have flaws, and hosted on flawed web servers written in flawed languages. Every one of those flaws is available to the army of attackers.

      And security engineering looks at the whole mess and tries to keep the whole collection of flaws pointed in the direction of least vulnerable.

      Imagine how different automotive engineering would be if the ability to exploit a fender-bender or a flat tire would allow the risk-free theft of thousands or millions of dollars from a bank. If cars started out that way, we'd still be walking.

      And yet the jobs these apps do is so valuable they're used and relied upon by billions of people, despite their flaws. So they will keep getting shipped, flaws and all, while the rest of us iterate upon them, trying to fix them. Is it insane? Doesn't matter, nobody is clamoring to return to the pre-Internet days.

      --
      John
    59. Re:It's a business opportunity! by Grishnakh · · Score: 1

      Even if they did make such a system, I'll bet many of these software vendors wouldn't bother to use it and would instead want to push their own spyware-laden updater.

    60. Re:It's a business opportunity! by mrfaithful · · Score: 1

      these only exist because windows doesn't provide a centralised update system for applications to hook into.

      Microsoft is afraid that if they did provide that, that when things go wrong with downloads via that channel, that people will blame Microsoft, not the vendor.

      We blame microsoft for everything as it stands. How many windows problems can actually be traced back to 3rd party drivers and utilities? Personally I think that any small increase in backlash is just their cross to bear.

    61. Re:It's a business opportunity! by macs4all · · Score: 1

      Because third party Windows software, especially from Apple, keeps losing features that users want/like. Upgrading to lose capability is stupid. Add to that the incredible amount of bloat and shit like embedded advertising and users have very little incentive to "upgrade" to new versions.

      What bloat and embedded advertising does Apple place in its software, iTunes notwithstanding.

    62. Re:It's a business opportunity! by macs4all · · Score: 1

      I blame Microsoft, more than Apple. Qucktime and Java, were Microsoft's biggest threats at one time, so Microsoft did little to embrace such tools, and actively went to making them suck on the windows environment. Forcing Apple and Sun (now Oracle) to get creative on distribution of its software. Microsoft could had realized that these competing software was popular on their platform, and it may be a good idea, to allow Apple and Sun/Oracle to post updates straight to Microsoft so it would be part of the standard Windows update. But they didn't go that route, so Both Apple and Sun/Oracle have a separate update tool installed on each PC, That will go off at unexpected time, and also be that one process that you don't need so you remove it.

      Microsoft not only didn't embrace QuckTime, they actually STOLE the Source Code from a Contractor that was working on some QuickTime stuff, while simultaneously changing the rules about Plugins in a way that was SPECIFICALLY intended to stop QuickTime from working on Windows.

      Apple's Response: They changed the way the QT Plugin worked, and had the new version posted within 24 hours of MS's little gambit.

    63. Re: It's a business opportunity! by Anonymous Coward · · Score: 1

      All of apps in the AppStore on Apple work this way I believe. When I goto update my Mac I see programs in there that were downloaded from the AppStore.

    64. Re: It's a business opportunity! by macs4all · · Score: 1

      Quick, everyone, ditch windows. Apparently it is the culprit here. Besides, everyone knows quicktime runs better in linux. Quicktime? Please. The last time that tripe touched anything I own was like ten years ago. Realplayer is another heap of dung.

      Yeah, Microsoft thought QuickTime was such "dung" that they literally STOLE the Source Code from Apple.

    65. Re:It's a business opportunity! by macs4all · · Score: 1

      Why is windows vulnerable to viruses, for example? Other OSes doesn't have that - to the extent that they don't have virus scanners.

      Other OSes do get viruses. There are AV scanners for Mac, Linux and Android etc. Windows just gets most of the action because it's used by more people.

      There are AV scanners for Macs for two reasons:

      1. Because Windows Switchers can't fathom a computer without a Virus Scanner.

      2. Because... Profit through FUD

    66. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      If the vendor has not managed to produce a properly written, secure, bug free piece of software by the 10th attempt, what faith should one have in the 11th.

      By that standard, there is absolutely no software of any utility that's every been written that anybody should have faith in. Yes, that includes the Linux kernel, which is still routinely being patched for security flaws.

      By your standards, we should still be rubbing sticks together to make fire, since no other perfect and trustworthy solutions are possible.

    67. Re:It's a business opportunity! by macs4all · · Score: 1

      AV scanners on Android would be for Trojans intentionally placed in things you buy. It doesn't fit the conventional profile of malware and certainly isn't comparable to the Windows situation.

      The virus scanners that Linux and MacOS have are to clean WINDOWS viruses.

      No, OS X has plenty of viruses now. Linux has had worms but they mostly targets servers.

      ORLY?

      Name 3 OS X Viruses (not Trojans).

    68. Re:It's a business opportunity! by nine-times · · Score: 1

      Yeah, why even bother to create standards, because some jackasses won't follow them? Why bother doing anything, since some people might possibly ruin it?

    69. Re:It's a business opportunity! by Anonymous Coward · · Score: 2, Informative

      The Apple HIG was around long before Windows was even released, much less 10 years later when Microsoft formalized the Windows HIG.

      Apple builds UI's to their own HIG, and builds their software to conform to their HIG across any platforms they port it to.

      Microsoft builds their UI's to the port's platform's HIG. (Most other companies do this too.)

      That's why you get retarded shit in the Windows version of iTunes, like the [Cancel] [OK] button sequence instead of the Windows standard [OK] [Cancel] sequence. The Windows HIG specifies that they should be [OK] [Cancel] and OK should be the default action on the form. This allows keyboard users to tab out of the last form field and "click" the button with the spacebar without even reaching for the mouse. The Apple HIG specifies those buttons in the opposite order because right-handed mouse users (that's 75% of the user base, generally speaking) find it easiest to click the right-most button in a set of buttons, making the OK button the easiest to reach. And that's just one example of piddly little differences between MacOS (and Mac OS X) and Windows HIG's.

      You can argue (and argue, and argue...) that Apple's way is better or worse or whatever. But don't argue that Apple's way wasn't around first. It was. It was by far the first formal HIG of any of the modern OS platforms. A better argument would be that Apple needs to follow the "when in Rome" principle, and build UI's to the platform's HIG rather than their own in-house HIG.

    70. Re: It's a business opportunity! by Anonymous Coward · · Score: 1

      No, he's a collection of small idiots that add up to the same total amount of idiocy.

    71. Re: It's a business opportunity! by shutdown+-p+now · · Score: 1

      At least in case of Chrome, the service isn't privileged - it doesn't have to be, because Chrome is installed per-user by default, so you don't need any special privileges beyond having access to your home directory to upgrade.

    72. Re:It's a business opportunity! by jellomizer · · Score: 1

      No it isn't about encourage apple products. It is about realizing popular software, and making sure that update on it are well regulated and at a single point.

      In debian, I try to make sure I have all my apps in some sort of APT repository, so updates are part of one action.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    73. Re:It's a business opportunity! by NoOneInParticular · · Score: 1

      I think cars have enormous problems with being taking over by hackers, erm, joy-riders. Just slide a wire through the window, hot-wire the car and you're good to go. That's all it took. It has taken car manufacturers decades to get decent grip on it, and still, hackers, erm, thieves, have a good chance to take over your car. Your 50 year old car is not at all safe from being taken over. Any hacker worth its salt can take possession.

      So, what's your point?

    74. Re:It's a business opportunity! by KGIII · · Score: 1

      I am not an admin, at least by profession, though I've done the work. That sounds like a horrible solution but, you know, I don't actually have a better idea except that not updating sounds horrible and hopefully you keep these unpatched browsers pretty locked down.

      --
      "So long and thanks for all the fish."
    75. Re:It's a business opportunity! by KGIII · · Score: 1

      Cars are recalled now because we have better consumer protection. Cars are, in fact, much better now than they ever were. You can probably trust me on this - I own more cars currently than most will own in their entire lives. I've quite a collection.

      --
      "So long and thanks for all the fish."
    76. Re:It's a business opportunity! by Tharkkun · · Score: 1

      Mozilla and Google have solved the update problem in a nice way. They install services that do the updating, but don't run most of the time. When the app detects an update it wakes up the service, which does the installation.

      That means that the updater uses zero resources when not actively updating, and because it was installed as a service doesn't need further UAC prompts or admin level elevation to work. In other words, limited users can update.

      I uninstall google update the second after I install Chrome.

    77. Re:It's a business opportunity! by Tharkkun · · Score: 1

      Mozilla's "take all of these new shit features to get your security fix" system of updates is an abject failure. You'll notice that the number of Firefox users updating their browser declined so much that Mozilla made it mandatory, which made admins like me have to blackhole the update servers at the router.

      Works the same for Google. They update their browser to block certain plugins and add-ins and do it automatically. Why should I suddenly have to whitelist Java because Google now finds it insecure?

    78. Re: It's a business opportunity! by omnichad · · Score: 1

      Even TempleOS knows that 50,000 lines is a fairly small amount.

    79. Re:It's a business opportunity! by KGIII · · Score: 1

      Well, seeing as you asked...

      https://en.wikipedia.org/wiki/...

      You'll probably try to weasel out of it. Those goalposts won't move themselves.

      --
      "So long and thanks for all the fish."
    80. Re:It's a business opportunity! by omnichad · · Score: 1

      The problem specifically with Quicktime, is that it's installed by default with iTunes. Users never wanted Quicktime in the first place, so they'd rather not download that update in addition to their iTunes update.

    81. Re:It's a business opportunity! by KGIII · · Score: 1

      You are correct, I think. I help out on a couple of Linux forums - it helps me learn too. I swear, those ClamAV and ClamTK type apps cause more problems than they're worth. They're the source of much ire, at least with me, and I can't stand the end results. I purposefully skip those questions. No, Macs don't need them either. Actually, I ran Windows with nary a security app running live and had zero detected problems.

      Security is a process, not an application. I do some pretty dangerous/stupid shit with my computers. I sandbox them and do them in VMs. I do them on isolated networks. I do them with complete, working, backups. I do rely on some form of web of trust (and then willingly venture beyond that). I've put live XP boxes up, on broadband, unpatched. Well, behind a hardware firewall and NATed router but you know, I've done it. I've run Windows without any protection at all - live scanning protection, and kept it that way for ages. Years.

      I don't have much experience in the Mac world. I own one. I've bought more Apple devices than anyone here, probably - just this year alone. I don't have anything against them and their OS seems fine - I've just not taken the time to learn the UI well and it's contrary to much that I've learned/adapted over the years. (I know there's got to be a terminal there, I should probably have bothered finding it.) Ah well...

      Not everyone's a zealot. You are. You're a lunatic. That's okay, though. We're probably all lunatics in our own special way.

      --
      "So long and thanks for all the fish."
    82. Re: It's a business opportunity! by Redbehrend · · Score: 1

      Why doesn't apple patch every "update" is a full install just about... that can take some time..
      Also the software asks for access where it shouldn't and I have had it break because they try to work around the windows api / firewall instead of passing through it.
      I remove it for most people with iPhones because they don't ever use it. On top of all that it keeps bugging and trying to install other apple software that people don't need use or want.
      P.S. Have you seen all the services and process it runs?

    83. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Are you?

      Refactoring promotes good design and allows components to be tested independently from the bottom up. While drawing a hard line on a certain number of lines may not be a productive pursuit, I would say that the correct number is 50K.

      If you think your 50K line compilation unit cannot possibly be refactored, you are indeed an idiot. Enjoy your career of mediocrity.

    84. Re:It's a business opportunity! by Grishnakh · · Score: 1

      If it's a tiny minority of jackasses, you would be correct.

      When it's the vast majority, however, then creating standards is useless. You need a way to *enforce* standards compliance, and Microsoft will never do that because ISVs are the whole reason Windows is dominant.

    85. Re:It's a business opportunity! by macs4all · · Score: 1

      Well, seeing as you asked...

      https://en.wikipedia.org/wiki/...

      You'll probably try to weasel out of it. Those goalposts won't move themselves.

      LOL! The Yolk's on you, Egghead!

      Apparently, you didn't read very carefully. THOSE ARE MacOS (as in "Classic") VIRUSES from the LAST CENTURY!

      And you just FURTHER proved my point; because NONE of them attack OS X.

      I guess I wasn't specific enough; but my mistake was not noting that I was referring to the Macintosh OS that has been sold EXCLUSIVELY for the past FIFTEEN, no, SIXTEEN YEARS. I ASSUMED that EVERYONE would understand THAT, FFS!!!

      Now bitch about my capitalization, bitch. I dare you.

      Fucking Slashtard.

      So, let me reiterate: There are ZERO OS X Viruses (other than a few TROJANS, which NO OS can STOP). Period. Zero. Zip. Nada.

      Got it?

    86. Re:It's a business opportunity! by KGIII · · Score: 1

      I admit, I did not notice the OS X part and went straight for the "Mac." Mac's not bad about malware, I bought 62 iPads recently just for that reason. (They're not for me, they're for a fairly poor local elementary school that I've sort of adopted since I sold my business. I keep their whole IT department up to date and help out the solitary IT staff that they have.)

      D'oh! However, Mac (even OS X) does get a share of exploits (and resultant malware) these days. That's a good thing. It means the platform is being inspected more. It means it's growing, perhaps you can say maturing. I find it fine, I just haven't taken the time to acclimate to it. I'm not really an OS zealot or anything. If we want to be equally pedantic, I don't know of any Windows specific viruses that have struck lately. By Windows, well, I mean just the kernel - much like Linux is just the kernel. ;-) That and hardly any viruses are being released any more. Not by strict definition. Mostly we see trojans and other malware.

      As an aside, Apple's very cool about giving discounts on hardware. The iPads were a trivial expense. If they could get a decent laptop in the right price range then I'd buy it for them. As it was, I ended up getting them all Lenovo laptops a couple of years ago. They got to keep them at the end of last year and they got the iPods this year when they returned to school. I'll examine the landscape in a year and a half. I currently replace every two years and allow the kids to keep the older equipment. I can write it off but I don't bother, I've generally already reduced my tax burden as far as possible with donations to mainstream groups like Red Cross, Heifer International, and Habitat for Humanities.

      Ah well, I completely missed the OS X bit. ;-) (I'm not one to double down on my own mistakes. Well, unless I'm fucking with someone for my own amusement.) Mac's are hardly secure and I think we know that - even you know that. Nothing is secure but Mac's do a pretty good job. iOS seems to be pretty tight too. I'm a Linux user so I don't really worry about anything as I tend to stay pretty much within the safe zone most of the time or do the rest in a burnable VM. Hell, half the time I don't have an OS installed - not in use. I just use a Live USB stick. I've generally got 16 to 32 GB of RAM. I can load several OSes into RAM if I really wanted.

      --
      "So long and thanks for all the fish."
    87. Re:It's a business opportunity! by macs4all · · Score: 1

      I admit, I did not notice the OS X part and went straight for the "Mac." Mac's not bad about malware, I bought 62 iPads recently just for that reason. (They're not for me, they're for a fairly poor local elementary school that I've sort of adopted since I sold my business. I keep their whole IT department up to date and help out the solitary IT staff that they have.)

      D'oh! However, Mac (even OS X) does get a share of exploits (and resultant malware) these days. That's a good thing. It means the platform is being inspected more. It means it's growing, perhaps you can say maturing. I find it fine, I just haven't taken the time to acclimate to it. I'm not really an OS zealot or anything. If we want to be equally pedantic, I don't know of any Windows specific viruses that have struck lately. By Windows, well, I mean just the kernel - much like Linux is just the kernel. ;-) That and hardly any viruses are being released any more. Not by strict definition. Mostly we see trojans and other malware.

      As an aside, Apple's very cool about giving discounts on hardware. The iPads were a trivial expense. If they could get a decent laptop in the right price range then I'd buy it for them. As it was, I ended up getting them all Lenovo laptops a couple of years ago. They got to keep them at the end of last year and they got the iPods this year when they returned to school. I'll examine the landscape in a year and a half. I currently replace every two years and allow the kids to keep the older equipment. I can write it off but I don't bother, I've generally already reduced my tax burden as far as possible with donations to mainstream groups like Red Cross, Heifer International, and Habitat for Humanities.

      Ah well, I completely missed the OS X bit. ;-) (I'm not one to double down on my own mistakes. Well, unless I'm fucking with someone for my own amusement.) Mac's are hardly secure and I think we know that - even you know that. Nothing is secure but Mac's do a pretty good job. iOS seems to be pretty tight too. I'm a Linux user so I don't really worry about anything as I tend to stay pretty much within the safe zone most of the time or do the rest in a burnable VM. Hell, half the time I don't have an OS installed - not in use. I just use a Live USB stick. I've generally got 16 to 32 GB of RAM. I can load several OSes into RAM if I really wanted.

      Well, now I feel like the perfect idiot for trouncing on you like that! SORRY!!!

      But seriously, OS X *is* really virus-free. It may not stay that way as Marketshare increases; but since it came out in 1999/2000, there seriously haven't been even but about 3 Trojans, and no self-replicating viruses, on OS X. So, I have to (respectfully) disagree with your statement about OS X not being secure.

      I think there are still some Windows viruses being produced (admittedly, not nearly as much as in the XP-days); but probably not more than a few hundred per day at this point... ;-)

      Major Props to you for your generosity to the schoolchildren!!! You REALLY deserve to be lauded for doing that! Most people would just take the money and have a nice life...

      Because it's for a philanthropic (and educational) purpose, you might contact Apple to see if you can get an extra-special discount on something like some factory-refurb Macs. Apple Refurbs are warranted same-as-new (you can even get AppleCare for them), and it might be mutually beneficial for Apple (and you) for them to be able to "unload" some Refurbs, depending on what, and how many, you need. And even if Apple won't just donate them, I am sure you can get a pretty good deal on them. Beats trolling eBay and Craigslist!

    88. Re:It's a business opportunity! by KGIII · · Score: 1

      You gave a few examples and then said it was secure. I'm not sure that one follows the other. ;-) I'll emphatically state that no OS is secure and that security is, at best, a practice and not an application. Given history and the current landscape, I don't think that you've the necessary vocabulary (not intended as a slight) or expertise to convince me otherwise. There's been a few 'keychain' incidents with Mac as of late, as I recall. This is not saying that Mac's aren't pretty damned secure - they are. They're just not secure. Nothing is.

      Anyhow, I was on the cusp of new technology and processes. In the late 1980s I began my thesis (I'm a Ph.D in Applied Mathematics) on vehicular traffic modeling. I entered the private sector with a single contract in 1991 while still preparing my defense. Before that contract was finished, I had two more. Before those were done, well, I was never without work and expanded into pedestrian traffic modeling as well (think stores, malls, auditoriums, a few outdoor events, and even museums). It was lucrative but then I got a crazy offer to sell. That was completed just prior to the crash of '07. I don't share the numbers in public but, well, I'm retired and have more money now (just from investments and natural growth) than I had when I sold and that's not from being stingy. You can email me if you want more details. The email above this post is valid.

      In fact, if you have some advice on WHAT to look for with Apple, then feel free to email me. I did look at the refurb offers. Unfortunately, I needed to ensure a homogeneous environment and, as I recall, that would have taken an unknown amount of time - the discount wasn't as nice as it was if I'd just bought new. I like to refresh on a two year cycle and I make sure that the IT staff has a goodly sum in his slush fund every semester to cover breakage and anything else that's needed. I've made a couple of contacts within the Apple marketing department (specifically, they have a group that deals with education) and, even there, my purchase numbers don't net a huge discount but it does put them in the "more affordable" category - new is an option and I could be convinced to do a late-semester refresh. They have been quite pleased with the iPads.

      I get Christmas cards, invited to plays, I go down and 'teach' a few classes here and there, the kids come to my house once a year - we pick apples and hang out in the garden and take a walk up the mountain and look at the owl and rabbit scat. I get "I love you" Valentine's Day cards. I get cookies. I get letters of thanks in big boxes, delivered by tired teachers, and lately they've discovered they can email me. I'm not exactly sure what they're saying but I save them all into their own folder. (No, it's not this email. I actually have a gratuitous @schooldistrict.school.edu account. I check it daily. The singing is awful, the music is awful, and the acting leaves something to be desired. I go anyhow, it's my job. It is my end of the social contract.

      See, I didn't get to where I am on my own. I owe society and have the means to repay it. While my kids have trusts, for instance, they can live just fine without working a day in their life. What they can't do is live overly comfortable on that. Sure, I could make it so that they'd never work at all. That's failing to uphold my end of the contract. I am not allowed to intentionally raise harmful and abusive people. That's part of the social contract. By the way - the daughter never touches her trust - she just recently finished med school. My son? He's cheating. He's in Peru with a sexy native and smoking a lot of weed. As he doesn't drink, I'm going to go into business with him and buy him a bar/hotel. He can pay off the loan and have a solid business. He doesn't appear interested in finishing his biology degree.

      Anyhow, if Apple has something coming out, say, near Christmas time AND that will give me time (it only took about three weeks) then I might be interested. They'll give me a deep enough discoun

      --
      "So long and thanks for all the fish."
    89. Re:It's a business opportunity! by Waccoon · · Score: 1

      Windows already has a task scheduler, and sane companies use that instead of adding yet more idiotic, unnecessary services, let alone background tasks.

      Given my experience with the horrible, virus-like, watchdog behavior of Google Update, I have no idea what you mean by Google solving updates the nice way.

    90. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      Are u an Unix hater?

    91. Re: It's a business opportunity! by Anonymous Coward · · Score: 0

      You could don't patch the critical security vulnerability in software too.

      From a security view point, a car has minimum security protection. Example, anyone can smash the car windows and access the car

    92. Re: It's a business opportunity! by Pentium100 · · Score: 1

      Which is why a lot of people do not install updates. Their car, fridge, radio, TV (if it is older than a few years) and typewriter do not need updates, so why should they update software?

      I understand why, but the people who view a PC as a modern typewriter do not.

    93. Re: It's a business opportunity! by TheRaven64 · · Score: 1
      And then you get issues with the composition. The Ariane problem is the classic example of this: the software for the gyroscope was fine and carried forward from the previous version. The gyroscope was changed to give more precision, and no one realised that they needed to modify the software that interacted with it.

      A more topical example is the recent Xen bug. The shadow page table code was find when it was written. Then someone added support for superpages. Both of these components, in isolation, were correct. It was only the composition that caused issues.

      --
      I am TheRaven on Soylent News
    94. Re: It's a business opportunity! by bingoUV · · Score: 1

      That is insecure in itself because one time vulnerability in triggering a false update to itself chrome now becomes a trojan forever. An application should never have write privilege on its own executable.

      --
      Bingo Dictionary - Pragmatist, n. A myopic idealist.
    95. Re:It's a business opportunity! by dgatwood · · Score: 1

      The Windows HIG specifies that they should be [OK] [Cancel] and OK should be the default action on the form.

      If so, then the people who wrote it need to rethink that. Apple got that right when they specified that only safe actions should be the default.

      The Apple HIG specifies those buttons in the opposite order.

      Not necessarily. It specifies that the most common button is on the right side, and that the default should always be a safe choice, if you specify a default. So you very well might come up with something like this:

      "Would you like to reformat your hard drive?" (Yes) ((Cancel))

      Because the most common choice (and the safe choice) would be to click "Cancel".

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    96. Re:It's a business opportunity! by dgatwood · · Score: 1

      Easy solution: Require either user interaction (foreground task) or communication from the main app if you want a background task to run for more than an hour. Don't have either one? Your app gets suspended until it does. That means those background updaters stop wasting power, and basically stop working until the user runs the app. :-)

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    97. Re:It's a business opportunity! by Anonymous Coward · · Score: 0

      The Windows HIG specifies that they should be [OK] [Cancel] and OK should be the default action on the form.

      If so, then the people who wrote it need to rethink that. Apple got that right when they specified that only safe actions should be the default.

      See, and Windows gets around that by asking at least twice, once with OK the unsafe option, once with OK the safe option. Only an Apple fanboy can't see that that's better.

    98. Re:It's a business opportunity! by Anonymous Coward · · Score: 0

      You know how you can download executables to your desktop and run them?

      Google automates this process.

    99. Re:It's a business opportunity! by Grishnakh · · Score: 1

      Maybe, but that would really screw with all the 3rd-party vendors' background updating schemes. And for various reasons, it seems like Microsoft has long been loathe to do anything to piss off the ISVs, no matter how bad this was for the user experience and overall security and stability of the OS.

    100. Re: It's a business opportunity! by konohitowa · · Score: 1

      Impossible! Refactoring one larger component into multiple, smaller components makes software bug free! An AC said so! And I'm using lots of exclamation points, so I must be right!

    101. Re:It's a business opportunity! by dgatwood · · Score: 1

      To be fair, I didn't say it was a good idea. I just said it would be easy to stop the background updaters from using CPU. :-D

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    102. Re:It's a business opportunity! by bingoUV · · Score: 1

      This isn't to excuse shoddy software but let's be honest about it: we get what we pay for, and generally we as a society don't care to pay enough for quality, be it a secure OS or a car that doesn't burst into flames if you tap it gently on the rear bumper ;-)

      What? This is completely false. We pay for software like we do for nothing else. We've made the maker of a highly popular operating system the largest company in the world, twice in a row. We've given them obscene margins - something close to 80% on software. (Apple's easily crosses 40% in spite of selling hardware, but if you could count the margin on software alone it would cross 80%).

      On top of that we pay software companies by

      1. allowing EULAs,
      2. allowing BSA to hold dreaded "raids" on other businesses
      3. allowing them to sell something with "no warranty express or implied",
      4. law enforcement of various countries upholds our software companies' business model because the business model doesn't hold by itself,
      5. we are increasingly paying for software by our privacy which might soon mean our security

      Which other industry is paid half as much by the society? Software has beaten petroleum in taking the largest toll on human society for last 25 years. If you want to make the argument of "you get what you pay for", we should get millions of times better software.

      We need to make the argument of "you get what you have the guts to demand". Our guts turn to water when dealing with software companies.

      --
      Bingo Dictionary - Pragmatist, n. A myopic idealist.
    103. Re:It's a business opportunity! by Anonymous Coward · · Score: 0

      Why would Apple NOT update it's insecure Windows software ? Anyone ?

      A more poignant question would be why do users not update their insecure third party Windows software regularly?

      And a yet more poignant question would be: Why ignore EOLed software in the count? Once you include those, 1 Adobe Flash Player 18.x (still on 80% of surveyed machines), 2 Microsoft XML Core Services (MSXML) 4.x 67% 3 Oracle Java JRE 1.7.x / 7.x 35% and 4 Google Chrome 44.x 35% whizz right past QuickTime. And Java is only "safe" because other software blocks you from running vulnerable versions.

    104. Re: It's a business opportunity! by MachineShedFred · · Score: 1

      If the standard was "don't ship until it's perfect" then nothing, including everyone's beloved Linux, would ever ship.

      Sometimes "good enough" is exactly that.

      --
      Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
  2. Really? Quicktime? Seriously? by Derekloffin · · Score: 1

    I haven't had cause to even install Quicktime in... years. Where are these people going that quicktime is so popular?

    1. Re: Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0

      Safari on windows requires QuickTime for html5 media playback last time I checked. So... A dozen users with a /reason/ ?

  3. Annoying update process by fintux · · Score: 3, Insightful

    The reason why I'm stalling sometimes with the updates is that the whole process is interfering with my computer usage. There are annoying popups requiring attention at about 30 s - 1 min intervals, activating a random time after computer boot and trying to install 3rd party software, so I need to be in a mood for installing those updates. Not even to mention that every software has its own update software with its quirks. And Windows also now notifies you to disable "unnecessary" start up software, which often includes these update checkers. These should all come from a single source and be handled much more like they are handled in Linux distributions or mobile app stores.

    1. Re:Annoying update process by Gaygirlie · · Score: 1

      These should all come from a single source and be handled much more like they are handled in Linux distributions or mobile app stores.

      I was just thinking to myself earlier today that Microsoft fucked up with their Windows Store. It would be a lot, lot more popular if you could install regular desktop - apps with it, too, and not just Metro - stuff and if it worked more like Linux repositories do -- including handling updating software. I, for one, would like a single tool to use for updating all the installed software instead of a billion separate tools.

    2. Re:Annoying update process by Anonymous Coward · · Score: 0

      No, update checkers shouldn't be running at all. If the OS doesn't provide a package manager, applications should update themselves when they're running. To remain accessible, an application could download and install the update in the background and switch to the new version once it's ready.

    3. Re:Annoying update process by Blaskowicz · · Score: 1

      Windows 10 added built-in support for that - package repositories. Although I have no idea what Apple, Oracle, Adobe etc. have done or intended to do with it.
      A safe bet would be to wait for the release of Windows Server 2016, then in that time frame there should be more maturity and support, along with the ssh client.

    4. Re:Annoying update process by Electricity+Likes+Me · · Score: 1

      Judging by Oracle's previous updater efforts, nothing. This is the same company which couldn't be bothered to make a Java updater which could check for updates without producing a UAC pop up.

    5. Re:Annoying update process by Bert64 · · Score: 2

      Doesn't work if you're running the applications as an unprivileged user...

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    6. Re:Annoying update process by laurencetux · · Score: 1

      a better way to do this is with NINITE

    7. Re:Annoying update process by Anonymous Coward · · Score: 0

      I, for one, would like a single tool to use for updating all the installed software instead of a billion separate tools.

      So why not switch over to linux then. We've had that single tool for so long, we don't remember what it was like to not have it. Upgrading is considered a solved problem

    8. Re:Annoying update process by Anonymous Coward · · Score: 0

      And don't think some app can start you're downloading random crap onto my computer.

      You are not breaking my download caps trying to force Windows 10 on me.

      Stick your automatic updaters where the sun don't shine.

    9. Re:Annoying update process by sabbede · · Score: 2

      I find that update notifications for QT are just a reminder that I have to uninstall it. Can't think of a single reason to have it on a PC.

    10. Re:Annoying update process by rhazz · · Score: 4, Interesting

      The problem with iTunes is how often they modify the UI or key functions. At my peak iTunes usage I probably only used it once a month. Every single time there was a new update waiting, and every time I allowed the update it would modify the UI in some non-intuitive way, and it would take an onerous amount of time trying to figure out where they moved a particular command. So eventually I only updated when a particular function stopped working entirely. Honestly, if you have to refactor your UI every time you add a feature, start from scratch and design something more scalable.

    11. Re:Annoying update process by jedidiah · · Score: 1

      ...if you are doing that then chances are that your box is being managed by someone else and they are using a 3rd party tool that acts like a Linux package manager (or they should be).

      --
      A Pirate and a Puritan look the same on a balance sheet.
    12. Re:Annoying update process by Anonymous Coward · · Score: 0

      Another reason might be that people are tired of updates that remove features, break the software being updated, or even screw up the OS! Two examples are Sony and Micro$haft.

    13. Re:Annoying update process by macs4all · · Score: 1

      The problem with iTunes is how often they modify the UI or key functions. At my peak iTunes usage I probably only used it once a month. Every single time there was a new update waiting, and every time I allowed the update it would modify the UI in some non-intuitive way, and it would take an onerous amount of time trying to figure out where they moved a particular command. So eventually I only updated when a particular function stopped working entirely. Honestly, if you have to refactor your UI every time you add a feature, start from scratch and design something more scalable.

      They had a time when that was definitely true; but now it has slowed down considerably, and in the past couple of years, the UI/feature set has only changed a little, even with the addition of Apple Music capabilities.

    14. Re:Annoying update process by rhazz · · Score: 1

      I admit I currently only use it once or twice a year now. Since I broke free of my iPhone I tend to only use the store now, the other features can rot.

    15. Re:Annoying update process by KGIII · · Score: 1

      It can, in Linux, still be a little cludgy. If you're in the Debian or Ubuntu realm and outside of the terminal then GDebi does allow for automatic PPA additions. Sometimes, however, you'll use the terminal and have to add the PPA, the GPG signature, etc... It works. I like it. It still could probably use some spit and polish.

      --
      "So long and thanks for all the fish."
  4. Re:Really? Quicktime? Seriously? by Hadlock · · Score: 2

    Valid question. I used to install Quicktime... 4? On my Pentium 2 MMX 200mhz computer back in the mid 1990's so I could watch movie trailers on Apple's website in middle school. That's the last time I installed Quicktime that I can remember. I'm honestly curious what purpose it serves today? Is it a web browser plugin or what? I haven't even thought of Quicktime in YEARS.... let alone had a reason to use it...

    --
    moox. for a new generation.
  5. Re:Really? Quicktime? Seriously? by Anonymous Coward · · Score: 1, Informative

    iTunes.

    iTunes attempts to install a fuckton of useless shit, and let's face it, most people are just going to click 'lolwut okay'.

  6. Quicktime upgrade pushes other shit by Anonymous Coward · · Score: 1

    One reason people do not keep their Quicktime up to date is because the updater for it keeps offering unrelated shit so the reaction is "wtf is this, I'll just close this". Heck, they might uninstall the whole thing that keeps bugging them, leaving behind Quicktime (which then never gets updated)

    Stupid companies should stop using automatic software updaters as tools to push other things to the user.

    1. Re:Quicktime upgrade pushes other shit by Z00L00K · · Score: 3, Interesting

      The same goes for a lot of software - clog your computer with bloatware like Chrome and whatever that I never use.

      And at every upgrade the software package asks me to confirm that I agree to the current license version instead of just installing the update in the background silently to ensure that I get the latest security updates.

      In addition to that Windows also enforces the UAC to make you confirm that the update installation is permitted. But in many cases this is problematic since it won't help many users that are out there, especially those with limited computer knowledge who either clicks "No" on everything or "Yes" on everything. In both cases it leads to bad results.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    2. Re:Quicktime upgrade pushes other shit by AmiMoJo · · Score: 2

      What bloatware does Chrome install?

      Chome is actually one of the best apps I've seen for a long time. It installs without admin permissions to the user's local folder. It updates automatically and silently, which while annoying for some nerds it a massive boon for normal users. You never get prompted with new EULAs for any other fatigue inducing stuff like that. It runs at the lowest possible permissions, heavily sandboxed, Security fixes are prompt,

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    3. Re:Quicktime upgrade pushes other shit by Anonymous Coward · · Score: 0

      "What bloatware does Chrome install?"

      Flash. It's baked right into the browser.

    4. Re:Quicktime upgrade pushes other shit by Alumoi · · Score: 1

      What bloatware does Chrome install?

      You mean besides itself?

    5. Re:Quicktime upgrade pushes other shit by Anonymous Coward · · Score: 0

      The last time I used chrome and a tab crashed, the entire browser crashed after closing the tab, LOL sandbox.

    6. Re: Quicktime upgrade pushes other shit by Anonymous Coward · · Score: 0

      Chrome is bloatware for that very reason. Google thinks their shit (updater) don't stink. Guess what it does, and for the very fact it is google. If the retards at google had their way, everyone would run android, own a chromebook, and updating, along with the invasive background check processes, would never be turned off. Fuck you google. Faggots

    7. Re:Quicktime upgrade pushes other shit by robinsonne · · Score: 1

      Don't forget the Google updater that manages to make systems crawl somehow.

    8. Re:Quicktime upgrade pushes other shit by Anonymous Coward · · Score: 0

      It doesn't really. Don't listen to the GP. Essentially everything he said was wrong or a straw man designed to elicit an emotional response because he has no valid points. Sadly, it works since it was modded up. To address the points directly:

      Chrome doesn't install any bloatware though you can install some additional Google services if you want. Easy to avoid if you aren't an idiot

      Damn near every software has a EULA. So the hell what? Nothing to really address here except that many people DON'T want updates automatically installed but do want to be prompted and notified or better yet have the option for both. Personally, the LAST think I was is for something to update automatically without my permission.

      You can easily turn off the UAC and anything is better than nothing for people that don't understand how to turn it off. Perhaps he has a better idea but it really only gets more intrusive and annoying from there.

      This whole thread seems to be a lot of Apple apologists blaming MS for the bugs in Apple's code. It's pretty strange and amazing to watch the level of die hard brainwashing Apple has pulled off for their average to below average products.

    9. Re:Quicktime upgrade pushes other shit by spire3661 · · Score: 1

      UAC works exactly like password prompts on OSX do, save for the dimming of the screen. Its there for you to realize, "hey im doing a system-level change, is everything correct?"

      --
      Good-bye
    10. Re:Quicktime upgrade pushes other shit by spire3661 · · Score: 1

      Installing without admin privs in the user folder is something to be damned, not praised. If you want to use portable Chrome in the user folder, great, but standard Chrome breaks all the rules. You think its a great app because you are ignorant.

      --
      Good-bye
    11. Re:Quicktime upgrade pushes other shit by Z00L00K · · Score: 1

      Chrome is bloatware added to some software packages.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    12. Re:Quicktime upgrade pushes other shit by Z00L00K · · Score: 1

      Yet another that didn't understand that Chrome was the bloatware added to another software.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    13. Re: Quicktime upgrade pushes other shit by Grishnakh · · Score: 1

      It's not just Google, every big company is like this.

      If the retards at Microsoft had their way, everyone would have a Windows Phone, own a Surface Pro, use a PC with Windows 10 and use Metro apps all day long with a touchscreen and get gorilla arm and need physical therapy on a regular basis for it, and would have invasive background check processes running all the time, which would never be turned off, and they'd be using Windows' built-in keylogging spyware.

      If the retards at Apple had their way, everyone would have an iPhone, own an iPad 2/3/4/5/6/etc., use an iMac or MacBook, would use iTunes and have all their CPU time hogged by that bloated monstrosity, and would be paying half their income for these privileges.

    14. Re: Quicktime upgrade pushes other shit by Anonymous Coward · · Score: 0

      I have iTunes running 24/7 and it never bogs my computer down. I use it to play music. My library consist of about 7000 songs. It runs flawlessly on my 2012 MacBook Pro.

    15. Re:Quicktime upgrade pushes other shit by macs4all · · Score: 1

      One reason people do not keep their Quicktime up to date is because the updater for it keeps offering unrelated shit so the reaction is "wtf is this, I'll just close this". Heck, they might uninstall the whole thing that keeps bugging them, leaving behind Quicktime (which then never gets updated)

      Stupid companies should stop using automatic software updaters as tools to push other things to the user.

      The only thing that the iTunes installer offers, other than iTunes, is iCloud for Windows, and that defaults to "no", IIRC. I think it offers to update/install QuickTime if it is not installed, but again that is OPTIONAL.

    16. Re:Quicktime upgrade pushes other shit by macs4all · · Score: 1

      This whole thread seems to be a lot of Apple apologists blaming MS for the bugs in Apple's code. It's pretty strange and amazing to watch the level of die hard brainwashing Apple has pulled off for their average to below average products.

      ...and a lot of ANONYMOUS COWARDS blaming Apple for... well, EVERYTHING.

      And it's pretty strange and amazing to watch the level of Apple-Bashing that happens almost exclusively by ANONYMOUS COWARDS.

      Come out an fight like a human, or GTFO.

    17. Re:Quicktime upgrade pushes other shit by NoOneInParticular · · Score: 1

      Why is installing without admin privs in the user folder something to be damned? What rules are broken here?

    18. Re:Quicktime upgrade pushes other shit by Anonymous Coward · · Score: 0

      Apple sells luxury goods.

      The value to the users of their products comes not directly from the products but from other people perceiving those products as cool. Thus, the users must defend the reputation of the brand.

      Linux is a hobbyist thing.

      Individual hobbyists invest a lot of time and energy into building and maintaining their own software on Linux, and then tell everyone how cool it and their own stuff they build on it is.

      Nobody cares about Windows. People buy it, and use it, and everyone hates it, but people keep buying it, because people use it.

    19. Re:Quicktime upgrade pushes other shit by Anonymous Coward · · Score: 0

      Those UAC and UAC_style popups NEVER give enough information to make an informed decision whether to click yes or no, so they're pointless. You can't blame users for clicking the "wrong" button on these popups.

  7. Not fatigue by Anonymous Coward · · Score: 4, Insightful

    I was so excited when I got my iPhone 4. It's old, I know. Everything worked so well.

    Now... itunes has changed so much I can barely use it. It's always losing playlists, stopping play because it sees a cloud icon when the downloaded version is right underneath it, etc. Don't get me started about the hidden File Edit menus. My iphone barely works anymore. Browsers slow, maps is a joke, switching tasks takes a while.

    The last thing in the world I want to do is update itunes and IOS. Each time it gets more and more unusable, each time the experience stops 'just working'. I won't upgrade either again. Too scared. Too much time to remake all those playlists. Too worried about the lag from the new OS or insanely strange UI of itunes.

    It's too bad we can't just stick with a version that works, but this 'one size fits all' approach isn't working great.

    1. Re:Not fatigue by Anonymous Coward · · Score: 1

      Nailed it. I've yet to install an Apple update and think to myself, "yeah, that was worth it." Each and every one brings a steady and noticeable decline in performance and usability. Features I used on the reg would disappear, only to have a toggle buried off somewhere in a menu that, itself, was hidden or moved. Apple's software really is all bluster and no balls.

    2. Re:Not fatigue by Anonymous Coward · · Score: 0

      I can't decide if I'm better off here, with my old Android phone permanently stuck in the 19th century with no updates in sight.

    3. Re:Not fatigue by drinkypoo · · Score: 1

      I can't decide if I'm better off here, with my old Android phone permanently stuck in the 19th century with no updates in sight.

      Which phone is it? Are there really no custom ROMs? There's still someone making new ROMs for the transformer prime, for chrissake. And last I checked, still ROM development on the Xperia Play!

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:Not fatigue by Anonymous Coward · · Score: 0

      This especially with itunes, where all i like about it just a list sortable by different columns (and almost none of the default ones) and the playlist sidebar. Each version has just piled tons of useless junk ontop of that each release until the last one I pretty much gave up, not like I even use it much since Ive just used youtube now for awhile. Finder is terrible, always has been. And their new photos app is utterly annoying in the same way. That said i still always update to the latest nowadays but I can see how no one wants to. I just update all the junk I dont use for the sake of it i guess. The only real updates I look forward too are each new major OS x release and the system maintenance updates in between each cycle

    5. Re:Not fatigue by operagost · · Score: 1

      I have an Elocity tablet. It's stuck on Android 2.2. It's a shame, because the hardware is fantastic. It has a really great multitouch screen, HDMI out, supports both USB and micro SD up to 64 GB, and otherwise does what I need. The Tegra 2 processor is quick enough to run just about anything. But it was never supported by Google Play, which made getting apps tricky enough before but now you can't get anything that runs on 2.2.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    6. Re:Not fatigue by Anonymous Coward · · Score: 0

      You look forward to things like Facebook integration in your OS? Because that was the last straw for me with OS X.

    7. Re:Not fatigue by drinkypoo · · Score: 1

      I have an Elocity tablet. It's stuck on Android 2.2.

      This is why we don't mess with niche brands unless they have an exceptional record for customer support... Sure, the mainstream vendors may well also screw you, but it's somewhat less likely. I did buy a Tronsmart MK908 way back when, but that taught me my lesson. At least it got up to JB.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    8. Re:Not fatigue by Anubis+IV · · Score: 2

      I agree with your general assertions regarding iTunes making changes for the worse. That said, let me offer a few answers/responses to some of your gripes (many of which I share or have shared), from one frustrated user to another:

      Don't get me started about the hidden File Edit menus.

      It's a setting in Windows these days. Ctrl+B toggles hiding/showing the menu bar by default. Otherwise you need to press Alt to get it to appear on-demand.

      stopping play because it sees a cloud icon when the downloaded version is right underneath it

      Regarding the cloud stuff, that should only happen if you have two separate copies of the track. The best solution is to get rid of one of them. If you're subscribing to iCloud Music Library (née iTunes Match), then the cloud-based one was probably uploaded previously by you. Just delete your local downloaded copy and then download the cloud-based copy. You'll end up with a single copy that's kept in sync across all of your devices. If you're not subscribed to iCloud Music Library are are instead using Apple Music, then the cloud-based one was probably something you added to your music library from Apple Music, despite the fact you already owned it. In that case, just delete the cloud-based one and use the copy you already had. If you'd rather not see the cloud-based stuff at all, I'd suggest you go to Edit > Preferences > General tab and disable Apple Music and iCloud Music Library, which should immediately address that issue.

      Browsers slow

      On iOS, I'd typically suggest grabbing a content blocker (though I can't for you, since the iPhone 4 is old enough (released in 2010) that it doesn't run iOS 9, which added content blockers), since most of the slowdown I've experienced over the years disappeared the moment I installed one. Turns out it wasn't Safari getting slower, but rather the websites I was going to (including this one!).

      If you're talking about Safari for Windows, then you're completely correct and should immediately ditch it, since it hasn't been updated in years and is susceptible to a variety of attack vectors (i.e. like what the summary is talking about). On Mac, last I checked, the latest version of Safari benchmarks on par with or better than all of the competition in the relevant benchmarks and fixes the aforementioned security issues.

      maps is a joke

      Apple Maps is greatly improved from when it started (*insert punchline here about how that isn't saying much*). Maybe it's because I'm old enough to remember when Google Maps was brand new and how bad it was then compared to how great it is now, but I was willing to give Apple Maps some time to work out its initial kinks, and by all indications, it has. It's not perfect, but at this point it gets things wrong for me about as often as Google does, which is to say, only once in a blue moon.

    9. Re:Not fatigue by Grishnakh · · Score: 1

      This is what happens when the average age at these big tech companies these days is under 30. These 20-something hipsters have no idea how to make software that actually works.

    10. Re: Not fatigue by Anonymous Coward · · Score: 0

      You know all that's optional right? Just because it's there doesn't mean you have to use it.

    11. Re:Not fatigue by macs4all · · Score: 1

      I was so excited when I got my iPhone 4. It's old, I know. Everything worked so well.

      Now... itunes has changed so much I can barely use it. It's always losing playlists, stopping play because it sees a cloud icon when the downloaded version is right underneath it, etc. Don't get me started about the hidden File Edit menus. My iphone barely works anymore. Browsers slow, maps is a joke, switching tasks takes a while.

      The last thing in the world I want to do is update itunes and IOS. Each time it gets more and more unusable, each time the experience stops 'just working'. I won't upgrade either again. Too scared. Too much time to remake all those playlists. Too worried about the lag from the new OS or insanely strange UI of itunes.

      It's too bad we can't just stick with a version that works, but this 'one size fits all' approach isn't working great.

      Funny, ANONYMOUS COWARD, I have had both iPhones and iTunes (both on OS X and Windows 7) for quite a few generations, and have NEVER lost a Playlist, nor have I had it stop playing because of, well, pretty much anything.

      As for the "hidden" menus, yes that freaked me out when it happened a few years ago, but then, I spent about 1/2 a second on Google, and found the way to turn them back on. Problem solved. And through several updates, that Preference has remained set the way I want it (to Show Menus). In fact, iTunes is VERY good about NOT disturbing previous Preference-Settings.

      On the other hand, my WIndows 7 work laptop decided yesterday to play "Hide the Volume Control"; and after over an HOUR of Googling and trying this and that, I STILL can't get access to change that "System Icon" 's status to "On", DESPITE the fact that, not only am I a Local Admin, but a Domain Admin.

      You wanna talk about shitty software? Then you need not look farther than the Windows OS!

    12. Re:Not fatigue by macs4all · · Score: 1

      Nailed it. I've yet to install an Apple update and think to myself, "yeah, that was worth it." Each and every one brings a steady and noticeable decline in performance and usability. Features I used on the reg would disappear, only to have a toggle buried off somewhere in a menu that, itself, was hidden or moved. Apple's software really is all bluster and no balls.

      Oh, you wanna compare the "feature rearranging/removal" to what happened Windows 8 compared to Windows 7??? Or to what happened in Server 2012 vs. Server 2008 R2?

      And you have the temerity to bitch about a feature moved from one MENU to another in the SAME App?

      Yes, that frustrates me too; but name ONE Software package that does NOT occasionally move (and/or remove/change) a feature or two? Not excusing it; but I note that, except for a few specific periods/versions, iTunes has remained pretty damned stable in its core feature-set and their placement (more the former than the latter, i'll admit).

    13. Re:Not fatigue by Anonymous Coward · · Score: 0

      Spaz some more, faggot, you're the only one pulling comparisons out of his ass. Dig a little deeper up there, see if you can fish out Job's corpse.

  8. Don't blame the users. by Anonymous Coward · · Score: 0

    Blame the fucking software vendors.

    People are getting tired of having their entire computer overhauled year after year with progressively worser and worser user interfaces and workflows. So they stick with what works for them, which looks bad for the software vendors because nobody wants to upgrade to whatever garish piece of shit they're trying to push this year. In a pathetic attempt to force everyone to upgrade, they simply stop releasing updates and tell you you're SOL unless you upgrade.

    So now you've got people like me, who just don't give a shit anymore. I run what works for me, and that's that. I don't care if it's out of date. If things get bad enough, I'll just pull the CAT5 on this machine and buy a shitty laptop to interface with the internet instead. I could care less what the latest greatest software may or may not do, because I make a living with what I've already got, and I don't need that to change anytime soon.

    1. Re:Don't blame the users. by Anonymous Coward · · Score: 0

      Mod this up +1,000,000 informative + 1,000,000 insightful !

  9. Re:Really? Quicktime? Seriously? by Yaztromo · · Score: 4, Informative

    Valid question. I used to install Quicktime... 4? On my Pentium 2 MMX 200mhz computer back in the mid 1990's so I could watch movie trailers on Apple's website in middle school. That's the last time I installed Quicktime that I can remember. I'm honestly curious what purpose it serves today? Is it a web browser plugin or what? I haven't even thought of Quicktime in YEARS.... let alone had a reason to use it...

    My understanding is that versions of iTunes prior to 10.5 required Quicktime. Quicktime has always been more than a video player -- it's an entire multimedia framework, with APIs for doing a whole host of multimedia playback, editing, and conversion capabilities. It was the main multimedia framework for Mac OS X up until 10.7 (Lion).

    iTunes would have used it for both media playback, as well as for transcoding video from various formats/sizes for various Apple devices (iPhone, AppleTV, etc.). Newer versions no longer require Quicktime so far as I'm aware -- however, this article is about people who aren't keeping their software up-to-date, so it wouldn't be surprising to learn that they're still running older OS's and older versions of iTunes.

    Yaz

  10. Install numbers by andymadigan · · Score: 1

    These statistics are meaningless without actual install numbers. Of the computers scanned, how many actually had QuickTime installed? How many had Java?

    I do wish Apple would stop pushing QuickTime, I don't have it installed on my Windows PC and I don't use it on my Mac.

    --
    The right to protest the State is more sacred than the State.
    1. Re:Install numbers by CanadianMacFan · · Score: 1

      If you go onto the site you can download the report and it gives you the market share and the percentage of computers that have not updated.

    2. Re:Install numbers by Anonymous Coward · · Score: 0

      These statistics are meaningless without actual install numbers.

      Actually, the numbers are meaningless without also counting EOLed software - like Chrome 45. Yes, a ten year old QuickTime for Windows 7.0 gets counted as vulnerable, but a month old install of Chrome doesn't.

  11. automatic updater utilities? by Anonymous Coward · · Score: 0

    When Adobe's "automatic updater" detects a new version, it opens a webpage that offers to download the installer and that's it. You have to do all the steps as if you were installing Flash for the first time. Very lazy programming.

  12. Not Fatigue by Anonymous Coward · · Score: 0

    I stopped updating software that isn't broken when the people at Mozilla, Apple, and Microsoft decided that updates were a good way to take away popular features, or force unwanted changes. Fuck you. I like my software the way it is, and if you're not going to give me security updates without shoving a bunch of other bullshit down my throat I'm not going to do updates at all.

  13. Latest versions... by Darinbob · · Score: 1

    Never get the latest versions. They may fix bugs, but they add unwanted and ill meaning new features.

    1. Re:Latest versions... by Anonymous Coward · · Score: 0

      Never get the latest versions. They may fix bugs, but they add unwanted and ill meaning new features.

      The fact that you are forced to accept unwanted and ill meaning new features to get security updates is a big security problem.

    2. Re:Latest versions... by Fire_Wraith · · Score: 2

      This was why I stopped using Apple software on Windows in general. I got tired of having it download a bunch of superfluous, unwanted things (like Bonjour), never mind just how slow and awful iTunes for Windows was.

      But it's definitely not worth leaving buggy, outdated software on your machine. If you care about it being secure, then either update it, with all the good and bad, or get rid of it.

  14. Oh, Windows, Quicktime, Java? by rrohbeck · · Score: 1

    What does that have to do with PCs?

  15. Maybe people don't like updater services? by Anonymous Coward · · Score: 0

    The first thing I do after installing anything from Apple is delete the updater service. It has no business running all the time and phoning home. Why can't an application update itself when I run it?

    Another reason may be that people are unaware of the sneaky Apple crap installed on their computers. I used to have an Apple access point that didn't have a web interface. To access it I had to install an extra application plus the Bonjour service. After I uninstalled the application, Bonjour was still installed and running -- had to kill it manually.

    1. Re:Maybe people don't like updater services? by Grishnakh · · Score: 1

      What kind of piece-of-shit access point doesn't have a web interface? WTF?

      Why would you even buy something like that?

  16. Re: Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0

    There's no longer a safari for windows...

  17. Yes, update fatigue by johannesg · · Score: 4, Informative

    Plus we're tired of being tricked into accidentally downloading unwanted virusscanners (flash), toolbars (java), and whatever other crap they want to bundle. We are tired of running two dozen automatic update tools at all times, all fighting for internet access and all using memory and CPU time. Sure, it's very little and it mostly ends up in swap anyways - but it adds up. And we are certainly tired of having to deal with that crap every time we boot the machine.

    It's a great mystery to me why Windows does not have a unified update service (like Windows Update, but also including tools from 3rd parties). It doesn't even have to go through Microsofts servers - just let programs register their own server with the update service, and then let the update service do updates at times when it is convenient to me.

    I've solved at least part of this problem by simply not having QuickTime or Java installed. Flash is installed, but only runs on demand (which is actually far less often than you'd imagine). Windows Update I've shut down after Microsoft started pushing spyware and adware as "important updates". So now I run a risk of "hackers". So far they've proven less of a nuisance than actual vendors...

    1. Re:Yes, update fatigue by thegarbz · · Score: 1

      Oh lucky you, I've got too much crap which depends on Java and Quicktime to rid myself from it.

    2. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      great mystery to me why Windows does not have a unified update service (like Windows Update, but also including tools from 3rd parties). It doesn't even have to go through Microsofts servers - just let programs register their own server with the update service, and then let the update service do updates at times when it is convenient to me.

      They do, it's called the Task Scheduler and many programs use it to schedule their updates. Go in there and edit them to run whenever you want.

    3. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      What you want is a Windows "distro".

      A distro is useful because the maintainers try very hard to enforce compatibility and to preen the dependency graph. This is a very non-trivial task that requires a lot of coordination and communication efforts. They run tests to make sure pathological things like unsatisfiable requirements or circular dependencies are resolved before updates are pushed to the users. The user are also given tools to detect libraries no longer used by any software, so an obsolete dependency can be evicted.

      If you let 3rd party developers manage their own separate repositories, dependency hell will ruin the "unified updater". Maybe the "distro-like" repositories can be de-centralized if everyone sticks to a set of guidelines, and if there is a well-defined set of API for automating the boring part of the job. But most likely you'll eventually run into dependency hell scenarios that require human decision-making.

    4. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      I agree. Years ago QT was used to watch almost every video that came down the wire. But no more. MPC and VLC have supplanted them and with Youtube moving away from flash QT has little reason to be top of mind. And the unwanted crapware that comes free with every download... As for iTunes -- well, I have never been able to get it to work to my satisfaction, and since I have a classical library that is a mix of current flac and ripped LPs I have little reason to care. And besides, with Win10 I have a whole new class of annoying apps to Groove on that basically exist to separate me from my money while pretending to work.

    5. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      You might be aware of this, but just make a ninite executable with Java etc. Run it as a weekly task and you'll never have any of these issues again.

    6. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      I've been a Linux user for the past 10 years. It sounds like Windows has gotten much worse since I left!!!

    7. Re:Yes, update fatigue by macieklen · · Score: 1

      Task Scheduler is more of an equivalent of cron. And the reason Linux systems include both cron and a package manager is because they perform entirely different, orthogonal tasks.

    8. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      What do you have that depends on Quicktime?

    9. Re:Yes, update fatigue by jedidiah · · Score: 1

      Quicktime always did more than just decode video. It's also a sort of programming environment. For people that bother to use it, it can be very slick. It's like having all of the nonsense that you get on DVDs but in your MP4 file.

      Each of these "grave" threats are development platforms. So you have to deal with "bad programs" and not just bad data.

      Same problem as macro laden msword files.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    10. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      Task Scheduler is more of an equivalent of cron.

      Yes, and as per usual, the Windows "OS" implementation is a complete POS!

    11. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      It's a great mystery to me why Windows does not have a unified update service (like Windows Update

      Because the dim bulbs here and elsewhere would be bitching about "monopolies" and "gatekeepers" and because spending money to fix other people's bad behavior is effectively pissing money into an infinitely deep hole. Pretty obvious, really.

    12. Re:Yes, update fatigue by pastafazou · · Score: 1

      Probably this

    13. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      It is Windows. Just let each application to keep their own copy of shared code. Share only the windows system dlls and maybe very common things like .net or java runtime.

    14. Re:Yes, update fatigue by thegarbz · · Score: 1

      My camera and my PHOTO editing software which throws an error if there's a video file on the SD card when I download it.

    15. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      I think this got worse with windows 10. Now that annoying "we need to reboot for whatever made-up reason" will persist through a shutdown and restart. Only if you explicitly click on that programs "reboot now" window does it stfu.

      First, we shouldn't have to reboot. It should be a matter of you updating whatever files, then restarting the application.
      Second, why the hell does a shutdown and boot not count as a restart?

    16. Re:Yes, update fatigue by Tharkkun · · Score: 1

      Plus we're tired of being tricked into accidentally downloading unwanted virusscanners (flash), toolbars (java), and whatever other crap they want to bundle. We are tired of running two dozen automatic update tools at all times, all fighting for internet access and all using memory and CPU time. Sure, it's very little and it mostly ends up in swap anyways - but it adds up. And we are certainly tired of having to deal with that crap every time we boot the machine.

      It's a great mystery to me why Windows does not have a unified update service (like Windows Update, but also including tools from 3rd parties). It doesn't even have to go through Microsofts servers - just let programs register their own server with the update service, and then let the update service do updates at times when it is convenient to me.

      I've solved at least part of this problem by simply not having QuickTime or Java installed. Flash is installed, but only runs on demand (which is actually far less often than you'd imagine). Windows Update I've shut down after Microsoft started pushing spyware and adware as "important updates". So now I run a risk of "hackers". So far they've proven less of a nuisance than actual vendors...

      MS has never pushed spyware onto people's system.

    17. Re:Yes, update fatigue by johannesg · · Score: 1

      Oh, excuse me. "Windows Telemetry".

    18. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      Why the fuck do people write entire posts using normal sentences, and then end the very last sentence with an ellipsis? It's like you have a brain malfunction or something...

    19. Re:Yes, update fatigue by Anonymous Coward · · Score: 0

      Quicktime always did more than just decode video. It's also a sort of programming environment. For people that bother to use it, it can be very slick. It's like having all of the nonsense that you get on DVDs but in your MP4 file.

      Each of these "grave" threats are development platforms. So you have to deal with "bad programs" and not just bad data.

      Gee, then why is QuickTime the software with the third to least bugs in the survey?

  18. Re:Really? Quicktime? Seriously? by meerling · · Score: 0, Flamebait

    Exactly.
    For most of us Quicktime died a long time ago, and iJunk tries to take over your machine.
    I have no need of either of them, so why bother with the hassle?

  19. Re:Bullshit by Anonymous Coward · · Score: 2, Insightful

    The Java holes that won the award for least secure software ever were in the Java plugin sandbox. Enterprise Java is not using the sandbox.

    The credit card stealing holes in big enterprise systems are more likely to be holes in the software handling the credit cards, rather than Java itself.

  20. Re:Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0

    It does not say "popular". Just "biggest". So the biggest threat is actually very small. Windows is the safest operating system!

  21. Re:Really? Quicktime? Seriously? by AmiMoJo · · Score: 2

    Do newer versions of iTunes uninstall Quicktime when you upgrade? If not, it seems likely that a lot of people would have it installed for no reason when they could easily reduce the attack surface.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  22. i'm surprised, it's not flash by unami · · Score: 2

    it's just unbelievable, how often flash needs to be updated. i usually disable autoupdates and only install the new version whenever i need it. but still, you can't use the computer for a couple of days without flash getting deactivated by safari because there's a newer version. how many bugs/security holes can one poece of software have?

    1. Re:i'm surprised, it's not flash by Anonymous Coward · · Score: 1

      how many bugs/security holes can one poece of software have?

      I think you meant to use an exclamation point instead of a question mark, but since you asked a question: the answer is: those are security "features" designed to enable enterprise "sharing" of your PC via a distributed network operated out of Asia or eastern Europe. ;)

      ---
      PSA: Chrome and Firefox both have HTML5 and their own PDF renderers, so there's no reason to have Adobe on your PC anymore. Next time one of them prompts you for an upgrade, just uninstall that shit instead.

    2. Re:i'm surprised, it's not flash by 93+Escort+Wagon · · Score: 1

      No, it's still Flash. But you don't get article clicks by talking about what a buggy piece of crap Flash is - everyone already knows it.

      --
      #DeleteChrome
    3. Re:i'm surprised, it's not flash by cfalcon · · Score: 1

      > how many bugs/security holes can one poece of software have

      All of them

    4. Re:i'm surprised, it's not flash by Solandri · · Score: 1

      it's just unbelievable, how often flash needs to be updated. [...] how many bugs/security holes can one poece of software have?

      Flash was never supposed to be the universal scripting language of the web. It was designed as an artist's tool for transmitting animated graphics over low-bandwidth connections. Consequently, security was a very low priority in its original design.

      If you want to blame someone, blame the folks behind the HTML standard who dragged their feet for a decade on adding features to the standard that web designers wanted to use. Websites resorted to using Flash because there wasn't a way to do it with HTML. It was so bad, for a while there I was thinking maybe it would've been better if Microsoft had completely succeeded at gaining control of HTML and "extended" it with a bunch of proprietary features.

  23. Re:Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0
  24. Update fatigue? by Anonymous Coward · · Score: 0

    No. More like mistrust. We think that our software providers are out there to take advantage of us at every turn of the corner, either by price-gouging, or by selling our private data or by forcing us into an update treadmill or some other form of dependency.

    We are not the customers, we are the wares.

    Therefore, when we've got a "working setup", we try to do what we can to protect it from "updates": who knows whether the next update is going to help us or not? Who cares if something gets botched because of a malware or of a ruthless software provider? Where's the fucking difference?

  25. So... by omfg-no · · Score: 1

    Fixes issues and users decline to update? How stupid are users these days? Update fatigue - more like thought fatigue.

    1. Re:So... by Anonymous Coward · · Score: 0

      Fixes issues and users decline to update? How stupid are users these days?

      Update fatigue - more like thought fatigue.

      This is true for Windows itself too, most issues are already fixed but users not updating. You will find a vocal group even here on Slashdot that don't update, because sometimes back in the day an update broke something for them, or someone they heard about.

    2. Re:So... by Anonymous Coward · · Score: 0

      Fixes issues and users decline to update? How stupid are users these days?

      Update fatigue - more like thought fatigue.

      The only way to get security updates is to accept other changes to the program/app that some users don't want. Developers are giving users a bad decision to make. Sometimes users want to keep a version that isn't being messed with.

    3. Re:So... by Anonymous Coward · · Score: 0

      The majority of updates I get, from software on both Windows and Linux, cause more problems than they solve (breaking, changing the UI, dropping features, etc...). I secure my browser the best I can through add-ons and never update anything on the computer. Mozilla software is the worse since they no longer let you ignore a version. Instead it's only: Remind me again later.

      If security updates were separate from all other changes I would accept them, but they're not. Like the ad industry destroying themselves with annoying ads, the software industry is trying to destroy itself through annoying churn and forced changes. I find myself regressing back to simpler and simpler software tools to get away from annoying software and somehow some of the simpler software has better features...

    4. Re:So... by behrooz0az · · Score: 1

      sometimes back in the today

      FTFY. It broke something in my friends computer today.

      --
      Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion. -- Spazmania (174582)
    5. Re:So... by Grishnakh · · Score: 1

      Linux doesn't have the problem, or at least, not quite in the same way.

      First off, I don't know *any* Linux distro that's going to push a changed UI or dropped features or anything like that on you with a security update. Where you see that is in major version changes. They don't have the evil desire to push unwanted "features" on you for profit like proprietary companies do, so there's no need to sneak things in like the proprietary software companies do with updates.

      Now they certainly do have a record of changing the UI, frequently for the worse (Gnome3 is a prime example). But the answer here is pretty simple: since they only do this with major version changes, simply don't use that version! With the LTS versions that many distros offer, you can stick with a stable software platform for a long time, and take your time in determining what to upgrade to from there. Try out the newer versions before you commit to them. And when they do go to crap like Gnome3 or Unity, you have choice: you can install a different desktop environment, or even switch to an alternative distro like Mint (where an alternative DE is better-supported and integrated). This is what's so nice about Linux: there's lots of competing distros, with different strengths and weaknesses and focuses. If one distro decides to try to force a crappy UI on you that shows you search results from Amazon, you can switch to a different distro that doesn't do that. The problem with proprietary software is that there is no choice: it's their way or the highway.

  26. Re: Really? Quicktime? Seriously? by alzoron · · Score: 1

    You mean there's no supported and regularly updated version of Safari for Windows. Just because Apple stopped supporting it on Windows doesn't mean it was completely wiped out of existence.

    In fact, people running older unsupported versions of Safari actually fits right into the vibe of what this article is all about

  27. Re:Really? Quicktime? Seriously? by Zocalo · · Score: 2

    Many video editing and conversion tools claim that they "require" that QuickTime be installed during installation (although in many cases it's not actually required depending on the individual's specific needs), and then proceed to either download and install the current version or install an almost certainly out of date version from installation media. Since a basic version of a video editing tool is included with most devices with video capable cameras, I suspect this is probably responsible for bumping up the number of QuickTime installs on Windows much higher than it really needs to be, especially given how reticent some Windows users seem to be about installing updates.

    --
    UNIX? They're not even circumcised! Savages!
  28. Who is using Quick Time? by Anonymous Coward · · Score: 0

    I have Mac's and don't use Quick Time. Who uses it on PC's? What I have seen is how many PC's still have a unsupported Windows version of Safari on their PC's.
    But its a tall tale to say Apple software for PC's is anything close to the Oracle stuff or Adobe Flash malware out there for PC's. Besides the fact that even though Quick Time might still be on many PC's. I doubt many are actually using it.

  29. Re: Really? Quicktime? Seriously? by mrbester · · Score: 1, Insightful

    No one uses Safari on Windows. Few used it even when it wasn't abandonware.

    --
    "Wait. Something's happening. It's opening up! My God, it's full of apricots!"
  30. Re:Bullshit by Anonymous Coward · · Score: 2, Interesting

    Right, because you never encounter a non-technical CEO-type person who insist on having his iCrap connected to the corporate network. Nope, never. And they certainly don't ask the supporters to jump through hoops in order their make their bling authenticate against the AD-servers, nope wouldn't happen, ever /sarcasm.

    Really, considering my workplace is supposed to be a Windows-only-shop, we spend an inordinate amount of time messing around with dysfunctional Apple-software because boss-types want to be down with the young kids and flash their toys for corporate street-cred. It's a problem.

  31. Users View Updates from Apple as Risky by jafiwam · · Score: 3, Interesting

    Users view updates from Apple as risky.

    Here is what one can expect with an update to iTunes:

    -four or five "yes I agree" click-throughs, one for each service the user hasn't signed up for or ever used
    -longer load time and general bloat
    -random UI changes that make it an exercise in "what will they think of next" to do basic stuff like sync a phone
    -an army of snotty "senior" "helpers" explaining the problem is not a problem, most of whom just don't bother to read
    -a SECOND set of random UI changes and feature removals for media organizing, moving or removing stuff like menus and ability to manage play lists, some of which represents hours and hours of tinkering with it.
    -"Careful, don't do that" advice from people who lost their whole library, or had to reinstall and couldn't find the library on the hard drive again.

    For Quicktime, it's about the same, only the user doesn't use the program much beyond obscure or old porn

    Apple has a BIG PROBLEM trying to push their UI bullshit into an environment where their UI bullshit stands out as particularly retarded. There's NO FUCKING REASON to remove the standard word based drop down across the top of the program. More space? People already have more screen space (or second, or third screens) than they know what to deal with. Doesn't look good to emo-fags? How about a toggle to turn it off? (which leaves it on by default)

    The actual risks for a slight chance for a security exploit are meaningless compared to the guaranteed fist-smashing-keyboard frustration of a simple update. I have actually helped users disable updates from Apple because they were so afraid of said bullshit or their old iPod or iPhone suddenly not working with it.

    If Apple wants to get people to update on Windows, they need to stay within the expected design parameters of Windows better and just let the program look different on different platforms.

    1. Re:Users View Updates from Apple as Risky by jgdnavy · · Score: 1

      While I haven't used iTunes in years, the other thing that always made me hesitate was every time they came out with a slightly different iDevice variant, they would push an update that required you to download the entire app and all the related services rather than patch the program. Then the services that you didn't actually need if you were only using it to buy and organize music (Bonjour for example) would be reinstalled and restarted.

    2. Re:Users View Updates from Apple as Risky by upuv · · Score: 4, Insightful

      I have to completely agree.

      Apple software installs effectively trash your carefully configured machine. How many WTF moments have I had just after a simple update and realise that my personal content has now magically moved. To where? Pictures and Videos I take of the family all of a sudden are assimilated into the Apple sphere. My preferences for video audio, homepage, picture, editing etc all trashed.

      And in most case it's damn near impossible to remove. Thus being relegated to un-used software that is slowly dying in a dark corner of the hard-drive.

    3. Re:Users View Updates from Apple as Risky by Anonymous Coward · · Score: 0

      I haven't updated past iTunes 10.7.0.21, and have a backed up installer just incase. That's because the next version (maybe its 11) does away with the multiple windows. WTF, apple. I like to be able to MAKE playlists without having to right-click and choose add to playlist every effing song. I thought the mouse was the main selling point of Apple way back when, you know, so I could click and drag n drop?

    4. Re:Users View Updates from Apple as Risky by cfalcon · · Score: 1

      > If Apple wants to get people to update on Windows, they need to stay within the expected design parameters of Windows better and just let the program look different on different platforms.

      Amen. And even if you LIKE the Apple UI, you probably don't want it updated underneath you to function totally differently, and in some cases you don't want to stop workflow and figure out the workaround to the latest moved (or even deleted) feature.

      I update iTunes when it won't work with a new version of some Apple thing, and it makes it unusable for at least a few hours whilst I google where the hell my buttons are and whatever. I definitely want to minimize the number of times I have to do that.

    5. Re:Users View Updates from Apple as Risky by jader3rd · · Score: 1

      Apple software installs effectively trash your carefully configured machine.

      That's because they want you to get frustrated with your current experience and switch to an Apple computer.

    6. Re:Users View Updates from Apple as Risky by Anonymous Coward · · Score: 0

      To be clear, Apple hasn't just been screwing up their Windows software - they've been busy actively destroying every great thing they ever did for computer simplicity and UI functionality across their own devices as well. The past few years has seen their UI designs going from attractive, intuitive, consistent, and generally very usable, to amateur-looking, unintuitive, inconsistent, and downright terrible to use (It's all a lot like Windows 8. Nothing seems to make any sense at all). Add to their UI-fuckery the continued removal of features and a complete neglect of important enterprise/education tools (ARD and Apple Configurator, for example, are Apple's tools for managing Macs and iPads in these environments, and both are riddled with usability issues and increasing numbers of unfixed bugs), and all the reasons to adopt Apple hardware or software have completely vanished (except, I guess, there is still far less Malware for their platforms). Apple's gone rotten to the core.

    7. Re:Users View Updates from Apple as Risky by Tharkkun · · Score: 1

      My biggest complaint is the Bonjour shit they package with iTunes/Quicktime. It's a service they install. This facilities connecting to your mobile device. But if you let it run on a computer for more than 8 days the machine will become unresponsive. Your event viewer will be filled up with out of memory errors from Bonjour. I have to uninstall that piece of crap every time there is an update. Plus iTunes crashes all the time. It's almost as if they want to trick people into thinking it's Windows so they switch to using an Apple device instead. For me, it reminds why I would never switch if they can't support multiple OS's correctly.

    8. Re:Users View Updates from Apple as Risky by Anonymous Coward · · Score: 0

      Yes I've had my iTunes library trashed on a routine iTunes software update already. Luckily the googles were able to provide a way to retrieve a backup of my iTunes library and restore it, thanks to the experiences of other people having the same problem. But the vast majority of people this problem happens to won't find this solution and will be screwed. It's disgusting.

  32. Re:Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0

    My understanding is that versions of iTunes prior to 10.5 required Quicktime. Quicktime has always been more than a video player -- it's an entire multimedia framework, with APIs for doing a whole host of multimedia playback, editing, and conversion capabilities.

    Maybe that's why it's full of security exploits. Windows already has all that from MS and other vendors. None of them manage to fuck up updates and annoy their users to the Nth degree.

  33. Re:Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0

    Unless you have Linux distro-like package management, there's no easy way for the iTunes updater to know whether Quicktime is used by some other application.

  34. Windows 7/8/8.1/10 are spyware,malware,and adware. by Anonymous Coward · · Score: 0

    It's not like you can have any app running on an OS that is spyware and it matters if it is spyware or not too.

    If tl;dr just use look at the last 2 URL's in this comment:

    http://news.slashdot.org/comments.pl?sid=8200011&cid=50769993

  35. Re:Really? Quicktime? Seriously? by thegarbz · · Score: 1

    Quicktime offers an API which allows other programs to display video. A very simple one which is why so many programs used it for such a long time. You will also find a lot of support for the MOV container format in video cameras, and baked in support in many image editing suites e.g. Adobe Lightroom (because the line between video camera and still camera is nonexistent these days).

    I have it on my computer only because I have a program which depends on it. I don't know anyone who uses it as a media player anymore.

  36. Why trust applications? by ka9dgx · · Score: 0

    Why y'all continue to trust applications to do anything is beyond me.

    You don't hand your wallet to the clerk at the gas station, but you'll hand your whole machine over to any random bit of code, and get upset when it goes awry.

    Your OS should ask which files to let your application access... until that changes, you're going to keep getting skunked.

  37. Updates too often mean 'dependency hell' by waterbear · · Score: 1

    I was so excited when I got my iPhone 4. It's old, I know. Everything worked so well.

    Now... itunes has changed so much I can barely use it.

    This is just so true.

    It's as if incompatibility is the new compatibility, and many updates break other things.

    Too often, agreeing to an update means you just clicked on 'enter dependency hell here'.

    -wb-
     

  38. Reboot fatigue by swb · · Score: 1

    I just get tired of non-system updates which require a reboot.

    I just built a new workstation system based on Server 2012R2 (to get the server-level features) and one thing I put off was installing Acrobat Reader. It finally became just too annoying to use Chrome as a PDF reader, so I broke down and installed it -- from Adobe's web site. And sure enough, two days later, it's blinking at me on the taskbar to fucking reboot due to some update.

    For a system which runs off SSDs isn't that time consuming individually, but is a nuisance because I've got other stuff that uses my workstation resources, so it's less about the reboot time and the annoying coordination with other resources.

    1. Re:Reboot fatigue by Grishnakh · · Score: 1

      You should use FoxIt instead. The Adobe reader is a bloated POS, and you only need it if you're using some pretty specific features.

    2. Re:Reboot fatigue by swb · · Score: 1

      I wanted to avoid all the malware associated with FoxIt.

      Or has that changed since the last time I looked at it?

    3. Re:Reboot fatigue by Grishnakh · · Score: 1

      I have no idea, I haven't used it in ages. I just suggested it because it's the standard suggestion for PDF on Windows in place of Adobe's reader and all its malware.

      So I guess if you want to work with PDFs in Windows, you're just stuck with malware.

      Oh well, that doesn't bother me anyway. Yet another reason I'm happy to be a Linux user.

  39. Re:Really? Quicktime? Seriously? by drinkypoo · · Score: 2

    Do newer versions of iTunes uninstall Quicktime when you upgrade? If not, it seems likely that a lot of people would have it installed for no reason when they could easily reduce the attack surface.

    Do you really think that many people have gone that long without having to reinstall Windows?

    And in reply to the sibling AC comment, while I'm here:

    Unless you have Linux distro-like package management, there's no easy way for the iTunes updater to know whether Quicktime is used by some other application.

    Of course there is. Programs get to register to say that they are using a shared DLL. You check to see if your DLL is marked as being in use, and if not, then you uninstall.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  40. I'll be that guy by phishybongwaters · · Score: 3, Insightful

    I'm gonna go ahead and call this flamebait. I'm no fan of Apple but that's more about their business practices and less about the quality of their hardware and software... but I'm struggling to blame Apple for people not keeping quicktime updated. Who the F@CK uses quicktime? I know back to the future day has passed, so clearly we aren't travelling back to 1998, so wtf is quicktime even doing on most peoples machines?

    1. Re:I'll be that guy by Anonymous Coward · · Score: 0

      Says the facebook poster

    2. Re:I'll be that guy by cfalcon · · Score: 1

      I'm pretty sure that some .MOV files don't play in VLC, or don't play correctly. I'm not 100% sure if that's still true, but it was absolutely the case two years ago.

    3. Re:I'll be that guy by thegarbz · · Score: 2

      Who the F@CK uses quicktime?

      People who use software that:
      Software that didn't bother writing their own video playing engine and hooked into quicktime.
      Software that did write it's own video playing engine but didn't realise that maybe people have figured out how to play MOV containers without having quicktime installed.

      I wish this was some no-name software I'm talking about, but unfortunately it's the single most popular image editing tool on the market that requires quicktime in order to preview video files and copy them off cameras.

      No one actually uses quicktime to play movies.

    4. Re:I'll be that guy by SvnLyrBrto · · Score: 2

      QuickTime is more than just the QuickTime player. It's libraries are used by Finder for previews of media files, iTunes for playback of movies and music (That's why if you want to add ogg support, you put the codec in /Library/QuickTime and not /Library/iTunes.), and various third-party programs call on its functions as well. Also, it does more than just playback and encoding. It supports subtitles, branching, chapters, and most of the other features you'd fine on DVD to BluRay. That's how movies purchased from iTunes have those special features and such.

      So yeah... it's kind of important. And you're using it at some point, even if you never use the QuickTime player itself. And honestly, I don't get the hate for QuickTime player anyway. It's only real handicap in daily use for me is the lack of support, by default, for some codecs, and the flakey plugins for those that do require me to switch to VLC occasionally.

      --
      Imagine all the people...
    5. Re:I'll be that guy by antdude · · Score: 1

      Newer iTunes don't even install QT in WIndows. :/

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  41. Pure FUD by Anonymous Coward · · Score: 0

    I don't even use Quicktime on my Mac. Why would anyone use it on Windows?

  42. Can't remember the last time I opened iTunes by Anonymous Coward · · Score: 0

    A few years ago I would have agreed that it was update fatigue.. You couldn't open iTunes without it wanting to upgrade. However, once iOS began supporting over the air updates I lost the one and only reason that I ever opened iTunes. I can't remember the last time I opened iTunes or used QuickTime. Since it doesn't prompt for updates unless you open it, I really have no problem at all believing that there are a lot of old installs out there. iTunes is a horrible music player.

  43. Not surprising by kilodelta · · Score: 0

    And the reason why when I got my machine I did not install iTunes or any Apple software on it.

  44. Re:Really? Quicktime? Seriously? by OolimPhon · · Score: 1

    There's an important distinction in English between "is used by" and "is in use by".

    "Is used by" means that a program which might not currently be running requires the use of that software, whereas "is in use by" means that that program is running.

    You can detect the former, but without some kind of well-designed central registry (!) you can't detect the latter.

  45. Re:Really? Quicktime? Seriously? by angel'o'sphere · · Score: 1


    Of course there is. Programs get to register to say that they are using a shared DLL. You check to see if your DLL is marked as being in use, and if not, then you uninstall.

    How is that supposed to work? A quick googeling for "windows register DLL sharing" give hits for registirng DLLs, but it seems for a different purpose: only registered DLLs are loaded. There is no "registration of a DLL _for_ an EXE" etc. Also this Feature seem only to exist since Vista ...

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  46. Why is Microsoft not top of the list? by GrBear · · Score: 0

    I'm being serious, why isn't Microsoft Windows 10 top of the list right now?

    It comes embedded with software that meets the definitions of spyware (recording your mouse movements and keystrokes) _and_ malware. They even have a way of changing/upgrading it by a way of a command and control server (windows update).

    When you can't even trust your OS, further blaming additional software on it seems amusing.

  47. Re:Really? Quicktime? Seriously? by sabbede · · Score: 1

    They do not. The Apple Update software is responsible for all updates, and it will try to install QT, never remove it.

  48. Update Fatigue Solution by Anonymous Coward · · Score: 0

    I removed JAVA and all Oracle products I no longer use it it requires JAVA to bad
    Flash, I still have it but disabled only enable on a select case by case basis but usually wont
    Kicked Quick Time to the curb along with real player years ago

  49. The answer is very simple by Crinklebin · · Score: 1, Funny

    In order to solve the problem Apple should rewrite iTunes in Java. This way it ensures that Oracle will always be number 1.

    1. Re:The answer is very simple by CanadianMacFan · · Score: 1

      How about make iTunes to run on Flash? Just need to get Flash running on Java for the triple score.

  50. Re:Really? Quicktime? Seriously? by drinkypoo · · Score: 1

    How is that supposed to work?

    Well, upon additional research, it looks like I was mistaken. Some programs seem to manage it, so maybe they're maintaining an internal registry of anything which has used the program previously.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  51. Update fatigue... by Anonymous Coward · · Score: 0

    I've been getting that big time from Adobe's products lately. Especially Flash when Firefox decides to shut it off till I update. Seems like that happens every week and I'm about ready to tell Firefox to shove it and leave it on even though I know it's bad and needs updating on my Windows machine. Linux thankfully has a centralized updating system.

  52. Re:Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0

    Anyone with GoPro will need Quicktime for some of the features of the GoPro Studio software to operate. If you lack it, you will get a nagging warning with every launch.

  53. Too many separate apps by Not-a-Neg · · Score: 1

    The problem with Apple software on Windows is that if all you want is iTunes, you end up with 3-5 apps installed. iTunes, QuickTime, iCloud, Safari, Apple Software Updater. The other problem is that the software update utility tends to list iTunes as the recommended update to install and leaves the others listed only as optional. It would be better if each app was released separately and updated themselves directly rather than trying to use the software update utility. They should also have an option to automatically install the latest update the same way browsers like Chrome and Firefox do.

    --
    -==- Buy a Mac and leave me alone!
  54. Re:Really? Quicktime? Seriously? by jedidiah · · Score: 0

    I think the last trailer I cared about on Apple.com was the one for Phantom Menace. No one makes their online video content dependent on Apple these days. Most stuff is a link to Youtube.

    Adobe is the far bigger problem really.

    It's actually likely to be installed and used. It won't just be lingering there on the disk waiting for that obscure app that depends on it.

    You know how it goes: Lies, damned lies, and statistics.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  55. Uh wait...? by Anonymous Coward · · Score: 0

    Wouldn't that make end users the BIGGEST threat?

  56. Headline correction by Hall · · Score: 0

    Let me correct that headline:

    Users are the Biggest Threat To PC Security

  57. Re:Really? Quicktime? Seriously? by angel'o'sphere · · Score: 1

    Most programs bring their own version of required DLLs and just install them together in the same directory or a subfolder where the program is installed.

    So cleaning up is easy.

    If you would want a thing like your idea you could use hardlinks to a centralized repository of libs ... which ofc breaks as soon as you have more than one disk or partition ...

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  58. I'd update iTunes more often if by pteddy · · Score: 1

    there wasn't a new minor version every other time I start it and if it stops making me reboot after each update.

    1. Re:I'd update iTunes more often if by gameboyhippo · · Score: 1

      This. It's like the PlayStation 3 of software.

  59. fatigue? No... by Hazard+X · · Score: 1

    I don't think its update fatigue. I think its that each new version is less functional and more frustrating (and typically slower) than the previous one. Also different. For no apparently useful reason to the end user. The new versions are different because "they" keep shoving new features in (like adobe online-something-or other, and itune's insistance to be the media center of everything, even though it *should* just be an audio player).

  60. FALSE by Anonymous Coward · · Score: 0

    Five Eyes is the biggest threat to your security

  61. Bull by EStrat · · Score: 1

    The headline is crap. Apple programs on a PC are not even close to being the biggest threat to PC security.
    I'd be surprised, but this is Slashdot.

  62. Administrator access required by warewolfsmith · · Score: 1

    The reason is simple, Administrator access required, updating is so painful that I usually limit it to once a year, having IT support hanging on the phone for twenty minutes to download and update the products just isn't worth it for the megure improvements offered.

  63. Eudora by justthinkit · · Score: 1

    Eudora is so good, so rock-solid stable, they stopped development and have given it away for the past 9 years.

    --
    I come here for the love
  64. Feature Regression/Removal by Anonymous Coward · · Score: 0

    Apple had a nice bit of software with iTunes once. Then they decide to change it, reorganize an easy-to-use intuitive GUI and remove features. Gee, no wonder people prefer the older versions.

  65. Add-ons by Anonymous Coward · · Score: 0

    Java wants to install Ask!. Adobe wants to install McAfee. Apple software wants to install Quicktime, which is it's own special brand of hell.

    Stop trying to make money off of people with updates, and maybe they'll apply them.

  66. As an IT tech... by pastafazou · · Score: 1

    ...I'm going to have to say that the top three methods of virus infection I see are java, Adobe Flash, and Adobe Reader. I have yet to see a quicktime or iTunes virus. These two Apple titles may be the most popular outdated software, but it's definitely not the most popular exploit being used.

  67. Re: first by Anonymous Coward · · Score: 0

    Here I thought that Windows was the biggest infection vector in windows. Especially when the browser is STILL unnecessarily an unusual removable part if the OS.

    Seriously though, what I am seeing for infections are usually a drive-by download that IE executes for some reason, attaching a dll to the explorer.exe process aND inatal Ling a rootkit. Explorer then loads it on each subsequent start.

  68. The Bane of the I.T. department... by __aaclcg7560 · · Score: 1

    Many Fortune 500 companies prohibit the use of iTunes on the corporate network. Some users have huge iTunes libraries that make it difficult to defrag the hard drive or transfer user data to the network server in a timely manner. As a help desk technician, I have to tell them that I can't backup their iTunes library and won't fix their computer until they remove iTunes. Some users are understanding, most are not.

    1. Re:The Bane of the I.T. department... by jader3rd · · Score: 1

      Is an ITunes library a giant file, or just a collection of mp3's?

    2. Re:The Bane of the I.T. department... by __aaclcg7560 · · Score: 1

      It's a folder structure with a database file and MP4 files.

    3. Re:The Bane of the I.T. department... by patdissent · · Score: 1

      Really? What Fortune 500 companies are these? The ones, such as IBM, that let their employees freely choose between a PC and a Mac? Or is it the Fortune 500 companies empowering their users and taking the power away from the IT departments? Not to put too fine a point on it, but you make me sick. The days of dictating to users are over but it appears you have not received the memo. The reality is the the entire IT industry will be better off the faster you are on the unemployment lines.

  69. That's a name I haven't heard in a long time. by Thud457 · · Score: 1

    holy crap.
    Quicktime ?
    RealPlayer?

    What is this 2001 ?

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

  70. Bert64 updaters are EASY to write & not 'bad' by Anonymous Coward · · Score: 0

    See subject & think about it - how difficult would it be to create even say an http streaming socket to obtain 1 line of text from a remote file that has the CURRENT version number of the application & then to compare it to the version number of the program while it's running - & IF different, signal the user there is an update & take them to the download page (or haul the app in right then & there IF the user wants to upgrade/update)?

    It's not, & it'd work. That's only 1 posssible way to design it too as shown above. There are others.

    Internal to application updaters would trigger checks every single time you start the program involved & they're quite easy to create as shown above (if the developer chose to create such a system that is)

    APK

    P.S.=> Internal to app updaters aren't bad either as opposed to "single unified updaters" (ala Windows Update OR how Linux does it via apt-get etc. - et al) & would be absolutely current RIGHT WHEN YOU RUN THE PROGRAM checking each time you do for 'better' models... apk

  71. Re:Really? Quicktime? Seriously? by jader3rd · · Score: 1

    Do you really think that many people have gone that long without having to reinstall Windows? That depends on if you count upgrading to the next major version as a reinstall. I know for myself, ever since I got my first Win98 PC, back in 2000, that I've never reinstalled Windows. It's either been OS upgrades, or when I get new hardware, which about once every five years.

  72. Re:Really? Quicktime? Seriously? by spire3661 · · Score: 1

    Valve requires quicktime to use their Source video editor and the replay generator in TF2.

    --
    Good-bye
  73. Refuse to update by Alypius · · Score: 1

    It's not a matter of "forgetting" so much as "refusing." For the average user (i.e. those who aren't excited to read update notes), there is no difference between a security update and a cosmetic/functional update. Apple has broken more than one iteration of iTunes with their updates; when users are happy with one that works, they are understandably gun-shy about installing yet another "update."

  74. According to data from Secunia by nickweller · · Score: 1

    According to data from Secunia, Apple's software for Windows is now the biggest threat to PC security

    No, it's the underlying WinTEL platform that's the biggest threat to PC security, and has been since forever ...

  75. Re: first by fyngyrz · · Score: 3, Informative

    From TFS, the biggest infection vector isn't "Apple", it is simply users who have failed to update.

    Clickbait nonsense. Dice. But I repeat myself.

    --
    I've fallen off your lawn, and I can't get up.
  76. DRM and New UI by Anonymous Coward · · Score: 0

    I use an older version of iTunes because iTunes drains my battery when watching films on the plane. I get 3 hours longe battery life using Windows Video Player. To do this, I download my films and strip the DRM while plugged in. That requires an older iTunes.

    Also, the new iTunes UI is such an absolute eye sore that I can't stand trying to find my stuff using it. The quality of Apple software has been consistently dropping on desktop (Windows or Mac) for years.

    If Apple wants to continue to drain my wallet of approximately $3000-$4000 a year in devices and media, they'll let it pass

  77. Re:Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0

    That's the problem. They are not going anywhere. It's Apple pushing this shit on people through iTunes. Quicktime is a totally useless flying piece of shit, worse so than Flash. I have no idea why they insist on keeping it going and why they don't transition to something more common. But it is Apple and they think they are special

  78. Not update fatigue... crappy update fatigue by sigmabody · · Score: 1

    At some point, software vendors are going to need to address the issue that when they make crappy updates, people don't apply them.

    Consider mobile app store updates: they rarely install other unrelated crapware, don't reconfigure your device settings, and don't require reboots... and users typically install them automatically. Conversely, Apple's PC software updates typically do all of the above, and people regularly decline them as a result.

    Hence it's not a problem with update fatigue, it's just a problem with companies producing crappy updates, and users getting conditioned to expect (and decline) crap from certain vendors.

    Here's hoping Apple et all get sued at some point for this, and/or something else happens to motivate some improvements to the update process. There's no reason people shouldn't be running updated software, aside from laziness and/or incompetence on the part of the vendors.

  79. Re: first by macs4all · · Score: 1

    From TFS, the biggest infection vector isn't "Apple", it is simply users who have failed to update.

    Clickbait nonsense. Dice. But I repeat myself.

    EXACTLY what I came here to say. How would the author propose to remedy the situation? FORCED Upgrades?

    I can SEE that Slashdot Article Now: Apple Forcing Upgrades on Users Without Permission

    I mean, REALLY.

  80. Re:Really? Quicktime? Seriously? by macs4all · · Score: 1

    Do newer versions of iTunes uninstall Quicktime when you upgrade? If not, it seems likely that a lot of people would have it installed for no reason when they could easily reduce the attack surface.

    I believe iTunes for Windows OFFERS to install/update QuickTime, but like the iCloud for Windows install, it's optional.

  81. Re:Really? Quicktime? Seriously? by macs4all · · Score: 1

    iTunes.

    iTunes attempts to install a fuckton of useless shit, and let's face it, most people are just going to click 'lolwut okay'.

    I don't know what your definition of "Fuckton" is; but it looks like, in addition to the Application itself, it installs 2 Services, plus, if you let it, QuickTime and/or iCloud for Windows.

    If you want to see a Fuckton of useless shit, just install the software than comes with any HP scanner or printer!

  82. Re: Really? Quicktime? Seriously? by macs4all · · Score: 1

    You mean there's no supported and regularly updated version of Safari for Windows. Just because Apple stopped supporting it on Windows doesn't mean it was completely wiped out of existence.

    In fact, people running older unsupported versions of Safari actually fits right into the vibe of what this article is all about

    I ran Safari for Windows on my work Windows 7 PC until there were so many incompatible websites that I had to give up and use Chrome instead. I used Safari for Windows mainly because it was the ONLY browser that would resist infections by every damned toolbar and other malware crap that sneaked past Avast! !!!

    I was VERY sorry that Apple gave up on Safari for Windows. I think we can blame Google for that. And no, Chrome is NOT a superior browser; just a newer one.

  83. Re:Really? Quicktime? Seriously? by macs4all · · Score: 1

    I think the last trailer I cared about on Apple.com was the one for Phantom Menace. No one makes their online video content dependent on Apple these days. Most stuff is a link to Youtube.

    And now that there's YouRedTube, how long before EVERYTHING on there has embedded, NON-SKIPPABLE Ads?

  84. And Apple wants the Windows PC to be in top shape by Anonymous Coward · · Score: 0

    Amirite?

  85. If Clerks were programmers by colinrichardday · · Score: 1

    This software would be great if it weren't for the f#@king users!

  86. Re:Really? Quicktime? Seriously? by shutdown+-p+now · · Score: 1

    Were you, by chance, confusing it with Windows Installer (MSI) component sharing? If two different installers install the same DLL globally (and register it properly), then it becomes a shared component, such that uninstalling one will still keep it, but uninstalling both will remove it.

  87. Re:Really? Quicktime? Seriously? by shutdown+-p+now · · Score: 1

    You can use symlinks - it just means you have to do your own refcounting for the DLL to know when it should be deleted.

  88. Re:Bullshit by NoOneInParticular · · Score: 1

    Why don't you get your head out of your ass and understand that the days of being a Windows-only-shop are over and you will have to support a stable infrastructure without having full control of the clients that are there. You still need to provide services, yet you do not have airtight control over your clients. Maybe you should educate yourself and look at some real solutions instead of the Windows lock-in you're so used to? My organization has the exact same problem. We have moved on and use Apple/Linux all over the place. IT has no clue how to support it, as all they know is point-and-click Windows that won't work with anything else. This is the same IT that nearly killed an acquired development office by refusing to support the linux development boxes on their precious network, forcing a great workforce to ditch their linux machines and run Windows. We lost half of the developers before we found out about this idiocy and put a stop to it.

    You're a service. You serve, not command.

  89. iTunes interface keeps me. by SeaFox · · Score: 1

    I don't update iTunes because the interface from version 11 and up is crap. I can't avoid having to use the newer version on my Macbook unless I want to stop updating OSX, too, since iTunes is a bundled app it gets new versions installed with new versions of OSX. But I'm running Windows 8.1 on my desktop machine and it still runs the much older iTunes 10.7 just fine.

  90. Re:Really? Quicktime? Seriously? by Wraithlyn · · Score: 1

    It's due to iTunes (which is "popular" due to iOS). Quicktime always tries to shoehorn its way into every iTunes installation/upgrade.

    --
    "Mind, as manifested by the capacity to make choices, is to some extent present in every electron." -Freeman Dyson
  91. Re: Really? Quicktime? Seriously? by KGIII · · Score: 1

    Give Opera a try. It's actually really nice. It's built off the Chromium source now but too divergent to be folded back in, probably. They rip out all the Google services but you can still use the Chrome extensions and there's a ton of Opera extensions so you won't find anything lacking that you're not already lacking. It hardly ever pops up in the exploits list and is updated regularly. There's a dev, beta, and stable build. It's fairly light, all things considered, and rather feature-rich. The devs seem to be receptive of complaints and feature ideas. 'Snot bad... I'm waiting to opine more on Vivaldi but Opera is pretty damned awesome.

    If you're stuck using Windows then it's probably your best choice but you won't know until you try it. It's worth it, in my opinion. The interface is intuitive and clean. The layout is well reasoned. All in all, it works for me. It may suit your needs. Who knows?

    --
    "So long and thanks for all the fish."
  92. This like bridges made from sponges, who cares by EmperorOfCanada · · Score: 1

    Any fool who uses Quicktime is well, a fool. So this is like complaining that bridges build from sponges are poor engineering. Who the hell with half a brain would do that.

    But it is not the user who is a fool for using quicktime. It is the user for using some crap software from 1998 that installs Quicktime along with the crap software.

    I have long argued that most software would be best off if it could just install the associated crap that the crap developers seem to think is a good idea alongside the software.

    If anything good is going to come from this extreme sandboxing that comes part in parcel with appstores it is this single feature. No more trashing my entire system and installing toolbar/desktop/driver software for something that I run once a lifetime. I don't even like this stupid bridge crap that adobe tries to include.

    Basically if the OS allows the software to run at any time after I have exited the application then the OS needs work. Unless I have explicitly allowed that software to run in the background, on startup, or to a schedule. If I were an even marginally more angry person I would regularly lose my monitors to my fist when crap like Java asks me to upgrade when I am 100% certain that A) I didn't install it, and B) if I did that I would have said, "NEVER UPDATE!!!!"

  93. Re: Really? Quicktime? Seriously? by macs4all · · Score: 1

    Give Opera a try. It's actually really nice. It's built off the Chromium source now but too divergent to be folded back in, probably.

    Thanks for the tip!

    I didn't really like Opera on the Mac; but that was a long time ago, and in a Galaxy far, far away...

    Time to try it again, eh? Is it still non-free?

  94. Re: Really? Quicktime? Seriously? by KGIII · · Score: 1

    Free as in beer. Free as in source is available. Not free in that you can take their proprietary bits and include them in your distributed changes. So, not entirely free but close enough for anyone but a zealot.

    --
    "So long and thanks for all the fish."
  95. Re: Really? Quicktime? Seriously? by macs4all · · Score: 1

    Free as in beer. Free as in source is available. Not free in that you can take their proprietary bits and include them in your distributed changes. So, not entirely free but close enough for anyone but a zealot.

    Cool, thanks! I'll give it a spin. Anything to get out from under the "Don't Get Caught Doing Anything Evil" company (Google). ;-)

  96. maybe not "upgrade fatigue" by cas2000 · · Score: 1

    but the depressing knowledge that upgrades often carry unwanted malware like more code designed to spy on you or take control of YOUR property so that apple/oracle/adobe/etc have more control over your computer than you do.

  97. Re: first by IamTheRealMike · · Score: 1

    Yeah, that's how Chrome does it, that's actually how Java has done it for a long time already (JREs "expire" around the dates of scheduled security updates and refuse to run applets until you upgrade), it's how Apple should do it too.

    Modern Java's aren't actually that bad, security wise. The problem is there's a massive long tail of old Windows machines that are still running ancient JVMs before even things like expiry were added.

  98. Re: first by Anonymous Coward · · Score: 0

    users who have failed to update THEIR APPLE SOFTWARE

    as compared to other popular third-party software

  99. Re:Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0

    Quicktime for Windows is also very out of date, since Apple hasn't bothered to update it to a 64-bit multithreaded implementation... so in addition to being full of security holes, it's also simply crap, which reduces people's incentive to keep it up to date.

  100. Re:Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0

    My name is Yaz too but I'm not such a douche as to copy my name into the body of my post, especially since it is readily observable in the username field of my post. Most people are smart enough not to copy their username into the body, duplicating information and making themselves look like narcissistic assholes. What makes you so special?

    Yaz

  101. Re:Really? Quicktime? Seriously? by angel'o'sphere · · Score: 1

    Obviously :)

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  102. Re:Really? Quicktime? Seriously? by shutdown+-p+now · · Score: 1

    You'd be surprised at how many people don't know that Windows supports symlinks, even though it's been 9 years now.

  103. Re:Really? Quicktime? Seriously? by angel'o'sphere · · Score: 1

    I was more yoking because of the overhead of 'keeping a count' and/or not being able to prevent a removal if the linked file.

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  104. Re:Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0

    You'd be surprised at how many people don't know that Windows supports symlinks, even though it's been 9 years now.

    You'd be surprised at how many people don't know what QuickTime actually is, even though it's almost 24 years old.

  105. Re:Really? Quicktime? Seriously? by Anonymous Coward · · Score: 0

    It's due to iTunes (which is "popular" due to iOS). Quicktime always tries to shoehorn its way into every iTunes installation/upgrade.

    Not since 10.5 - which is 4 years old.

  106. The self-destruction of andymadigan #1/2 by Anonymous Coward · · Score: 0

    "Chrome has thankfully started warning users who try to download it." - by andymadigan (792996) on Sunday June 14, 2015 @03:48PM (#49909947)

    Google can try explaining it vs. proof my ware's CLEAN (from VirusTotal which GOOGLE owns, you stupid freak):

    MalwareBytes' hpHosts Admin (MalwareBytes employee who also has the source & verified it safe too) hosts & recommends it -> http://hosts-file.net/?s=Downl... & MalwareBytes = BEST antivirus per this VERY recent testing of them all http://www.av-test.org/en/news...

    &

    It's GUARANTEED safe & clean per it being checked by 57 antivirus programs recently in BOTH its 64-bit model https://www.virustotal.com/en/...

    +

    In its 32-bit model also https://www.virustotal.com/en/...

    * :)

    In case you hadn't noticed it, like when you made your PUNY THREATS effetely *trying* to "blackmail me" on Hilton Hotels here http://slashdot.org/comments.p... ?

    (which I could give 2 fucks about, I made the money already on a successfully done large scale project with them on contract)

    I SMOKED YOU TOTALLY @ EVERY TURN, & who started it twice here http://slashdot.org/comments.p... AND HERE TOO http://apple.slashdot.org/comm... saying "I should die painfully" etc. - et al?

    You failed badly on all accounts.

    APK

    P.S.=> Especially funny is that you work for CLOUDWORDS (an advertiser affiliate of Marketo) which tips your hand & PROVED YOUR ILL MOTIVES for your stupidity, running away from this most of all -> http://slashdot.org/comments.p...

    ... apk

  107. The self-destruction of andymadigan #2/2 by Anonymous Coward · · Score: 0

    "uBlock is using 33MB of RAM" - by andymadigan (792996) on Friday June 12, 2015 @10:31PM (#49902053)

    Inefficient: Hosts @ 3-11mb w/ current data & does things adblock variants can't & U RAN FROM IT http://apple.slashdot.org/comm... ).

    UBlock uses 63++ MB & AdBlock = 128mb++ -> http://www.ghacks.net/2014/06/...

    SCREENSHOT -> http://cdn.ghacks.net/wp-conte...

    BEST UBlock's done = 38mb/ABP = 64mb -> http://www.extremetech.com/wp-... From http://www.extremetech.com/wp-...

    * See 'p.s.' below - Says all (& I didn't do the saying!)

    ---

    "which blocks more ads? Answer: uBlock/Adblock" by andymadigan (792996) on Sunday June 14, 2015 @12:04AM (#49907001)

    WRONG - "Almost ALL Ads Blocked"'s PAID NOT TO by default-> http://techcrunch.com/2013/07/...

    &

    ABP too http://finance.yahoo.com/news/...

    UBlock/Adblock = far less efficient on CPU & RAM (added messagepassing, SLOW usermode vs. hosts in kernelmode) & NEITHER does a fraction of what hosts do in more speed, security, reliability, & anonymity.

    ---

    "your system blocks fewer ads" by andymadigan (792996) on Sunday June 14, 2015 @12:04AM (#49907001)

    See above: + hosts do MORE w/ less via 1st link above!

    ---

    "I'm more than happy to spend an extra 1% of my computer's power to block far more ads than your shitty idea" by andymadigan (792996) on Sunday June 14, 2015 @12:04AM (#49907001)

    You're 'happy' being illogical & stupid?

    AdBlock's 4++gb & 100% CPU use inefficiency -> https://blog.mozilla.org/nneth...

    +

    ClarityRay defeats it & NOT hosts (clarityray BLOCKS addons via native browser methods).

    ---

    YOU started it -> http://apple.slashdot.org/comm... & here too http://slashdot.org/comments.p...

    I finished YOU WITH IT all above!

    APK

    P.S.=> Howard Stark in "Capt. America" - hosts (Cap's Shield) vs. AdBlock & variants (steel):

    "It's stronger than steel & 1/3rd the weight"

    So

    "Run, Forrest: RUN!!!" & "eat your words"

    ... apk

  108. Guilty declining by sebkul · · Score: 0

    I decline updates not only for Apple products, but for many other applications when they are too frequent. Every time I open a PDF document, Adobe Acrobat wants to update. EVERY TIME. I don't use it every day, and when I do use it, it's already out of data...

    There is never a good time to update... I've got some stuff copied in memory, I want to create a quick text document and paste it in, open up Notepad++... UPDATE... STFU Notepad++, I'm doing something important now... after your done, you don't go out of your way to update the product. When I cancel the update on Notepad++, when I'm done using it, I don't manually run "Check for updates" or reopen it to update... no it bugs me again the next time I have some important stuff to do and I'll push it off again.

    There is no good way to update software on Windows (Not sure about Win10). Every time you want to use some software, it bugs you for an update... you press "Remind me later", you want to do it, but not now, now you have some important stuff to do. What you want is to update all of the software, at once, when it's right for you. But windows doesn't have that.

    Ubuntu is great with that. You turn on the PC, go to use a Word Processing software and it doesn't bug you "Hey, Update me NOW!"... no, you print your document. After your done, when it convenient to you, you can "Update All Software" and Ubuntu takes care of everything. It will update everything that needs updating. You don't have to open individual programs and click 'Update' for everyone of them.

    I see this as an OS problem. Windows doesn't provide a way for 3ed party software to be auto updated. They update there stuff, and some drivers... All other updates have to happen through individual software. ... people are sick of all the updates all the time. Even if Apple asked to be updated only once a year, Adobe will screw things up with there daily updates, so when Apple asked for an update, you roll your eyes "Not another update... Cancel".