Slashdot Mirror


User: JeffWhitledge

JeffWhitledge's activity in the archive.

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

Comments · 49

  1. Re:Wow! on Saving Energy Without Derision · · Score: 0

    I never took chemistry.

    Thanks for the explaination. (Since I can't do the calculation whether on my duff or not.)

  2. Wow! on Saving Energy Without Derision · · Score: 0

    He says that an average gallon of gasoline releases 20 pounds of CO2. I didn't realize gasoline was so heavy. A gallon of water is only 8 lbs.

  3. Re:One hour in 56 seconds on DVD / Hard Drive Recorder With 28-Day Capacity · · Score: 0

    Hey, it can copy all three Lord of the Rings extended editions in just under an hour!

  4. Re:not *that* amazing on Time Warp Computer Pricing Revealed · · Score: 0

    Stop it, you're making me cry.

    Ah, the good old days. AUTOEXEC.BAT, I hardly knew ye.

    (sigh)

  5. Re:Poisson distribution on When RSS Traffic Looks Like a DDoS · · Score: 0

    We use ball-bearings. Everybody's using ball-bearings now-a-days.

    Hey! It's all ball bearings nowadays. Now you prepare that Fetzer valve with some 3-in-1 oil and some gauze pads, and I'm gonna need 'bout ten quarts of anti-freeze, preferably Prestone. No, no make that Quaker State.

  6. Re:This is cool on Linux-Powered Auto-Parking Car · · Score: 0

    It is simply not true that gender-selectable psychological differences are based on environmental conditioning.

    There are structural differences in male and female brains. These differences begin during fetal development, and they are triggered by sex-based hormonal conditions.

  7. Re:'scuse my ignorance but... on SQL, XML, and the Relational Database Model · · Score: 0

    Would you like to share your traversal with us? All you provided is inserts.

    A binary tree is useful for efficiently handling lists of stuff, but RDBMSs already handle the effecient storage of lists, so this example really doesn't suffice.

    Here is an excersize for you: create a table of employees with a reports_to_employee_id column. Then provide a SQL statement that will return everone who reports to a chosen employee, and everyone who reports to them, etc. It's easy to store; not easy to retrieve.

  8. Re:'scuse my ignorance but... on SQL, XML, and the Relational Database Model · · Score: 0

    I'd like to add a couple of things to those last two points.

    When you say "no support for entity sub/supertypes" it is a specific indictment of SQL not RDBMSs in general. I think this one issue illustrates the weaknesses of SQL for those who aren't familiar with it. SQL cannot be used to implement an arbitrary-depth tree traversal using the scheme advocated by the previous poster. The SQL apologists should really try writing an arbitrary-depth tree traversal in SQL and see it for themselves. It can't be done without mucking around with temporary tables or some other nonsense. I have run into this problem a couple of times. Experienced SQL programmers hardly notice it, because they just learn not to think in terms of tree structures. But the problem is still very real. Relational databases are great at storing trees. SQL is terrible at retrieving them.

    The NULL handling is similar. SQL programmers learn how to avoid the problems with NULL (usually by making non-nullable columns), but the specific way in which SQL handles NULLs is very problematic, and it leads to buggy systems.

  9. Re:We already have on Our Friend, The Meter · · Score: 0

    No country uses SI units, unless I'm just missing all those international weather reports in kelvins.

  10. Re:PGP? on Yahoo Submits DomainKeys Draft To IETF · · Score: 0
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Nobody uses PGP. It's dead.

    -----BEGIN PGP SIGNATURE-----
    Version: PGP 8.0.2 - not licensed for commercial use: www.pgp.com
    Comment: My public key: http://www.cswnet.com/~jwhitled/2003/PGP/

    iQA/A wUBQKuOsLOQYJu9e9wBEQI00QCfS57l/We9cWiOVnwaNBRDiTA 2UtsAoLXa
    /de7IuK9r+z/APlalPXsLglP
    =Fu1c
    -----E ND PGP SIGNATURE-----
  11. Re:"Water"-cooling on Sapphire: A Liquid That Won't Get Things Wet · · Score: 0

    the holy grail of fire prevention: a system that will save both your NOC and the geeks inside it. Somebody ought to try to come up with that. There's probably a lot of money there.

    You mean like FM-200? Yeah, somebody out to try to come up with that. It's ozone friendly, too!

  12. And old code is rarely good code. on Code Copying Survey for Developers · · Score: 0

    I've found that every time I rewrite a piece of code, it gets better and better. Why would I want to copy the old junk that was written by a dumber me two years ago?

  13. We Must Drive! on Smart Cars to Save Stupid Drivers? · · Score: 0

    There are two reasons why the driving laws in the USA are so lax:

    1. There is almost no public transportation.

    2. Zoning laws.

    People here have to drive because they have no alternative. Outside of the north-east corridor (such as here in Arkansas) it would be economically impossible to stop people from driving. Everything is simply too far apart. There is also a total lack of provisions for walking/biking/horse riding, unless you like walking in a muddy ditch or on a busy road. That's why people caught driving without a license get a slap on the wrist (maybe).

  14. Re:please everybody on The Subtle Tyranny Of Spreadsheets · · Score: 0

    I know from experience that a many-to-many household-to-address setup is a BAD IDEA. Do not do this to yourself.

    Sometimes it is okay to have duplicate addresses in your table, if it will save you headaches in maintenance, reporting, etc.

  15. Re:That theory is still controversial on End of the "Lone Asteroid" Theory? · · Score: 0

    What about the theory that the earth was once a wet planet? And the corresponding theory that if it was wet it might have once supported life?

  16. Let's not forget the words of Milhouse on We Are All Nerds Now · · Score: 0

    "I'm not a nerd. Nerds are smart!"

  17. Re:Oh man... on The Rise of Cyber Bullying · · Score: 0

    As everyone knows, when a girl makes an offensive Web site about you, it just means that she secretly likes you.

  18. Re:That's right on SCO Now Willfully Violating the GPL · · Score: 0

    Small Claims Court counselling?

    (Sorry, I had to ask.)

  19. Re:why bother? on PGP Universal - Usable Email Security? · · Score: 1, Interesting

    To me, hiding the contents of my e-mail isn't the main issue with encryption. The biggest benefit of encryption would be spoof-prevention. I wish encryption had been built into the e-mail protocols from the beginning so people who get an e-mail from me can know that it is indeed from me and not some spoofer.

  20. Re:.mil funding doesn't always mean weapons on American Science: Addicted to Pentagon Cash? · · Score: 0

    I'm developing an automated system for tracking down enemy combatants and dismembering them in the most horrific manner possible...but I refuse to accept military funding.

  21. Re:I don't see it. on Auerbach on Internet Cruft · · Score: 1, Funny

    No, he's right. The Internet is dead. In fact, I've already dismantled my computer and set it out by the street. The Internet is over. Now, who wants to go get a pizza?

  22. Re:Does it means the martians can also see us? on Close Mars Means Close-Up Pictures · · Score: 1, Funny

    Don't worry. All the martians can see is our night side. So stay in unlit areas at night, and you should be alright.
    It's the same reason we can't see all of those hot venusian women.

  23. Accident Report on Columbia Accident Investigation Board: Final Report · · Score: 4, Funny

    "The total blame for the Colombia accident rests squarly on the shoulders of Kim Johnson of Springfield, MO." Ever have one of those days?

  24. Re:The Horror on Microsoft Worms Crash Ohio Nuke Plant, MD Trains · · Score: 1

    This gives new meaning to the term "vaporware"!