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…
This speaks to the general low quality of web specifications and/or inability of browser developers to create robust implementations of those specs. In the vast majority of scenarios we don't think about using the same processor to experience the same thing a user does. (Certainly driver developers and other low level h/w people will occasionally run into h/w bugs but they're in a very niche field).
The First Browser Dedicated to Developers Is Coming
141–150 of 206 posts
Re: The First Browser Dedicated to Developers Is Coming
#142Earlier quoted context omitted.
This would probably start the trend of the dev features being reduced in regular browsers, I'd guess. But you're right no one is taking it away yet.
Why would any browser vendor have an incentive to remove or restrict developer features in released browsers?
Re: The First Browser Dedicated to Developers Is Coming
#143Earlier quoted context omitted.
What's the problem? The users can just download the same browser if they're really interested in the additional functionality.
Instead of working to ensure that my parents' computer running Windows 3.1 shipped with a C compiler by default a few decades ago, people inside Microsoft and Borland were probably thinking the same thing. This line of thinking is basically the reason I had to wait a few more years until I could buy my own computer that could run Linux as a teenager. For lots of people, the world is a very different place now, but ju…
Re: The First Browser Dedicated to Developers Is Coming
#144Earlier quoted context omitted.
How?
Generally by asking them to paste code into the JavaScript console. Here's an example: http://sdpcfix.com/security-alerts/facebook-scam-helps-trick...
Seriously, it's not the first kind of attack that appear because users are too naive. At one point we need to trace the line somewhere. Should we also block copy-paste to a file in case they create a batch file?
Re: The First Browser Dedicated to Developers Is Coming
#145Re: The First Browser Dedicated to Developers Is Coming
#146Earlier 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…
>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. https://code.google.com/p/chromium/issues/detail?id=328026 >Another example would be the use of cache, where I want the minimum possible retention while a user would want the opposite. Chrome Inspector -> [x] Disable ca…
:)
Re: The First Browser Dedicated to Developers Is Coming
#147I wonder if they'll remove (or at least most of it) developer tools from the main browser and try to get developers to use this version. Common criticism of Firefox these days is it feels (and in most cases is) slower and more bloated than Chrome. This move could help Mozilla make FF faster, no?
Re: The First Browser Dedicated to Developers Is Coming
#148Earlier quoted context omitted.
Instead of working to ensure that my parents' computer running Windows 3.1 shipped with a C compiler by default a few decades ago, people inside Microsoft and Borland were probably thinking the same thing. This line of thinking is basically the reason I had to wait a few more years until I could buy my own computer that could run Linux as a teenager. For lots of people, the world is a very different place now, but ju…
You are comparing "Go to the store and buy a box of 10 floppy disks to bring home and install" to "click a button on a website"
but then, as now, getting started ended up being more complicated for some number of people than it probably seemed to our predecessors at microsoft and borland--including reasons that had little to do with software--but that still could've been influenced by how software development tools were distributed.
maybe it was just me, but getting started is probably still more complicated for some people in the world than either of us can imagine. maybe that's no big deal, but my experience makes me pretty sensitive to access to free software development tools.
Re: The First Browser Dedicated to Developers Is Coming
#149Earlier 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…
I don't quite see it that way. > 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. I don't see any inherent conflict between preventing sites from having access to the local filesystem, while having powerful local filesystem access from the browser's integrated devtools…
Re: The First Browser Dedicated to Developers Is Coming
#150Earlier quoted context omitted.
Instead of working to ensure that my parents' computer running Windows 3.1 shipped with a C compiler by default a few decades ago, people inside Microsoft and Borland were probably thinking the same thing. This line of thinking is basically the reason I had to wait a few more years until I could buy my own computer that could run Linux as a teenager. For lots of people, the world is a very different place now, but ju…
Building free software will never be a default mode, simply because building software inherently requires effort. Having the tools in one download or another doesn't appreciably change that.