Slashdot Mirror


User: RebelWebmaster

RebelWebmaster's activity in the archive.

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

Comments · 243

  1. Re:Hope they are serious on Mozilla Announces Long Term Support Version of Firefox · · Score: 1
  2. Re:Good on Mozilla Announces Long Term Support Version of Firefox · · Score: 3, Informative

    There's a lot of work underway now to improve cycle collection times, which is where many of the pauses come from. Also, work is underway for both Generational and Incremental GC, which should improve things on the GC side. At least with a rapid release schedule, those improvements will ship when they're ready rather than waiting for other things to finish up first like they would have in the past.

  3. Re:Hope they are serious on Mozilla Announces Long Term Support Version of Firefox · · Score: 1

    It doesn't make a lot of sense to backport big architectural overhauls to long-term stability releases, no.

  4. Re:Hope they are serious on Mozilla Announces Long Term Support Version of Firefox · · Score: 2

    bz pointed out elsewhere in this thread that while ESR releases will get critical security updates backported to them, they won't be receiving any major architectural updates/refactorings that inherently improve security. So in that respect, ESR releases will be more limited security-wise than the mainline release.

  5. Re:I kind of like Mozilla fumbling... on Mozilla Announces Long Term Support Version of Firefox · · Score: 1

    You'll be happy to hear that Asa isn't the only decision maker at Mozilla, nor is his opinion held at any higher esteem than anyone else's there. Nice troll, though.

  6. Re:major versions are not for minor releases on Mozilla Announces Long Term Support Version of Firefox · · Score: 2

    So you're going to switch from one browser that rapid releases to another browser that rapid releases, over......rapid releasing?

  7. Re:I find on Mozilla Announces Long Term Support Version of Firefox · · Score: 1

    For the umpteenth time stated in this thread, Firefox 10 defaults to addons being compatible.

  8. Re:Individual use "strongly discouraged" on Mozilla Announces Long Term Support Version of Firefox · · Score: 1

    Firefox 10 defaults to addons being compatible by default, FYI.

  9. Re:Hope they are serious on Mozilla Announces Long Term Support Version of Firefox · · Score: 1

    You do realize that you're replying to a core Firefox developer, right?

  10. Re:Big Open Source on Mozilla Public License 2.0 Released · · Score: 1

    So a license update to make the MPL simpler and *more* compatible with other open source licenses is somehow discouraging re-use? Do explain.

  11. Re:How does this benefit Google long-term? on Mozilla and Google Sign New Agreement For Default Search · · Score: 1

    Actually, google said, "Mozilla, can we work with you to make firefox radically better?" and Mozilla said "no, we have our own ideas and we don't want you telling us what to do!" and so google created Chrome with the goal of forcing all the vendors to make their browsers better.

    [citation please]

  12. Re:How does this benefit Google long-term? on Mozilla and Google Sign New Agreement For Default Search · · Score: 2

    How exactly would Microsoft "gobble Firefox up"? It's an open-source browser put out by a non-profit organization.

  13. Re:Not a huge surprise... on Mozilla and Google Sign New Agreement For Default Search · · Score: 2

    It's still supported on an opt-in basis. But given that it was prone to numerous security holes and was unused by the vast majority of the web-facing population, the decision was made that it made more sense for those who need it to explicitly turn it on (whitelisted, no less) rather than exposing all users to the risks that come with it.

  14. Re:How does this benefit Google long-term? on Mozilla and Google Sign New Agreement For Default Search · · Score: 4, Informative

    (Hint, it is not Chrome, Chrome gets people out of Firefox mainly.)

    I would disagree with that statement. While Firefox has lost a bit of market share to Chrome, most of Chrome's gains have come at the expense of IE. Look at the trends.
    http://arstechnica.com/business/news/2011/12/internet-explorer-stops-its-slide-as-chrome-nears-firefox.ars

  15. Re:how are the terms able to stay secret? on Mozilla and Google Sign New Agreement For Default Search · · Score: 1

    Mozilla does a lot more than just make a web browser.

  16. Re:Exe may be there, so? on Mozilla Firefox 6 Released Ahead of Schedule · · Score: 1

    Mozilla has a pretty extensive automated test infrastructure that runs on every checkin. Also, the major work is done on different project branches and made stable before landing on mozilla-central (the mainline Nightly branch), hence the better stability of the Nightly builds.

  17. Re:Google does NOT need Firefox on Why Google Needs Firefox · · Score: 1

    Except that there's an Adblock Plus extension for Chrome too...

  18. Re:All browsers are consuming more memory. on Mozilla MemShrink Set To Fix Firefox Memory · · Score: 1

    Those hangs are probably GC pauses, which ironically would be tied to memory usage :-)

  19. Re:Why Firefox 3.5? on Google Incrementally Dropping Support For Older Browsers · · Score: 1

    Actually, Firefox 3.5 hit EOL (at least from Mozilla) as of the last security update. They will not be updating it further.

  20. Re:Finally some sanity on What's Your College Major Worth? · · Score: 1

    I can't speak for the entire college of engineering, but at least in my department, it was typical for the BS (or BS/MS) to take 5 years, with 2 or 3 co-ops depending on whether you're getting the BS or BS+MS.

  21. Re:does it include on What's Your College Major Worth? · · Score: 1

    I wouldn't expect two people to skew a median value significantly when dealing with a population size many orders of magnitude larger than them.

  22. Re:Finally some sanity on What's Your College Major Worth? · · Score: 1

    Yay Drexel! (MatE alum here). Surviving the first two years sucks, but it got better after that IMO.

  23. Re:types on Inside Mozilla's New JavaScript JIT Compiler · · Score: 1

    That sounds like an incredibly fragile idea. That said, a lot of work is being done to add Type Inference to the JaegerMonkey engine, which performs static analysis to determine type information.

  24. Re:where are the builds? on Firefox On Linux Gets Faster Builds — To Be Fast As Windows · · Score: 1

    Same place as always: http://nightly.mozilla.org/

  25. Re:OS X on Firefox 4 Released! · · Score: 1

    Also note that Win2K support will be going away once the switch is made to start compiling with MSVC 2010 instead of 2005. Win2K support in Fx4 is more by accident than by design at this point.