2026-07-29
81 reads
2026-07-29
81 reads
One of the goals of software is to use the power of the computer to handle repeatable tasks. Steve notes that this can be hard at first, but the goal is that subsequent efforts become routine.
2026-07-27
70 reads
Software teams are changing with AI and this might be an exciting time for developers if they take advantage of the capabilities available.
2026-05-22
97 reads
Steve asks you what you think AI can do for you today, with a few suggestions of what he sees.
2026-05-18
116 reads
2026-04-29
168 reads
2026-04-17
111 reads
It can be irresponsible to use AI, but is it in many cases? Steve has a few thoughts.
2026-04-15
104 reads
Code reviews can be challenging in many places, and with AI, could be even more of an issue in the future.
2026-04-08
119 reads
2026-03-30
140 reads
2026-02-25
97 reads
Programmatic Tool Calling with the Claude SDK Every morning somebody on the team runs the...
By Steve Jones
mauerbauertraurigkeit – n. inexplicable urge to push people away, even close friends whose company...
By Brian Kelley
Pinal Dave wrote up his methodology for what to do when you discover bad...
Comments posted to this topic are about the item Why SQL Server Database Attach...
Comments posted to this topic are about the item Fixing P1 Queries
In SQL Server 2025, I run this code:
select bit_count('A')
What is returned? See possible answers