Forum Replies Created

Viewing 15 posts - 1 through 15 (of 3,683 total)

  • Reply To: Even When You Know What You're Doing, You Can Screw Up

    I've got a situation at present where a BI product has an API and a UI that uses the API.

    The API has "features", as in looks like a bug, behaves...

  • Reply To: What Can AI Really Do?

    In the 1st successful case Claude was told that I had compiled Terraform from source code for the specific version in question. When running terraform apply I got {specific error}.

    Claude...

  • Reply To: What Can AI Really Do?

    I had to do some work on an old Terraform code base.  The particular version of Terraform has to be built from source code.  I followed the instructions to set...

  • Reply To: Why I Don’t Like Shared Development Databases

    The mechanics for this are relatively easy.  The hard bit was the thinking to make it relatively easy.

    We have a small CI/CD database that holds some data that we expect...

  • Reply To: The New Wave of Security Threats

    There have been supply chain attacks on PyPi that have resulted in popular Python packages being compromised.  Getting the timing right for patching is vital

    • Too quick = Risk exposure...
  • Reply To: There's Too Much to Learn

    I never got to use Analysis Services.  My company had me stretched with my workload and learning the parts of SQL Server relating to that workload.  At the time, I...

  • Reply To: Half of All Engineers

    I am reviewing a PR where AI has been used extensively.

    In terms of functional requirements, it works.

    In terms of NFRs, such as maintainability, code quality metrics, sensible variable names, well-structured...

  • Reply To: A Tool is Better than a Script

    Where is the borderline between a script and a tool?

    Most of my development work is done on a Mac configured to use the ZSH (Z Shell) with https://ohmyz.sh/

    We do a...

  • Reply To: The New OS Wars

    SQL Simon wrote:

    I know we avoid talking politics here, but is it really a "temporary anomaly"?

    Yes, everything is temporary; it just depends on the timescales.

    Getting rid of Microsoft at the...

  • Reply To: The New OS Wars

    Apparently, France is one of the few nations that can design and build its own fighter jets alone.  It's a great shame because the UK used to be really good...

  • Reply To: Working Better Under Pressure

    There is no magic; it is what we are taught to focus on.  The original two SQL Server 6.5 courses (admin & developer) showed us execution plans, Perfmon, profiler and...

  • Reply To: Who is Irresponsible?

    Technology runs ahead of what CTOs and architects can keep up with.  By the time they have assessed it, the cat is out of the bag.  It is very hard...

  • Reply To: Barely Reviewed Code

    Steve Jones - SSC Editor wrote:

    I hate mono repos. I think that's how we often "re-used" code in the past, sometimes with a Windows, Android, and iOS apps in the same repo. (though often...

  • Reply To: Acting with Confidence

    Back when I had to do database deployments, we would rehearse the deployment and rollback twice, checking that we had actually achieved both.

    Our approach evolved over the years.  A deployment...

  • Reply To: Barely Reviewed Code

    I used GitHub Co-Pilot as an initial reviewer, but not an approving reviewer.  It would raise points on a pull request that were the sorts of questions that a junior...

Viewing 15 posts - 1 through 15 (of 3,683 total)