Remove c
article thumbnail

Crate-training Tiamat, un-calling Cthulhu:Taming the UB monsters in C++

Sutter's Mill

For more background on safety and security issues related to C++, including definitions of language safety and software security and similar terms, see my March 2024 essay C++ safety, in context. This is a status update on improvements currently in progress for hardening and securing our C++ software. Its just a metaphor.

C++ 59
article thumbnail

What the SEC cybersecurity disclosure mandate means for application security

Dynatrace

Do material incidents on “third-party systems” require disclosure? The mandate explains why this is the case: “A reasonable investor would [not] view a significant breach of a registrant’s data as immaterial merely because the data were housed on a third-party system ….

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Enhanced root cause analysis using events

Dynatrace

The build system sends an automated notification to Dynatrace just before initiating a deployment on this VM. The build system adds valuable information, such as: The approver of this deployment and their contact details. Create a new VM for this exercise and install a Dynatrace OneAgent. stress -c 10 -t 5m.

DevOps 245
article thumbnail

What Is the Maximum max-age?

CSS Wizardry

Its content is as follows: c-btn { background-color : #C0FFEE ; } Once our build system has completed, it will fingerprint the file and export it with a unique hash, or fingerprint , in its filename. This post was mostly an exercise in curiosity. Let’s say we have a simple source CSS file called button.css. 6bb70b2a.css.

Cache 215
article thumbnail

Building High-Quality Software

DZone

nn> MonitoringnnWe (humans) are terrible at imagining all possible permutations of the system with billions and billions of possible states. You may think that you know how the system works. You may think that you know how the system works. In the best case, you know only how the system was designed to work.

Software 245
article thumbnail

Preparing for AI

O'Reilly

How does that apply when you need to debug AI-generated code, generated by a system that has seen everything on GitHub, Stack Overflow, and more? OReilly author Andrew Stellman recommends several exercises for learning to use AI effectively. So if you write code that is as clever as you can be, youre not smart enough to debug it.

article thumbnail

Missing Library: A pg_upgrade History

Percona

While working as a DBA, we perform many regular tasks, and one of them is upgrading our database systems. In this blog post, I will show you a particular example I faced when working with an upgrade exercise using pg_upgrade. When working with the upgrade exercise, the goal was to move from PostgreSQL 11 to PostgreSQL 12.

C++ 84