Recommended Posts

In reference to OCing i5s and i7s, I would challenge you to go look at benchmarks, for example: http://techreport.com/review/23246/inside-the-second-gaming-performance-with-today-cpus

 

Notice how there is very little variation between i5s and i7s of the same generation and specs?

 

Overclocking is it's own topic. :)

 

Looking at those benchmarks the most telling is the multitasking benchmark, lead by the i7s. The others, are close enough. One of the poorest performing (due to bad coding IMO) for me was Arkham City with DX11. Led by the i7.

 

I think with x64 and enough memory, i7s should show their worth. I agree generations are important, that's the whole point of processor improvement.

 

I say if cost is not prohibitive, get the best processor you can afford.

 

I'll leave this to the programmers, but here are a few interesting tidbits on the notion of x64 and performance:

 

http://www.viva64.com/en/k/0003/

 

 

General notes from MS, server related but probably generally applicable:

  • A 64-bit architecture provides more and wider general-purpose registers, which contribute to greater overall application speed. When there are more registers, there is less need to write persistent data to memory and then have to read it back just a few instructions later. Function calls are also faster in a 64-bit environment because as many as four arguments at a time can be passed in registers to a function.
  • Poor performance in 32-bit systems is often not the result of a lack of available memory, but the unavailability of large enough blocks of continuous memory. In a typical Windows SharePoint Services 3.0 deployment, Windows, Internet Information Services (IIS), common language runtime (CLR), ASP.NET, SharePoint Products and Technologies, SSPs, and MDACs can all claim a portion of a server?s available virtual memory and can leave a 32-bit address space quite fragmented. When the CLR or SharePoint services request new memory blocks, it can be difficult to find a 64-MB segment in the crowded 32-bit address space. A 64-bit system offers practically unlimited address space for user mode processes.

  • Even 32-bit applications can benefit from increased virtual memory address space when they are running in a 64-bit environment. For example, although a 32-bit application is still restricted to 4 GB of virtual memory, it no longer has to share that memory space with the operating system. As a result, it receives an effective increase in available virtual memory.

 

 

  1. Sure, as I said, you have more registers to play around with and ABI changes in x86_64. The former, can and does reduce register spilling in general, but it doesn't necessarily result in notable performance gains. Do you have any benchmarks showing that simple recompilation results in great performance benefits (besides a website that just arbitrarily states so without any evidence)? The latter (changes to calling conventions) are unlikely to really increase performance all that much. You have issues if function calls are the significant overhead in your program.

     

  2. Wider registers don't contribute to performance if you weren't using 64 bit types in the first place. Chances are that most applications aren't. It's just is not done in typical usage unless specifically needed.

     

  3. I'm not really sure where MS is going with this 32 bit memory fragmentation argument. It seems to me, they are being deliberately misleading here by suggesting that processes all share a single virtual address space (VAS). Let me be very clear, each process has its own distinct virtual address space -- it begins completely non-fragmented at the start of a process. The fragmentation to which MS is referring would only occur within a process if the particular process allocated large amounts of memory (2-3GB) in small chunks within its VAS and then proceeded to deallocate some of them, etc. It could potentially become an issue only over-time within the one process -- but make note, it wouldn't affect any other process on the system since they do not share their virtual address space with other processes.

     

  4. It is important to make a distinction between virtual memory fragmentation and physical memory fragmentation. The latter is not changed just because you have a larger virtual address space per process. At the end of the day your VAS still maps back to physical memory and your physical memory is of a finite size -- and allocated in the same manner regardless of whether you are using a 32 bit kernel or 64 bit kernel.

     

  5. Sure, applications don't have to the share parts of their virtual address space with the OS so they can allocate more memory. That's a given and the one good reason to use a 64-bit OS. I'm not arguing against this. I'm just asking what is the clear-zero-effort performance advantages to moving to an x64 OS? I see your link, but they haven't shown an tangible evidence that what they say is true. I'd welcome benchmarks showing that there is a clear advantage. I would believe a 5% increase simply because of the better register allocation, but a 20% seems rather unlikely and contrived.

Overclocking is it's own topic. :)

 

Looking at those benchmarks the most telling is the multitasking benchmark, lead by the i7s. The others, are close enough. One of the poorest performing (due to bad coding IMO) for me was Arkham City with DX11. Led by the i7.

 

I think with x64 and enough memory, i7s should show their worth. I agree generations are important, that's the whole point of processor improvement.

 

