Comments by "Traveller" (@traveller23e) on "Brodie Robertson" channel.

  1. 6
  2. 3
  3. 2
  4. 2
  5. 2
  6. 2
  7. 1
  8. 1
  9. 1
  10. 1
  11.  @luisjavieravilaolivera2471  For reasons unknown to me, copyright for code is very different from that for art or books. Yes, it's written and you can put a copyright notice on it and everything, but there is no obligation to actually publish your copyrighted code as code. This means that in practice you can copy and paste however much source you would like into one codebase, compile, and ship the program with a license that explicitly disallows any attempt at reverse engineering or decompiling (these sorts of licenses are very common in proprietary software). The result is that anyone who even tries to look into whether you're infringing on copyright can be sued or for violating the end user agreement, and moreover no one can see what your software is doing behind the scenes that may be...undesirable. Things get even more crazy when you consider that a lot of software these days is run only on remote servers, so there's no way for you to get to the binaries at all much less to the source, and therefore the only thing that will reveal copyright infringement is a whistleblower. IMO companies should be required to release the source code of the programs they publish or run on servers, even if the licenses do not permit editing the source. This would allow auditing for compliance to legal standards as well as a greater transparency regarding overall quality of product. Better yet would be if they were required to allow end users to edit and publish changes to the source after official support period ended, but this might be too effective at breaking up the patterns of insufficiently long support cycles for some people's taste.
    1
  12. 1
  13. 1
  14. 1
  15. 1
  16. 1
  17. 1
  18. 1