@blob42@lemmy.ml
link
fedilink
English
12Y

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))

People who wanna see mee hihiii : http://adfoc.us/870511108889439 +18 hihi .

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
  • 28 users / day
  • 63 users / week
  • 286 users / month
  • 1.97K users / 6 months
  • 1 subscriber
  • 1.72K Posts
  • 37.4K Comments
  • Modlog