I say if cost is not prohibitive, get the best processor you can afford.

 

Of course, it was lead by an i7 that costs $1K...

 

So let's be specific here: what you are saying is that the top-of-the-line high-end extreme edition i7 that cost $1000+ is a measly 5 FPS better than the nearest i5 which cost $200+. And ignoring the fact that i7s with similar specs to the i5s have 1-2 FPS difference. And ignoring the fact that ivybridge i5s are seeing better FPS than sandybridge i7s. All shadowed by the fact that these are all running 80-90 FPS...

 

I think that anti-proves your point that i7s have performance gains over i5s in terms of FPS...

  1.  

  2. Wider registers don't contribute to performance if you weren't using 64 bit types in the first place. Chances are that most applications aren't. It's just is not done in typical usage unless specifically needed.

     

  3.  
  4.  
  5. Sure, applications don't have to the share parts of their virtual address space with the OS so they can allocate more memory. That's a given and the one good reason to use a 64-bit OS. I'm not arguing against this. I'm just asking what is the clear-zero-effort performance advantages to moving to an x64 OS? I see your link, but they haven't shown an tangible evidence that what they say is true. I'd welcome benchmarks showing that there is a clear advantage. I would believe a 5% increase simply because of the better register allocation, but a 20% seems rather unlikely and contrived.

 

 

All your points sound sound to me. Then again, so do everyone elses. I'll leave the debating of this topic to programmers but do want to comment on two of your points:

 

2. Then based on what you are saying, x64 does provide the opportunity for enhanced program performance buy choosing to utilize the wider registers?

 

5. Programmers are paid enough to exercise plenty of effort to deliver the benefits of the powerful resources available on today's desktops, lol. To not do so would result in what Skin is afraid of, sloppy code that doesn't actually utilize current high end system resources.

 

A multiple core processor is no better than a single core processor if programmers don't make the effort to take advantage.  And for a long time now they haven't really; or is it that the technology base just wasn't there in enough numbers to make it viable to even bother?. It's good to see them moving in that direction.

Of course, it was lead by an i7 that costs $1K...

 

So let's be specific here: what you are saying is that the top-of-the-line high-end extreme edition i7 that cost $1000+ is a measly 5 FPS better than the nearest i5 which cost $200+. And ignoring the fact that i7s with similar specs to the i5s have 1-2 FPS difference. And ignoring the fact that ivybridge i5s are seeing better FPS than sandybridge i7s. All shadowed by the fact that these are all running 80-90 FPS...

 

I think that anti-proves your point that i7s have performance gains over i5s in terms of FPS...

 

I haven't really ignored anything. I've already said previously the extreme's are not worth it. At least not for gaming. I have also said that because games haven't been optimized for x64 or multicore/threads, that there isn't that much of a difference at the high ends. But I do believe as x64 does become the norm and optimized and there is memory headroom, i7s will show their worth.

 

If BF4 x64 and NFS x64 benchmarks show similar results, I will say, for gaming only, you might as well stick with an i5, there's no reason to get an i7. Right now I just don't believe that, in spite of how close the benchmarks are.

All your points sound sound to me. Then again, so do everyone elses. I'll leave the debating of this topic to programmers but do want to comment on two of your points:

 

2. Then base on what you are saying, x64 does provide the opportunity for enhanced program performance buy choosing to utilize the wider registers?

 

5. Programmers are paid enough to exercise plenty of effort to deliver the benefits of the powerful resources available on today's desktops, lol. To not do so would result in what Skin is afraid of, sloppy code that doesn't actually utilize current high end system resources.

 

A multiple core processor is no better than a single core processor if programmers don't make the effort to take advantage. And for a long time now they haven't really. It's good to see them moving in that direction.

 

2. Yeah, x64 does provide opportunity for enhancement if you are using 64 bit types in a 32 bit program (int64_t for example), then you would  to be doing multiple operations instead of 1 64-bit operation so there is the potential performance benefit from that. But, 95% of programs aren't going to be doing that. You only do such things if you need numbers larger than the range that 32-bit types offer.

 

5. Sure, if you go out of your way specifically, you can definitely see performance benefits. But, I don't believe you'll see them for free in general.

 

And, I agree that multi-core processors are rarely taken advantage of. They aren't even effectively taken advantage of in HPC where it counts. A common myth is that you get free performance with multi-core, but that's simply not the case. It is a large effort to parallelize domain specific problems in most cases.

