Remove articles the-four-steps-of-regression-testing
article thumbnail

The Return of the Frame Pointers

Brendan Gregg

It finally gets through the kernel frames then steps through the syscall (sys_write()) to userspace, hits the libc syscall wrapper (__GI libc_write()), then tries to resolve the symbol for the next frame but fails and records "[unknown]". This is pretty common and usually goes unnoticed as the flame graph looks ok at first glance.

Java 145
article thumbnail

How We Improved SmashingMag Performance

Smashing Magazine

We were designing and building things, setting up new products, refactoring the components, and publishing articles. Every web performance story is similar, isn’t it? It always starts with the long-awaited website overhaul. We’ve been there at Smashing as well. This is where we started. We had to fix that. That’s Where We Were.

Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2)

Smashing Magazine

Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2). Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2). These issues and challenges are specific to the codebase and can make the refactoring process or testing difficult. Adrian Bece. 2021-08-02T11:00:00+00:00.

Strategy 132
article thumbnail

Data Mining Problems in Retail

Highly Scalable

Over years, this article has evolved into a book – please visit Introduction to Algorithmic Marketing website to download]. In this article we are trying to take a more rigorous approach and provide a systematic view of econometric models and objective functions that can leverage data analysis to make more automated decisions.

Retail 152
article thumbnail

SQL Server On Linux: Forced Unit Access (Fua) Internals

SQL Server According to Bob

Durability is a cornerstone of any database system and starting with SQL Server 2017 on Linux Cumulative Update 6 (CU6), SQL Server on Linux enables “Forced Flush” behavior as described in this article , improving durability on non-Fua optimized systems. “Be Microsoft SQL Server Database Engine Input/Output Requirements. The Back Story.

Servers 90