Live data from Hacker News

The First Browser Dedicated to Developers Is Coming

blog.mozilla.org

191–200 of 206 posts

Re: The First Browser Dedicated to Developers Is Coming

#191

This seems to reinforce the mindset that the web should be experienced and built using different tools for users vs. developers, and aside from thinking that's fundamentally condescending, I don't see why new tools couldn't simply be extended from FF's 'web developer' menu into a different mode of operation or even extensions. I think we're better off in a world where kids don't have to install ScaryFox on their tabl…

[deleted]

Re: The First Browser Dedicated to Developers Is Coming

#192

I'm still on the fence about having separate browsers for developers. It sounds nice as a concept but when I think about it more it seems like a disaster waiting to happen. For instance, when I want to debug my website I go to the dev tools within the browser I'm viewing because I know that my users are viewing the same browser (typically). Having an entirely different developer browsers makes the debugging experienc…

> Having an entirely different developer browsers makes the debugging experience less realistic. It puts you in a position where you don't truly experience what the user does but what you feel more comfortable experiencing. I don't really agree with this part; it's going to be using the same rendering and JavaScript engine so I wouldn't expect the experience to be different at all it'll just have far better access to…

That's a valid point. However, my point is that it's simply a different browser that'll be built on different software, considering it is different.

Re: The First Browser Dedicated to Developers Is Coming

#193
post #75

This seems to reinforce the mindset that the web should be experienced and built using different tools for users vs. developers, and aside from thinking that's fundamentally condescending, I don't see why new tools couldn't simply be extended from FF's 'web developer' menu into a different mode of operation or even extensions. I think we're better off in a world where kids don't have to install ScaryFox on their tabl…

I understand the point, but I think there is a reality where developing and actually experiencing the product can be fundamentally different. For instance the security model for a browser should be ultra tight and protect the user from the site, but as a developer I'd want to access and modify my files directly through the inspector panel. Another example would be the use of cache, where I want the minimum possible r…

A live example: If you are developing a chrome extension on Windows, everytime you open Chrome you'd be bugged with a popup which suggests "Disable Developer Mode Extensions". [1] Although developers are annoyed as hell, the Chrome team insisted this decision on the ground of protecting users.

[1] https://code.google.com/p/chromium/issues/detail?id=337734

Re: The First Browser Dedicated to Developers Is Coming

#194
post #193
post #75

Earlier quoted context omitted.

I understand the point, but I think there is a reality where developing and actually experiencing the product can be fundamentally different. For instance the security model for a browser should be ultra tight and protect the user from the site, but as a developer I'd want to access and modify my files directly through the inspector panel. Another example would be the use of cache, where I want the minimum possible r…

A live example: If you are developing a chrome extension on Windows, everytime you open Chrome you'd be bugged with a popup which suggests "Disable Developer Mode Extensions". [1] Although developers are annoyed as hell, the Chrome team insisted this decision on the ground of protecting users. [1] https://code.google.com/p/chromium/issues/detail?id=337734

Their point is entirely valid though, and it all boils down to: there is no such thing as a secure backdoor.

Re: The First Browser Dedicated to Developers Is Coming

#195
post #64

Earlier quoted context omitted.

Even better, here's what I get: http://i.imgur.com/QCyCMDH.png

http://html5zombo.com/ Welcome to the future!

That's awesome, although I'm a little sad they didn't make a custom font for the text.

Re: The First Browser Dedicated to Developers Is Coming

#197

This seems to reinforce the mindset that the web should be experienced and built using different tools for users vs. developers, and aside from thinking that's fundamentally condescending, I don't see why new tools couldn't simply be extended from FF's 'web developer' menu into a different mode of operation or even extensions. I think we're better off in a world where kids don't have to install ScaryFox on their tabl…

When I buy a TV I don't want the chip on the outside so that I can easily tweak it.

Why is there this arrogant idea in the development world that everybody has to get into programming. If a kid wants to program (great!) she can easily download the development version. Calling it scary fox is just scaremongering. If anything getting the special development version might make her feel empowered.

Re: The First Browser Dedicated to Developers Is Coming

#198
It really would be a godsend if editing your CSS in the browser could make changes to the underlying files (probably SASS these days). Difficult but would shave so much time off the make a few changes and rewrite them in an editor process that so many of us follow these days.

Re: The First Browser Dedicated to Developers Is Coming

#199

Earlier quoted context omitted.

Why would any browser vendor have an incentive to remove or restrict developer features in released browsers?

It seems like it’d be beneficial to many web publishers if browser users couldn’t easily access underlying resources, and those companies could incentivize popular vendors to go in that direction (and every decent browser auto-updates, of course). Suddenly bypassing Flickr’s spaceball becomes too complicated for regular user. On the other hand, no one would bother with that in a world where non-mobile computers are i…

That's a really important aspect, are desktops going the route of developer only? (Non-web) Designers and other white collar probably don't need it, but they use machines that wouldn't notice the difference...

With FFOS, Android/Chrome, and MS there's a conscious effort to eliminate the difference in development between desktop, tablet and phone. With more people using computers, not as many people need or want desktop apps and those features on all of their desktop apps. If I suddenly need to edit an image, I don't need PS or even Gimp, I'm often fine with a web app.

Re: The First Browser Dedicated to Developers Is Coming

#200
post #180

Earlier quoted context omitted.

A fellow developer in my office uses Incognito mode, and it seems to work fine for him.

That reminds me: It would be nice if you could open several different incognito windows, each with their own session. That way one can debug user interactions without needing as many browsers as users in the interaction (or half of it because each browser has it's own incognito session in addition to the normal session).

A workaround that I've used before is to connect to my site via the domain name in one tab, and the IP address in another - cross domain protection ensures I get two nicely partitioned sessions.
Post reply on HN