2. Yeah, x64 does provide opportunity for enhancement if you are using 64 bit types in a 32 bit program (int64_t for example), then you would  to be doing multiple operations instead of 1 64-bit operation so there is the potential performance benefit from that. But, 95% of programs aren't going to be doing that. You only do such things if you need numbers larger than the range that 32-bit types offer.

 

5. Sure, if you go out of your way specifically, you can definitely see performance benefits. But, I don't believe you'll see them for free in general.

 

And, I agree that multi-core processors are rarely taken advantage of. They aren't even effectively taken advantage of in HPC where it counts. A common myth is that you get free performance with multi-core, but that's simply not the case. It is a large effort to parallelize domain specific problems in most cases.

All too true.

 

As an exercise for those that are merely curious, I submit no less than the original Supreme Commander OR Supreme Commander: Forged Alliance.  Both are multicore-aware out of the box, and both are, in fact, quite old - the first shipped before Windows Vista.  (And, in case you are wondering, both will run quite happily in Windows 8 or 8.1.)  It was the original Supreme Commander that made the advantages merely of multicore support rather obvious when it came to gaming - however, how many multicore-aware games have followed it?

  • Like 1

sometimes i wonder (after reading posts of quite many in this thread) if people know that 32bit binary with LAA can address directly 4GB

and there are methods you can address beyond that indirectly , so much for the 64bit buzz ...

imho 64bit addressing over 4GB is ofcourse innevible outcome but it's more important when you go way beyond just 6 or 8GB :)

(aka sorry consoles you can't compete, PC master race wins)

sometimes i wonder (after reading posts of quite many in this thread) if people know that 32bit binary with LAA can address directly 4GB

and there are methods you can address beyond that indirectly , so much for the 64bit buzz ...

imho 64bit addressing over 4GB is ofcourse innevible outcome but it's more important when you go way beyond just 6 or 8GB :)

(aka sorry consoles you can't compete, PC master race wins)

 

I'm not really sure what you are arguing here since LAA only gives your 4GB for 32-bit programs on 64-bit Windows (and only 3GB for 32-bit programs on 32-bit Windows with PAE enabled). Not at all the same thing as being able to address terabytes of data in the case of native 64-bit programs.

 

Also, how exactly would you address more than 4GB if the registers where you can store addresses are all effectively 32-bit width in 32-bit programs?

 

EDIT: http://en.wikipedia.org/wiki/X32_ABI -- forgot about that, I'd like to see a 32-bit OS using that (or 64 bit compatibility layer for 32-bit programs) -- alas, that'll never happen for Windows.

You can address more than 4GB of RAM under a 32bit OS if you're smart (especially since Windows and such operate with PAE enabled which gives you a 36bit address space I think)

But really, what's the point? Running as a 64bit app under a 64bit OS gives you the extra RAM without having to do manual mapping. This game is fairly resource intensive, so the CPU required to run it would be 64bit anyway (Since Intel/AMD haven't made 32bit CPUs outside of ultra low end for a long time).

  • Like 1

You can address more than 4GB of RAM under a 32bit OS if you're smart (especially since Windows and such operate with PAE enabled which gives you a 36bit address space I think)

But really, what's the point? Running as a 64bit app under a 64bit OS gives you the extra RAM without having to do manual mapping. This game is fairly resource intensive, so the CPU required to run it would be 64bit anyway (Since Intel/AMD haven't made 32bit CPUs outside of ultra low end for a long time).

 

Looks like you are right about addressing more than 4GB of RAM per process: http://sqlserverfinebuild.codeplex.com/wikipage?title=SQL+Server+AWE+Property (scroll to section Hardware for Extending 32-bit addressing).

 

I honestly had no idea that there were new instructions for this.

 

The interesting part in how this works is that it means that you can't actually use or address anything above the 32-bit address range normally (via normal move instructions) and instead have to copy the data in/out of your 32-bit address range via special instructions. This makes sense considering that the registers would still be 32-bits and thus unable to address anything above that range. The 36-bit extension you mentioned is just to allow processors to address up to 64GB. They could have presumably chose any size and done the same thing with these instruction extensions.

 

I can see why you'd rarely really see programs that did this. I can't imagine the overhead and performance costs are nil to address above 4GB in this case. It is more like a shim of anything. In any case, you learn something new everyday.

You can address more than 4GB of RAM under a 32bit OS if you're smart (especially since Windows and such operate with PAE enabled which gives you a 36bit address space I think)

