Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Apache? (Score 1, Interesting) 188

God damn it...I can't help but continually be drawn into this. You cannot possibly be equating non-GPLed software to slavery...or can you? That is, excuse me, the dumbest fucking thing I have ever heard.

Do you honestly believe that all software companies should just shut their doors, or give their products away by licensing it in such a way that everyone else can also release it(which is the same as shutting their doors)? I suppose you think that all artists (authors, musicians, etc...) should give their product away as well? That anything that anyone creates magically belongs to the whole of humanity? That it has no value at all? If you do then you are the most short-sighted individual I have ever come across. Money must be exchanged for services rendered (software, books, music) or they will cease to exist. It is not free to make them and somewhere along the way there has to be an exchange of money or the entire financial system breaks down (even worse than it is now). And before you pipe up with the mantra: "release your software for free and then charge for services!" please answer the following question: "Why in the fuck do you think your 'services' have a value when the software does not?".

Comment Re:Apache? (Score 3, Insightful) 188

<dragged_into_troll_debate>
The end-use has just as much access to the original project under Apache (or BSD) as they do under the GPL...but they may not necessarily have access to the changes that a developer makes to the original. I don't see this as a giant hurdle since the only people who would give a flying fuck about source are developers and they are perfectly capable (maybe) of adding whatever changes they want to the original.
</dragged_into_troll_debate>

Comment Re:Apache? (Score 1) 188

I tend to agree with you and if you build a matrix of the "freedoms" between the GPL, Apache and BSD you will find the only "freedom" that the GPL adds that others do not is: "You MUST share all changes you make to the code with whomever asks for it, so long as your code is made for public consumption". That is a grossly simple definition of the GPL but the essence is right.

I am not anti-GPL so much as I am anti this rabid sensationalism that software is made to be free. Software takes time, money, and skill to create and if the creator wishes to restrict its use that is their choice.

Comment Re:Apache? (Score 4, Insightful) 188

Um... the Apache license is MUCH more free than the GPL in that you can do anything you want with it, including closing it if you are so inclined. Plus you don't have to buy into the feverish and rabid philosophy of the majority of GPL disciples.

Plus, let's flip this on its head: do you REALLY want to have to publish your changes so that Microsoft can take advantage of your hard work?

Comment Re:Hey! (Score 1) 357

:-) It is popular to bash MS but I gotta say that .NET does nearly everything RIGHT when it comes to web applications. That being said, it's not like PHP forces developers to write shitty code. Using something like Smarty can help create clean PHP code where the view is entirely separated from the logic.
Operating Systems

Submission + - Are .tmp files necessary or just bad programming?

planckscale writes: After spending another hour deleting .tmp files from a bloated XP machine I started to wonder, is the .tmp file necessary when coding an application on the MS platform? Why do so many apps produce .tmp files and is it just because of bad coding or does the use of them dramatically speed up an app? Don't coders use dev/null to reduce them in linux? I can understand the use of them in case an app crashes for recovery purposes, but why don't more apps have the capacity to delete their own .tmp files once they are done with them? Is it too much to ask to at least have the option when closing an app to delete your temp files?

Slashdot Top Deals

If God had not given us sticky tape, it would have been necessary to invent it.

Working...