How long will physical media last  

63 members have voted

  1. 1. How long will physical media last

    • Forever. People like physical media; it will always be an option.
      43
    • While it still has some life in it, I doubt it'll be around longer than a few more years.
      17
    • 12 Months. If it's lucky.
      0
    • Other. Specify below.
      3


Recommended Posts

Until the Internet is capable of handling 100% digital downloads. Few areas get fast enough and reliable enough Internet connections to make it possible at the moment, and even then networks have supposedly been struggling to handle the capacity in the last few years. So first we need good quality Internet almost everywhere, and I don't see that happening for some time. Especially when you've got governments spending billions on out-of-date infrastructure and phone companies barely interested in upgrading the network... that is at least the case over here, but from what has been said in this thread it sounds like it is similar elsewhere.

Probably another 20-30 years at least before it could be considered.

Trade laws also desperately need a revamp to handle it. Already been burned a few times by digital downloads that don't work as advertised. Response from the supplier was basically "we got your money so we don't care".

Forever I hope. It's nice to be able to have a physical copy of my games to carry with me and play regardless of my internet connection. Our power went out for two days last week, so I took the battery out of my car and wired it up to power a television, my PS3 and a lamp for about 5 hours. The internet was down, so any game requiring an internet connection to run would be useless. When my PS3 inevitably explodes, it'll be nice to be able to pick up a new one, or a PS4, and stick a disc in it and play my old games.

LOL, now this is hardcore gaming.

  • Like 1

you have to remember that while you can stream an HD movie on Netflix, for example, you cannot easily stream the entire contents of a blu-ray disk. The HD streams on netflix are much lower bit-rate than blu-ray. and now the future is going to be 4k or 8k resolution, that means ever more data. Broadband simply cannot keep up. so, while some people suddenly hate physical media, it's not going away any time soon.

Agreed. And honestly, I would (And I'm sure I'm not alone) prefer to own a physical disc that cannot be taken away from me. What happens if a company that offers downloadable movies goes belly up and their protection can no longer validate your purchases? I'm not so sure I would want to risk that sort of thing.

LOL, now this is hardcore gaming.

ROFL! Indeed.

See Mac OS X Lion :p

You put a bootable partition which allows the downloading of an OS from the internet (if it already doesn't have a downloaded copy), and it starts the install process shortly after. Windows/Linux could do the same, or in the event of a blank hard drive, have it stored on the motherboard.

Yea, that last part would be awesome... Its too bad OS X Lion didn't do that right either, and you still HAVE to have a physical media to start a Lion install from a blank machine.

For gaming specifically, I think that discs for games will be mostly gone within the next 2 console iterations, replaced with marketplace downloads. PC game clients like Steam have already proved that it's feasible to download game, and it's popularity shows that people are happy to do it (the only game I bought a physical copy of last year was BF3, all the rest were through Steam).

It also has the added benefit for the content owners that the DRM for online-managed games works better than discs ever could (2nd hand market would disappear overnight). Not that I'm saying it's a good thing, quite the opposite in my opinion, but that's how they'd see it.

I'm sick of discs now. I used to like them, but nowadays I just find them cluttering up my living room.

--------------

Off topic, but for general purpose use, discs for media will disappear in the next decade or so I think (assuming that the entertainment industry doesn't destroy the internet, which is still a concern), to be replaced with services like Netflix and Spotify and iTunes entirely. Discs for things like operating systems will still be required (how could it be any other way?), but network installs via the internet will be possible (install Linux/Windows/OSX by streaming the install over the internet), but the preferred media will move towards USB sticks instead of disc drives.

This topic is now closed to further replies.
  • Posts

    • This sounds like underneath the nice marketing spin, either someone at Adobe got tired of their lazy devs and asked Microsoft to help them sort at least some of Adobe's ancestral spaghetti code to make it go faster, or Microsoft wanted Adobe's crap to run better on Windows to make it look better when compared to Apple, so they offered to intervene. Either way, GOOD.
    • My favorite file manager for Windows 11 finally gets a long-requested feature by Taras Buria Files is among the best File Explorer alternatives for Windows 10 and 11. This free app is packed with all sorts of features and conveniences, but there is one crucial feature that is still missing—Tree View. Fortunately, the latest update in the Preview channel finally delivers it. With version 4.1.4, which is now available for download in the Preview channel, developers implemented Tree View, a new mode that displays folders in an expandable hierarchy. Windows 11's stock File Explorer always had this feature, but it was nowhere to be found in Files until now. Starting with the latest preview update, you can expand each drive and its nested folders without leaving the current location and then open the folder you need in the main view. To try Tree View in Files, update the app to the latest preview version, then click the small arrow next to a drive to expand its content. The developers say they are rolling out Tree View in Preview first to gather feedback from users and improve the feature before bringing it to all in the stable channel. In addition to Tree View, Files 4.1.14 improves the Windows Fonts folder. You can now preview each font directly in Files with no need to open the built-in font viewer. For now, these two features are only available in the Preview channel. For those using the stable release, developers recently released version 4.1.3, with improvements for the built-in tag system, on-demand folder size calculation, and plenty of various fixes. You can check out the full release notes here. You can download Files from the Microsoft Store (paid version) or its official website (free).
    • Who is paying for this 30x scale-up? Its sounds expensive.
    • Millions of users to benefit from Windows 11's new performance boost on Adobe Photoshop by Sayan Sen Despite the advent of AI-generated imagery, Adobe's Photoshop remains one of the most popular tools on this planet. Adobe does not have a publicly reported total user count but it's probably not wrong to assume there are millions. As of 2025, Adobe Creative Cloud has had approximately 41 million paid subscribers, many of whom likely use Photoshop. In addition, more than 166,000 companies worldwide are apparently also using the app. These figures are according to a very recent report by SQ Magazine. Out of them, it is fair to assume that many are probably running Windows. As such, there is good news for these users as Microsoft has announced Photoshop is getting a big 20% performance boost on x86-64 (AMD64) systems and a 13% bump-up on Arm devices. This is definitely great news for them as many have complained about the slow performance and general sluggishness of Photoshop on Windows 11 ever since the advent of the latter back in 2021. If you are wondering how Microsoft managed to do this, the answer lies in a combination of compiler-level optimizations and a technology called Sample Profile Guided Optimization (SPGO). According to Microsoft, Adobe worked closely with the company’s Visual C++ team and adopted the latest MSVC toolchain enhancements together with SPGO to squeeze more performance out of Photoshop’s CPU-bound workloads. Unlike traditional Profile Guided Optimization (PGO), which requires developers to create special instrumented builds and run lengthy training workloads, SPGO gathers performance data directly from optimized release binaries. This means Adobe could collect real-world usage information which gives a major advantage to this technique, as companies could leverage data collected from actual customer workloads rather than only relying on synthetic benchmark runs. In theory, this should allow optimizations to better reflect how users interact with software in the real world. Thanks to this, there are improvements to code layout, function inlining, hot-and-cold code separation, and other low-level tweaks that help processors execute instructions more efficiently. Essentially the compiler is better able to identify “hot” code paths, those which are most frequently executed, and optimize them accordingly.
    • "The 2TB Samsung 990 PRO NVMe SSD hits lowest price in over three months¨ I'd prefer to see the lowest price in over a year
  • Recent Achievements

    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
    • Week One Done
      Prasann earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      521
    2. 2
      +Edouard
      174
    3. 3
      PsYcHoKiLLa
      90
    4. 4
      Steven P.
      81
    5. 5
      ATLien_0
      70
  • Tell a friend

    Love Neowin? Tell a friend!