But really, what's the point? Running as a 64bit app under a 64bit OS gives you the extra RAM without having to do manual mapping. This game is fairly resource intensive, so the CPU required to run it would be 64bit anyway (Since Intel/AMD haven't made 32bit CPUs outside of ultra low end for a long time).

And both have made x64 low-end CPUs for quite a long stretch as well - or have we forgotten that Celeron (Intel), Sempron/Turion (AMD) are x64?

 

Users have stalled because they have been ABLE to stall (the "no need to move" argument).

And both have made x64 low-end CPUs for quite a long stretch as well - or have we forgotten that Celeron (Intel), Sempron/Turion (AMD) are x64?

 

Users have stalled because they have been ABLE to stall (the "no need to move" argument).

 

I don't think users themselves are stalling more than the industry was once maturing in terms of OS and driver compatibility. All of that happened long ago though. They don't ship even computers pre-installed with 32-bit OSes anymore. Game developers just make 32-bit builds of games to ensure maximum compatibility which isn't particularly surprising if you consider that most people don't have more than 4GB of memory anyway. What's the point of forcing additional requirements that would potentially lower sales and gain you nothing?

I don't think users themselves are stalling more than the industry was once maturing in terms of OS and driver compatibility. All of that happened long ago though. They don't ship even computers pre-installed with 32-bit OSes anymore. Game developers just make 32-bit builds of games to ensure maximum compatibility which isn't particularly surprising if you consider that most people don't have more than 4GB of memory anyway. What's the point of forcing additional requirements that would potentially lower sales and gain you nothing?

However, running x64 DOES have advantages in sub-4GB RAM situations (primarily stability/robustness) making a mockery of the longtime arguments of x32 apologists that there were no advantages to x64 below 4 GB of RAM.

 

There are advantages in the operating system space, and there are advantages in the application space as well - in both cases, while there is no real alternative if you have more than 4 GB of system RAM, the advantages start below that number - in terms of stability and robustness alone, they start at half that, if not less.  (All of my testing,  both in bare-metal and virtual-machine usage, has borne that out - and it's not unique to Windows; look at Linux, UNIX, or even the BSDs.)

The browser-addon space is a bit of a chicken-and-egg situation, as the application space and the gaming space has also been - the advantages have to be made obvious, and that takes trailblazing.  There are trailblazing applications, and now games - what is needed now are trailblazers in the browser-add-on space.)

I don't think users themselves are stalling more than the industry was once maturing in terms of OS and driver compatibility. All of that happened long ago though. They don't ship even computers pre-installed with 32-bit OSes anymore. Game developers just make 32-bit builds of games to ensure maximum compatibility which isn't particularly surprising if you consider that most people don't have more than 4GB of memory anyway. What's the point of forcing additional requirements that would potentially lower sales and gain you nothing?

 

Not to mention the previous generation of consoles forcing titles to maintain ~512MB as the absolute minimum target.

However, running x64 DOES have advantages in sub-4GB RAM situations (primarily stability/robustness) making a mockery of the longtime arguments of x32 apologists that there were no advantages to x64 below 4 GB of RAM.

 

There are advantages in the operating system space, and there are advantages in the application space as well - in both cases, while there is no real alternative if you have more than 4 GB of system RAM, the advantages start below that number - in terms of stability and robustness alone, they start at half that, if not less.  (All of my testing,  both in bare-metal and virtual-machine usage, has borne that out - and it's not unique to Windows; look at Linux, UNIX, or even the BSDs.)

The browser-addon space is a bit of a chicken-and-egg situation, as the application space and the gaming space has also been - the advantages have to be made obvious, and that takes trailblazing.  There are trailblazing applications, and now games - what is needed now are trailblazers in the browser-add-on space.)

 

Can you back your claim of stability/robustness advantages up with some citations and specifics? As far as I know, there is nothing in the x64 portions of the ISA that would yield advantages in these areas. The only effective differences in the modes from a practical standpoint is that you have larger/more registers, can address more memory, and you have some additional x86_64 specific instructions.

 

Unless you are talking about security advantages in terms of ASLR, I don't see any inherent reason why 64-bit OSes would be at a stability advantage. I've honestly never heard of anyone suggesting that x64 OSes are inherently more stable before.

When Microsoft transitioned to 64bit they took the opportunity to close down the kernel (PatchGuard) and enforce strict controls on drivers, that's about it for stability.

 

