Minefield Shows the (Really) Fast Future of Firefox 412
zootropole writes "If you are using Firefox 3 (or even Chrome) you should consider taking a look at Mozilla's Minefield. This browser (alpha version yet, but stable) would give a new meaning to 'fast browsing experience.' Some Firefox extensions aren't supported, but riding the fastest javascript engine on the planet definitely worth a try. Minefield's install won't affect your Firefox, so there's no risk trying it. It's fast. Really. And I'm loving it."
Reviews popping up around the web are overwhelmingly positive, calling the upcoming browser crazy fast, blisteringly fast, etc.
First Post! (Score:5, Funny)
Re:First Post! (Score:5, Funny)
Re: (Score:3, Funny)
I guess I won't try it out than if it's that slow.
Suggesting nightlies to regular users?! (Score:5, Insightful)
Are you crazy? If you want to be a little risky, try the 3.1 beta. Nightlies shouldn't be used by those that want to use extensions or avoid crashes.
Re:Suggesting nightlies to regular users?! (Score:4, Interesting)
I don't use any extensions though.
Re: (Score:3, Funny)
Nightlies shouldn't be used by those that want to use extensions...
I dunno. I use the nightlies at work... I don't use any extensions though.
+1 Missed the point but still sounded vaguely insightful?
Re:Suggesting nightlies to regular users?! (Score:5, Funny)
You missed out the 'or' operator. The original statement was that IF (you want to use extensions OR you want to avoid crashes) THEN you shouldn't use nightlies. The followup said that he used the nightlies and avoided crashes just as well as with the stable release, although he didn't use extensions. So: wants to use extensions FALSE, wants to avoid crashes TRUE, and as it turns out nightlies work just fine. Hence OP's theorem is disproved by counterexample.
Really, this is basic Boolean logic. Anyone reading /. ought to understand this stuff...
Re: (Score:3, Interesting)
I definitely won't recommand it to you. I remember there was an incidence in Firefox(bird?)'s history when some guy's C:\Progra~1 is deleted while installing an early testing build (can't remember if it's mindfield, but it's early testing build for sure).
Personally, I usually start using new version of Firefox during B
Re: (Score:3, Interesting)
Re:Suggesting nightlies to regular users?! (Score:5, Insightful)
What's more, this is the same thing we hear every 2 years. "Browser X is really fast!" Then six months later you hear, "Browser X was lagging behind the pack because it didn't have support for A, B and C, but now it's getting them." After that you get, "Why is Browser X so slow these days?" And inevitably, "Browser Y is really fast!"
When are we going to realize that browser maturity and performance are going to be on opposing curves and jumping ship to an immature browser just sets you up to lose functionality for a short period of time until the performance can be gobbled up by it.
This is exactly why I'm not using Chrome. Chrome is very nice, but it doesn't have most of what I require of a browsing experience. Once it does, THEN I'll evaluate its competitiveness, not before.
Re:Suggesting nightlies to regular users?! (Score:5, Insightful)
Speed seems to be determined by a lack of bloat... and by bloat, I mean features. Firefox, back in the days it was referred to as phoenix, was exceedingly fast. Since then, fancy bookmarking, spellchecking, rss feeds, etc, etc has been added to it, causing slow startup and loading times. With the addition of a few thousand lines of code, not surprisingly, anything will take a bit longer to start up and go.
Chrome doesn't have many features, so it runs amazingly fast. Minefield doesn't have many features, so it runs amazingly fast. If either of them are weighted down with features (code bloat) then they will slowly grind to a halt much along the lines of IE or current FF.
Re:Suggesting nightlies to regular users?! (Score:5, Insightful)
Re:Suggesting nightlies to regular users?! (Score:5, Informative)
I don't even understand the hype about it being fast. It's *really* slow compared to for example the latest WebKit nightly, here's the benchmarks on my machine:
Sunspider:
FF3.0.3: 2697.2ms
Minefield (jit enabled): 1412.4ms
WebKit: 680.6ms
V8 bench:
FF3.0.3 - 199 runs
Minefield (jit enabled): FAIL (brings up printer dialog rather than actually running javascript)
WebKit: 2342 runs
ACID 3:
FF3.0.3 - 71 and significant laggyness
Minefield (jit enabled): 89 with only a little jitteryness
WebKit: 100 totally smooth.
Re:Suggesting nightlies to regular users?! (Score:4, Informative)
Link to nightly Webkit: http://nightly.webkit.org/ [webkit.org]
Re: (Score:3, Informative)
I think the hype is that in the latest nightly builds, apparently you are not using, the JIT has been turned on by default.
Re: (Score:3, Informative)
I got a 93 on my ACID3 test with the latest nightly so I'm wondering where you got your numbers. Are you sure that you have the latest minefield?
See: http://acid3.acidtests.org/ [acidtests.org]
faster than Chrome (Score:2)
Is it faster than Chrome? Seriously, this isn't a troll. I'll try it out and see.
Re:faster than Chrome (Score:5, Informative)
Re: (Score:2, Interesting)
I've said this before, but it bears saying again: Google is not short of resources, so their ignoring other platforms only suggests deliberate policy. In oth
Re:faster than Chrome (Score:5, Informative)
Of course, you have to enable the TraceMonkey JIT JavaScript compiler before you'll see any reasonable speed increase (in theory). Just go to about:config, search for the 2 items with "JIT" in their name, and enable them.
My stress tests have shown it to be 10-50% faster than Chrome *when* JIT works. However, it's still buggy as hell, it eats its own memory heap and grinds to inexplicable halts kinda randomly whenever my code does anything repetitive and strenuous, bringing the average execution speed down to almost FF2 levels, meaning it's faster for me to leave JIT disabled. It's a no-go for me until they fix that.
But Chrome wasn't the fastest! (Score:5, Informative)
Re:But Chrome wasn't the fastest! (Score:5, Funny)
My ManBearPig smashes your SquirrelFish and your silly TraceMonkey.
Since I am not going to RTFA, I am going to speculate that Minefield is Mozilla's answer to Microsoft by way of having a faster, more modern version of Minesweeper.
Take that Evil Empire!
Re:But Chrome wasn't the fastest! (Score:5, Interesting)
I'm interested in using Javascript as an embedded language, it's too bad most of the current JS engines assume they will be running in a browser. Yes, you can build standalone TraceMonkey and SquirrelFish shells but it isn't very easy on all platforms (no Visual Studio project, etc) and they aren't very easy to embed.
For general application development outside of a browser I have found V8 to be faster than the others. It's also a lot easier to build standalone or embedded in other applications. It's also very easy to add extensions to (written in C++), especially compared to the other choice.
I'm keeping my eye out but right now V8 fits my needs the best. If the other projects would do a little work towards focusing on general application development in their respective JS engine then I might switch. Switching will be a pain in the butt though because my C/C++ extensions will have to be ported to each engine. I kind of wish there was less diversity because right now it's hard to tell which engine is going to take off (eg. Google could abandon V8 for one of the other engines like SquirrelFish since they are using WebKit anyway).
Unfortunately all of them, including V8, are pretty large compared to cleaner scripting languages like Lua which makes embedding them in mobile applications kind of annoying (although we're getting more and more space on these things).
SquirrelFish won't be the faster for much longer (Score:4, Informative)
These benchmark results are a bit debatable - I've seen different suites electing different "winners" and, while SunSpider seems to be the best, it's a long way from a robust benchmark like SPEC* or DaCapo.
In any event, even if SFX is leading the pack right now, that's because it's the most mature competitor, and its advantage won't last too long. I predict (and I write this logged with my account, not AC, so I would be forever glorified when this becomes true in 12 months max) that both V8 and TraceMonkey will take the lead, leaving SFX in a safe third place permanently.
The reason is very simple. All these new JS VMs are JIT compilers, producing native code. But SFX is a context threaded JIT [ualberta.ca]. Context threading is just a step beyond traditional direct-threaded interpreters: functions are 'compiled' into streams of CALLs into routines that implement each bytecode operation, but there is limited inlining (simple operations and branches), with a focus on reducing branch misprediction.
OTOH, both V8 and TraceMonkey are "real compilers" that emit real native code (not CALL streams) for entire functions (or even larger chunks of code, with inlining). This is necessary to enable traditional optimizations like register allocation, instruction scheduling, constant folding, loop unrolling etc. Some of these optimizations can be performed on a high-level intermediate code representation (HIR), but that's typically not worth the effort without real compilation. E.g., loop unrolling will just waste memory an i-cache efficiency if performed by a threaded interpreter/JIT... as the real benefit of unrolling is giving the compiler a much larger basic block to perform other opts like extra folding and bounds-check elimination, or real low-level tricks like exploring using SIMD registers and operations / Instruction-Level Parallelism / prefetching / branch predication etc.
The only reason why V8 and TraceMonkey don't completely 0wn the benchmarks today, is that these JITs are still in their infancy. They have implemented the foundations (like V8's hidden classes or TM's tracing), but they still miss to implement dozens of important optimizations (including very easy ones - they just didn't have the time yet). Check some comments about V8's limitations [google.com]. TM's developers have also commented on many limitations, quote (Andreas Gal: "If it talks to the DOM during the benchmark, we currently donâ(TM)t compile across such calls (we plan to for Beta2 though)". This and several other improvements are planned for future builds of Firefox 3.1 [mozilla.org]. Notice that items like special support for DOM interactions and event handlers should be critical to some benchmarks - and of course to real-world RIA apps. I'm sure the V8 hackers are also working around the clock to fill in their own gaps. When both VMs are reasonably mature, SFX will have a VERY hard time competing (unless of course, they abandon the context threading model and mutate into a real compiler). Other optimizations, like JITted regex, can be implemented in all VMs and will eventually be ubiquitous.
Please! No more direct links to Mozilla FTP! (Score:3, Informative)
Re: (Score:2)
Java v. Javascript (Score:5, Insightful)
OK, it's time for us to start educating users and the media of when to properly use the monikers Java and JavaScript.
The article linked to from the summary says "Handles Java Well" in the subtitle, but then never mentions it again - only JavaScript.
These are NOT THE SAME.
This is, of course, CBSNews.. but I have seen the same mistake in so-called "tech" media lately, too.
Who's bright idea... (Score:4, Funny)
... was it to code name a perfectly fine browser that's both fast and stable "Minefield"?????
Re: (Score:2, Funny)
Minefield? (Score:2)
What the hell kind of codename is that? Maybe an attempt at 'truth in advertising'?
Re:Minefield? (Score:5, Informative)
What the hell kind of codename is that? Maybe an attempt at 'truth in advertising'?
That's exactly what it is. Minefield always refers to the current alpha-release of the upcoming "major" release.
Don't use it unless you know what you're doing. Suggesting end-users use this, without briefing them on why it will crash [frequently], is irresponsible at best and does a disservice to the alternate browser movement.
Oh goodie!!! (Score:5, Funny)
"Hey Rockie, watch me put a gun in my mouth!"
Re: (Score:2)
"Hey Rockie, watch me put a gun in my mouth!"
Again?!?
Re: (Score:2)
Re: (Score:2)
YouTube link?
Is it really fast enough to make a difference? (Score:3, Interesting)
I just wonder how often the speed of javascript matters vs the network connection.
I tried to Chrome but never really noticed much difference.
Re: (Score:3, Informative)
You won't see a difference because pages are designed for slow browsers (IE6/7, FF2, etc). So they don't tap into the power of javascript as much as they could be, for performance reasons. You'll see the difference in a fully client side (aside for json REST service calls) javascript app made in ExtJS or similar toolkits (there's a few). Then performance matters.
So which is faster (Score:2, Funny)
Which is faster, crazy or blistering??
I dont think crazy sounds all that fast - I mean most crazies I've met have had trouble moving around much without taking timeouts to wipe drool and yell at the birds.
Jupp, (Score:2, Informative)
Especially Zotero (SVN) rocks !!!
Re: (Score:3, Informative)
No, it's not stable. It's a nightly build. Nightlies can have major changes that will destroy data and corrupt your profile. When it comes to the Release Candidate stage then there shouldn't be any destructive bugs left.
"Minefield" isn't a new browser, as has been repeatedly mentioned here. It's the tag given to nightly builds of Firefox so that people will know it's not stable.
Hyperbole (Score:3, Interesting)
Sorry to nitpick but is anyone else turned-off by the hyperbole in these write-ups?
ARS estimates the browser to be 10 percent faster. I mean, if it was three times faster than my current browser, then I'd say blistering is appropriate.
I mean, if you were driving on the freeway at 60 mph and someone passed you doing 66...would you say they were traveling "at breakneck" speed?
Re: (Score:2)
Yeah, now that you point it out, it doesn't sound quite as good. Though I'm sure a 10% increase is no mean feat. Anyway, consider your analogy "borrowed."
Re:Hyperbole (Score:5, Funny)
Well... it's 10% faster than Chrome, not than Firefox 3. So, to use your analogy, it's like you're going down the road at 35MPH when Chrome blows by doing 80, and then Minefield blows past doing 88MPH.
(Just better watch that flux capacitor...)
However.. it gobbles up more memory than Bon Echo (Score:2, Interesting)
Is it faster than wget? (Score:4, Funny)
Just asking.
This is irresponsible (Score:5, Informative)
People. There is A REASON why Mozilla calls these builds "Minefield" rather than "Firefox".
It's because they're not ready for daily use.
They may be faster than the released version of Firefox, but they also may contain major, showstopping bugs, up to and including bugs that can cause data loss.
The only people who should be using them are people who understand this risk and are willing to accept it -- i.e. testers.
Anyone promoting these builds for use by the general public is being irresponsible and exposing anyone who takes their advice to risk.
TFA is bad enough, but it's worse to see major sites like Slashdot parroting this bad advice. You should be telling your friends to avoid Minefield, not to seek it out.
Re:This is irresponsible (Score:5, Insightful)
Re: (Score:2, Informative)
Yes they are. This whole "use Minefield, it's fast!!!!1!" meme is being spread by blog posts like this irresponsible post from CNet [cnet.com]:
And this [wirememe.com]:
Re:This is irresponsible (mod parent up) (Score:2)
Borrowing from my post above:
Don't use it unless you know what you're doing. Suggesting end-users use this, without briefing them on why it will crash [frequently], is irresponsible at best and does a disservice to the alternate browser movement.
Re: (Score:2)
Re:This is irresponsible (Score:5, Informative)
You got lucky.
A nightly build is exactly what it says it is -- a snapshot of the codebase as of a given day.
Some nightly builds may be completely bug free. Others may be chock full of major dataloss bugs. It's a crapshoot.
Your friends may be fine today, but if they decide to "update Minefield" on the wrong day in the future, they're gonna get screwed.
That's why I call it irresponsible.
Re:This is irresponsible (Score:4, Informative)
The new Firefox Windows installer - for a custom install location - put the Firefox files into the top level of my d:\Program Files directory. I did not want this, so I uninstalled it from the Windows Control Panel Uninstall applet. It did not uninstall so I logged in as adminstrator and then ran the uninstall. THe unintall took a long time with lots of disk activity. At the end of it, about 2/3 of the folders in Program Files had been deleted. I lost dozens of applications, many of them requiring serial numbers to reinstall, and all the associated configuration, etc. Included in the carnage were two other Mozilla installations and my Thunderbird 0.4 installation, and Winzip which of course I needed to unzip replacements. Don't use nightly builds unless you actually understand the possible consequences. And for FSM's sake don't suggest it to others!
You can never call MS Evil again.. (Score:2)
All these years people in the Unixy world gave Microsoft a ton of crap for VB, and now, after all this time, they've come up with something arguably worse... javascript, and now, a javascript compiler.
Comment removed (Score:5, Informative)
No thanks (Score:5, Insightful)
Re:No thanks (Score:4, Funny)
No idea, especially now that no browser executes javascript faster than firefox with NoScript!
Re:No thanks (Score:4, Interesting)
Plus, it was really annoying when they recently started releasing a new minor version every other day or so. Amongst all the computers I use at work, school, home, whatever, it seemed like I was upgrading NoScript constantly. AdBlock Plus is all I really need nowadays, and BugMeNot is useful sometimes.
Re: (Score:3, Insightful)
If the biggest advantage of using a particular browser is so that you can use a particular plugin, then maybe you should use a different browser. Mod me up, down or sideways, but you know I'm right. :)
My Chevy truck is mostly useless in the winter without chains and a plow. Clearly I should have bought a Ford.
SVG too (Score:5, Interesting)
One thing I'm most impressed with is the SVG performance. It's starting to almost become an alternative to Flash for interactive applications. I like it and I hope it gets even faster.
Re: (Score:3, Interesting)
You do realize that Google maps uses SVG for some of its stuff, right? In IE they just use VRML or something like that that IE has support for instead...
Other webapps use SVG in UAs that support it and just deliver a degraded user experience in IE.
But I want multi-process Firefox! (Score:4, Insightful)
Faster javascript is nice but what I really want it a multi-process sort of firefox like Chrome has. I want to see which tab is slowing me down and kill it. I want all of my tabs to run independently on multiple cpu's. I want the memory leakage of any one process to go away when I kill it instead of restarting the whole browser. I spend very little time waiting on the results of javascript execution.
Re:Firefox Replacement (Score:5, Informative)
Re:Firefox Replacement (Score:5, Informative)
They will, it's an early beta and is therefore considered unstable...
Today's nightly for mac crashes on http://www.pentestmonkey.net/jsbm/index.html [pentestmonkey.net] which is a javascript benchmark, i was trying to see if it really is as fast as the article claims... Currently the webkit nightlies seem to be the fastest on this benchmark, by quite some considerable margin.
Re: (Score:2)
Re: (Score:2)
But has the JIT code been implemented for PPC?
It works for me if i turn the JIT off, but the results are nothing special.
I let the crash reporter do it's work and report the bug, it crashes every time without fail if jit is activated so hopefully they will be able to debug the issue fairly quickly.
Re: (Score:3, Informative)
But has the JIT code been implemented for PPC?
No. They seem to be planning to have PPC support eventually, but work is in very early stages [mozilla.org].
Re:Firefox Replacement (Score:5, Informative)
PowerPC is being added to the Nanojit (backend for Tracemonkey and Tamarin).
Help is welcomed. Hop onto #tamarin for pointers.
Re: (Score:3, Informative)
MD5 Benchmark took 1.188 seconds for 3000 hashes (2525 hashes/second)
MD4 Benchmark took 0.839 seconds for 2700 hashes (3218 hashes/second)
SHA1 Benchmark took 1.201 seconds for 1900 hashes (1582 hashes/second)
I also tested SRware Iron (A variant of Chrome) on the site, and scored significantly higher:
MD5 Benchmark took 0.343 seconds for 3000 hashes (8746 hashes/second)
MD4 Benchmark took 0.232 seconds for 2700 hashes (11638 hashes/second)
SHA1 Benchmark took
Re: (Score:3, Informative)
Minefield
MD5 Benchmark took 0.71 seconds for 3000 hashes (4225 hashes/second)
MD4 Benchmark took 0.446 seconds for 2700 hashes (6054 hashes/second)
SHA1 Benchmark took 0.721 seconds for 1900 hashes (2635 hashes/second)
Chrome
MD5 Benchmark took 0.411 seconds for 3000 hashes (7299 hashes/second)
MD4 Benchmark took 0.162 seconds for 2700 hashes (16667 hashes/second)
SHA1 Benchmark took 0.18 seconds for 1900 hashes (10556 hashes/second)
and just to laugh IE 7
MD5 Benchmark took 3.885 seconds fo
Re:Firefox Replacement (Score:5, Informative)
If it is that much better, why arent they just replacing Firefox with it??
They will, though it will be called Firefox when that happens. "Minefield" is just the code name for Firefox 3 nightlies, and it's called that for a reason: as a developer-intended build, it's prone to blowing up.
It will be released when it is ready. That time isn't yet.
Re:Firefox Replacement (Score:4, Informative)
So they branched Minefield several months ago to become Firefox 3.0 but continued work on Minefield and now a new branch from Minefield will become Firefox 3.1.
Re:Firefox Replacement (Score:5, Informative)
Re: (Score:3, Informative)
mod parent up (Score:5, Informative)
Re:mozilla minefield? (Score:4, Insightful)
That was their intention.
It keeps idiots like you who look at the name only away from the nightly builds, and anyone with enough of a clue to not judge it by its name is also by extension usually intelligent enough to read the fucking warnings not to use it in the first place.
Re: (Score:3, Informative)
It's a codename for the Firefox development branch. Nothing will ever be released with that name, it's a moving target that gets branched out to Firefox for release.
Reading FTW!
Re:mozilla minefield? (Score:4, Funny)
Remember how they used to say that if IBM marketed Kentucky Fried Chicken, they would have called it "Warm Dead Birds".
Re:mozilla minefield? (Score:4, Informative)
Re: (Score:3, Funny)
i know its just a pre-beta preview, but still, its a marketing. hard. fail.
But if the entire point of the codename is to dissuade end users from trying pre-beta software, it's a marketing. hard. succeed.
Re:This is a step up (Score:5, Insightful)
Seems pretty quick to me, but that's probably cause it's not running my 15+ extensions.
Re: (Score:3, Insightful)
Those extensions are written with Javascript and XUL. If Javascript is sped up, the extensions should also benefit.
Re: (Score:3, Insightful)
My point is that they will work eventually, and will see the speed benefit from the improved javascript performance, rather than your extensions making Firefox run like a Pinto towing a ton and a half of scrap iron.
Re:This is a step up (Score:5, Informative)
Please remember that if you messed with minefield "a few months back" then its been through dozens of iterations since then. It's a nightly build.
Re:This is a step up (Score:4, Interesting)
Re: (Score:3, Insightful)
Where do you think the devs get their money from? (Score:3, Insightful)
Its either via donations made by companies who earn their money via the capitalist system you so dislike or its students writing code for free while they earn money through other jobs or , more likely, are supported by their parents.
You need to get real - nothing in life is free apart from the air (and not even that if you work under the sea!)
Re:Competition and economics (Score:5, Informative)
The browser war heated up when Google (and others?) started paying out on ad revenue created by in-browser searches. Apple makes some nice change on Safari. So does the Mozilla Foundation, apparently [clickz.com].
There would be very little competition if there wasn't money to be made.
Re:Competition and economics (Score:4, Insightful)
You've just learned an important lesson:
Capitalism has room for socialist enclaves. It all works well as long as there is a choice. Sometimes, as in this case, the competition is good for everyone.
It's the socialist society that can't survive without eliminating choice.
Re: (Score:3, Funny)
It's the socialist society that can't survive without eliminating choice.
You don't need to eliminate choice, you just need to eliminate people who would choose differently. Then socialism works beautifully.
The crux of the matter (Score:3, Insightful)
The crux of this BTW is your statement:
"So we can be fairly certain that the average real cost of delivery of excellent health care runs to less than $1,500 per man, woman and child"
Which is just some bullshit figure you MADE UP without any cites whatsoever based on one INDIVIDUAL case i.e. an anecdote. Hint the plural of anecdotes is not data., and the costs of health care varies VASTLY across different demographics, I have already given the DATA that the U.S. spends a greater percentage of it's GDP which
Re:Competition and economics (Score:4, Insightful)
Very few people want to pay for a browser. If you see the browser itself as the product, this can be a real problem. So what do you do if you are a browser maker? Opera's browser is their product. They focus pretty heavily on selling it for embedded/small/portable systems.
Mozilla on the other hand launched their campaign to build and promote Firefox. They give the browser away for free because that's how they increase the value of the actual product that they are selling to supporters: marketshare and openness. Investing in Firefox is investing in a new standard that everybody has nearly equal access to. It's building a more open web based market across which to conduct other business.
Some companies may shy away from investing because they don't own the results. But other companies may invest specifically because of how equal the access is to the results.
Re:Competition and economics (Score:4, Interesting)
To build on that point, in case not everyone understands the implications of this post, those that promote equal market access tend to be either a) the one with an idealist in charge or b) the one that believes that they really are the best on the market.
The fun starts when you actually have both of the above, because they don't shut down the market access for others once they get a majority of the market share. That generally means greater openness and creativity which creates new jobs and more focused disciplines.
This holds true in every market, by the way. Market regulation tries to do this artificially, but rarely works as well as it should. The alternative can be much worse or much better, though usually the former is the case.
Re:Competition and economics (Score:4, Insightful)
And what's amazing, and completely against capitalism, none of these web browser makers are charging any money for their products! All this great software is being developed and given away for free!
Capitalism and OSS are orthogonal concepts. Companies like IBM and Red Hat make money out of Linux and Mozilla with hardware and services (not by selling the Linux kernel or the Firefox browser), and would carry on investing in free software even if Microsoft suddenly went bankrupt. My company develops instrumentation using GNU tools, and we also support OSS.
Capitalism by definition is the free market, which when taken to the extreme is anarcho-capitalism. Thanks to Marx's poor definition of value (which is too dependent on labor) and his class war ideology, the concept of capitalism has been associated with fascism. As Hayek wrote, the easiest way to convince people of something is to redefine the meaning of words. Don't fall into this trap.
Capitalism is a system which allows people to be free to exchange goods and services for mutual benefit and to cooperate on projects such as Mozilla. What we see on Washington, Wall Street and in central banks is a huge money laundering machine, where we can't tell apart where the government ends and where the corporations begin. This is the very definition of fascism.
Re:Competition and economics (Score:4, Informative)
Capitalism and free markets are about the free exchange of goods and ideas, with the people involved in the exchange (and only them) setting the terms of the exchange.
Whether the terms of the exchange involve money or not does not have much to do with the idea of free exchange.
Re:Competition and economics (Score:5, Insightful)
"DISCLAIMER: Use of this advanced computing technology does not imply an endorsement of Western industrial civilization."
Actually, yes, it does. You're just too much of a hypocrite to recognize it.
Re:Competition and economics (Score:5, Insightful)
How/why do you hate capitalism? That is about as specific as saying you hate socialism, when in reality most people hate poorly implemented socialist governments.
As far as I can tell, the fact that you enjoy competition and therefore the fruits of competition is a direct endorsement for capitalism, at least at a basic level. Add another layer, that you agree to the negotiable exchange of value, and you have capitalism right there.
How can you hate that? IE, Firefox, Safari, Chrome, and Opera all happen to give you a free web browser in exchange for different goods OTHER than money, which means they all play in the capitalist system.
IE for control of the internet
Safari to prevent Microsoft controlling the internet
FireFox in exchange for investments from Google
Chrome in exchange for more data mining
Opera in exchange for license fees
Re:Competition and economics (Score:4, Insightful)
Does having only 2 relevant political parties make people limited in their views and reasoning or something?
Re:Competition and economics (Score:4, Funny)
It saddens me that every time someone on /. states that capitalism is not the end-all, there are always people that seem to think communism is the only other option. And they seem for the most part to be coming from the USA.
Does having only 2 relevant political parties make people limited in their views and reasoning or something?
I guess the simple answer is yes. Yes it does.
-An American
Re: (Score:3, Informative)
The problem with that bug is that the Xorg graphics performance stuff... sucks. A lot. A lot of rendering is actually faster done entirely in software than trying to go through X's "accelerated" stuff. Some of this is due to Render shipping stone-age versions of pixman and actually doing its own software rasterization when you'd think it would use your graphics hardware.
And best of all, the response of the Xorg developers to all this is "once we finish our new acceleration architecture in a few years, al
Re: (Score:3, Informative)
When it installs it must piggyback off the main firefox profile
That's exactly what happens. When the brilliant zootropole says:
Minefield's install won't affect your Firefox, so there's no risk trying it
...he's means only that unpacking the nightly build archive won't replace your existing Firefox binaries. Running it, however, will immediately step all over your default Firefox profile. I guess zootropole doesn't give a damn when he misleads people.
The safe procedure:
1. Shut down FF. (yeah I know it can be done without shutting down, stfukthx)
2. Run your existing FF from the command line like so
firefox -profilemanager
3. Create a new profi