Slashdot Mirror


User: DAldredge

DAldredge's activity in the archive.

Stories
0
Comments
5,887
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,887

  1. Re:USA - land of the free! on FBI Agents Put New Focus on Deviant Porn · · Score: 5, Interesting

    "Those who contend that pornography increases the incidence of rape are going to have real problems explaining this chart. The years after 1991, when the rape incidence went into free fall, correspond to a period of massive increase in pornography consumption. Images that once could only be acquired by an expedition to a sleazy adult bookstore became available for free, in private, with a few mouse clicks. While porn was becoming mainstream, the incidence of rape dropped by over 75%, from 2.2 per thousand (1991) to 0.5 per thousand (2003"

    http://www.ojp.usdoj.gov/bjs/glance/rape.gif

  2. Re:That's a Review??? on Yahoo! Mail Superior to Gmail ? · · Score: 1

    The author may have stock in Yahoo and\or be short google stock...

  3. Re:Charlie Don't Surf on U.S. Deploys Orbital Communications Jammer · · Score: 1

    This isn't for use against ghetto terrorists, it is designed to be used against China and Russia.

  4. Re:Moderation system on Preference Engines Side-Effects in Online Retail · · Score: 1

    Don't forget that the editors remove people from the mod pool if they upset them. I haven't been able to moderate in almost 3 years even when I metamoderate.

  5. Re:Governor who? on Video Game Industry to Sue Michigan's Governor · · Score: 1

    I think that is they way you sue state governments. Kind of like all the lawsuits that were XXX Vs John Ashcroft when they were really suing the federal government.

  6. Re:at least we wont see this anymore... on How About a Nice Game of Global Thermonuclear War? · · Score: 1

    It was an American Prime Time program that ran the interview...One would think that would qualify as being mainstream US media coverage.

  7. Re:Question Translated: on Can Microsoft Out-Google Google? · · Score: 2, Insightful

    "Can you imagine a world where MS supports third party access to their precious code or APIs?"

    Yes - most of the Windows API is open which is how most write programs for that platform.

    Who every thought that Google would ban CNET because CNET used Google to do research on Google Execs?

    Things Change.

  8. Re:Volunteers Rejoice! on News Corp buys IGN for $650M · · Score: 1

    The two most up to date hospitals in my area (Trinity Mother Francis in Tyler, Texas) and (Good Shephard in Longview, Texas) are non profit hospitals and the most advanced in the area.

    The bring in a lot of money, they just can not make a profit. A non-profit hospital is a different animal than a charity hospital.

  9. Re:Volunteers Rejoice! on News Corp buys IGN for $650M · · Score: 1

    Not all hospitals in the USA are for-profit. A lot of them are non-profit and, at least in my area, the non-profit hospitals have a lot more volunteers than the for-profit ones.

  10. Re:If your child sees boobs, they will become a sl on Pornified · · Score: 1

    Some consider oral sex and other than missionary position sex to be "violent" and/or "against natural law" so should we make those acts illegal?

  11. Re:How many of you have never been to a XXX store? on Pornified · · Score: 1

    "Yes straight porn does lead to more perverse forms..."

    Like what? Oral Sex?

  12. Re:Yeah right on Europe Plans a New Type of Fusion Facility · · Score: 2, Insightful

    Fusion, AI, and Flying cars are always 10 years away...

  13. Re:The most interesting part of the old article... on Comparing MySQL and PostgreSQL 2 · · Score: 3, Funny

    So are you :)

  14. Re:Social programs? on Practical Method for Getting Oil from Oil Shale? · · Score: 1

    Norway is slightly larger than New Mexico. That isn't very large.

  15. Re:Just use PostgreSQL... on MySQL and SCO Join Forces · · Score: 2, Insightful

    Would it have been better to have cost the PostgreSQL project money by just posting a link? It isn't like they are a for profit org that has money to spare.

  16. Re:Just use PostgreSQL... on MySQL and SCO Join Forces · · Score: 1

    Forgive me for posting information about a free open source database in a discussion of databases on a site that runs stories on open source and databases.

    And if a simple posting on a site stops you from using a product,well, you were never qualified to make such a decision in the first place.

  17. Just use PostgreSQL... on MySQL and SCO Join Forces · · Score: 0, Offtopic

    Just use PostgreSQL and everyone will be happier.

    http://www.postgresql.org/about/

    PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, SunOS, Tru64), BeOS, and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation.

    An enterprise class database, PostgreSQL boasts sophisticated features such as the Multi-Version Concurrency Control (MVCC), point in time recovery, tablespaces, asynchronous replication, nested transactions (savepoints), online/hot backups, a sophisticated query planner/optimizer, and write ahead log for fault tolerance. It supports international character sets, multibyte character encodings, Unicode, and in is locale-aware for sorting, case-sensitivity, and formatting. It is highly scalable both in sheer quantity of data it can manage and and in the number of concurrent users it can accommodate. There are active PostgreSQL systems in production environments that manage in excess of 4 terabytes of data. Some general PostgreSQL limits are included in the table below.
    Limit Value
    Maximum Database Size Unlimited
    Maximum Table Size 32 TB
    Maximum Row Size 1.6 TB
    Maximum Field Size 1 GB
    Maximum Rows per Table Unlimited
    Maximum Columns per Table 250 - 1600 depending on column types
    Maximum Indexes per Table Unlimited

    PostgreSQL has won praise from it's users and industry recognition, including the Linux New Media Award for Best Database System and three time winner of the The Linux Journal Editors' Choice Award for best DBMS.
    Featureful and Standards Compliant

    PostgreSQL prides itself in standards compliance. Its SQL implementation strongly conforms to the ANSI-SQL 92/99 standards. It has full support for subqueries (including subselects in the FROM clause), read-committed and serializable transaction isolation levels. And while PostgreSQL has a fully relational system catalog which itself supports multiple schemas per database, its catalog is also accessible through the Information Schema as defined in the SQL standard.

    Data integrity features include (compound) primary keys, foreign keys with restricting and cascading updates/deletes, check constraints, unique constraints, and not null constraints, all of which are deferrable.

    It also has a host of extensions and advanced features. Among the conveniences are auto-increment columns through sequences, and LIMIT/OFFSET allowing the return of partial result sets. PostgreSQL supports compound, unique, partial, and functional indexes which can use any of its B-tree, R-tree, hash, or GiST storage methods.

    GiST (Generalized Search Tree) indexing is an advanced system which brings together a wide array of different sorting and searching algorithms including B-tree, B+-tree, R-tree, partial sum trees, ranked B+-trees and many others. It also provides an interface which allows both the creation of custom data types as well as extensible query methods with which to search them. Thus, GiST offers the flexibility to specify what you store, how you store it, and the ability to define new ways to search through it --- ways that far exceed those offered by standard B-tree, R-tree and other generalized search algorithms.

    GiST serves as a foundation for many public projects that use PostgreSQL such as OpenFTS and PostG

  18. Re:I remember that game! on Myst Creator Closes Doors · · Score: 1

    Do you think that violent games make people more violent?

  19. Re:I remember that game! on Myst Creator Closes Doors · · Score: 2, Insightful

    Have you looked at magazines targeted to women or ads targeted to women? The thin, attractive, large brested women in them do not appear to be driving them away.

  20. Re:Fraud on Technology In Katrina's Wake · · Score: 2, Insightful

    1 WHOLE Million dollars?

    That is only 4-5 times less then the donation that Toyota made. One would think the most profitable software company on the planet could donate more.

  21. Re:Fraud on Technology In Katrina's Wake · · Score: 1

    Does operation blessing have any scandles regarding the misuse of donations in its past? I mean the red cross has had scandles and I do not see you speaking out about them.

    E

  22. Re:The FUD Train Rolls On... on Unilever Ditches Global IT Linux Migration · · Score: 1

    Why not use Solaris 10 x86?

  23. Re:I wonder... on 9 Weeks to Pump Out New Orleans? · · Score: 2, Informative

    Not if they are paid in cash under the table.

  24. Re:I wonder... on 9 Weeks to Pump Out New Orleans? · · Score: 1

    You are aware the Red Cross, while having special rights/privilages, is a private org, aren't you?

  25. Too busy looting on Communications Infrastructure No Match for Katrina · · Score: 1

    Some of the residents of NO are too busy looting non emergency related items to even begin to think about alternative communication methods.