Thou shalt not create a machine to counterfeit a human mind.

  • 1 Post
  • 674 Comments
Joined 1 year ago
cake
Cake day: December 14th, 2024

help-circle
  • Hahahahahahahaha hahahahaha.

    That’s one of those easy things for me to overshare. I take half a dozen pills daily to function. If they aren’t, or at least don’t know why I take them, it ain’t gonna work.

    The actual like, really disabling thing about me isn’t any of the things I’m treated for. It’s my sleep disorder. I still have to show up to my 9-5. My kid still has arrival and pickup times at school. Banks are only open 9-5.

    I’ve found that women with treated or untreated disabilities understand this shit way more than normies. That’s not to say go look for them, but don’t try to fit into an ablist mask, that’s far more harmful



















  • peoplebeproblems@midwest.socialtoProgrammer Humor@programming.devMicroservices
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    1
    ·
    4 months ago

    You know, this really has me pondering my projects architecture. We have tiers of services.

    At the top, we have the UI. Then we have a “consumer” an “orchestra” and a “data” tier.

    Data is the tier that exclusively talks to databases. Orchestra talks to the multiple data services. A good chunk of business logic is here. Consumer uses the orchestra and handles UI requests.

    All it essentially does is split the monolith into 3 services at minimum. And since it’s on the cloud, there’s a start up cost where we need to spin up 3 machines instead of whatever you can do with microservices. What benefit do I get?