Yup, I entirely agree with this. Driver signing and enforcement of no kernel patching for x64 Windows certainly helps at the software level, but that isn't inherit to x64 as an architecture. It's just a policy by MS. It is also worth noting that enforcement at the x64 level for Windows also largely mitigates the same issues on the 32-bit front because:

  • Vendors going through the certification and driver signing procedure for 64-bit builds tend go through them for 32-built builds also even though technically they aren't required to do so. One large reason probably being that uncertified drivers give warnings if you install them and why wouldn't you certify your drivers and product for the OS where you are going to run it?
  • It killed the market for kernel patching in general. Why continue to design software that implements security through kernel patches if it is incompatible with any newly purchased computers?

I am more interested when games will actually start using high amounts of RAM and CPU.

6GB RAM is chump change.

 

Based on many of the comments in this thread, 6GB is apparently not chump change for many Neowinians. :P

Mantle won't "supercharge" it.

That depends how much they're pushing.  If you're assuming the same workload in either D3D or Mantle, might not be a big boost, but they could offer higher detail levels or a different shader loadout with Mantle.

 

Personally I highly doubt Watch Dogs will support Mantle...look how long it took Ubisoft to support dx11 at all outside of Assassins Creed, heh.  Might be considerably less complicated than the jump from dx9 to dx11, but we'll see.

