Live data from Hacker News

The First Browser Dedicated to Developers Is Coming

blog.mozilla.org

81–90 of 206 posts

Re: The First Browser Dedicated to Developers Is Coming

#81
post #59
post #52

Sounds cool. Shame that Mozilla's developer tools are in some respects that are important to me still inferior to Chrome.

How so? I'm asking because two Firefox devtools people sit in my office, so if you have feedback, I can forward it.

This is my issue: https://news.ycombinator.com/item?id=8551692

Re: The First Browser Dedicated to Developers Is Coming

#83
post #43

Earlier quoted context omitted.

It takes a special kind of myopia to call a decision inexplicable, and then to link to a very explicit description of their reasons for that decision.

Refuted by almost every single comment on the post, yes.

There's a difference between inexplicable and an explanation you disagree with.

Re: The First Browser Dedicated to Developers Is Coming

#84

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'm not sure I see condescension here. Everyone does deserve access to built-in, high-quality tools. And everyone already gets that, with all major browsers. No one is taking away the built in developer tools in Firefox, Chrome, IE, Safari, or Opera. The problem is that they're always just a little bit older than the tip of the current development branch. And that's fine for folks who are starting to teach themselves…

The announcement promises 'Soon, we’re going to bring you more, a lot more, in a package that you deserve as a builder for an independent Web.' My argument is basically that users deserve these things, too.

With huge respect for the work that you and Mozilla have been doing in this and other areas, I can understand that there are practical reasons why this may make sense for Mozilla (and even developers) internally.

But at least from the announcement, it still sounds like Mozilla is other-ing celebrated 'builders' like us from everyday users and segmenting our means of accessing the 'new, shiny things' you mention.

Re: The First Browser Dedicated to Developers Is Coming

#85

I would like a strict mode in js and rendering engine, which shows syntax error like a compiler instead of eating them and failing later at random places. Ffat fingers and typos take disproportionate time while development.

You might be interested in looking at TypeScript: http://www.typescriptlang.org/

It does something very similar to what you're suggesting, adding in static type information for JavaScript and giving you compiler errors if you mess things up.

Re: The First Browser Dedicated to Developers Is Coming

#86
First of all this is analogous to the irritating tendency of car manufacturers to "tease" models ahead of time. This may cut it for the average consumer, but here you are targeting the developers, and a straightforward, honest approach to launch would be more effective, in my view. Developers are blasé to any of the mind-tricks which marketing will dream up.

Second, please do some moonshot stuff. Please just don't give me tweaks on javascript. Yes I know js is fine for the front end guys, but more and more, deep data guys like me are having to interact with this language which leaves a lot to be desired. While I appreciate the casual, almost refreshing functional aspects of js, the rest is clearly inferior to almost everything else (not least forcing multidimensionality into this hierarchical JSON strait jacket). Here's an idea: put python numpy native into the browser, and give us expressive power for things other than dom manipulation. Or put Haskell in there. Do something meaningful. I don't want a spit-and-polished js debugger.

Chance to shine here, Mozilla, to regain the long-lost initiative. No chrome-catchup again please.

Re: The First Browser Dedicated to Developers Is Coming

#87

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…

My perspective is this: Mozilla (to my knowledge) isn't getting rid of the developer tools in the standard Firefox. Those will still be there for people who want to get into development, and while their features will seem comparatively limited, thats actually a good thing. They're getting access to a concise set of tools that isn't overwhelming, and the same set of tools that millions of people use for development every day. Then, if they want to take their development to the next level, they have a whole new set of tools that can help them do that.

This isn't widening the gap between a user and a developer, since they aren't getting rid of the 'middle ground'. It's just giving the developer more breadth with a better tool.

Re: The First Browser Dedicated to Developers Is Coming

#88

I'm getting a bit weary of announcements that don't really announce whatever it is that they're announcing. It's easier to wait until a de-hyped Wikipedia entry has been written, and just read that instead.

Hold on to your hats and glasses folks! We're totally stoked to announce the coming announcement of a browser we'll be releasing shortly after that announcement! Stay tuned for the follow up announcement letting you know when we'll announce the release date! We can't wait for you to help us bug test it!

Re: The First Browser Dedicated to Developers Is Coming

#89

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 see no harm in a browser dedicated for developers, best serving the web development purposes just as much as I don't see any harm with building mobile and desktop applications using IDEs and Simulators and then releasing them to the numerous platforms.

I believe this separation will lead to the possible introduction of many cutting edge implementations on the browser/engines level(s), for experimentation, before a more general deployment to the end users, which would be quite interesting imho.

Not to mention, developing new debugging tools that the end user doesn't necessarily need to have running in the background of his browser package. This would definitely alleviate the resource consumption of existing browsers and allows the developers to have a focus on the end user experience and not worry about developer specific branches.

Re: The First Browser Dedicated to Developers Is Coming

#90
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…

These are great points but also speak to one of my concerns about forking--what if Firefox continues to receive lots of security scrutiny but this new-but-still-pretty-intimately-related product aimed at devs mostly doesn't, for whatever reason (e.g. far fewer people using it)?

I see more value for both developers and users currently because it means that in order to keep Firefox safe (for some definition of safe), the Mozilla security team also has to keep people like us--and the functionality we use--just as safe. It also means derivatives like the Tor Browser Bundle and Iceweasel might be more likely to preserve the feature set and benefit from security team's work in relation to it.

Post reply on HN