blob42@lemmy.mltoProgrammer Humor@lemmy.ml•Discovered The Logic for the Fishing IndustryEnglish
1·
1 year agouse 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))
LMFO I was on the reddit thread reading this post and coudn’t believe my eyes reading the comments. We’re living truly revelation times. Like you said this is a long due wakeup call for the rest of the “uncivilized” world.