Slashdot Mirror


User: BarryNorton

BarryNorton's activity in the archive.

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

Comments · 925

  1. Re:Want to know what Microsoft is going to do next on Microsoft Will Try Out Blog Service In Japan · · Score: 1

    Yeah, Google certainly edged their way into this years-established trend weeks before Microsoft!

  2. Re:Kinda a flooded market on Microsoft Will Try Out Blog Service In Japan · · Score: 1

    One might say the same about Google's Blogger...

  3. Re:MySql Competition? on IBM Donates Java Database App. to Apache Foundation · · Score: 1

    More interested - that's the point: perhaps you'd be happy with a seemingly powerful pump, but no hose... I wouldn't!

  4. Re:too little too late on Moving To Linux · · Score: 1

    'rpm -i' followed by library conflicts, followed by manual rebuilding, followed by hacking in unintelligible configuration files, followed by kernel recompilation, followed by pulling out your hair and realising you spend all your time on unproductive rubbish on the Linux box and all your useful (and pleasurable) time on the Windows box... or is it just me?

  5. Re:MySql Competition? on IBM Donates Java Database App. to Apache Foundation · · Score: 2, Interesting

    If you move from a toy to its real counterpart, though, you expect it to have at least the same capabilities.

    If you play with a toy fire engine and someone tries to persuade you of the benefits of a 'fire engine' without a siren, hose or ladder, you're hopefully in a place to tell them that that's not the tool for the job.

    I appreciate and support OSS, but I hope my students would not pick MySQL over Oracle without a lot of thought (and about more issues than licensing cost and politics)...

  6. Re:MySql Competition? on IBM Donates Java Database App. to Apache Foundation · · Score: 1

    Answering my own question (since no one else seems to have bothered about this issue all day), IBM claim Cloudscape does have all these SQL92 features and many SQL99 ones to boot.

    If it's efficient and stable I'll definitely be pushing students this way rather than letting them use MySQL (with which I've been massively disappointed, having been a 'real' - i.e. pre-Web - database apps developer)...

  7. Re:Full texts? User comments? on P2P Bibliographies with Bibster · · Score: 1

    Citeseer only sees about 70% (iirc) of the papers in Computer Science, and basically none outside... and its attempts at BibTeX are usually rubbish... and it's up and down like a tart's... (well, until the mirrors are properly sorted and stable).

  8. Re:MySql Competition? on IBM Donates Java Database App. to Apache Foundation · · Score: 1

    More interesting to some of us - how does it compare with MySQL in the areas that's not ready for... like providing for the use of some of the more interesting stuff in the SQL standards (subqueries, views etc.)?

    (No, I'm not going to say triggers and stored procedures - I think there was just a story about this... and, btw, apologies if I'm behind on what MySQL does and doesn't implement since last year...)

  9. Re:Heh on How Google Will Have Achieved The Semantic Web · · Score: 1

    I'm also quite aware of previous use of this word and not its biggest fan (there again, the same might be said about a word like 'monad'). Still, ontologies in, say, OWL (building on RDF) are lexica (as well as taxonomies and bases for reasoning also over logical axioms) and so I stand by what I say: what you're 'suggesting' is already accommodated in this world...

  10. Re:RDF is XML on How Google Will Have Achieved The Semantic Web · · Score: 1

    Other ways that RDF is represented - the means of the 3store is one (albeit storage and manipulation, not communication).

    Structurally (and technically), btw, RDF is a labelled multigraph (i.e. multiple edges between given nodes) and XML a rooted tree with a single descent (ok, plus possible inter-node references defined in XSDL), so they're actually quite different mindsets when used to their respective natural expressiveness.

  11. Re:Heh on How Google Will Have Achieved The Semantic Web · · Score: 1
    Second problem with RDF is that it is really hard for a grad student to write an operational or denotational semantics for a programming language, a field that has only been worked on solidly for thrity years or so. So now we are expected to be defining semantics for everything???

    Defining a complete operational semantics for a formal language can be difficult (and denotational even moreso - yes, I'm a theoretical computer scientist), but formalising a fragment of the static relationships between concepts is far less so (and happening).

    The way that semantics get attached to syntax is through use. Use in this case means a program. I don't know that there is any RDF application out there that is likely to go much of anywhere soon.

    There's a lot of FOAF out there and quite a few good applications over it with useful functionality...

    I think that the way to get to a semantic web is completely different. You start from XML documents rather than attempt to change what the world chose for syntax. You build simple operational vocabularies of common terms for use in catalogues and make it really easy for people to categorize their work within those catalogues. You take as your starting premise that any structure of knowledge is going to be a work in progress.

    Ontologies, you mean - I think you'll find that this is part of the effort. Other than that, in disagreeing with RDF and proposing XML, all you're really saying is that we should use tree-structured data, rather than multigraphs, for the representation - one might just as well represent the RDF in XML... which is the standard approach already!

  12. Re:Wow, Google founders get fields medal in 2008 ! on How Google Will Have Achieved The Semantic Web · · Score: 1

    Ever heard of adjectives?

  13. Re:Heh on How Google Will Have Achieved The Semantic Web · · Score: 1
    why not simply import Z or VDM wholesale?

    Z is inconsistent, whereas the aim of description logics built for semantic web technologies is foremost to be consistent.

    VDM is a (refinement-based) development method (hence DM), and therefore nothing directly to do with the description of knowledge.

  14. Re:hello, pay attention on What Will It Take For eBook Adoption? · · Score: 1

    Damn straight. And it's not just Librie, it's SigmaBook too. Shame people would rather type than read...

  15. Re:career decisions... on Too Few American Scientists? Maybe Not · · Score: 1
    The system is wrong, but if you don't like it, maybe moving to Sweden is not such a bad idea?

    Yes, I have to say (and I'm serious) that moving to Europe would leave one (as an American) treated better as a PhD candidate and with a much wider perspective, changing ones priorities drastically on socio-economic considerations...

  16. Re:career decisions... on Too Few American Scientists? Maybe Not · · Score: 1

    I've only heard this from people who didn't even try... (Me, I'm writing up, chose the direction of my own research and I've been the primary author on all my papers to date.)

  17. Re:Summary misleading on DoD team nears Security Validation of OpenSSL · · Score: 0, Offtopic

    Which moron doesn't know the difference between analogy and moving off-topic?!?

  18. Re:Summary misleading on DoD team nears Security Validation of OpenSSL · · Score: 3, Insightful
    [T]hey aren't simply reselling OpenSSL libraries, but it is a part of a larger whole

    In which case how could a validated OpenSSL be an alternative?

  19. Re:Code fixes? Trustworthy compiler used? on DoD team nears Security Validation of OpenSSL · · Score: 1
    What happens when OpenSSL makes a code fix?

    Probably same thing as when a commercial vendor has to amend their library; you either stick with what you had (if the change is non-critical), revalidate or ignore the issue.

  20. Re:good for this Steve guy on DoD team nears Security Validation of OpenSSL · · Score: 1

    Yes, the only thing that doesn't generalise to Europe about those observations is the poor grammar!

  21. Re:Summary misleading on DoD team nears Security Validation of OpenSSL · · Score: 0, Offtopic

    Catholic Church made all that effort with the gospels, they deserve to make a little cash out of it...

  22. Re:Summary misleading on DoD team nears Security Validation of OpenSSL · · Score: 1

    Yes, I'm sure they were just recouping their costs...

  23. Re:Summary misleading on DoD team nears Security Validation of OpenSSL · · Score: 0, Redundant

    I agree, the summary is very poorly constructed.

  24. Re:Not everyone who mailed him got an answer on Photon Soup Update · · Score: 1

    A bittorrent of the program, together with a copy of the original paper, and then of the results, and I might actually have bothered...

  25. Re:I missed this I guess... on Photon Soup Update · · Score: 1
    read the fucking blurb?

    I think that's really uncalled for - too little information is included in not just this article, but the original too.



    Granted a person needs to protect their work until published, but 'simulating photons' is way too little to give away...