OffNet Newsroom

Daily topic roundup

Automation / DevOps / IaC

Friday, July 31, 2026 · 8 stories, curated & summarized — click any story for the source.

Hugging Face Blog llmaiml

Hugging Face: Idle GPUs Are the New Grounded Aircraft

Hugging Face frames GPU management as a critical operational discipline, comparing idle resources to grounded aircraft that waste capital and delay progress. The blog emphasizes that modern AI infrastructure requires active scheduling and utilization strategies to maintain efficiency. It highlights the shift from mere hardware acquisition to sophisticated resource orchestration as a key differentiator for success.

  • Idle GPUs represent significant financial waste and operational drag in AI workflows.
  • Proactive GPU management is now a core competency, not just an IT task.
  • Treating GPUs like grounded aircraft underscores the urgency of utilization optimization.
  • Infrastructure strategy must evolve beyond hardware procurement to active orchestration.
Hacker News (100+ points) general

GitHub launches public preview for stacked pull requests

GitHub has made stacked pull requests available in public preview, allowing developers to split large changes into multiple dependent PRs. This feature aims to streamline code review workflows by breaking down complex refactors or features into smaller, manageable units. The update marks a significant step toward supporting more granular and iterative development practices on the platform.

  • Stacked PRs enable splitting large changes into dependent, reviewable units
  • Public preview status means API and UI may still evolve before GA
  • Reduces review fatigue by isolating logical chunks of code changes
  • Requires careful management of dependency chains between stacked PRs
AWS What's New awsdatabase ↺ since 07-30

EC2 Auto Scaling Instance Refresh now available in CloudFormation

AWS has integrated the Instance Refresh capability directly into CloudFormation as a new update policy. When a stack update triggers instance replacements, this policy automatically manages the rollout using features like launch-before-terminate and alarm-based monitoring. This ensures that scaling policies and health checks remain active throughout the deployment, while rollback is handled natively by the stack.

  • Add AutoScalingInstanceRefresh policy to CloudFormation templates for automated safe updates.
  • Use replaceRootVolume for in-place updates or launch-before-terminate for replacement scenarios.
  • Deployments retain active scaling policies and health checks to maintain service availability.
  • Rollback logic is managed by standard CloudFormation stack rollback mechanisms.
  • Feature is globally available at no extra cost.
HOW IT WORKSSafe Instance Refresh Flow1CloudFormation detects stack update2Launch new instances first3Monitor health with alarms4Terminate old instances safely5Rollback if errors occur
AWS What's New awsdatabase ↺ since 07-29

AWS Glue Data Quality adds anomaly detection and Catalog result storage

AWS Glue Data Quality now supports ML-powered anomaly detection for Catalog-based evaluations, identifying unexpected shifts in data statistics like row count spikes without explicit thresholds. The service also enables writing evaluation results, including rule outcomes and profiling metrics, directly to AWS Glue Data Catalog tables. These features apply consistently across both ETL jobs and Catalog evaluations to streamline monitoring.

  • Use ML time-series forecasting to detect data anomalies without manual threshold configuration.
  • Store data quality rule outcomes and profiling metrics directly in the Glue Data Catalog.
  • Maintain consistent quality monitoring across both ETL jobs and Catalog-based evaluations.
  • Automatically surface issues when monitoring hundreds of tables in the Data Catalog.
CHECKLISTGlue Data Quality ActionsUse ML forecasting for anomaly detectionStore results in Glue Data CatalogMaintain consistent monitoring across jobsAutomatically surface issues at scale
AWS What's New awsdatabase ↺ since 07-29

AWS Glue Data Quality adds Distribution Analyzer for histograms and value profiles

AWS Glue Data Quality introduces a Distribution Analyzer that generates frequency distribution profiles directly via DQDL. The tool produces histograms for numeric fields and value distributions for categorical, date, and boolean columns. Custom bin counts allow engineers to inspect data shape and patterns at specific granularities without writing custom code. This integration helps identify skewness and outliers within existing data quality rulesets.

  • Use DQDL to generate histograms for numeric columns and value distributions for other types.
  • Set custom bin counts to control granularity in data shape analysis.
  • Detect skewness and outliers automatically without writing custom profiling scripts.
  • Integrate distribution checks directly into existing DQDL rulesets for pipeline reliability.
TRADE-OFFManual vs Glue ProfilingCustom ScriptsWrite code for every profileHigh maintenance overheadHard to scaleGlue DQDLZero code requiredBuilt-in histogram supportIntegrated into rulesetsvs

GitHub is implementing a default three-day delay for Dependabot version update pull requests before they are opened. This pause allows time for malicious or broken releases to be identified and removed from package registries. The change aims to reduce the risk of integrating compromised dependencies into codebases immediately upon publication.

  • Dependabot now waits 3 days before opening PRs for new dependency versions.
  • Delay helps filter out malicious or broken releases before they reach your repo.
  • This is a default policy change, not an opt-in feature for most users.
  • Expect slightly slower patch adoption but improved supply chain security.
The Register general ↺ since 07-30

Amazon links four poisoned npm packages to North Korean Sapphire Sleet crew

Amazon researchers have connected four malicious npm packages to the Sapphire Sleet group, attributing the campaign to a North Korean actor. The attackers gained control by socially engineering package maintainers, allowing them to push compromised updates through legitimate, trusted accounts. This highlights a supply chain attack vector that bypasses automated security checks by leveraging human trust.

  • Sapphire Sleet used social engineering to compromise npm maintainer accounts directly.
  • Malicious code was distributed via trusted, legitimate package channels.
  • Four distinct npm packages were identified as part of this specific campaign.
  • Verification of maintainer identity is critical as automation cannot detect human compromise.
  • Supply chain integrity relies heavily on the security hygiene of individual developers.

Veeam has added backup and recovery support for six additional hypervisors, broadening its compatibility matrix beyond its core offerings. The update addresses the growing need for diverse virtualization targets as organizations look to diversify away from single-vendor dependencies. This expansion provides IT teams with more flexibility in designing disaster recovery and migration strategies for heterogeneous environments.

  • Veeam now supports six new hypervisors, expanding target options for backup workloads.
  • Updates facilitate smoother migrations for customers reducing VMware dependency.
  • Practitioners gain more flexibility in designing multi-hypervisor DR strategies.
  • Broadens Veeam's reach into non-traditional virtualization ecosystems.