We are Invo Solutions – a software company born inside of a financial institution that nurtures the relationship between people and their own financial institution. At its core, banking is about people. We need the best people in our building to serve our partners.
Author: drweb
ani-cli is a POSIX shell script that lets you search for anime, choose an episode, and stream it directly through mpv. It uses fzf to select titles and episodes and curl to fetch the required data. You enter the anime title, fzf shows the available matches, you choose one, select an episode, and mpv starts streaming it. No browser, no ads, no pop-ups, and no need to open multiple tabs just to find the next episode. TecMint Weekly Newsletter Get the Learn Linux 7 Days Crash Course free when you join 34,000+ Linux professionals reading every Thursday. Check your email…
TL;DR — Key Takeaways “Send less data” can become a false economy. Cutting logs, traces and retention before teams understand what matters risks removing the evidence needed during an incident. AI agents make runtime behavior less predictable. As agents generate code and alter dependencies, engineers may have less intuition about which signals will prove important in production. Optimize after understanding, not before. Sampling and filtering are necessary, but they should be deliberate engineering decisions rather than the primary way to make observability affordable. A familiar pattern is emerging in observability conversations.As telemetry volumes grow and costs rise, the default recommendation…
For a long time, monitoring just meant staring at dashboards and waiting for something to flash red. Engineers tracked things like CPU usage, memory, response times, error rates, and uptime. If a number crossed a certain line, you’d get an alert. Then, someone dived in to figure out what was wrong.That basic approach isn’t useless, but it’s just not enough anymore. Today’s systems are way more complicated. Apps run across containers, Kubernetes clusters, cloud services, databases, APIs, queues, and all sorts of third-party services. A single user’s request might hop through dozens of different pieces just to finish. Simply knowing…
Everybody knows NOLOCK can show you uncommitted data. Far fewer people know it can count the same row twice, or skip a row completely, with every transaction committed and nothing rolled back. That is all I want to explain today, and I want to explain it with two small animations.This post is only about those two things. Not what to use instead, not snapshot isolation, not how to fix it. Just why the number comes back wrong.One Fact You Need FirstFor some scans, SQL Server reads data pages in allocation order, roughly the order the pages are laid out in…
Most enterprise questions do not live neatly in one place. The numbers may be in a warehouse, the rules may be buried in PDF files, and the explanation may sit in a support document that only three people know exists. A Microsoft Fabric data agent gives users a conversational way to ask questions across that information while keeping the answer grounded in approved enterprise data. I think of it as a configurable virtual analyst for a business domain, not a generic chatbot that happens to know a little SQL. Fabric Data Agents are now generally available, while some of the…
Docker Captain Sep 2, 2026 Building Reproducible AI Evaluation Workflows with Docker Sandboxes Learn how Docker Sandboxes can make AI evaluation workflows more reproducible with consistent execution, structured artifacts, and runtime evidence. Read now
TL;DR — Key Takeaways Code may no longer be the main bottleneck. AI agents can generate and modify software quickly, but review, testing, security and approvals can still slow delivery. Anthropic proposes a continuous AI-native SDLC where intent, specifications, plans, code, evidence and production feedback flow between humans and agents. The bigger transformation is operational, not just generative. Organizations need stronger platforms, executable governance, automated evidence and production feedback loops if they want AI coding speed to translate into dependable software. The software industry has heard plenty about how artificial intelligence will transform software development. Analysts have analyzed it. Consultants…
Python developers keep getting handed the same task: take a cabinet of handwritten intake sheets, delivery slips and claim forms and turn them into database rows, without hiring six people to type. It comes up wherever paper still walks through the door, which in 2026 covers most clinics, most freight depots and a fair number of county records offices. Handwriting is arguably the last barrier between those places and a workflow nobody has to babysit. Everything else in the building has an API by now. The first attempt usually fails anyway, and it tends to fail for reasons that have…
Docker Captain Sep 2, 2026 Building Reproducible AI Evaluation Workflows with Docker Sandboxes Learn how Docker Sandboxes can make AI evaluation workflows more reproducible with consistent execution, structured artifacts, and runtime evidence. Read now
