Slashdot Mirror


User: jesser

jesser's activity in the archive.

Stories
0
Comments
2,085
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,085

  1. Re:Adblock... on Firefox 0.9.1 and Thunderbird 0.7.1 Released · · Score: 2, Insightful

    The most common argument against including adblock by default is code bloat / UI bloat, but I have another reason. If enough people start blocking ad URLs based on regexps, sites will start mangling all of their URLs to make ads difficult for software to spot, and that type of ad-blocking will become useless.

    Note that this is not an issue with pop-up blocking. If the browser blocks pop-ups correctly, there is no way a site can pop up a window except in response to certain events (like clicking a link).

  2. Re:Hurry up already!!! on Firefox 0.9.1 and Thunderbird 0.7.1 Released · · Score: 1

    Firefox on windows is still a little buggy, paticularly with autodissconnect. So Version 1.0 would be nice ASAP.

    What is autodisconnect and how is Firefox buggy with it? Do you have reason to believe that the bug you care about will magically become fixed when and only when the version number has risen to 1.0?

  3. Re:holding off on upgrading on Firefox 0.9.1 and Thunderbird 0.7.1 Released · · Score: 2, Informative

    Firefox 0.9 includes fixes for at least two security holes. Please do not continue using 0.8.

  4. Re:Thankfully on Firefox 0.9.1 and Thunderbird 0.7.1 Released · · Score: 1
  5. Re:Good job for the Theme complaints, folks on Firefox 0.9.1 and Thunderbird 0.7.1 Released · · Score: 4, Interesting

    Stephen Horlander and Kevin Gerich, the creators of Winstripe, blogged about the improvements to Winstripe in 0.9.1. I'm impressed with their openness.

    (It might be that only one of them wrote that blog post. I'm confused because it's attributed to Horlander but is on Gerich's blog.)

  6. Warning for Firefox users! on CERT Recommends Mozilla, Firefox · · Score: 5, Funny
    An exploit has been discovered that can cause you to open a web site in Internet Explorer, which can then lead to a system compromise. Disabling JavaScript in Firefox does not make you immune. The full text of the exploit follows.
    <b>Sorry, this site requires Microsoft Internet Explorer.</b>
    The workaround is to e-mail the site admin, telling them that they are promoting the insecure practice of using Internet Explorer for sites that claim to require it. Unfortunately, some sites require Internet Explorer even to contact the site admin, leading to a catch-22.
  7. Re:A list of sites on CERT Recommends Mozilla, Firefox · · Score: 2, Informative

    I don't know what the actual exploit text looks like. It has to contain "script" because that's the name of the tag. It only has to contain "javascript" in the type attribute if it wants to be valid HTML.

  8. Re:Ofcourse does CERT other browser on CERT Recommends Mozilla, Firefox · · Score: 2, Interesting

    IE is crappy coded (it's closed-source, so there's no 'second opinion' on the code).

    The number of "second opinions" on code has more to do with code review process than it does with whether the program is open-source. mozilla.org requires most new code to be reviewed by 2 people. I think that does more for the quality of the code than the wide availability of source code.

    Of the 50 or so security holes I've found in Mozilla (see my resume for a link to the list), I only found 2 of them by looking at the source code. To be fair, other people have reported buffer overflows, overflowable integers used to determine the amount of memory to allocate, and other security holes they did find by looking at the code. Also, I chose to look for security holes in Mozilla rather than IE or Opera because Mozilla is an open-source project and I want it to succeed.

  9. Re:A useful recommendation... on CERT Recommends Mozilla, Firefox · · Score: 1

    It's possible for a crash to be Firefox's fault even if it only happens with certain operating systems or with certain extensions installed.

  10. Re:A list of sites on CERT Recommends Mozilla, Firefox · · Score: 1

    Why are you searching for "javascript" rather than "script"?

  11. Re:When holes work together... on CERT Recommends Mozilla, Firefox · · Score: 1

    Hopefully an IE patch will come out soon, although we all know how many users actually go to Windows Update...

    I don't visit Windows Update every day either. I rely on update notification.

  12. browncoats.serenitymovie.com/serenity/index.html?f on Official Firefly Movie Web Site Launched · · Score: 2, Funny

    It's good that the site has such a short, easy-to-remember URL.

  13. In other news... on Doom 3's Release Date; Quake Turns 8 · · Score: 5, Funny

    Warez group announces August 1, 2004 release date for cracked version of Doom III.

  14. Re:Only 3%? on Mozilla Project Officially Releases Firefox 0.9 · · Score: 1

    Because some popular servers, such as Apache 1.x, break when pipelining is used or under certain circumstances when pipelining is used.

  15. Re:A little disappointed on Mozilla Project Officially Releases Firefox 0.9 · · Score: 1

    It was never "open new tabs in the background". It was "open links in the background", which was misleading. People thought it meant loading links before you click on them.

    Maybe "open new tabs in the background" would be better than "select new tabs opened from links". I dunno. I don't really like either wording -- I don't think either wording is clear.

    The best I can come up with is "Keep the current tab selected when opening a link in a new tab". It's long, but I think the increased clarity is worth it. Being terse doesn't help if the reader has to read the sentence three times to understand it.

    The discussion that resulted in the current wording was in bug 246274, so if you file a new bug suggesting a new wording, add a comment to bug 246274 linking to your bug.

  16. Re:Only 3%? on Mozilla Project Officially Releases Firefox 0.9 · · Score: 4, Informative

    Pipelining is the same as persistent connections except that the browser doesn't wait for the response to the second request before sending the third request. Pipelining saves the server and the user a little bit of bandwidth and make the page load faster, so I don't see why a server admin would not like pipelining. I don't know where you got the idea that pipelining was "hogging" anything.

  17. Re:Firefox and tabs on A Look at the Newly Released Mozilla Firefox 0.9 · · Score: 1

    The Firefox developers would not accept most of the options and features from TBE, and I agree mostly with them. One option that I think should be added to Firefox itself is making new-window links in web pages open in new tabs instead.

  18. Re:Differences between Linux and Windows HTML engi on Mozilla 1.7, Firefox 0.9 Release Candidates Out · · Score: 1

    Two things you can do to help:

    1. File a bug in bugzilla.mozilla.org.

    2. Create a testcase that shows the problem and is as simple as possible. (The Flash can probably be left alone, but the HTML/CSS/JS need to be simplified.) Attach the testcase to the bug.

    Creating a testcase makes it much more likely that a Mozilla developer will look at the bug, and it might also give you an idea about how to work around the bug. Or you might even find out that it's a bug in your code, although it doesn't sound like it is.

  19. Re:Very clean! on Mozilla 1.7, Firefox 0.9 Release Candidates Out · · Score: 1

    If a user can't figure out how to get the data from Firefox 0.8 into Firefox 0.9, then yes, Firefox 0.9's behavior qualifies as "destructive".

  20. Re:I beg to differ. on The DDR Workout - It's Official · · Score: 1

    /me considers changing his sig to "This text is included to defeat the lameness filter, demonstrating that the lameness filter cannot pass itself."

  21. Re:Watch your units... on Blimps... In... Space... · · Score: 2, Informative

    You're right that "thrust" should be "acceleration", but you're wrong about g. G is the gravitational constant; g is the acceleration due to gravity at the Earth's surface.

  22. Re:Er, what? on Cell Phone Ringtones Give Music Industry Another Headache · · Score: 1

    IIRC, the "10% / 30 second rule" applies to samples (e.g. in an online store) but not to all possible uses.

    By the way, what's 10% of a song that has repitition?

  23. Why I want to see Pagerank on Firefox/Thunderbird Plugins: Is Less More? · · Score: 1

    I want to see Pagerank for two reasons:

    * It helps me decide which sites to trust. If a site "should be" PR7 (given the industry and my guess as to how many people use the site) but is only PR4, I will suspect that it's fraudulent.

    * I want to see the Pagerank of my own pages (for SEO purposes), competitors' pages, and friends' pages.

  24. Re:Online food on Internet Grocery Shopping Slowly Gaining Ground · · Score: 1

    If they had the flexibility of a 4 to 6 hour delivery window, several different orders could be rounded up and put onto the same delivery van for economies of scale during the delivery process.

    That's what Vons (aka Safeway) does, except that Vons has 2-4 hour delivery windows, not 4-6 hour windows. You pay $10 for delivery with a 2-hour window or $8 for a delivery with a 4-hour window.

    If there was a way to encourage the customers to get their orders in at least 12 hours in advance

    Vons has a simple way to do this: it requires customers to put in their orders about half a day in advance.

    I ordered from vons.com throughout college.

  25. Re:I Wish Moz Would Rely a Little Less on Plugins on Firefox/Thunderbird Plugins: Is Less More? · · Score: 1

    Programs like Opera prove that you can't stuff 1000 features into a program without creating a total mess.

    No, programs like Opera suggest that it is difficult to stuff 1000 features into a program without creating a total mess. Opera could be cleaned up a lot without removing features. For example:

    * the left panels could be "off" by default.
    * the left panels could be much easier to disable in the menus.
    * things that aren't preferences, such as the fixed built-in list of searches, could be moved from the "preferences" dialog to the help feature.
    * the wording of some preferences could be made more clear.
    * don't pop up zillions of dialogs the first time I use Opera, the first time I middle-click, the first time I move the mouse more than a pixel while right-clicking, etc.

    There's a limit to how clean you can make an interface when you have too many features and options, but Opera doesn't come close to hitting that limit. My intuition is that a browser could have all of the features and options Opera has without being a total mess.