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:
|
|||
|
|
If your software is widely used, write decent code. Shaving 30 seconds off that image stabilization code saves 30 secs of computer time, every time it is executed (30 secs * 10000 execs/day * 30 days = 104 days of saved computing time). That's far more energy than you'll ever save personally. |
|||
|
|
Turn off the light switch in your coworker's office after they leave to go on vacation. :) Have unused boxes turned off or go into 'hibernate' mode for low power. |
|||
|
|
Recycling your old PCs and parts is a major factor. There's more gold in land fill sites from old parts than some gold mines apparently which some companies are trying to exploit through mining land fills! Also don't leave your PC on at night like most companies do. This accounts for 2% of America's electricity usage per year - locked PCs in offices. |
|||
|
|
Turn your computer off when you're not using it. |
|||
|
|
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. |
|||
|
|
|
|
The same things everyone else could do.
|
|||
|
|
|
|
Code in a forest. |
|||
|
|
|
|||
|
|
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. |
|||
|
|
|
|
Saving energy is fine, but nothing beats reducing the environmental cost of energy in the first place. |
|||
|
|
Buy an Aeron Chair. Not only because it's 94% recyclable; odds are you'll use it for a time span within which others would go through twenty (all destined for a local land fill). Extra Bonus: they are nice and comfy. |
|||
|
|
|
|
Use VB.net it's better for the environment, Curley brackets have been shown to be bad for the environment |
||||
|
|
|
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. |
|||
|
|
|
|
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). |
|||
|
|
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. |
|||
|
|
|
|
|
|||
|
|
|
|
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.
|
|||
|
|
Make sure your company's datacenter/hosting is powered by "green" power sources. You can do a lot by moving your co-location into regions with hydro-electric power, wind, solar, etc... It's also a lot cheaper, compared to coal. Of course, having to fly to such a location to service the machines would likely cancel out any environmentally friendly efforts you are making. |
|||
|
|
|
|
Some advices that I think could help:
|
|||
|
|
Assuming that this has to do with the role of a programmer and not that of a manager here’s my two cents.
|
|||
|
|
|
|
Some of the ways I follow:
|
|||
|
|
|
||||
|
|
|
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.... |
|||
|
|
|
|
Always create branches, and never tamper with the trunk ;) |
|||
|
|
|
|
|
|||
|
|
Here are some basic things I do:
|
|||
|
|
|
|
Don't ever code for spammers. Spam wastes enormous amounts of energy..literally. |
|||
|
|
|
|
|
|||