Slashdot Mirror


User: Snover

Snover's activity in the archive.

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

Comments · 598

  1. Re:Microsoft should know... on Microsoft Brands WebGL a 'Harmful' Technology · · Score: 1

    One of the main differences in my experience between ActiveX and other plugin systems that made it so hazardous is that ActiveX’s system for plugin discovery actually worked. The plugin lookups for NPAPI-based browsers required asking a service run by the browser manufacturer what plugins could handle a certain mime-type (or, earlier, they just directed to a generic web page that listed some common plugins), whereas ActiveX allowed the <object> tag to explicitly declare a URL where a plugin could be found. Allowing the page itself to provide an arbitrary URL to a plugin package may have seemed like a great idea from an ease-of-use perspective, but it also meant that there was no gatekeeper to prevent unscrupulous authors from creating plugins and dumping them in the hands of unwitting users. It’s kind of like the Apple iOS model vs the Android model of software distribution. Even changing it to ask whether or not to run/install a control wasn’t a great change because it would still interrogate the package for the plugin name, which often ended up being something like “CLICK YES TO VIEW THIS PAGE”.

  2. Re:ext2 works. ntfs works. on Best Format For OS X and Linux HDD? · · Score: 1

    But, HFS+ in Linux is read-only. Unless you force it, in which case journaling is disabled and Mac OS freaks out and does a full filesystem check the next time you connect it.

  3. ext2 works. ntfs works. on Best Format For OS X and Linux HDD? · · Score: 1

    Mac OS and Linux both have support for NTFS through NTFS-3G. Mac OS has support for ext2 through fuse-ext2.

  4. Re:Chrome on Apple's HTML5 and Standards Gallery Not Standard · · Score: 1

    This is a red herring.

    Either the experimental features get to be used today and the code might need to be changed in several years to extend support to other browsers by adding non-prefixed properties, or they don’t get to be used at all and the code has to be changed later to add support anyway.

    Nobody has been forced to recode anything in order to continue to receive support for -webkit-border-radius or -webkit-box-sizing, which have both been around for years (and in the intervening period have entered CR status), and I doubt you are going to see the WebKit guys suddenly break all the sites on the Internet that rely on them by removing their vendor-prefixed properties.

    If you think you need to wait for a standard to become a final recommendation before you start using it, you’re going to have a hard time keeping up, since HTML5 (for example) isn’t going to become a final recommendation until 2022.

  5. Re:Chrome on Apple's HTML5 and Standards Gallery Not Standard · · Score: 4, Informative

    css3-transform is not proprietary. Nor is css3-images, which describes gradient properties. The reason that these properties are implemented using the -webkit- prefix is because these standards have not reached candidate recommendation status and are still subject to change. A vendor prefix doesn’t mean “proprietary”—it means “experimental”. Once the standard reaches final recommendation status, which can only occur once two independent implementations have been created, then the vendor prefixes will be dropped.

    For what it’s worth, there are a good number of people within the development community that are not happy with vendor prefixes, but it is the best option that currently exists to ensure that incompatible implementations do not use the same property name.

  6. Re:250 gb is a shit ton of data though.... on Earthlink Announces It Must Honor Comcast Cap · · Score: 1

    250 (GB / month) = 797.473874 kilobits / second

  7. It’s worse than that on H.264 and VP8 Compared · · Score: 4, Interesting

    The H.264 video on this comparison site is encoded using Baseline Profile, which is really only for low-power mobile devices, and is not representative of what H.264 is actually capable of. Switching to Main or High Profile gives us CABAC coder (10-20% improvement), bi-directional frames (20-40% improvement), adaptive 8x8 DCT (3-5% improvement). A MP or HP H.264 will blow VP8 out of the water every time. The fact that H.264 manages to look better in most cases despite being encoded using Baseline Profile (and Sorenson Squeeze, which doesn’t seem to have ever been compared to other H.264 encoders and probably is not as good as x264) is a pretty damning assessment of how good VP8 actually is—that is to say, not very.

  8. Re:One has to wonder on YouTube To Kill IE6 Support On March 13 · · Score: 1

    OWA Premium for Exchange 2010 only runs on IE7+, Fx3+, and Safari 3+. No IE6. [source]

  9. Excuse me, editors? on Chinese Man Gets 30 Months For Fake Cisco Sales · · Score: 3, Informative

    2.5 years is not 30 years, it’s 30 months.

  10. Re:Paypal is not a bank on Paypal Reverses Payments Made To Indians · · Score: 1

    Banks, in the US at least, haven’t created money since 1935. That job goes to the Federal Reserve. If you’re referring to creating money through investments, well, PayPal has a money market too.

  11. Re:A stupid question... on Facebook's HipHop Also a PHP Webserver · · Score: 1

    Or you could simply attack it for being a lot slower than C and leading to design patterns that waste lots of memory. For example, associative arrays are simple and easy to use, but 90% of the time, there are much simpler data structures that can do just as well. If your data structures are small, no problem. If you deal with something big, the difference in memory pressure between a clean, lightweight binary tree (even without balancing) and an associative array can result in an order of magnitude impact in performance (or two or three).

    The SPL in PHP 5.2 and 5.3 adds a few new datastructures to help improve that (benchmark).

  12. Re:yes on Are You Using SPF Records? · · Score: 4, Insightful

    Read again.

    Spammers can’t use his domain to forge spam, because SPF-aware mail servers reject it. Hence, he doesn’t have to deal with tons of bounces, spam warnings, virus warnings, etc..

  13. Re:Hoping for Windows 7's success... on Firefox Passes IE6 In Browser Share · · Score: 1

    For what it's worth, the situation may not be quite as grim as it seems.

    If you go to StatCounter Global Stats and look at the breakdown by region, the areas where IE6 usage are still very high are Africa, Asia, and (to a lesser extent) South America. Within North America, Europe, and Oceania, IE6 usage is about 8.5% on weekdays and 5.5% on weekends. Whether this is because evangelism efforts in those regions are failing, or because piracy levels are high and WGA prevents users from updating through the normal OS update mechanism, or because (until Firefox 3.5.4) IE is required for government-mandated encryption to function, I don't know.

    There is also an issue that there are a large number of robots, spiders, viruses, and virus scanners that masquerade as IE6; I wouldn’t be surprised if these non-IE6 IE6 visits account for 0.5-1% of the remaining IE6 numbers. Which is frustrating, because getting an accurate count is more important than anything in deciding when to not bother with support.

  14. Re:Who cares!?! on Reports of IE Hijacking NXDOMAINs, Routing To Bing · · Score: 1

    Actually, youâ(TM)d want to use example.invalid, since example.com is a valid domain. :)

  15. Re:Haven't tracked HTML5... but... on Microsoft Finally Joins HTML 5 Standard Efforts · · Score: 1

    The philosophy widely espoused with regard to modern web development is to separate content from presentation (much like much GUI application design philosophies). Many of the tags MS mentions seem to go against that design philosophy.

    Huh? None of the proposed tags are stylistic. A style tag would be <b>, <i>, <font>, <center>, <shadow>, <blink>, etc.. <header>, <footer>, <aside>, <dialog> are all structural tags that provide better semantic information about the content.

    .

    Just as an example, a Slashdot article page that was actually fully semantic would look closer to this:

    .

    <page>
    <body>
    <header>
        <account-settings />
        <search />
        <nav />
    </header>
    <menus>
        <sections />
        <comment-nav />
        <interviews />
    </menus>
    <article>
        <title />
        <body />
        <related />
        <tags />
    </article>
    <comments>
        <comment>
            <author />
            <title />
            <body />
            <replies />
        </comment>
    </comments>
    <footer>
        <search />
        <copyright />
        <nav />
    </footer>
    </body>
    </page>

    .

    Unfortunately, because HTML is a document markup language and not a Web site language, we end up using a bunch of non-semantic <div> tags with classes attached, which works but really isn't very logical when you think about it.

    Technically, you'd be able to build a page that had a structure like the above in any modern browser using XML with a CSS xml-stylesheet. Unfortunately, CSS really isn't quite there in terms of being able to fully control the presentation such a page yet (but there are some proposals in CSS3 like css3-layout that look very hopeful in this regard). I have never actually tried anything this ambitious so I have no idea how well it would work with screen reading software, or if you would be able to hook up and use HTML forms successfully. Still, if we are arguing for absolute semantics and structure, this would be the way to go.

  16. Re:Treewalk or OpenDNS on Comcast the Latest ISP To Try DNS Hijacking · · Score: 1

    Then you must be blind. Go to Advanced Settings and turn off "Enable typo correction" and "Enable OpenDNS proxy".

  17. Re:Privacy? Huh? on US Couple Gets Prison Time For Internet Obscenity · · Score: 1

    And for most of those years, it was believed that masturbation was sinful and lead to disease, and that sodomy was something so immoral that it needed to be criminalised. (The arguments against sodomy were basically identical to the arguments against obscenity, and were once upheld in 1986 (Bowers v. Hardwick) only to be reversed in 2003.) We know better now, about all of these things, including the effects of "obscene" material -- and the Supreme Court ought to, too, if it ever finally gets back to them.

  18. Re:The summary is missing something... on BD+ Resealed Once Again · · Score: 1

    DVRs that record high definition content copy the bitstream directly. There is no loss of quality. The only time client-side encoding comes into play is when you are recording from an analogue signal.

  19. Re:As Someone Who Has to Support IE6 at Work ... on Internet Explorer 6 Will Not Die · · Score: 1

    If you think that's a solution, you need to seriously reconsider what you are doing.

  20. Re:Yeah, right on German Wikileaks Domain Suspended Without Warning · · Score: 1

    So your reasoning for why certain things shouldn't be posted is because they are non-notable to you? That's a pretty ridiculous assertion.

  21. Re:"This is your receipt for your husband...and th on Gov't Database Errors Leading To Unconstitutional Searches? · · Score: 3, Informative

    They are some poignant quotes from Brazil.

  22. Re:Pot, meet kettle? on Ray Beckerman Sued By the RIAA · · Score: 1

    It's harmful when it's done at birth for no indicated medical reason and without the consent of the individual. To use your appendix example, it would be like cutting out a child's appendix at birth because it might get infected at some point during their life â" it doesn't make sense.

  23. Re:Can I call 'em? on Mozilla's Thoughts On Google's Chrome · · Score: 1

    Huh. You learn something new every day. Thanks for the heads-up. :) CSS3 has been stillborn for so long I never really bothered to look through large sections of it.

  24. Re:Can I call 'em? on Mozilla's Thoughts On Google's Chrome · · Score: 1

    What the heck are you talking about? min/max-width and min/max-height are standard properties and the textarea resizing feature exists only in WebKit. Complaining about Internet Explorer doesn't make any sense in this context.

  25. Re:Can I call 'em? on Mozilla's Thoughts On Google's Chrome · · Score: 4, Informative

    That is a WebKit feature. It is present in Safari too. (For developers who care, it can be customised in CSS using min/max-width and min/max-height.)