Slashdot Mirror


User: sohp

sohp's activity in the archive.

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

Comments · 629

  1. Re:Why I'm not surprised on SCO Asks IBM To Make SCO's Case For It · · Score: 1

    no future technology endeavours or independent software developers are safe from venture capitalists

    You misspelled "vulture capitalists"

  2. Gone over a waterfall lately? on Software Defects - Do Late Bugs Really Cost More? · · Score: 1

    Unlike this guy, you aren't likely to survive going over a waterfall these days. A more recent discussion of the cost of change and a further examination by Alistair Cockburn might be better than reviewing Boehm again.

  3. Re:From the article on Interview With Bjarne Stroustrup · · Score: 1
    Every time I just want to make a structure I've got to make a whole class.
    Translation: Every time I just want to hack some old thing out based on my limited understanding, I'm forced to think about what I'm doing and learn something new, which I stubbornly refuse to do.
  4. one word on Mac OS X 10.2.8 Update, Take Two · · Score: 4, Funny

    WORKSFORME

    (ok that's really 3, but bugzilla users will understand)

  5. Re:Other living fossil plants on Jurassic Plants Make A Comeback · · Score: 1

    And don't forget the Dawn Redwood. Thought to be extinct and known only from fossils until specimens were discovered in China in the 40s.

  6. John Lakos on Tools for Analyzing C++ Class Code Generation? · · Score: 3, Informative

    If you do not already have a copy of Large-Scale C++ Software Design by John Lakos, get it. I realize this isn't a tool per se, but he has a terrific section in chapter 10 on Using C++ Templates in Large Projects.

  7. I'm not doing your job for me. on Moving Outlook/vCards to an LDAP Address Book? · · Score: -1, Flamebait

    It took me a 2 seconds to inquire with freshmeat and get a couple of promising hits. I won't bill you for my time, though.

  8. Re:The right? No. But does it matter? on Using Spyware to Report Pirates? · · Score: 1

    No, LoJack is not the same thing. You actually own the physical car, and it's in your posession. You can transfer ownership, modify, hack, and otherwise make it your own.

  9. Re:Ernieball.com running Linux on Ernie Ball - Model For Open-Source Transition? · · Score: 1

    Yes! The website seems to be tolerating the slashdotting just fine, too. Time to stock up on strings for my Martin.

  10. Ain't modern technology great? on A Search Engine For The Slower Net · · Score: 1

    What's next? TCP/IP over carrier pigeons?

    +++ATH0

    NO CARRIER

  11. Story of Mel on Marking Your Cyber Territory? · · Score: 4, Funny

    One job I was not particularly happy one day, so I pasted a copy of The Story of Mel into a comment in one particularly annoying part of the code. I wonder if it's still there.

  12. Lexus Lanes on Bid On eBay To Speed Up Your Commute · · Score: 1

    Some states already have implemented this idea by creating special for-pay commuter lanes. They're called "Lexus lanes". It's bad enough to be excluding people who drive a long way but don't make much money -- but to give over a legitimate carpool lane to the fatcat drivers with more money than sense? The mind boggles.

  13. Re:But don't look for... on A New Bible For Programmers? · · Score: 1

    Congratulations to you and your colleague, Mr. Haridi, you've done a fine job.

  14. But don't look for... on A New Bible For Programmers? · · Score: 4, Interesting

    Based on reading the Preface and a brief scan of the table of contents, this book is interesting for what the authors do not cover, by design. Nothing on static typing, nothing on algorithms, AI, databases, or numerical techniques.

    To some, leaving these topics out of a "bible" would amount to extreme heresy. The content of this book owes more of its lineage to The Structure and Interpretation of Computer Programs than The Art of Computer Programming.

  15. Re:Volkswagen Factors on Chinese Manned Space Flight Set For Autumn · · Score: 1

    Oh that's hilarious! I hadn't noticed the stuff on the ground. That makes the difference in scale impressively clear.

  16. Re:Moon on Chinese Manned Space Flight Set For Autumn · · Score: 4, Informative

    Superficially they look similar, but compare the numbers:

    CZ-2F: Diameter: 3.4 m, length 62.0 m. LEO Payload: 8,400 kg
    Saturn V: Diameter: 10.1 m, length 102.0 m, LEO Payload: 118,000 kg(!)

    If you removed the Apollo spacecraft and the 3rd stage (S-IVB) from the Saturn it still wouldn't fit through the CZ-2F's little door.

  17. I'm Short! (HAHAHAHA) on Extra Scenes in TTT Extended Edition DVD · · Score: 1

    If anything, I hope they cut some of Gimli's "comedy relief" scenes. Particularly the one with him standing on top of the wall at Helm's Deep -- it did nothing but spoil the build-up of tension to the battle.

  18. Re:naming conventions on "V" Sequel Coming to NBC · · Score: 2, Funny

    Clearly the ideal name for the sequel is V#.

  19. Ye Olde Modem Tax on Cable Modem Tax Proposed by FCC · · Score: 1

    When I first read the headline, I was thinking, not that old urban legend again! Well it appears it's coming true -- sort of. Unless this is another go-round of the same.

  20. Re:Health salts? on Salt From Plants · · Score: 1

    Salt that doesn't give you hypertension. Duh.

  21. Last of an Era on Remembering Skylab · · Score: 4, Informative

    The Skylab station was carried into space on the last of the Saturn V rockets to be launched. Hats off to the most powerful booster ever built. The Saturn V achieved a perfect launch record, rare in any rocket, much less a big one. Its computer was attached to the inside walls of a 1x6.7 meter ring, but your PDA is easily more powerful. Nevertheless the computer even demonstrated it could withstand a direct strike by lightning, twice, on the Apollo 12 launch and still keep going.

  22. Re:Not so sure on AI Going Nowhere? · · Score: 1

    ''Dreyfus argument is old, and its rebuttals are well-known''.

    I've seen a few of the rebuttals, and for the most part they seem to line up thus: Dreyfus argues that the idea that understanding consists of formalized symbolic rules is a philosophical mistake. We (the GOFAI researchers) have machines that seem to understand (in limited way) using symbolic rules. Therefore symbolic rules must be OK, we just have to have more of them and add all the common-sense from projects like CYC, and we'll have complete understanding.

    If you have some specific references to other rebuttals please post them, they'd be most welcome on my reading list.

  23. Re:Will we ever have *real* AI? on AI Going Nowhere? · · Score: 2, Interesting

    Indeed, GOFAI and the computational model of human intelligence is where Minsky and his ilk have been stuck for decades. As many of the other replies in this topic show, the traditional idea that the brain is a sort of fleshy collection of logic gates is still the most common belief. There are many authors that have written and demonstrated that the brain probably doesn't function as a mass of context-free predicate logic rules -- including my favorite, Hubert Dreyfus.

    The progress of AI is uncertain, but it is certain that there's no future for symbolic logic AI.

  24. Re:Maybe the problem is Minsky himself? on AI Going Nowhere? · · Score: 4, Insightful

    So true. Minsky's Good Old-Fashioned AI (GOFAI) has been a dead field since the 70s, after they figured out that getting a computer that could move blocks around in an idealized simple world was not a small first step, and Eliza showed them how easy it was to conflate intelligent with clever. The "successes" they had towards AI were, as one author has written, like climbing to the top of a tall tree and claiming you've made progress getting to the moon.

    Now Minksy, never wanting to admit his life's work has been a dead end, comes out saying that it's all these other researchers working in other directions that are at fault for there being no progress. I imagine he believes that if only they'd all climb the tree with him, the trip to the moon could really start.

  25. Re:wikipedia is a good example on Building and Maintaining Large, Collaborative Databases? · · Score: 1

    Second the recommendation to use a Wiki. There are Wiki engines that support user authentication and history. Various backend storage mechanisms are also supported, from flat text files to full-blown relational databases. Take a look at the Wiki Clones Directory