This topic is now closed to further replies.
  • Posts

    • Ocenaudio 3.19.4 by Razvan Serea  Ocenaudio is a full featured, fast and easy to use audio and music editor. It is the ideal software for people who need to edit and analyze audio files without complications. Ocenaudio also has powerful features that will please more advanced users. To assist ocenaudio development, a powerful toolset of audio editing, analysis and manipulation called Ocen Framework was created. ocenaudio is also based on Qt framework, a well known library for cross-platform development. Cross-platform support ocenaudio is available for all major operating systems: Microsoft Windows, Mac OS X and Linux. Native applications are generated for each platform from a common source, in order to achieve excelent performance and seamless integration with the operating system. All versions of ocenaudio have a uniform set of features and the same graphical interface, so the skills you learn in one platform can be used in the others. VST plugins support Ocenaudio supports VST (Virtual Studio Technology) plugins, giving its users access to numerous effects. Like the native effects, VST effects can use real-time preview to aide configuration. Real-time preview of effects Applying effects such as EQ, gain and filtering is an important part of audio editing. However, it is very tricky to get the desired result by adjusting the controls configuration alone: you must listen the processed audio. To ease the configuration of audio effects, ocenaudio has a real time preview feature: you hear the processed signal while adjusting the controls. The effect configuration window also includes a miniature view of the selected audio signal. You can navigate on this miniature view in the same way as you do on the main interface, selecting parts that interest you and listening to the effect result in real time. Multiselection for delicate editions To speed up complex audio files editing, ocenaudio includes multi-selection. With this amazing tool, you can simultaneously select different portions of an audio file and listen, edit or even apply an effect to them. For example, if you want to normalize only the excerpts of an interview where the interviewee is talking, just select them and apply the effect. Eficient edition of large files With ocenaudio, there is no limit to the length or the quantity of the audio files you can edit. Using an advanced memory management system, the application keeps your files open without wasting any of your computer's memory. Even in files several hours long, common editing operations such as copy, cut or paste happen almost instantly. Fully featured spectrogram Besides offering an incredible waveform view of your audio files, ocenaudio has a powerful and complete spectrogram view. In this view, you can analyze the spectral content of your audio signal with maximum clarity. Advanced users will be surprised to find that the spectrogram settings are applied in real time. The display is updated immediately when altering features such as the number of frequency bands, window type and size and dynamic range of the display. Ocenaudio 3.19.4 changelog: Adds fallback fonts so every language and symbol displays correctly Improves autosave and session recovery stability Improves region navigation and display Fixes a crash when the level meter is used on displays with a scaling greater than 200% Fixes memory corruption when using the silence selection tools Fixes crashes when closing a file while effects are still being processed Fixes a freeze when applying effects to many files at once (macOS) Fixes crashes related to audio devices on Windows Fixes invalid file names when exporting regions whose label is used as the file name Other bug fixes and improvements Download: Ocenaudio 64-bit | Portable | ~40.0 MB (Freeware) Download: Ocenaudio for Linux and Mac OS View: Ocenaudio Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Hasleo Disk Clone 5.8.2.1 by Razvan Serea Hasleo Disk Clone is a free and all-in-one disk cloning software for Windows 11/10/8/7/Vista and Windows Server that can help you migrate Windows OS to another disk, clone one disk to another disk or clone one partition to another location quickly and efficiently. Completely Free Windows Migration and Disk/Partition Cloning Software Migrate Windows from one disk to another without reinstalling Windows, apps. Clone one disk to another and makes the data on 2 disks are exactly the same. Clone a partition to another location without losing any data. Easily adjust the size and location of the destination partition. Convert MBR to GPT or convert GPT to MBR by cloning. Creation of Windows PE emergency disk. Extremely fast cloning speed and multi-language support. Supported OS: Windows Vista/Server 2008 or later, fully compatible with GPT and UEFI. Hasleo Disk Clone 5.8.2.1 changelog: Fixed an issue that caused disk enumeration to fail Fixed an issue where WinPE created under Windows ARM64 26H1 did not work properly Download: Hasleo Disk Clone 5.8.2.1 | 32.3 MB (Freeware) Link: Hasleo Disk Clone Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • This got me thinking, would you rather a self driving car prioritise protecting its passengers or everyone else? I'd choose the one that keeps me and my kids safest. At some point, these cars have to make those choices already, don't they? Wonder if we have a way to find out what way they lean.
    • The proportion (or number of iterations) has nothing to with this aspect of Copyright I am describing. In short, it doesn't matter how many times the manager tells you to change something or how. Your work product is always YOURS until and unless you then assign that to the person representing the client/company, usually for financial compensation -- either in salary or as a subcontract work for hire payment. if iterations determined copyright, then businesses would have learned to just keep making changes until they could claim they owned the copyright, without having to compensate the artist for their work. And that would be BAD. The only place where the amount of changes does have a role is in how much does a human modify a previous public domain work (from any source) before it is considered fair use or their own work, etc. For example, if a human makes substantial changes to a public domain (re: AI, by definition) work, then they can then claim that derivative work as their own...but NEVER the original version, of course. That's why anyone can make a movie about Dracula, for example, as long as it is based on the public domain novel, but not if they take new ideas from copyrighted movies made afterwards. As one of the people who personally advised the US Copyright Office on their recent ruling on these very issues, be assured that I specifically used the terminology precisely -- though I made it simple enough for laymen to understand it. If I made this confusing by doing so, I apologize. But, to be clear regarding your assumption that I would agree to your second statement that I quoted above -- the answer is NO. If AI does the work, no matter how much "direction" you give it, it cannot be copyrighted. All AI generated content is in the Public Domain and therefore the copyright cannot be assigned to ANYONE, even you -- until and unless substantial modifications are made to it BY A HUMAN BEING (yourself or a contracted artist/writer/etc.) and then that copyright on the derivative work is legally (in writing) transferred to you. This is a critical distinction. And it is important that people, especially AI sloppers, understand this. For example, YouTube is not paying AI slop generators for the copyright, etc. of their AI slop. What YouTube is doing is sharing AD REVENUE for permission to publish your AI slop. Copyright/ownership/rights never come into it. Importantly, that means that anyone can copy any AI slopware on YouTube, etc. and rehost it anywhere they want, even back on YouTube, and there is nothing legal that YouTube can do about it with regards to copyright protections, ownership, DMCA, etc. Anyone is legally free to use any AI slopware in any way they want. When this ruling was pending, I warned Disney legal of all of this before they did their OpenAI deal -- that it would literally dilute their entire IP portfolio forever. They ignored that warning for the PR and stock bump. But that is why, when the ruling came down last year, Disney quickly extricated themselves from that OpenAI deal, even eating the initial upfront fees -- followed closely by OpenAI ending their entire AI video generating business model. They adjusted their PR release dates to make this less obvious to shareholders, of course. Phew. I hope that this clears up the key distinctions for you and anyone reading. If you have any additional questions or even hypotheticals about AI and Copyright, please feel free to ask.
    • Each of the devices displayed on this page now has a little volume meter next to it to show if there is audio actively playing. About time.
  • Recent Achievements

    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • One Year In
      Skeet Campbell earned a badge
      One Year In
    • One Month Later
      Sharbel earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      554
    2. 2
      +Edouard
      188
    3. 3
      Michael Scrip
      78
    4. 4
      PsYcHoKiLLa
      74
    5. 5
      neufuse
      71
  • Tell a friend

    Love Neowin? Tell a friend!