Slashdot Mirror


User: nonpareility

nonpareility's activity in the archive.

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

Comments · 17

  1. Oblig. Strongbad on Cuba Launches Own Linux Variation · · Score: 1

    If you want it to be possessive, it's just I-T-S.
    But if it's supposed to be a contraction, then it's I-T-apostrophe-S.
    Scallywag.

  2. Re:SSH and SSL protected on DNS Flaw Hits More Than Just the Web · · Score: 5, Insightful

    What's to stop somebody from hijacking the bank website, redirecting to a website that uses no SSL at all, and waiting for the passwords to roll in?

    If you normally access your bank's website by way of https, you wouldn't get redirected because the hijacked website's certificate wouldn't be valid. Other than that, you're just describing phishing.

  3. I'm a little leery... on DNS Flaw Hits More Than Just the Web · · Score: 1

    of downloading a PowerPoint file created by a hacker that describes how to exploit DNS servers by way of a URL that requires me to use DNS to get to.

    Maybe it's just me.

  4. Monopoly? on What Would It Take To Have Open CA Authorities? · · Score: 5, Informative

    The fact that there are "compan*ies* such as Verisign" means Verisign is not a monopoly. In Firefox, go to Tools, Options, Advanced, Encryption, View Certificates, Authorities. These are all valid CAs according to Firefox. As for being cheap, a quick check at GoDaddy's says you can get one from them for $30/year.

  5. Bad summary on Sony BMG Sued For Using Pirated Software · · Score: 3, Informative

    Not that I expect Slashdot editors to be able read French, but if you're going to post a story on a top news site, it's usually a good idea to know what it says. -Specifically, it's PointDev's CEO quoted in the article, not just some spokesman. -PointDev's CEO is not claiming the BSA said anything. The article states BSA's statistics. -BSA's statistics clearly refer to enterprises in general. How would anyone (besides Sony) know the exact percentage of software that's pirated in Sony?

  6. What all.js contains on Serious Vulnerability In Firefox 2.0.0.12 · · Score: 2, Informative

    The file they're reading from in TFA (all.js) contains a portion of the default Firefox preferences, not your current settings. There may be other ways to exploit this problem, and web pages definitely shouldn't be allowed to read any file from your computer, but the proof of concept isn't as bad as they say it is. The majority of your personal information is in your profile directory (under Application Data on Windows), not the program directory.

  7. Re:Bet there still isn't a decent "Stop!" button on HTML V5 and XHTML V2 · · Score: 1

    This sounds like what you're talking about, albeit only for script.

  8. Article sucks on HTML V5 and XHTML V2 · · Score: 1

    XHTML V2 and related modules are officially supported by the W3C, and the related modules are becoming key ingredients for other XML specifications that the W3C maintains. Unfortunately, official W3C approval is no guarantee of support by major Web browsers.

    It wouldn't be the first time browser vendors were ahead of official recommendations.
    Official W3C approval is pretty much dependent on support by major Web browsers. The W3C process says there should be two interoperable implementations of each feature before a proposed standard becomes a recommendation.

    The FAQ doesn't even try to give a serious answer about the expected date of approval
    Really?

    Current browsers support both HTML V4 and XHTML V1.
    Internet Explorer doesn't support XHTML V1.

    Similarly, future browsers might support both HTML V5 and XHTML V2.
    Don't count on it. XHTML2 is pretty much dead.
  9. Re:Multithreaded UI / mthreaded Javascript please! on Firefox 3.0 Preview · · Score: 1
  10. Re:Just a Browser, Please on Firefox 3.0 Preview · · Score: 3, Insightful

    Firefox isn't an office suite because of offline storage any more than it's a photo gallery because it can display images or a calculator because it can do math. They are all features that allow web pages and extensions to do interesting things that the browser itself does not.

  11. Uncertainty? on Scientists Dubious of Quantum Computing Claims · · Score: 4, Funny

    He said all the evidence the company has indicates that the device is performing quantum computations, but he acknowledged there is some uncertainty. Sounds like a joke that flew over the reporter's head.
  12. Re:Mangled by the mob.... on A Look Inside Citizendium · · Score: 1

    So we're supposed to believe you're right without evidence, or what? You should've included reliable sources for those statements.

  13. Re:ACID 2 on Mozilla Firefox 2 Alpha 1 Available · · Score: 2, Informative

    Firefox 2.0 is based off the 1.8 Gecko branch, just like Firefox 1.5 was. 1.5 uses 1.8.0, 2.0 will use 1.8.0.1, 3.0 will use 1.9. There shouldn't be much difference in terms of rendering pages between 1.5 and 2.0.

  14. Re:Who's a moron who can't even get a webpage righ on Firefox Gets File Sharing Extension · · Score: 1

    Oh, and your script might not run because it's not properly escaped with CDATA sections (you're writing XML), you're missing a namespace so it probably won't render properly (you're writing XML), it won't work at all in IE (you're writing XML), you're using stupid "click here" links, and you should be just doing this whole thing server side so you don't need this extra page at all. Not exactly rocket science.

  15. Who's a moron who can't even get a webpage right? on Firefox Gets File Sharing Extension · · Score: 2, Informative

    This page is not Valid XHTML 1.0 Transitional!

    Below are the results of checking this document for XML well-formedness and validity.

       1. Error Line 6 column 7: required attribute "type" not specified.

          <script>

          The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

          Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  16. Slow script warning on Google Firefox Toolbar Out Of Beta · · Score: 2, Informative

    I hope they've fixed the bug that caused "A script on this page is causing mozilla to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort the script?" to show up. Extensions that don't work correctly is one thing, but it's unacceptable when they affect other parts of the browser.

  17. 1.0.7 is out on Mozilla Hits Back at Browser Security Claim · · Score: 3, Informative

    Firefox 1.0.7 Released, and the bug is fixed.