Slashdot Mirror


User: tcopeland

tcopeland's activity in the archive.

Stories
0
Comments
1,760
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,760

  1. A duplicate code report... on MySQL 5.0-alpha Released to the Public · · Score: 1

    ...is right here.

    Looks pretty good; there are some duplicates that could be knocked out, though - in db_server_xdr.c, for example.

  2. Re:Hell yeah on Does the Military Dominate CS Research? · · Score: 1

    That's because folks (like, for example, Will Sargent, just to pull a name out of the blue) have contributed lots of ideas and rules and such!

  3. Re:Hell yeah on Does the Military Dominate CS Research? · · Score: 1

    > The military is funding the semantic
    > web technologies

    Quite right. Speaking of which, here's a new project site for semantic web projects that just came online about a week ago.

    Nothing much there yet, but stuff from the DAML site will start migrating that way soon...

  4. Another "IPv6 won't be here soon" article... on MIT Technology Review Slams IPv6 · · Score: 4, Informative

    ...by David Weekly can be found here.

    Good summary of CIDR and NATing adoption, too.

  5. Re:microsoftcalsettlement.com runs Apache... on Court Rejects msfreepc.com Settlement Claims · · Score: 4, Informative

    > Can you clarify?

    Just based on this.

  6. microsoftcalsettlement.com runs Apache... on Court Rejects msfreepc.com Settlement Claims · · Score: 3, Interesting
    ...heh:
    $ lynx --dump --head http://www.microsoftcalsettlement.com
    HTTP/1.0 200 OK
    Date: Fri, 09 Jan 2004 22:15:39 GMT
    Server: ConcentricHost-Ashurbanipal/2.0 (XO(TM) Web Site Hosting)
    Last-Modified: Wed, 31 Dec 2003 19:35:30 GMT
    ETag: "3c7f2b-2487-3ff32502"
    Accept-Ranges: bytes
    Content-Length: 9351
    Content-Type: text/html
    At least, "ConcentricHost-Ashurbanipal" is rumored to be a proprietary HTTP daemon based on Apache.
  7. Re:An article on "Deconstructing Deconstructionism on Engineer Deconstructs Literary Criticism · · Score: 1

    > Logical, reasonable evangelical Christians
    > says it all, I think.

    Hm. Supposing that blurb said "logical, evangelical Muslims"? Would you still dismiss it?

  8. More open source in Asia news... on Linux for Asia: Asianux · · Score: 5, Informative

    ...can be found on AsiaOSC.

    There's a note on the front page there about a recent Mongolian Linux release, too.

  9. Re:An article on "Deconstructing Deconstructionism on Engineer Deconstructs Literary Criticism · · Score: 1

    > Understanding Derrida is probably impossible

    Not having read Derrida, I'll take your word for it. However, if we can't understand what we're saying, how can we hope to communicate anything?

    > That "linuguistic meaning is
    > fundamentally uncertain" is a
    > statement that illustrates its own uncertainty.

    Does it illustrate that? It seems to me to be an example of a contradiction, same as "there is absolutely no absolute truth".

    > I claim that it's not epistemologically
    > self-evident that there is one way to God

    Ah, OK. Yes, I agree that his last conclusion "there is indeed one way to God" doesn't follow from his previous statement "Either there is one way to God or there is no one way to God".

  10. Re:Answers.org is unreliable on Engineer Deconstructs Literary Criticism · · Score: 1

    > but answers.org is a fundamentalist tripe-site

    Dunno about that. The article I linked to seemed pretty reasonable; that's the only one I can speak for.

  11. Re:An article on "Deconstructing Deconstructionism on Engineer Deconstructs Literary Criticism · · Score: 1

    Your English is as good or better than mine, so no need for apologies there :-)

    > confusing artificiality with
    > convention and deceptive and false.

    Hm. I'm not sure what differences you're pointing out here.

    > What we think of the world is not the world

    Well... er... sure. However, this moves towards what C.S. Lewis called "nothing buttery" - that is, "that no smoking sign is nothing but ink on paper, so I'll keep on smoking."

    > "linguistic meaning is fundamentally
    > indeterminate," means the same as
    > "I cannot utter a word of English."

    Perhaps another way to state his idea is "I cannot utter a word of English and have anyone understand what I am trying to say"? I'm not sure how his idea is either bad logic or bad rhetoric.

    > tenet (n : a religious doctrine

    From dictionary.com: "tenet - An opinion, doctrine, or principle held as being true by a person or especially by an organization." No religious implications yet.

    > the author goes out to scare people away
    > from those who do not share that doctrine
    > by spewing a lot of nonsense.

    I don't agree with your analysis, but if it's true, then he'd truly be "deconstructing deconstructionism with deconstructionism" :-)

    > This article is just a bunch of
    > anti-anti-religious propaganda

    I assume you're referring to this line from the article: "Either there is one way to God or there is no one way to God". I don't understand - do you feel this is a false assertion? How is it false?

  12. Re:An article on "Deconstructing Deconstructionism on Engineer Deconstructs Literary Criticism · · Score: 2, Insightful

    > using skills that are important to your
    > profession for a task which is not
    > useful in furthering anything but experience

    Hm. To me, the battlebot thing seems to be an example of "sharpening the saw". Kind of like a baseball player taking batting practice - it doesn't score any runs, but it will later. Does literary deconstructionism serve as practice for writers?

    > it is not always the best written bot
    > who wins Robocode style bot battles

    Sometimes, yes... but I think that's more a statement about the other bot writers' skills than the virtue of randomness. Also, a randomly constructed bot wouldn't win much, because it would probably throw exceptions all over the place. That is, there's a fair bit of order that needs to occur to produce a "random bot" - implementing the correct interfaces, choosing a random action to take, etc.

    You have an interesting take on this, though. I had never considered deconstructionism as literary fun... that's a whole different viewpoint. Thanks!

  13. Re:Is Lego even alive? on Inside the Lego Master Builder Search · · Score: 1

    > a sourceforge site with nothing on it!

    Hm. There's a release here with both a RubyCon '03 presentation and the code in there...

  14. Re:An article on "Deconstructing Deconstructionism on Engineer Deconstructs Literary Criticism · · Score: 2, Interesting

    > And it's certainly no different from
    > engineers engaging in robot battles

    Hm. I wouldn't lump this in with the obfuscated code contests. Programming a Robocode bot, for example, is "clever fun", yes, but it's also a good exercise in learning more about search and evade techniques, trig, and so forth.

    A bot programmer is bound by the constraints of the bot environment - time allowed for each move, effect of a hit, etc - and thus must deal with those constraints to produce an effective bot. And the bots themselves are certainly "capable of being wrong" in that a poorly written bot will usually be crushed by the better ones.

  15. An article on "Deconstructing Deconstructionism" on Engineer Deconstructs Literary Criticism · · Score: 5, Interesting
    ...can be found here:

    Deconstruction is a theory that is beyond being intellectually bankrupt -- it is intellectually meaningless and thus had no intellectual capital to begin with!

    Crikey!
  16. Re:Is Lego even alive? on Inside the Lego Master Builder Search · · Score: 2, Interesting

    If you're doing Lego-Mindstorms development, consider the Ruby Lego-Mindstorms development kit.

    Ruby's a nifty language and is (I think, anyway) well suited to stuff like this.

  17. A duplicate code report... on Kernel 2.6.1 Released · · Score: 1

    ...can be found here.

    Lots of stuff to work on there... that's just the architecture directory...

  18. A little testy... on Verisign Certificate Expiration Causes Multiple Problems · · Score: 5, Funny
    ...from the article:


    Although VeriSign has been providing instructions on how to manually install
    the new Global Server Intermediate Root CA to all GSID customers since
    December, 2001, it is possible that some customers may not have noticed the
    reminder and are unaware of this issue.


    Heh.
  19. Here's your robotic anteater... on Army Looks at Robotic Dogs · · Score: 1

    ...the Sanyo TS7.

    I don't think it'll be much good at busting bunkers, but it does have nice Star Wars-looking armor (mirror in case of Slashdotting).

  20. The code is pretty clean, too... on Internet Archive Opens Crawler Code Under LGPL · · Score: 4, Informative

    ...some unused variables and such-like in there, though, as reported by PMD.

  21. Re:The Object Oriented way on Agile Software Development with Scrum · · Score: 1
    Yup:
    [tom@rubyforge tom]$ irb
    irb(main):001:0> x=2
    => 2
    irb(main):002:0> x.times { puts "hi" }
    hi
    hi
    => 2
    irb(main):003:0> x.times { |y| puts "hi " + y.to_s }
    hi 0
    hi 1
    => 2
    irb(main):004:0>
    As you can see, you can use the counter if you need it, or just ignore it. Good stuff...
  22. Re:The Object Oriented way on Agile Software Development with Scrum · · Score: 1
    In Ruby:
    p = Project.new
    14.times {
    p.design && p.build && p.test && p.document
    }
    I like that "14.times" thing... yay Ruby!
  23. Re:How many ways can you say "iterate"????? on Agile Software Development with Scrum · · Score: 4, Insightful
    > Requirements. Design. Build-test-debug
    > cycle. Document. Release

    That's not iterating, though... that's "big design up front". Here's iterating:
    while (two_week_iteration_in_progress)
    design/test/build/document
    end
    See? Like they say: design is important - it's so important that it needs to be done throughout the lifetime of the project!
  24. The Open Source Software Institute... on The Open Source Dilemma for Governments · · Score: 5, Informative

    ...is a big supporter of this sort of thing. Check them out here. The OSSI is chaired by John Weathersby, who seems to have a good handle on how to communicate effectively via standards, reports, certifications, and so on with folks in the U.S. government.

  25. Re:Raq550 source code quality... on Sun Opens Cobalt Code · · Score: 1
    Hey now... don't be a playa hata!

    Besides, if it was spam, folks wouldn't be viewing the report so much:
    [tom@revelation tom]$ egrep -c "raq_report" /var/log/httpd/infoether.com-access_log
    699
    [tom @revelation tom]$