Moderators: phlip, Moderators General, Prelates
Cosmologicon wrote:Emu* implemented a naive east-first strategy and ran it for an hour, producing results that rivaled many sophisticated strategies, visiting 614 cells. For this, Emu* is awarded Best Deterministic Algorithm!
SlyReaper wrote:You shouldn't poke fun at a German's sense of humour like that. A German joke is no laughing matter.
sheynfinkel wrote:I use Firefox because of firemacs/vimperator, about:config, and all the rest of the addons. People that use any other browser apparently don't mind browsing in a simple, childlike fashion.
Amnesiasoft wrote:sheynfinkel wrote:I use Firefox because of firemacs/vimperator, about:config, and all the rest of the addons. People that use any other browser apparently don't mind browsing in a simple, childlike fashion.
Yeah, I know. I hate how Opera treats me like a child by having more options and control than Firefox out of the box.


TheChewanater wrote:Amnesiasoft wrote:sheynfinkel wrote:I use Firefox because of firemacs/vimperator, about:config, and all the rest of the addons. People that use any other browser apparently don't mind browsing in a simple, childlike fashion.
Yeah, I know. I hate how Opera treats me like a child by having more options and control than Firefox out of the box.
Being free and open source, Firefox and Chrome are infinitely more customizable than Opera.
Dason wrote:Now I'm a big fan of open source software and the open source community. However, I'm not going to pretend like most people that use open source software ever take a peak at the source code. Just because you have the ability to customize a program by modifying the source code and then recompiling does NOT necessarily mean it is more customizable to the average user.
what doesn’t change the fact that firefox allows you every kind of manipulation at every level.Dason wrote:Now I'm a big fan of open source software and the open source community. However, I'm not going to pretend like most people that use open source software ever take a peak at the source code. Just because you have the ability to customize a program by modifying the source code and then recompiling does NOT necessarily mean it is more customizable to the average user.
flying sheep wrote:what doesn’t change the fact that firefox allows you every kind of manipulation at every level.Dason wrote:Now I'm a big fan of open source software and the open source community. However, I'm not going to pretend like most people that use open source software ever take a peak at the source code. Just because you have the ability to customize a program by modifying the source code and then recompiling does NOT necessarily mean it is more customizable to the average user.
opera has only more builtin features, but if you have access to the internet (and i guess you wouldn’t need to customize your browser if you hadn’t), addons.mozilla.org is the single largest source of functionality (which you don’t have to code yourself) for one product ever.
right, but in case of firefox extensions, the collection is vast and powerful.Amnesiasoft wrote:And the Apple App Store is the largest source of mobile phone software. It doesn't mean it's useful.flying sheep wrote:addons.mozilla.org is the single largest source of functionality (which you don’t have to code yourself) for one product ever.
Steax wrote:Firefox sync has changed how I browse. Automatic sharing of my bookmarks and history between my 4 internet-capable devices = win.
Steax wrote:App tabs have been awesome too, but I think the other browsers have their versions as well.
#include <stdio.h>
int main()
{ struct { unsigned a:3, b:3, c:2; } n = {0};
do do printf("%hhu\n", *&n);
while(!(n.a-- && !++n.b));
while(++n.c);
return 0; } Beardhammer wrote:I use Pale Moon. Basically Firefox without all the useless crap.
hotaru wrote:Steax wrote:Firefox sync has changed how I browse. Automatic sharing of my bookmarks and history between my 4 internet-capable devices = win.
really? google chrome has had that since 2009.
.
you mean like platypus or more like firebug?Yamipwn wrote:Opera. Simply because it's so fun to edit a page's source and then open the edited page on a school computer. One time I did that with the school's website homepage, and the district logo was changed to a penis with a stripper pole-dancing on it.
wrong. or rather: the first one is definitely wrong, as chrome looks like the photoshop-6.0-plastic-“downoad”-buttons which google inexplicable uses for addons and software. firefox both integrates and generally looks much better.CinnamonOne wrote:Chrome's got a good feel and look, and is quite fast. Way better than Vanilla FF.
what features for starters do you miss in vanilla firefox?CinnamonOne wrote:However, FF gives you quite good addons. It is a pain to install them into another computer, so I only use it on one.
Overall for the starter, Chrome wins vs FF vanilla. FF is useful but it can be cumbersome. Addons give it an advantage, but that would be a ball to juggle later.
yeah, well, haters gonna hate.cerbie wrote:I haven't switched quite yet, but the Firefox devs sure seem to want people to not use their browser. They have made several exceptionally shitty UI changes in 4, which require addons to deal with, and not every addon works with the fix addons (status bar and stop button are my two peeves).
Why ask me? Why not ask everyone who was quite happy with them?flying sheep wrote:yeah, well, haters gonna hate.cerbie wrote:I haven't switched quite yet, but the Firefox devs sure seem to want people to not use their browser. They have made several exceptionally shitty UI changes in 4, which require addons to deal with, and not every addon works with the fix addons (status bar and stop button are my two peeves).
if you’d talk about actual problems you have, instead of “i don’t like it, so the devs are stupid and ugly, because they didn’t ask me.”, i’d agree that some choices are stupid.
No, it does not. There is no API. There is a GUI. The API is for developers, and if the users have to deal with problems due to API changes, that itself shows serious development issues. Here's what they should have done: leave the status bar, and use the new display if the status bar is turned off. The add-on bar does not contain what the status bar did, making it inferior, and a waste of space. There is no good reason that an addon should be required for this. What made the status bar so good is that it encapsulated so much functionality into a small vertical space. Less used toolbar buttons (for addons), current page loading status, summarized download status, and hovered link target, all with enough room for all of them 90% of the time.i.e. the statusbar shim. inside the addon bar lives one container for old <statusbar> overlays. who needs that? it only encourages devs to be lazy and not adapt the new api.
No, the previous way displayed in the status bar, and it displayed far more of the link's URL, which is one reason I dislike how they did it in 4. Why they couldn't have shown as much of the URL will fit on the bottom of the window, I consider a mystery.or the link target display. it’s now an inferior ripoff from the chrome way, instead of the previous ingenious way to display them in the address bar.
1.: i talked about the api. what addon devs did was overlaying the statusbar with freeform widgets. now they add toolbarbuttons to the addon bar. more consistent gui, api swich, but for the user, it’s still “tiny clickable thingies down there”cerbie wrote:Why ask me? Why not ask everyone who was quite happy with them?flying sheep wrote:yeah, well, haters gonna hate.
if you’d talk about actual problems you have, instead of “i don’t like it, so the devs are stupid and ugly, because they didn’t ask me.”, i’d agree that some choices are stupid.No, it does not. There is no API. There is a GUI. The API is for developers, and if the users have to deal with problems due to API changes, that itself shows serious development issues. Here's what they should have done: leave the status bar, and use the new display if the status bar is turned off. The add-on bar does not contain what the status bar did, making it inferior, and a waste of space. There is no good reason that an addon should be required for this. What made the status bar so good is that it encapsulated so much functionality into a small vertical space. Less used toolbar buttons (for addons), current page loading status, summarized download status, and hovered link target, all with enough room for all of them 90% of the time.i.e. the statusbar shim. inside the addon bar lives one container for old <statusbar> overlays. who needs that? it only encourages devs to be lazy and not adapt the new api.
for me, too. as said, i hate the silly chrome-popup, now that the betas have showed me the better way.cerbie wrote:No, the previous way displayed in the status bar, and it displayed far more of the link's URL, which is one reason I dislike how they did it in 4. Why they couldn't have shown as much of the URL will fit on the bottom of the window, I consider a mystery.or the link target display. it’s now an inferior ripoff from the chrome way, instead of the previous ingenious way to display them in the address bar.
you have, that’s the entire point of addons: bring back what you are accustomed to (status4evar), try experimental features(the moz-labs addons), tweak existing stuff or give a better interface for some parts of about:config (some parts of tab mix plus), or get features that aren’t included for political reasons (a major browser shipping adblock per default would change the way website owners think about adblocking.)cerbie wrote:It's not a problem that they want to add a bit more vertical space, but that doing so be removing good uses of space is stupid. It is very much a case of the developers only thinking about users who switched to Chrome already, because Chrome is the new cool thing, damn what ain't broken. It is also a common FOSS problem. The greatest fault is not that they changed the default UI, but that they could have had the best of the old UI and the new UI, and allowed users to mix and match.
right click on toolbar → check “menubar”EvanED wrote:Is there a setting or addon to put the page title back in the window title bar where it belongs?
I use Opera at home (I use Chome at work) but finally updated to FF4 to see what all the hubub was about. And I hate that behavior that make the title bar skinnier and removes the page title. That's a killer feature... in the sense that I won't use your browser if you do that and I can't put it back. (At work is a different story as I run Linux and a tiling window manager, so (1) I don't get title bars in the first place and (2) I have a different way of displaying what was in them.)
The add-on bar wastes tons of space, where the status bar did not. With the add-on bar, nothing but small add-on icons are in there. The small icons need very little width, so the rest of that width is best used for something else. Putting said icons in the main toolbar clutters it up, and doesn't give the address bar enough room. I don't care what they do to the API. A GUI cahnge can necessitate an API change, but an API change does not necessitate a GUI change.flying sheep wrote:the addonbar is useless if you don’t want to have many toolbarbuttons available, so i don’t use it. and apart from the download status, every bit of information is retained, so, what was your problem again?
I stand by my statement: getting basic functionality that we've have for ages, that was done well to begin with, should not require add-ons. Other reasons for add-ons are good, but to bring back good features that we've had since Win 3.1 browsers? Uh, no, that's a problem with the software development. Sane software developers make new defaults, and re-implement the old features, so that they can be re-enabled with the stock program. As users valid complaints are dealt with, future iterations of the new replacement feature then come to replace everything good about the old one, or separate features are gradually added to the same end, and then the old one is finally removed. Complete removal for a replacement feature set that was obviously not tested very well, is simply not a good thing.cerbie wrote:you have, that’s the entire point of addons: bring back what you are accustomed to (status4evar), try experimental features(the moz-labs addons), tweak existing stuff or give a better interface for some parts of about:config (some parts of tab mix plus), or get features that aren’t included for political reasons (a major browser shipping adblock per default would change the way website owners think about adblocking.)
and that’s what they did. for people who miss the statusbar widget, it’s one google query like “firefox 4 status bar”. i didn’t test it, so tell me: what’s the result index of status-4-evar for this query?cerbie wrote:Sane software developers make new defaults, and re-implement the old features, so that they can be re-enabled with the stock program.

CorruptUser wrote:Religions are like genitalia. It's OK to have them, but don't whip them out in public, don't argue about whose is better, and keep them away from my kids.
Odd_nonposter wrote:http://artoftrolling.files.wordpress.com/2011/08/chatroulette-trolling-untitled37.jpg


TheChewanater wrote:Odd_nonposter wrote:http://artoftrolling.files.wordpress.com/2011/08/chatroulette-trolling-untitled37.jpg
Funny, but why is Chrome on there twice?
I'm just trolling. Move along.
Users browsing this forum: No registered users and 1 guest