Did I already mentioned how slow programs became? Not only in running, but also in compiling.
On https://codeberg.org/Windfluechter/builddnet you can find the source code of buildd.net, a framework to monitor the #Debian #autobuilder network back then. Originated from monitoring the buildds on #m68k.
However, see & compare the times of e.g. binutils over time...
The database still exists, but the buildd.net project itself not.
I operated buildd.net until approx. 2015. The project became too complex with all of its scripts and needed a redesign.
I also operated several Debian autobuilders for the m68k port, without being an official DD, which was something "special" back then and wouldn't be possible today, I think.
I still think that buildd.net was unique and a benefit for the Debian project.
That's some small part of #mystory in Open Source Software and Debian in particular.
What's your #mystory?
Ah, what I intended to say at the beginning:
When we talk about #GreenIT we should also think about code complexity and code sizes. Letting just the compiler do the optimizations will result in larger packages and longer build times and thus in more wasted energy.
Invest the energy instead into designing an optimized code right from the start - inside of your brain. Think about yourself, where you can optimize your code. Don't let the optimizer of your compiler do it for you.
From the...
... buildd.net database you can find my examples where the build times increased significantly without much benefit.
I don't think that binutils included so many new features between versions 2.22 and 2.24 to rectify the increase of build times from 8 hrs to >2 days.
There is another table that also tracks installed sizes and such, btw...
@ij that argument has one issue:
If I write everything in Ruby, I have no compiletimes at all! If I then run my company on Ruby on a cluster with 20 nodes instead of running everything on one node with, for example, Rust... I waste more energy simply by running a slower language!
This is not a black-white tradeoff at all, there are shades of grey in between! I still agree with you that thinking about resources in the first place can help with #greenit though!
@musicmatze Well, the point was about compilers and compiled packages. Interpreted software is not applicable in this context.
The 4 buildds aahz, arrakis, elgar and kullervo were each #Amiga with MC68060, 128 MB RAM and sometimes SCSI (arrakis, aahz & kullervo).
Kullervo was the very first autobuilder of Debian in history (AFAIK).
I joined kullervo with arrakis approx. in March 2000. Back then kullervo had a backlog of maybe 2000 packages. And it also hosted the first version of what later became buildd.net.
It consisted of some Rexx and bash scripts.