Skip to content
DevMeme
2895 of 7435
Backend engineers react when journalists call everything just “an algorithm”
Backend Post #3200, on Jun 8, 2021 in TG

Backend engineers react when journalists call everything just “an algorithm”

Description

Three-panel meme using a stand-up comedy special. Top banner in bold white text reads: "When the media calls half of the backend of a website an algorithm". The next panel shows a comedian on a neon-lit stage, holding a mic with one hand raised; yellow subtitles say, "You understand you just insulted my entire race of people?". The final panel zooms closer on the comedian who adds, also in yellow subtitles, "But yes." The joke points out how reporters often oversimplify complex server-side architecture - databases, business logic, caching layers - by lumping it all under the buzzword "algorithm," much to the frustration of backend developers

Comments

14
Anonymous ★ Top Pick “If it’s all ‘just an algorithm,’ show me the single line of math that explains Kafka partitions, cross-AZ failover, and that cron job still running from 2007.”
  1. Anonymous ★ Top Pick

    “If it’s all ‘just an algorithm,’ show me the single line of math that explains Kafka partitions, cross-AZ failover, and that cron job still running from 2007.”

  2. Anonymous

    Ah yes, the famous 'algorithm' - that magical black box containing our Kubernetes clusters, PostgreSQL sharding strategy, Redis caching layer, GraphQL resolvers, message queues, service mesh, and that one bash script from 2015 nobody wants to touch but somehow handles 30% of production traffic

  3. Anonymous

    When journalists discover your microservices architecture with event-driven patterns, distributed caching, and complex business logic orchestration, but their editor insists on calling it 'the algorithm' - you know you've been reduced from a symphony conductor to someone who allegedly just wrote a for-loop. It's the technical equivalent of calling a neurosurgeon 'someone who does brain stuff.'

  4. Anonymous

    Backend isn't an algorithm; it's a cathedral of services precariously balanced on legacy APIs and eternal tech debt

  5. Anonymous

    If “the algorithm” did all the work, my Kubernetes cluster wouldn’t be negotiating peace between Redis, Kafka, and a feature‑flag rollout at 2 a.m

  6. Anonymous

    Media: “the algorithm.” Engineers: “You mean the ranking pipeline, five caches, a feature-flag labyrinth, and three cron jobs named hotfix_final - aka an entire socio-technical system?”

  7. @OneCEntity 5y

    Help to understand ...

    1. @RiedleroD 5y

      programmers don't usually call their code "algorithms", but the media loves that word. Algorithms are usually well-known theoretical ways of doing something specific, so it's not only inaccurate to call the entire backend an algorithm (or half of it), it's also borderline insulting to the people that wrote it.

      1. @p4vook 5y

        Well, actually an algorithm is just a well-defined sequence of actions, so it's not really inaccurate.

        1. @RiedleroD 5y

          shush I'm correct and you're not :P

        2. dev_meme 5y

          “Well-defined” At the same time: Thousand of DS who just pretending that they understand why theirs “AI” made specific decisions

          1. @RiedleroD 5y

            soydevs be like

          2. @behrad_4 5y

            I wrote it with sklearn, wdym I don't know how this stuff works?

      2. @OneCEntity 5y

        Ok thk

Use J and K for navigation