Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Maildir (Score 4, Interesting) 385

Maildir storage format is resistant to bit-rot because it stores each message in a separate file, and uses filesystem directories for mail folders. It's widely supported by user agents (mail readers) and IMAP/POP3/SMTP servers, so you'll never be stranded by the actions of a single software vendor. Finally, it's easily searched using everyday unix tools - find, grep, sed, awk, etc., and you can use the full-text search engine of your choice for speedy searches.

Comment Re:OSS projects should not be owned by companies (Score 1) 131

That's crazy talk. There are many threats to the health and vibrancy of an open source project, and being backed by a commercial company is not a reliable indicator of danger.

Consider the behavior of the project maintainers and planners. Do they engage the community on key issues? Do they accept outside contributions? How are conflicts resolved?

The issue isn't who funds the developers, but the attitudes and behaviors of project leadership.

Comment Re:What does "Acquire" mean? (Score 1) 131

You maintain your copyright for Asterisk contributions if you used Digium's contributors' agreement.

Read carefully: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fissues.asterisk.org%2Fview_license_agreement.php

Most contributors grant a "perpetual, worldwide, royalty-free, irrevocable, non-exclusive, and transferable license" to your contribution that allows dual licensing. Unless you specifically disclaimed your copyright, you still have it.

Slashdot Top Deals

In any problem, if you find yourself doing an infinite amount of work, the answer may be obtained by inspection.

Working...