Slashdot Mirror


User: spac

spac's activity in the archive.

Stories
0
Comments
28
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 28

  1. A question on Ellison Wants National ID Card, Powered By Oracle · · Score: 1

    Why wage a war to protect American freedom from terrorists, when the greatest threat to our freedom is our government itself?

  2. Guidelines on Linux Descending into DLL Hell? · · Score: 1

    Well you've brought up a good point about a lot of development that's going on under linux right now. IMHO the best way to ensure that we don't damn ourselves to dll hell is by setting up a set of requirements that all library authors have to follow.

    First of all, the interface to all functions and classes in a shared library MUST be backwards compatible with previous versions.

    Secondly, some sort of package manager, that could connect to an online repository containing every major shared library (something like CPAN) in order to ensure that libraries can be acquired, upgraded, and repaired easily without reinstalling a product.

    A third solution to the DLL problem would be for an application to store all the libraries it uses within its own tree. Although this is redundant since several programs may use the same shared library, it ensures that an application's libraries will never be affected by the installation or removal of other applications on the same system.

    Basically, to all you developpers, if you're going to use shared libraries in your products, be responsible with them and never assume your app is the only one on the system. -Mike

  3. Not so strange... on Technology vs. Cheating at the University of Virginia · · Score: 1

    At Marianopolis College students are sometimes asked to submit diskettes with their papers saved in MS Word format. Supposedly, these papers are kept on record for a number of years and referenced against all other papers submitted in order to discourage plaigiarism. But that's just what they tell US. Those disks probably end up storing some prof's porn collection.