As for finding those organizations, that's a different question and may be better asked without reference to software engineering so as to receive the widest spectrum of orgs.
Ask HN: What jobs can a software engineer take to tackle climate change?
31–40 of 77 posts
Re: Ask HN: What jobs can a software engineer take to tackle climate change?
#32Re: Ask HN: What jobs can a software engineer take to tackle climate change?
#33Recently the web has evolved with CSS Grid and this means that you no longer need to have web pages made of 'div soup' with every 'div' using half a dozen non-semantic class attributes.
It is extremely rare for a web page to be 10% or higher in actual content, if you look at the actual document and don't even consider the images/scripts/stylesheets. Most of the web could be at the 33% mark if you strip the presentational markup away and just use HTML5 elements, styling them with CSS Grid. The benefits of writing this way are many, apart from being green, such a page is accessible because useful elements are used for the page, e.g. 'nav' instead of 'div', and easier to maintain, because the content is kept simple. There is also SEO benefit from having a quicker to download page that is a fraction of the size.
Now you may scoff at saving a few bytes from a few web pages but the savings add up, get one template right for a website that gets used by a few million people on a daily basis and you are suddenly saving gigabytes. People's phone batteries last longer, cell towers don't have to do as much work, server rooms can run cooler, it is a bigger win than people think.
Once upon a time we thought nothing of single use food containers or excess packaging, the humble 'div' with its framework class attributes double-wrapping every block of content on the page with a few 'span' elements thrown in for good measure is possibly more wasteful, at least you can reuse plastic bags, you can't reuse a 'div' that has been beamed across the airwaves from the far side of the globe.
There are laws coming along meaning that web pages have to be accessible. You can make them accessible in a lip service way or re-write them with maintainable, CSS-Grid styled HTML5 to deliver a first class accessible experience. In the EU there is a two year period for the public sector to get their act together on this.
Writing HTML without the div where you focus on document structure and use the right elements is very easy, as is using CSS Grid. But we are in an industry where the mindset is to work from a visual mockup and to then paint by numbers gormlessly using the dreadful div element that has no place in modern HTML and very much goes against the 'separation of concerns'.
The world needs someone to teach a new intake of web developers how to write actual HTML, leaving the build tools and hacks far behind, more of a focus on the written word rather than the overly complex tech.
We have had revolutions in web design, for instance 'responsive' was a thing. If we can have actual HTML instead of bloated presentational markup then there will be some old timers who won't get it, but this easier way should be well received. Right now though dev teams are very much geared up for over complicating projects and not even thinking to use just the HTML5 elements in a content first type of way. Hierarchies of teams are built around anachronistic 'agile' processes that are doomed to result in bloated div websites.
Unless there is nuclear war then we are not going back on the web, it is here to stay and be improved on. Be that improvement. Teach people how to write web pages the easy way, enable others to think differently and not be using tired Stack Overflow 'div' solutions that were okay a decade ago.
The maths of the CO2 saving is not easy to work out. But then it is. HTML is the language of the web and web pages are what we read. This page you are reading right now is HTML and not some JSON stringified thing. Coding the lean HTML5 way does get your HTML document size halved, plus the lights don't have to be on as long to write it in the first place.
You can do all of this stuff a lot easier than the stuff you have done thus far. I don't think your skill set is in 'planting trees'. Nobody is looking for 'green HTML developers' but there is this legislative requirement for accessible HTML. Start selling yourself to them.
Re: Ask HN: What jobs can a software engineer take to tackle climate change?
#34A parent - and raise your child(ren) to live in an ecologically sensitive manner that you wish the rest of the world to be. (Am being honest, not being snarky)
Surely not being a parent is friendlier to the environment :-)
Re: Ask HN: What jobs can a software engineer take to tackle climate change?
#35Can we cut the constant climate change topics? For the last three or four weeks I haven't been able to swing a dead cat without hitting somebody going into histrionics about the end being nigh because humans or cow farts are destroying the planet.
Re: Ask HN: What jobs can a software engineer take to tackle climate change?
#36Slightly adjacent to your question, but I've thought it would be nice to have a Google Maps-like app that optimizes for fuel use instead of drive time or distance.
Re: Ask HN: What jobs can a software engineer take to tackle climate change?
#37How about stop using automobiles and walk to places?
Re: Ask HN: What jobs can a software engineer take to tackle climate change?
#38I'd say from long experience of being ignored when trying to do this and similar stuff, the best payoff is to push it upstairs to those in power, the politicians, who doubtless have many other things to do, but whose job it basically is. Your job is to tackle stuff on an individual level, yourself and your family perhaps, but theirs is to deal with things on a societal level where there is much greater effectiveness.…
Re: Ask HN: What jobs can a software engineer take to tackle climate change?
#39Good luck on that but if you really want to do something, join an organization, protest, etc. We need political power more than we need software right now.
Re: Ask HN: What jobs can a software engineer take to tackle climate change?
#40Very nascent, researching and blue-sky-ing, but I'm just putting it out there for anyone who might like to discuss this.