Why would I care? I understand the point of freedom for some software: say if tomorrow the whole nginx team decides to retire and I nginx is a critical part of my business, I have the option of taking over the maintenance. But games are not like that. Games are entertainment and presumably a short-lived one. I play, I get bored, I move on. The games are also a product of diverse teams: it's not just programmers, but…
Nonfree DRM'd Games on GNU/Linux: Good or Bad?
41–50 of 61 posts
Re: Nonfree DRM'd Games on GNU/Linux: Good or Bad?
#42Related question: wouldn't FOSS ruin competitive online play, by making it impossible for game companies to prevent cheating?
In general, people sometimes ask this question about FOSS and security. Isn't FOSS bad for security, they say, since attackers can look at your code and find the holes so they can break in? What this assumes is that the holes are inevitable and obvious, and all anyone needs to break in is find them. It turns out that this isn't true, as many security-sensitive open source projects from OpenBSD to Mozilla Firefox have demonstrated. Security holes shouldn't exist; help from the community to prevent this is key. The hope that code will be more secure if we only keep it secret - otherwise known as "security through obscurity" - is a pipe dream.
Re: Nonfree DRM'd Games on GNU/Linux: Good or Bad?
#43Why is it unethical to sell software, but (I presume) it's ethical to sell food?
Re: Nonfree DRM'd Games on GNU/Linux: Good or Bad?
#44Earlier quoted context omitted.
I agree that he was pretty reasonable in the case of this article, but he is a bit crazy by most people's standards. A friend of mine has worked for the FSF and told me that Stallman won't even use the World Wide Web! Anything he needs looked up he has coworkers do for him because they're foolish enough to trust that nonfree web sites aren't malicious.
It's not strictly true that he only has other people do it for him: http://article.gmane.org/gmane.os.openbsd.misc/134979 As far as the internet, though, as I told a friend long ago - Richard Stallman doesn't need the internet. The internet needs Richard Stallman.
Re: Nonfree DRM'd Games on GNU/Linux: Good or Bad?
#45Nonfree? Okay. DRM? Groan. But really, who cares, let the user decide. Why does the freeness of the OS have to predicate the distribution, license or otherwise of the software used on it?
The FSF does not dictate what you can and cannot install on your system! They really do "let the user decide". However, just because you are free to do something does not mean you should . All the FSF is doing is presenting a clear, well-argued and rather balanced argument about whether you should support non-free games on Linux or not. This is a complex issue and it is treated as a complex issue; all they do is prov…
Re: Nonfree DRM'd Games on GNU/Linux: Good or Bad?
#46Earlier quoted context omitted.
Programmers have to eat, and free software needs a supporting paradigm to be sustainable. With Firefox it's the search engine, with Apache it's support, only smaller projects can be made from pure passion. Any large company porting software to a platform will be good, as more people (and thus support) will come to Linux. >Nonfree games (like other nonfree programs) are unethical because they deny freedom to their use…
I would agree that DRM that breaks basic functions of an OS is unethical. I believe that DRM that prevents a user from using or accessing something for which he or she has paid for, at any time in the future for any reason, is unethical and legally dubious. The free or nonfreeness of a particular piece of software is as much of a moral question as the color of sand on a beach.
Re: Nonfree DRM'd Games on GNU/Linux: Good or Bad?
#47Related question: wouldn't FOSS ruin competitive online play, by making it impossible for game companies to prevent cheating?
No. It is possible to ensure that people don't cheat even with FOSS; signing and encryption make it possible to set up a nice relatively-difficult barrier to cheating. There are dozens of parallel projects that demonstrate this; perhaps the most obvious is Bitcoin. There are breakins with Bitcoin, but the threshold is very high, and it's pretty clear that only the most intelligent and savvy attackers make off with ca…
How would that work? If I have the source code of Starcraft, I can turn on the "Make the whole map visible" variable, and there's nothing whatsoever that encryption can do to prevent that. With closed-source, as far as I know, Blizzard's constant patching makes cheating relatively uncommon on their own servers.
Re: Nonfree DRM'd Games on GNU/Linux: Good or Bad?
#48Why would I care? I understand the point of freedom for some software: say if tomorrow the whole nginx team decides to retire and I nginx is a critical part of my business, I have the option of taking over the maintenance. But games are not like that. Games are entertainment and presumably a short-lived one. I play, I get bored, I move on. The games are also a product of diverse teams: it's not just programmers, but…
Granted, such games are few and far between. (The only ones I can think of at all are some of iD's games, and even those were only opened long after the games' initial release dates.)
Re: Nonfree DRM'd Games on GNU/Linux: Good or Bad?
#49Related question: wouldn't FOSS ruin competitive online play, by making it impossible for game companies to prevent cheating?
Re: Nonfree DRM'd Games on GNU/Linux: Good or Bad?
#50Earlier quoted context omitted.
No. It is possible to ensure that people don't cheat even with FOSS; signing and encryption make it possible to set up a nice relatively-difficult barrier to cheating. There are dozens of parallel projects that demonstrate this; perhaps the most obvious is Bitcoin. There are breakins with Bitcoin, but the threshold is very high, and it's pretty clear that only the most intelligent and savvy attackers make off with ca…
No. It is possible to ensure that people don't cheat even with FOSS; signing and encryption make it possible to set up a nice relatively-difficult barrier to cheating. How would that work? If I have the source code of Starcraft, I can turn on the "Make the whole map visible" variable, and there's nothing whatsoever that encryption can do to prevent that. With closed-source, as far as I know, Blizzard's constant patch…
I have an example of OSS software with yet no cheater. Check out xonotic (www.xonotic.org), a heavily modified quake based shooter. They partly implement anti-cheat functionality by more or less shifting tasks from the client side to the server side, making e.g. wallhacks impossible. Also they use encryption for certain packages to prevent them from being tapered with. Aimbots are another thing, but I have yet to see one. I didn't really dig into the security features though, that is just what I picked up by casually browsing the forums...