use homomorphism and apply it to everything:
interface Profitable {
exploitable() --> bool
can_organize() --> bool
}
let profitables: list[Profitable]
for entity in all_things_on_earth {
if entity.exploitable && !entity.can_organize {
profitables.push(entity)
}
}
profit += sell(exploit(profitables))
capital += buy_all_you_can(profit) - (buy_politicians(profit))
Be careful with overwork try to keep life balance. I know it’s difficult when a project is done by passion but health first.
This is the result of years of anti-copyleft propaganda which started to pay off. Now, all that corps need to do is wait for new projects and libraries to pop up and subtly (more than often openly) allocate resources to whichever project they need, or simply EEE. A much easier exercise than it was during the early years of copyleft where we could literally have a free alternate operating system to Microsoft, Apple and IBM while they were openly fighting it. Read on the Education and Government Incentives program for a reminder of what corporations are capable of.