• 0 posts
  • 69 comments
Joined 1 year ago
Cake day: June 4th, 2025
  • I mean, what we have now is a clique of ideologically-aligned people who insta-approve each other’s bad PRs outside their domain and ignore or jam-up the PRs of people outside their clique.

    You can say it’s a failure of management, but this is the primary tool used by the ideologues. And I’ve seen it used so at various places.

    What I haven’t seen is a real dissemination of knowledge about the code via review. At least not above and beyond what can be achieved by looking at the code and using blame to see the changesets and looking at the associated issues.

  • Why would you ask permission to do something necessary? Just do it any time you have a ticket in the area.

    One place I worked at had a rule forbidding pure refactors. One, it’s no other department’s (or manager’s) business that you massaged something to be more useful. Two, what is QA supposed to do with a change that has no new features or bug fixes? Three, are you going to put “refactor” in your release notes? Four, why are you refactoring things out of the scope of a feature or bugfix?

  • Ditto.

    The entire concept behind genAI coding is you can pay a recent grad peanuts to babysit (read: be liable for the mistakes of) a computer to program itself.

    I don’t understand the articles breathlessly saying that there’s skyrocketing demand for senior engineers and plummeting demand for juniors. What is the expertise for if AI is so smart?

    Or are we finally saying the quiet part out loud — that genAI is making subtle mistakes that take experience to spot?

  • C.

    I exaggerate a bit. C99 lets you declare variables anywhere inside the block, not just the top.

    Which still got me into an argument with a coworker who wanted me to declare every variable at the top of the block “in case” we port the code to a compiler that doesn’t support it.

    C99 was 20 years old at that point.

    Newer versions of C have generics “support” but I haven’t seen it in the wild yet.

  • Flash had its use. I think a better analogy for me is web frameworks.

    I remember in the mid 2000s there seems to be a new one every week. “LOL, you aren’t using Ruby On Rails? Peasant!” “LOL, you aren’t using Django? Peasant!”

    Still seems to be the case with Electron, React, Node, blah blah blah.

    Running to stand still.

  • Articulates the conclusion I’ve come to.

    The idea that fetuses today will never catch up to a technology touted as easy enough for a dog to use is absurd.

    If this stuff is so amazing, then I’ll pick it up when it matures.

    It frankly doesn’t solve any problems I have. PR approvals are my bottleneck, not writing code.

    And as more people outsource their thinking to LLMs, the less intelligent they are on their own.

    Hope you have enough tokens and the server isn’t 404.