Merge Conflict Logo
MERGE CONFLICT DIGEST
September 26, 2025
Subscribe View Online
Platform

Infrastructure & Services 🏗️

Intel Releases IGSC 1.0 For Applying Firmware Updates To Graphics Cards
IGSC GitHub Firmware

Intel launched IGSC 1.0, a licensed library managing firmware updates for its GPUs via the GSC/MEI controller on Windows and Linux. It reads current firmware, improves command‑line reporting, fixes bugs, and notes fwupd does not use IGSC. Available on Intel’s GitHub.

Security & Vulnerabilities 🛡️

Thoughts on Cloudflare (6 minutes read)
Cloudflare BunnyCDN Fastly

The piece brands Cloudflare as an expanding oligopoly that erodes privacy and competition, citing intrusive CAPTCHAs, Cloudbleed leaks, state‑backed breaches, MITM SSL interception, DHS ties, and poor employment practices, while recommending alternatives like BunnyCDN, Fastly, and Netlify.

Hacking Furbo - A Hardware Research Project – Part 5: Exploiting BLE (12 minutes read)
BLE Furbo

Researchers exposed Furbo’s BLE interface, revealing plain‑text Wi‑Fi credentials, writable characteristics, and hidden GATT data. With this information, attackers can force device resets, hijack registration, and hijack video streams, disabling functionality and violating privacy.

Hacking the Docker Protocol to Build a Better Cloud Hosting (13 minutes read)
Docker Proxmox Traefik

WIP.cx converts any Docker‑Compose file into a single‑command, cloud‑agnostic deployment, using a reverse‑proxy and DNS‑encoded hostnames, per‑user Proxmox VMs with WireGuard, safety hooks, and Traefik auto‑HTTPS. $20 beta offers instant, secure production hosting.

Chainguard Adds Curated Repository to Secure JavaScript Libraries
JavaScript Npm SLSA

Chainguard released a suite of SLSA‑scaffolded JavaScript libraries to tighten npm supply‑chain security. By vetting and reproducing packages, it offers developers safer foundations, lowering exposure to malicious code and supply‑chain attacks.

Data & Analytics 📊

Cloudflare announces Data Platform: ingest, store, and query data directly on Cloudflare (11 minutes read)
R2 DataPlatform Pipelines

Cloudflare introduces its Data Platform, a R2‑based bucket that eliminates traditional data lake costs with zero‑cost egress, managed metadata, and built‑in Pipelines, R2 Data Catalog, and R2 SQL, enabling petabyte‑scale, open‑standard analytics at pay‑for‑use beta.

Yet Another Random Story. VBScript's Randomize Internals. (6 minutes read)
VBScript Python PRNG

The post shows VBScript's Randomize/Rnd uses Timer() with 15.625‑ms precision, yielding only 65,536 unique seeds and vulnerable token generation. A Python script brute‑forces these seeds in 15‑ms steps, proving VBScript’s PRNG unsuitable for security.

DevOps & Operations 🚀

Linux 6.18 Linear RAID "md-linear" To Support Atomic Writes (1 minutes read)
Linux mdLinear

Linux’s upcoming 6.18 kernel will enable atomic writes for md‑linear, linear software RAID, using Device Mapper’s stack. Author John Garry notes the necessary plumbing exists; the change is a single‑line flag activation in the md‑linear code.

Zero downtime Postgres upgrades using logical replication (13 minutes read)
Postgres LogicalReplication Sharding

Gadget upgraded its 100,000‑plus‑Shopify‑store database from PostgreSQL 13 to 15 without downtime, employing AlloyDB sharding, logical replication, and a coordinated cutover. A Temporal workflow paused PgBouncer, switched the primary to read‑only, incremented sequences, and updated it within three seconds, preserving all client connections.

RedoxOS Development Priorities for 2025/26 (16 minutes read)
RedoxOS POSIX

Redox plans 2025‑26 development: host‑based web services in a VM, secure edge servers, full desktop with COSMIC/Wayland, POSIX‑style APIs, expanded language runtimes, performance boosts, capability‑safety, new hardware support, and community recruitment for contributions, grants, jobs.

Immutable Infrastructure DevOps: Why You Should Replace, Not Patch (5 minutes read)
ImmutableInfrastructure DevOps

Immutable infrastructure replaces servers with fresh images, producing atomic deployments and rollbacks. It requires configuration, centralized logging, and state separation, adding build time, storage costs, and tooling complexity. Gradual adoption, immutable web tiers with mutable databases, balances stability and progress.

PostgreSQL 18 Released!
PostgreSQL React

PostgreSQL has released version 18, offering new features and improvements. The site gives fast access to download links, documentation, forums, developer resources, support options, and donation pathways, making it the hub for users to engage with the ecosystem.

Announcing Changed Block Tracking API support (alpha) (5 minutes read)
Kubernetes gRPC CSI

Kubernetes’ new block‑tracking feature lets CSI‑based storage pinpoint changed blocks between snapshots, eliminating full‑volume scans. It introduces a gRPC SnapshotMetadata API, CRD, and sidecar; providers implement RPCs while backup tools adapt to stream deltas, cutting windows and costs.

Monitor your data pipelines with Airflow lineage (6 minutes read)
Airflow Datadog

Airflow lineage data observability lets teams trace errors, assess downstream impact, and enforce compliance by visualizing DAG run dependencies, revealing blast radius, enabling rapid job fixes, and offering column‑level governance through Datadog integration.

AI in Society & Economy 🌍

Your Network is Your Asset as an Engineering Leader (7 minutes read)
Networking TeamSupport

Senior engineers see robust networks vital for job mobility, talent attraction, and peer support. After missing a head‑of‑engineering role because of lacking contacts, the author turned to active networking—meetups, speaking, writing, and maintaining relationships—to build social capital.

Risks & Criticism ⚠️

slice tails don't grow forever
Go Slice

A Go developer investigates the behavior of appending to an infinite slice, finding that it leads to minimal memory consumption with a "slow leak" scenario where the entire slice grows indefinitely, while setting `grow` to true reliably causes overflow quickly.

Published by Merge Conflict Digest