Dispatches From The Internets

It’s time for Microsoft to open source Internet Explorer

This is a pretty interesting idea and I see where Peter Bright is coming from with this sentiment:

Although Microsoft has endeavored to be more open about how it’s developing its browser, and which features it is prioritizing, that development nonetheless takes place in private. Developing in the open, with a public bug tracker, source code repositories, and public discussion of the browser’s future direction is the next logical step.

With Microsoft opening up their process more and more, I wonder if they’ve considered open-sourcing Trident (or whatever is driving “Project Spartan” under the hood).


Timeline of Web Browsers

I love this visual timeline of Web browsers because it shows where we’ve been, where we’re at and where browsers have converged, diverged, and switched things up. Thank you Internet!

The timeline


Why we can’t do real responsive images with CSS or JavaScript

Bruce Lawson, briefly, on why picture, srcset, and sizes are better for adaptive images than CSS or JavaScript any day of the week when it comes to performance:

The only way to beat the preloader is to put all the potential image sources in the HTML and give the browser all the information it needs to make the selection there.

Good stuff, Bruce. I’m sorry I won’t be in Barcelona to see this presentation (and you)!



Front end and back end

PPK nails it as usual:

Back-enders work with only one environment, their server. They have the option of changing their environment; for instance by installing new software or upgrading the hardware.

Front-enders work with an unknown number of radically different environments, ranging from state-of-the-art desktop computer to three-year-old, crappy phones with limited memory and processor time. They cannot change these environments because they have no power over their users’ browsers. Still, their code should work in all of them.

I shared similar thoughts in my post A Fundamental Disconnect.


Monday, 19 January 2015

This brilliant piece from Eileen Webb discusses her experience as a woman who has been working in tech since her first internship in 1997. In it, she chronicled a number of incredibly inappropriate work-related activities and situations she has endured—that sucks, Eileen, I’m sorry you had to deal with all that crap—but the point of the post is not to dwell on these. Instead Eileen urges us to listen when women (and I have to imagine any underrepresented group) vent about mistreatment and to reflect on it rather than reacting:

Yes, many women are angry, and injured, and our public seething will make you uncomfortable. Sit with that. Let it wash over you, and through you. Breathe, and feel the urge to squirm, and choose to be still instead. For we who have been living with this discomfort our whole careers, you can handle not-reacting for a few minutes.

We need to listen in order to be aware. We need to reflect in order to understand. And when we do that, we can recognize forms of oppression and disrespectful behavior, identify it as such, and stand together in declaring it unacceptable.




The problem with Angular

In this extensive piece, PPK does a brilliant job voicing the thoughts and feeling I think a lot of us front-enders have when it comes to Angular. You should do yourself a favor and read the whole thing. Seriously. Especially if you are in IT in a large company that is using or thinking of using Angular. Seriously.

Go. Read. It.