Author: drweb

Will that stop its decline? We’ll soon find out.Once upon a time, Stack Overflow was, love it or hate it, the site programmers went to find answers for their most annoying development questions. Back then, according to Prashanth Chandrasekar, Stack Overflow’s CEO, the site had “100 million monthly visitors.” Then AI came along. From its peak in 2014, when the site handled more than 200,000 new questions a month, it had collapsed by the end of 2025 to a mere 3,862 new queries. That’s a fall of roughly 98%. So, its owners have decided to reinvent Stack Overflow as a…

Read More

A global survey of 2,350 developers, CISOs and application security managers published this week finds that while nearly all respondents (96%) work for organizations that have embedded or connected artificial intelligence (AI) code and tools into some aspect of their application development workflows, nearly half of all code (49%) running in production environments was AI-generated in 2025.Conducted by the market research firm CensusWide on behalf of Checkmarx, the survey also finds 70% of respondents reporting they are also now discovering more vulnerabilities, with 31% describing that increase as being significant.On average, developers are spending 49% of their time in a…

Read More
SQL

We work hard at Redgate, though with a good work-life balance. One interesting observation for me (as an American) is how well most of the company in the UK works normal hours and rarely works outside of those.However, sometimes we do find people, especially engineers, heads down and very focused. With our engineers in the office a day or two a week, they might end up coding in a group and trying to solve a challenging issue.We used to have engineers working more than 8 hours regularly, often late, when they were in the office. I came across this page…

Read More

Infrastructure as code (IaC) is no longer optional in modern Azure environments. Teams need repeatable deployments, secure defaults, predictable architecture and strong governance. Azure Bicep has become the preferred IaC language for Azure because it’s declarative, simple, modular and deeply integrated with the Azure platform. This article breaks down how to design Bicep modules the right way for enterprise deployments. These patterns come from real-world use cases such as banking, fintech, multitenant SaaS and regulated workloads. Why Bicep is the Standard for Azure IaC Teams that move from ARM and Terraform to Bicep typically do so because Bicep offers: Cleaner Syntax: No more massive JSON ARM templates. Native Azure Integration Automatic API version updates First-Class Modularity: Modules can describe reusable…

Read More

If you installed Flatpak on Ubuntu and now want to remove it completely, including installed apps, runtime files, cached data, and leftover directories, this article shows how to clean it up so nothing is left behind. Ubuntu uses Snap as its default package format and does not include Flatpak by default, but if Flatpak is present on your system, you likely installed it manually, added it while following another software installation guide, or carried it over during an upgrade from an older Ubuntu release. Removing Flatpak with a simple apt remove flatpak command only uninstalls the package itself, but installed…

Read More

There’s a pattern playing out across engineering teams right now that nobody talks about openly: the tool meant to reduce operational complexity has quietly become one of the biggest line items on the infrastructure budget.Observability spending is out of control, and for most teams, it’s not because they’re monitoring too much. It’s because they’re paying for platforms designed for enterprises ten times their size, ingesting data they’ll never query, and running three or four disconnected tools that still don’t give them a single coherent picture of what’s happening in production.This isn’t a niche problem. It’s one of the defining operational…

Read More

Anthropic has abruptly walked back a controversial, unannounced policy that degraded the performance of its latest model, Claude Fable 5.The reversal follows intense backlash from the machine learning community, which criticized the company for a lack of transparency and anti-competitive behavior, according to a Wired report.The controversy began earlier this week with the release of Claude Fable 5, a version of Anthropic’s highly sophisticated Mythos system equipped with specialized national security guardrails. While the company openly said it would reroute hazardous prompts regarding cybersecurity, biology, and chemistry to less advanced models, it did not disclose a separate restriction: silently throttling…

Read More
SQL

DROP TABLE IF EXISTS dim.Account;CREATE TABLE dim.Account ( id INT IDENTITY(1,1) NOT NULL ,[4444] VARCHAR(10) NULL ,[4444_desc] VARCHAR(550) NULL ,aa VARCHAR(10) NULL ,aa_desc VARCHAR(550) NULL ,fund VARCHAR(10) NULL ,gl VARCHAR(10) NULL ,gl_desc VARCHAR(550) NULL ,llll VARCHAR(10) NULL ,llll_desc VARCHAR(550) NULL ,o VARCHAR(10) NULL ,obbb VARCHAR(10) NULL ,obbb_desc VARCHAR(550) NULL ,pp VARCHAR(10) NULL ,ppss VARCHAR(10) NULL ,pprr_desc VARCHAR(550) NULL ,s VARCHAR(10) NULL ,s_desc VARCHAR(550) NULL ,effective_start_datetime DATETIME2(7) NOT NULL ,effective_end_datetime DATETIME2(7) NOT NULL ,is_current BIT NOT NULL ,hash_key AS CONVERT(VARBINARY(32), HASHBYTES(‘SHA2_256’, CONCAT( ISNULL([4444], ”), ‘||’ ,ISNULL(aa, ”), ‘||’ ,ISNULL(fund, ”), ‘||’ ,ISNULL(gl, ”), ‘||’ ,ISNULL(llll, ”), ‘||’ ,ISNULL(o, ”), ‘||’ ,ISNULL(obbb,…

Read More

May 12, 2026 Docker AI Governance: Unlock Agent Autonomy, Safely Introducing Docker AI Governance: centralized control over how agents execute, what they can reach on the network, which credentials they can use, and which MCP tools they can call, so every developer in your company can run AI agents safely, wherever they work. Your laptop is the new prod Agents are the biggest productivity unlock… Read now

Read More
SQL

I almost did not publish this book.Not because I doubted the ideas. Because I was not ready for anyone to see how much of it was about me. And, I suspect, about you.For twenty-five years my job was to make slow things fast. Queries, indexes, servers. I was good at it, and I built a quiet pride on being good at it. I never imagined that a fast thing would be the one to break my heart a little.I have written more than five thousand articles. Not one of them ever kept me awake at night. This one did, for…

Read More