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

 



Forgot your password?
typodupeerror
×

Comment Users need education on why the GPL is better (Score 1) 370

For businesses, I can certainly understand the appeal of a BSD style license. The problem is that you will potentially end up with a situation like what we have with Apple - all of the work that went into BSD was stolen by Apple and Macs don't allow proper code sharing.

As an end user, I always want true GPL software so that I know it will be mine forever.

If I were developing software to integrate with some proprietary code, that would obviously make the decision a little more painful. Unless one is willing to make the full RMS kinds of sacrifices for freedom, the occasional BSD style of license will be required.

Comment mencoder & command line (Score 1) 501

I went through this same agony a few years ago, and I ended up with an mencoder command line that does a good job.

The only problem is that it can't auto detect the media you are encoding, which is mainly a problem with frame rates. e.g. some are 30000/1001 and some are 24000/1001.

Comment You need multiple tiers of service (Score 1) 640

Under no circumstances should you bill for bandwidth used - this kind of gotcha capitalism is immoral.

You should, however, set up multiple tiers of service. For example, the entry level can be 256 kilobits a second, and for a little more money allow 640kbits etc etc. I would also do some limited QoS to limit the 256k users to maybe 128k if there is a lot of traffic.

Just don't have surcharges for bandwitch usage.

Comment SendSide - https://www.sendside.com/ (Score 1) 237

There is no way to prevent someone from doing something like taking a photo of all the pages on a screen and sending them to someone.

However, a product like Sendside will let you track everyone who receives, opens, and forwards a message that you send.

If you are really paranoid you can use encryption on the document and make all recipients provide their own encryption keys.

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...