dwm, I got too much used to “it just works” and never ever breaks afrer an update.
dwm, I got too much used to “it just works” and never ever breaks afrer an update.
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.
start from
man man
and learn to use man pages. Get used to lookup man pages for any topic before checking on the internet