Slashdot Mirror


User: Original

Original's activity in the archive.

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

Comments · 3

  1. been here before? on Pedals for your PC (but not for gaming) · · Score: 1

    Didn't Xerox Parc investigate foot pedals for pointer control back in the 1970's?

  2. Debian gave up too. on Interview with Debian Project Leader · · Score: 1

    AIUI, Debian's commitment to free software is about choice. Therefore, non-free packages are simply made available in a different category outside the core distribution.

    "Caring about 100% free software" is a misleading approximation of Debian's philosophy.

    ~ Casper Boden-Cummins
    Debian user since 0.93r6

  3. NOT ORACLE unless you're Citibank... on What Database is the best for a Web Site/Small Business? · · Score: 1

    In a read-only Web application transactions are unnecessary and table-level locks are sufficient. But a multi-user read/write application would need row-level locking granularity or clearly it'd be unreliable.

    Similarly, if you don't use rollback in your multi-user systems, your database will be worse than useless. Period.