Author: drweb

SQL

I saw a question asking about the next sequence value and decided to try and answer it myself. I assumed this would be easy, and it was, but I used some AI help to make it very quick to get the value and learn something.Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers.Checking for SequencesI know I’ve done some testing lately with sequences for a customer, so I decided to ask Prompt AI to help. I connected to a database and asked this question after clicking ALT+Z.I got…

Read More

Linux filesystems are responsible for organizing how data is stored and retrieved. Over time – due to sudden power failures, forced shutdowns, hardware issues, or software bugs – a filesystem can become corrupted, and certain parts of it may become inaccessible. When that happens, you need a reliable way to detect and fix those inconsistencies before they cause data loss or system instability. This is where fsck (File System Consistency Check) comes in. In this article, we’ll cover everything you need to know about fsck from basic usage to running it safely on root and production partitions. What is fsck…

Read More

OpenTelemetry is a Cloud Native Computing Foundation (CNCF) framework that is used to provide standardized APIs and SDKs to collect, process and export telemetry data across cloud-native systems. As we know, Telemetry data is critical for monitoring performance, troubleshooting errors and optimizing software systems and OpenTelemetry has become something of a de facto standard in this space.  Basking in the warmth of strong community collaboration, clear specifications and a growing ecosystem of language-specific SDKs and platform integrations, OpenTelemetry now turns its observability prowess towards Kotlin. Popular throughout the cloud-native computing community since being created by JetBrains back in 2011 (although…

Read More

DevOps.com is now providing a weekly DevOps jobs report through which opportunities for DevOps professionals will be highlighted as part of an effort to better serve our audience. Our goal in these challenging economic times is to make it just that much easier for DevOps professionals to advance their careers. Of course, the pool of available DevOps talent is still relatively constrained, so when one DevOps professional takes on a new role, it tends to create opportunities for others. The five job postings shared this week are selected based on the company looking to hire, the vertical industry segment and…

Read More

Mar 23, 2026 Trivy supply chain compromise: What Docker Hub users should know On March 19, 2026, threat actors compromised Aqua Security’s CI/CD pipeline and used stolen credentials to push backdoored versions of the aquasec/trivy vulnerability scanner to Docker Hub. A second wave of compromised images followed on March 22. The malicious images contained an infostealer targeting CI/CD secrets, cloud credentials, SSH keys, and Docker configurations. This post summarizes what happened, what Docker did in response, and what you should do if you use Trivy. Read now

Read More
SQL

In today’s world, this might mean something different, but in 2010, we had this value:In our context, this was about being open and transparent. This is the text from the facing page:No gossiping, no intrigue, no pussy-fitting around problems and no telling people what you think they want to hear whist privately disagreeing. We will be transparent in our dealings.In a small company (2010 must have been 200-ish people), this made a lot of sense and I think overall we minimized politics. I don’t know this will ever be a “no politics” world for Redgate or any other, but we…

Read More

This article uses straightforward Spring Boot examples to illustrate how your application can inadvertently lose messages or process them twice due to the Kafka offset commit mechanism. It builds upon the scenarios discussed in two of my previous posts on Kafka and Spring Boot, offering deeper insights: Source Code Feel free to use my source code if you’d like to try it out yourself. To do that, you must clone my sample GitHub repository. Then you should only follow my instructions. How It Works Before diving into the exercise, let’s explore how Spring Kafka handles offset commit. By default, the Spring…

Read More

Sysdig this week at the RSA Conference (RSAC) revealed it has created a runtime that makes it possible to securely deploy artificial intelligence (AI) coding tools. Jonas Rosland, director of the open source program for Sysdig, said the runtime makes it possible to monitor the activity of AI coding agents in real time, including potential credential risks. It also enables investigation of incidents involving AI agent activity, he added. Additionally, AI agents can be prevented from opening sensitive files or bypassing credential controls. Risky command-line arguments that weaken safeguards, such as allowing unrestricted file writes, are also prevented. Dangerous activity…

Read More

GitHub is preparing a significant change to how it trains the AI models behind its Copilot coding assistant. Beginning April 24, the Microsoft-owned platform will collect user interaction data by default to improve its AI systems, unless users actively disable the setting. The update applies to individuals using Copilot Free, Pro, and Pro+ tiers. Enterprise and business customers are excluded, based on contractual protections often negotiated by larger organizations. For millions of individual developers, however, the shift introduces a new baseline: participation in AI training is automatic unless explicitly declined. “If you choose to help us improve our models with…

Read More

Product-market fit sounds abstract until you miss it. Harvard Business Review reports that 34% of startups fail because they never truly achieve product-market fit. That number isn’t about bad engineering. It’s usually about building something that works technically but doesn’t resonate with real users in real conditions. UI/UX design services exist to reduce that risk. Not by guessing. Not by polishing visuals. But by testing whether the product solves a problem people actually care about. Companies like Fuselab Creative approach product-market fit as a validation process, not a milestone you declare when growth starts. Product-Market Fit Is Behavioral, Not Declarative…

Read More