There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

blob42 ,

use homomorphism and apply it to everything:


<span style="color:#323232;">interface Profitable {
</span><span style="color:#323232;">      exploitable() --> bool
</span><span style="color:#323232;">      can_organize() --> bool
</span><span style="color:#323232;">}
</span><span style="color:#323232;">
</span><span style="color:#323232;">let profitables: list[Profitable]
</span><span style="color:#323232;">
</span><span style="color:#323232;">for entity in all_things_on_earth {
</span><span style="color:#323232;">    if entity.exploitable && !entity.can_organize {
</span><span style="color:#323232;">        profitables.push(entity)
</span><span style="color:#323232;">    }
</span><span style="color:#323232;">}
</span><span style="color:#323232;">
</span><span style="color:#323232;">profit += sell(exploit(profitables))
</span><span style="color:#323232;">capital += buy_all_you_can(profit) - (buy_politicians(profit))
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • lifeLocal
  • goranko
  • All magazines