People from different parts of the world support the environment in different ways. How as a Programmer can we be eco-friendly or being a green-programmer?
Hope if we can follow the best answers we can support the environment.
|
12
|
People from different parts of the world support the environment in different ways. How as a Programmer can we be eco-friendly or being a green-programmer? Hope if we can follow the best answers we can support the environment. |
||||||||
|
|
|
Advice specific to programmers:
General advice for office workers:
|
|||
|
|
Over and above all the good things we as individuals can do, software developers can make a huge impact just by how they architect systems. Instead of throwing more machines at a problem, it can make both economic and environmental sense to make performance and scalability improvements that dramatically reduce your hardware needs:
|
|||
|
|
|
|
Don't ever code for spammers. Spam wastes enormous amounts of energy..literally. |
|||
|
|
|
|
Recycle your friggin' coke cans. |
|||
|
|
|
|
Here are some basic things I do:
|
|||
|
|
|
|
Assuming that this has to do with the role of a programmer and not that of a manager here’s my two cents.
|
|||
|
|
|
|
Don't breed. Suppose the average human causes 1 unit of environmental damage. You use a bike generator to power your laptop and eat only wild-foraged chickweed, and don't heat your home, and compost your poop. You are wildly successful, reducing your impact to 0.5 units of environmental damage. Then you have a couple kids. If they meet the average, you're back at 2.5 units. All that effort is lost. And you're already 1/2-way through your life: they're just getting started. (Maybe you'll teach them to follow in your footsteps, but just as likely they'll rebel and get a Hummer to drive to McDonald's.) I'm not really here to tell you how to live, just to point out that how many new people you create is likely to have a bigger impact on the environment than the rest of your decisions put together. |
|||
|
|
|
|||
|
|
|
|
Use real science and real math to determine what saves energy and is environmentally friendly. Examples: 1) Don't promote the concept of Global Warming which has already been proved falacious (see NASA AQUA Satellite Data). Even the big promoters of Global Warming have switched to Climate Change as the term, since the data won't support them. 2) Based on the First law of Thermodynamics, the energy you bring into a closed space (home, office, etc) will be the same whether a fridge or a heater. So it's an illusion that removing an old fridge will save you any electricity if you have any heaters in the space. Another good link: http://www.accesstoenergy.com/ |
|||
|
|
|
|||
|
|
|
|
Always create branches, and never tamper with the trunk ;) |
|||
|
|
|
|
Saving energy is fine, but nothing beats reducing the environmental cost of energy in the first place. |
|||
|
|
I'm becoming more obsessed with the amount of electricity I use, I've got a electricity meter that lets me know how much juice my development rig is sucking.
|
|||
|
|
My points would be:
I thinks I'm out of ideas now, but You can think of more them. |
|||
|
|
Don't print everything. I see a lot of fellow developers print the source code to take a "closer" look or something. Try to use the electronic copy as much as possible. Printing is like killing Oxygen. |
|||
|
|
stop downloading emules/torrents at night and just turn it off |
|||
|
|
|
|
Use a lower power PSU and GPU (Or just use a laptop). You don't need a Nvidia Geforce 9800 beasty with extra cooling to write those ASP webforms.... Unless of course, you're actually writing something that does require that power.... |
|||
|
|
|
|
All programmers should know The Rules of the Optimization Club, Amdahl's law, and Knuth's quote on optimization:
We can apply these laws to reducing anthropogenic greenhouse gas emission. For example, if 90% of the CO2/Methane/NOX emission comes from factor X, there's almost no point in optimizing factor A, B, C, or D. Just like the bottleneck in software performance. It certainly feels good to contribute to good cause, but making any significant change requires running profiler first. I am not an expert on environmental science, but I guess w:Greenhouse Gas could be a starter.
From the above graph, I'd think Power stations, Transportation fuels, and Agricultural byproducts are the easiest to tackle.
Ultimately, it's too complicated to decipher where carbons are spent on our own. Even orange juice has carbon footprint. One solution may be to add the cost of carbon retrieval to the cost of product, in the form of carbon tax. By means of demand and supply, eventually everyone would go green. |
|||
|
|
Don't take showers. It's OK, because you're a programmer and people don't expect you to take showers anyway. Note that you may sometimes get hosed down. Be sure to take a spare set of dry clothes to work. |
|||
|
|
|
|
Code in a forest. |
|||
|
|
I think you're fooling yourself if you think you can be green. Sure you might be able to be a little greener but I doubt this will override your non-green credentials much. As programmers we make computers cooler and make people want to use them more, by definition this consumes more electricity and requires more energy. If you truly want to be green I'd suggest becoming a Luddite. |
|||
|
|
|
|
After you get that one nailed down, stop breathing. |
|||
|
|
|
|||
|
|
Something that I have become very interested in is measuring power consumption per transaction. For instance when a user searches on our site how many watts does it take to answer their question. How many watts does it take to turn a visitor into a customer. This type of analysis will lead to some suprising optimizations. James Hamilton has written about power consumption of scale services extensively and is now measuring with 2 metrics, work done per dollar and work done per joule. I would say to Nolte that while there can be valid reasons to colo in metropolitan data center any reasonably large deployment can only be cost effective in a remote datacenter since power is now the largest cost in running large services. As it turns out the larger the deployment that you have the more sense this makes. I think in the future the only way to make an application scale cost effectively will be to use Azure, EC2, Google App Engine, another commercial alternative, or an in house developed alternative. The cost differential that those services get as opposed to more traditional models is staggering. For instance if you have a fabric of fail in place servers maitenance costs will be much lower than sevicing servers as they go down. Interestingly here business needs (lower power usage) coincide nicely with environmentalist wants (lower power usage). |
|||
|
|
If you commute by car, work from home a couple of days a week if possible. You'll reduce your carbon output, and save a bit of money, too. I save ~£24 (~$34) a week (£1,248!) on diesel by working from home two days a week; that doesn't include car maintenance costs either. It's not insignificant. Plus, less traffic on the roads means less congestion which means free flowing traffic and thus much more efficient motoring for those who are on the roads. |
|||
|
|
|
|
Use VB.net it's better for the environment, Curley brackets have been shown to be bad for the environment |
||||
|
|
|
|
||||
|
|
|
Design compact reports to save paper If you write software that generates reports try to:
This will reduce paper and toner (or ink) usage on the client side. If your client prints a lot of your softwares reports, this will save much more paper than you can by cutting down your printer usage. |
|||
|
|
|
|
Some advices that I think could help:
|
|||
|
|
The same things everyone else could do.
|
|||
|
|