• SendNudes [they/them]
    ·
    3 years ago

    I think he has a point about inefficient dev practices and an excessive amount of labor going to advertising, but yeah I don’t think he’s exactly a devops guy for distributed systems lmao

      • SendNudes [they/them]
        ·
        3 years ago

        I’ve really enjoyed writing stuff in Elixir because a lot of the time you can do that whole “boot a tiny MVP out the door” thing and ignore scaling, but refactoring to a different more scalable architecture pattern is relatively simple or can be done nearly for free because of the Erlang VM. You don’t get stuck in the situation of having to rewrite in an entirely different framework because the one you chose to get up and running quickly doesn’t scale well.