@blob42@lemmy.ml
link
fedilink
English
11Y

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))
Create a post

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
  • 1 user online
  • 120 users / day
  • 257 users / week
  • 744 users / month
  • 3.72K users / 6 months
  • 1 subscriber
  • 1.48K Posts
  • 32.6K Comments
  • Modlog