Slashdot Mirror


User: colinrichardday

colinrichardday's activity in the archive.

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

Comments · 4,799

  1. Re:Makes a nice proof that new ! old on We Rent Movies, So Why Not Textbooks? · · Score: 1

    Did it have an introduction that is still under copyright?

  2. Cool on Space Station Marathon Starting This Weekend · · Score: -1, Offtopic

    Cool

  3. Re:Of course, it turns out that... on Study Deconstructs Canadian Copyright Lobby Deception · · Score: 0, Offtopic

    Then why doesn't the article have any "Aaarrgh"s in it?

  4. Re:Pay up thief on Jammie Thomas To Appeal $1.9 Million RIAA Verdict · · Score: 1

    But I think a real number might be more effective.

    No, I think that fining her 900,000,000+1,234,567,890i dollars would be more effective

  5. Re:RDBs are good, but SQL is horrible on Enthusiasts Convene To Say No To SQL, Hash Out New DB Breed · · Score: 1

    The results of inner joins are subsets of Cartesian products, but I would hope that an RDBMS would calculate inner joins without taking the Cartesian product.

    And one can express inner joins without mentioning Cartesian products.

  6. Re:How portableis HTML? on HTML Tags For Academic Printing? · · Score: 1

    your expectation that HTML be rendered the same in different browsers is only born out of your ignorance of the what HTML wants to be: no one ever designed it in order to render in the same way everywhere, and in fact, it is designed with great care in order to allow it to be rendered differently.

    I said rendered properly, not identically. I don't care if MathML in Internet Explorer looks the same as MathML in Firefox, as long as it looks like math. But can I be be sure that my users can download/install the MathExplorer plugin for IE?

  7. Re:Good on XHTML 2 Cancelled · · Score: 1

    Without MathML, the only way to have formulas is to treat them as images. As for SVG, firefox supports a good deal of it.

  8. Re:How portableis HTML? on HTML Tags For Academic Printing? · · Score: 1

    I have a better chance that LaTeX source code will compile properly in a Windows version of LaTeX than I have of HTML render properly across browsers, if the reports of people massaging HTML to work in Internet Explorer are correct.

    HTML is easier for computers to parse than LaTeX is.

  9. Re:Battle with what? on Open Source Facing a Difficult Battle For Cloud Relevance · · Score: 1

    Come on people, most of Google's and Amazon's could are run by Linux / BSD with costume modifications to adapt to the task at hand.

    So Beastie is going to dress as a penguin?

  10. Re:RDBs are good, but SQL is horrible on Enthusiasts Convene To Say No To SQL, Hash Out New DB Breed · · Score: 1

    Take two "tables" of ordered pairs: {(2, 5), (8, 7), (3, 1)} and {(5 , 9), (4, 3), (7, 5)}. If we do an inner join between the two tables, looking for where the second coordinate of data from the first table matches the first coordinate of data from the second table and then return the first coordinate of data from the first table with the second coordinate of data from the second table, we get {(2,9), (8, 5)}. Inner joins are more like composition of relations.

  11. Re:Hogwash! on Enthusiasts Convene To Say No To SQL, Hash Out New DB Breed · · Score: 1

    I believe that was his point, that SQL supports (or could support) such functions. He was responding to the post two up from his.

  12. Re:How portableis HTML? on HTML Tags For Academic Printing? · · Score: 1

    But it's not merely differences in rendering; there is no guarantee that a browser will meet the specification at all.

  13. Re:LaTeX on HTML Tags For Academic Printing? · · Score: 1

    The internet as we know it was created at CERN to facilitate the sharing of scientific information.

    It would appear that they did not believe that the sharing of scientific information required mathematical notation.

  14. Re:LaTeX on HTML Tags For Academic Printing? · · Score: 1

    ODF and HTML do not support the full set of typographic features that LaTeX does.

    Use MathML instead of HTML, though you might not have good browser support.

  15. Re:LaTeX on HTML Tags For Academic Printing? · · Score: 1

    I prefer pstricks. The plots look nicer than what I've seen from gnuplot. And the only way I know to plot functions in SVG is to use polybeziers.

  16. Re:LaTeX on HTML Tags For Academic Printing? · · Score: 2, Informative

    Because HTML continues to evolve LaTex does not.

    Really? How long is it taking the W3C to release HTML 5?

    It may be powerful at layout (but not as powerful as something like InDesign or Quark) but what I'm talking about it something that encompasses page layout, web design, and semantic markup.

    LaTeX is working on semantic markup
    http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=stex

    and

    http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=cool

    As for web design, people are working on converting LaTeX to MathML.

    it's also to be able to use that file to create decent web pages without any modification, that works with content management systems and the like.

    And how do you presume to get all the browser vendors on board?

  17. How portableis HTML? on HTML Tags For Academic Printing? · · Score: 2, Insightful

    These different browsers render HTMLdifferently.

  18. Re:A future bug on Linux Patch Clears the Air For Use of Microsoft's FAT Filesystem · · Score: 1

    But it's still useful on device not running Windows.

  19. Re:Count me in on One Year Later, "Dead" XP Still Going Strong · · Score: 1

    But compare the difference between Windows 95 and Windows 7with the difference between a 1995 Linux distro and a current distro.

  20. Re:Count me in on One Year Later, "Dead" XP Still Going Strong · · Score: 1

    I seem to remember my copy of Windows 95 having a web browser, at least on CD.

  21. Re:It's more secure because of RPM/DEB on The Hidden Cost of Using Microsoft Software · · Score: 1

    Yes, RPM/DEB are nice, but how do I disable the execute bit on a JPEG file in Windows?

  22. Re:You cannot use viruses/bugs as an example of co on The Hidden Cost of Using Microsoft Software · · Score: 1

    The route problem is that you have poor programmers at microsoft, and poor IT maintaining system.

    What? They can write something as basic as route?

  23. Re:What has the US price to to with the EU price? on Exchange Rates Spell High Prices for Windows 7 In the EU · · Score: 1

    How did you enter the Euro symbol? When I look at the source, it has â, which is a with a circumflex accent.

  24. Re:Caps lock will be the end of unintended shoutin on Lenovo Tinkers With Larger Delete and Escape Keys · · Score: 1

    vi requires modifier keys?

  25. Re:So this implies... on Judge Thinks Linking To Copyrighted Material Should Be Illegal · · Score: 1

    Is there a way to configure a web server to redirect all such requests to the home page, while permitting such clicks from the home page?