Slashdot Mirror


User: JamesKPolk

JamesKPolk's activity in the archive.

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

Comments · 799

  1. Re:Privacy? on TransGaming Tagging Downloads to Combat Piracy · · Score: 2

    Repeating the assertion doesn't make it so.

    The only possible way your personal information gets out here is if YOU distribute it. In that case it's YOU, not this company, that is violating your privacy.

  2. Privacy? on TransGaming Tagging Downloads to Combat Piracy · · Score: 2, Insightful

    How is this a loss of privacy unless you were planning to violate the company's copyright?

    Who is going to see your personally tagged tarball that you download?

  3. Re:Old-fashioned librarians are great people on Librarians to the Rescue · · Score: 0, Troll

    "Liberal" used to mean What we call libertarian in the US. "Liberal" just got hijacked to mean socialism, so the American classical liberals needed a new term.

  4. Re:well on Librarians to the Rescue · · Score: 0

    Nah, they're right to get excited. The ALA is just another leftist advocacy group and its positions will fall right in line with the usual Slashdot bias.

  5. Re:If it's been so "overcautious"... on Spectrum as Property · · Score: 1

    I meant to say, the Charles River Bridge Company was chartered in 1785, long before Pinochet.

  6. Re:If it's been so "overcautious"... on Spectrum as Property · · Score: 1

    Ever heard of privateering? That was privately contracted miliary.

    Governments have long privatized public works, too. For example, in Massachusetts the Charles River Bridge company was chartered by the state to, you guessed it, build a toll bridge over the Charles River.

    Governments were privatizing services as long as there were government services.

  7. Re:If it's been so "overcautious"... on Spectrum as Property · · Score: 1

    Thatcher/Pinochet/Reagan?

    Let me guess, you prefer socialists like Blair/Hitler/Kerry?

  8. Re:nitpicking... on Gene Doping: Genetically Engineered Athletes · · Score: 2, Funny

    No, his job is to sit and count the money he made in the buyout of slashdot.

  9. Re:Money on Student Killed Driving Solar Car · · Score: 1

    Typical, you're too blinded with hate to notice that this event took place in Canada.

    Too blinded with hate to be bothered with facts, I guess.

  10. Re:duh? on Congressional Budget Office Studies Copyrights · · Score: 1

    The customer isn't right when he's as 16 year old anarchist who likes sticking it to the companies that shell out millions to produce what he likes.

  11. Re:Why consider linux patent risks? on Why Consider Linux Kernel Patent Risks? · · Score: 1

    Don't worry about the goofball in office. Nancy Pelosi is only House minority leader and, thanks to gerrymandering, has just about no chance of becoming Speaker in January.

  12. Re:Can it Compete with Oracle or DB2? on PostgreSQL 8.0 Enters Beta · · Score: 1

    Sounds like Oracle makes money off of middle managers who get paid whether the company succeeds or fails then.

    What an interesting world.

  13. Re:So.... on Why Consider Linux Kernel Patent Risks? · · Score: 1

    You can't sue a piece of software.

  14. Re:Can it Compete with Oracle or DB2? on PostgreSQL 8.0 Enters Beta · · Score: 1

    Good answer. Does anybody actually sell Oracle insurance, though?

  15. Re:Why Block When you can consume on Smart Glass Blocks Infrared - But Only When It's Hot · · Score: 1

    We want to block because we're talking about windows. We want light and sight but not heat.

  16. Re:Can it Compete with Oracle or DB2? on PostgreSQL 8.0 Enters Beta · · Score: 1

    I *am* management. I don't actually want my competitors to stop wasting money on Oracle. It just amazes me that people do.

  17. Re:Can it Compete with Oracle or DB2? on PostgreSQL 8.0 Enters Beta · · Score: 1

    Oops.. I meant "bringing an RDBMS *expert* on staff"

    And my footnote:

    * I'm talking about economics here, not law or politics. The user of Oracle faces a monopoly of support for Oracle, not a competitive market of RDBMSes, because his data and code are tied to that database.

  18. Re:Can it Compete with Oracle or DB2? on PostgreSQL 8.0 Enters Beta · · Score: 2, Insightful

    If they use an RDBMS they have the code to, yes, they have the option of bringing an RDBMS on staff and doing custom improvements and fixes. However, they also have the option to go hire some other company to make the fixes and improvements they need.

    The user of PostgreSQL has a whole market of developers to choose from. The user of Oracle has only one choice, and that company is known for taking a monopolist*'s rents from its customers.

  19. Re:Can it Compete with Oracle or DB2? on PostgreSQL 8.0 Enters Beta · · Score: 1

    Oracle for "mission-critical"? I don't see how any one could feel comfortable putting the life of their company in the hands of another company like that.

  20. Re:I recommend Mysql users to take a look at PG on PostgreSQL 8.0 Enters Beta · · Score: 3, Informative

    And yes, I could add arguments to that:

    create function testfunction(numeric)
    returns setof record
    as 'select name from companies where length(name) < $1;'
    language sql;

    Obviously this is a simplified example, but you get the idea. And I assume that this capability extends to other embedded language like perl or ruby.

  21. Re:I recommend Mysql users to take a look at PG on PostgreSQL 8.0 Enters Beta · · Score: 5, Informative

    Using postgresql 7.4.2:

    create function testfunction()
    returns setof record
    as 'select name from companies;'
    language sql;

    select name from testfunction() as names(name char(50));

    That will print all the company names in my database.

  22. No Silver Bullet on Fed-Up Hospitals Defy Windows Patching Rules · · Score: 1

    Once in a while, we get an article or comment on this site suggesting that if only software design and implementation were licensed, goverment-regulated professions, software reliability would improve.

    Here's why it's no silver bullet. The bureaucratic overhead of testing and certification would slow what was once a fast-moving industry to a crawl, harming reliability in other ways.

    Internet worms would force internet shutdowns because unplugging the network would be the only legal recourse left, because legally-mandated testing of the installation of a software patch would take too long.

  23. Re:Why use legal means? on Ziff Davis To Website: License To Link, Updated · · Score: 1

    killall httpd prevents those pesky links, too.

  24. Re:Newton's Three laws of motion: A refresher on The Unknown Newton · · Score: 4, Funny

    You're almost right.. those are Isaac's three laws alright.

  25. Re:Microsoft still doesn't get it... on Hackers As Factory Workers? · · Score: 2, Insightful

    No, they do get it. Selling software as a product has made Microsoft a wildly successful organization.

    The people who don't understand what's going on are their customers. They're content to get a junk product with no service, and Microsoft cleans up at their expense.