* Make software that works on older devices, the older the better.
* Make software that will keep on working for a very long time.
* Make software that uses the least amount of total energy to achieve its results.
* Make software that also uses the least amount of network data transfer, memory and storage.
* Make software that encourages the user to use it in a frugal way.

#FrugalComputing

@wim_v12e @nasser These are great principles that are sadly quite hard to live by these days. I try to do it myself, but not everyone is confortable with C/C++ and the likes. Where are all performant and easy-to-use languages? The minimal UI libraries? We need lo-fi versions of SwiftUI and React.

What I'm saying is that its harder today than it used to be and experienced developers should try to make it easier for newcomers to do the right thing.

@nasser @wim_v12e The web could be a good target I guess, despite the enormous software stacks that modern browsers are. One could maybe be careful of what apis one use and make sure the app runs in e.g. SerenityOS's browser.