Friday, July 31, 2026
updated hourly · four languages, one press

php-net.pro · the dev news broadsheet

The Dev Dispatch

The Dev Dispatch · +

The Back Pages

reads, oddities & one from the vault · 97 articles

HTTP 418 · Oddities

The Stob Cruft Index: Measuring Software Decay

Drawing a humorous parallel to the Beaufort wind scale, Verity Stob defines 'cruft' as the inevitable corruption and accumulation of useless data and dead code over time. The Stob Cruft Index categorizes PC degradation f…

HTTP 418 · Oddities

The Easy No

A tech support engineer investigates a printer issue in HR, only to discover an IP address conflict with a decommissioned server. The 'zombie' server, which once hosted an anonymous employee complaint system, may have be…

HTTP 418 · Oddities

Solar Panels Survive a Year Under Swiss Trains

Sun-Ways' pilot project in Switzerland proves that installing photovoltaics between railway tracks is technically viable, with 11,000 trains passing over the panels without incident. The CEO notes that the real bottlenec…

DEV · Reads

Here are all my chairs

A humorous take on poor software architecture through the lens of furniture organization. The post examines common design mistakes and over-engineering pitfalls that developers encounter when structuring their codebase, …

AI · Reads

Native-speed vLLM transformers modeling backend

The Hugging Face blog post presents a native-speed modeling backend for vLLM combined with transformers. Readers working on LLM inference will find concrete details about performance gains and integration paths. The piec…

DEV · Reads

Announcing TypeScript 7.0

This Reddit submission points to the official announcement for TypeScript version 7.0. Professional developers using TypeScript in web projects should read it to learn about the latest additions, potential breaking chang…

HTTP 418 · Oddities

Tiny Emulators: A Museum of 8-Bit Logic

FlohOfWoe has created a collection of lightweight, browser-based emulators for a vast array of 8-bit systems, including the Commodore 64, ZX Spectrum, and Robotron. The project transforms complex CPU architectures into a…

DEV · Reads

Postgres Is Enough for More Than We Admit

This short piece argues that many teams add extra databases, queues, caches, and services before they actually need them. It is worth reading for its practical framing of when Postgres can stay the center of a stack, and…

HTTP 418 · Oddities

Ghostel.el: Terminal emulator powered by libghostty

An Emacs package wraps libghostty to embed a terminal inside the editor. For those who thought alt-tabbing between buffers wasn't enough friction, now you can run shells without leaving the monolithic text machine.

PHP · Reads

HTTP Query Method Support in Laravel 13.19

Laravel 13.19.0 adds support for the HTTP QUERY verb with a new Http::query() client method and query/queryJson testing helpers. The release also includes a reduceInto collection method, a counted string helper, and bulk…

PHP · Reads

CLAUDE.md is RAM, not disk

Freek Van der Herten argues that CLAUDE.md serves best as temporary working memory for AI coding sessions rather than growing into permanent project documentation. The post shares concise practices to keep the file focus…

PHP · Reads

AI Review for Laravel Upgrades

Shift now integrates AI-powered code review into its Laravel upgrade workflow. The feature combines Shift's detailed migration comments with AI context for a second-pass analysis, improving upgrade accuracy and reducing …

DEV · Reads

Official jscrambler npm Package Compromised at 8.14.0

The official jscrambler npm package was compromised at version 8.14.0, introducing malicious code into the dependency chain. Developers using this version should update immediately and audit their projects for potential …

HTTP 418 · Oddities

Error'd: Einfach so

A collection of real-world software mishaps: FAQ acronym pronunciation debates, NaN price tags, time zone pizza delivery paradoxes, broken discount stacking, and a particularly unhelpful error message where variable name…

PHP · Reads

A tour of my dotfiles

A walkthrough of a developer's dotfile repository—shell aliases, functions, and CLI tools that enable rapid machine setup. Covers modern replacements for Unix utilities (eza, bat, ripgrep, fd, zoxide, delta) with transpa…

HTTP 418 · Oddities

It's Now Imperative That You Copy That Floppy

A retrospective on the 1990s anti-piracy campaign 'Don't Copy That Floppy,' which deployed hip-hop to warn youth against software piracy. The piece examines how this earnest effort to reach computer-savvy audiences throu…

HTTP 418 · Oddities

Flushed Out

A Daily WTF tale about a project manager with an MBA, a stack of certifications, and very little practical experience. Put in charge of a multidisciplinary hardware-and-software project, she offers management-sounding bu…

back to the front page