PHP · Reads
Laravel Tackle is an open-source package that embeds an AI coding agent directly into a Laravel application as Artisan commands. It reads routes, queries databases, reviews pull requests, and can self-heal failed queue j…
HTTP 418 · Oddities
A Daily WTF reader spotted a chip datasheet documenting a "Super User Fantastic Feature Enable Register", acronym SUFFER, at offset 0x0120. The column reflects on embedded life, where bad datasheets disagree with reality…
HTTP 418 · Oddities
Chinese startup LandSpace has landed the first stage of its Zhuque-3 rocket on land after delivering a satellite to orbit, a first for a Chinese company. The methane-fueled booster touched down 250km from its launchpad. …
PHP · Reads
The PHP Foundation's Ecosystem Security Team has published a step-by-step guide by Sebastian Bergmann for PHP maintainers who receive a vulnerability report. It covers private triage, safe proof-of-concept handling, GitH…
PHP · Reads
Laravel v13.26.0, released on August 18, 2026, adds a read-through filesystem driver that promotes files from a fallback disk on first read, debouncing for queued event listeners via #[DebounceFor], and a Queue::forward(…
HTTP 418 · Oddities
A Matlab script built to reconstruct experiment logs uses a switch inside a loop where the state counter itself gets reset mid-trial. Comments admit the author cannot tell which trigger is correct, so whole trials get de…
HTTP 418 · Oddities
Historian Jill Lepore's Guardian long read, adapted from her book The Rise and Fall of the Artificial State, argues that today's data-driven politics was predicted and warned about decades ago. She follows Simulmatics, L…
HTTP 418 · Oddities
A long read traces Finger from a 1971 Stanford time-sharing tool to its modern small-web revival. The protocol on port 79 powered the first microblog and served the first IoT device. It survived the Morris worm, and clie…
PHP · Reads
Laravel Chores, a package by Amr Lotfy Saleh, wraps one-off data operations in batches that checkpoint progress to the database after every batch. An interrupted run resumes where it stopped. Inspired by Shopify's mainte…
PHP · Reads
The serversideup/php v4.6.0-beta1 images introduce a CADDY_ACME_PROFILE variable that selects Let's Encrypt's shortlived profile, the only profile under which IP-address certificates are issued. A FrankenPHP container re…
PHP · Reads
Lerd is a free, MIT-licensed local development environment for Linux and macOS that positions itself against Laravel Herd. It offers per-project PHP versions, trusted HTTPS on .test domains, a debugging dashboard, worktr…
HTTP 418 · Oddities
A SharePoint to SQL Server migration went sideways when a developer mapped a SQL Server float column to .NET float instead of double. SharePoint stores Number fields as doubles, so large 10-digit customer numbers lost th…
HTTP 418 · Oddities
Fabien Sanglard dissects the 1996 Quake shareware CD-ROM, which shipped encrypted versions of id's entire catalogue. Cracking group GNOMON needed only 39 days, because the unlock tool on the disc generated the serial loc…
DEV · Reads
A community piece previews the next major version of DuckDB, the in-process analytical database popular with data engineers. Worth a read for anyone running DuckDB in production or evaluating it, since a major version bu…
HTTP 418 · Oddities
Desktopcolors.com catalogs every solid background color ever shipped by desktop operating systems, from Windows 1.0's dithered cyan to KDE Plasma 6's Breeze blue. The open-source archive currently holds 194 colors across…
AI · Reads
Worth reading for Simon Willison's hands-on account of Alibaba's new Apache-2 licensed Qwen 3.8 27B, run locally on a MacBook Pro and an NVIDIA DGX Spark. He documents strong coding-agent and bounding-box performance, bu…
HTTP 418 · Oddities
Chris Staecker restored a well-preserved Digi-Comp I, a mechanical educational toy computer released in 1963 by E.S.R. Programmed by sliding tubes on rails that trigger spring-loaded levers via a manual clock switch, the…
PHP · Reads
NativePHP v4 introduces SuperNative, a beta mode that compiles Blade components directly into SwiftUI on iOS and Jetpack Compose on Android, skipping web views entirely. Simon Hamp and Shane Rosenthal unveiled it at a 10…
HTTP 418 · Oddities
In a new Daily WTF feature, editor Remy Porter argues no ticket-tracking tool is truly good, and ranks Jira among the worst. A reader named Klinsten shares a workflow diagram so tangled, with transition labels mixing Dut…
HTTP 418 · Oddities
Calgary writer Brennan Kenneth Brown argues the largely retired job title 'webmaster' deserves a comeback, not as an AI orchestrator but as anyone who builds and runs their own site by hand. His essay traces the term fro…
DEV · Reads
Buf has released LSP support for Protocol Buffers, bringing IDE features like completion, navigation and diagnostics to .proto files. The announcement, discussed on r/programming, also drew comments on Buf's pricing: 36 …
HTTP 418 · Oddities
Microsoft veteran Raymond Chen has drawn a line between pull request descriptions and comments in source code. One is a sales pitch aimed at the reviewer, the other is lasting documentation for whoever comes next. The di…
HTTP 418 · Oddities
Ukrainian military intelligence says it recovered an Nvidia Jetson Orin NX 16GB module from the wreckage of a Russian S-71M Monochrome cruise missile, suggesting AI-assisted targeting. Nvidia left Russia in 2022, before …
PHP · Reads
A Laravel News tutorial walks through Laravel 13.25's image read path: Image now implements Responsable, so routes can return transformed images directly, with correct Content-Type. It also covers the new public toFormat…
AI · Reads
DeepSeek has released a developer preview of DeepSeek Harness, an open-source (MIT) agent harness where every capability — models, tools, sessions, sandboxes, storage, scheduling, even the UI — is a swappable plugin buil…
HTTP 418 · Oddities
The latest Error'd column on The Daily WTF collects reader-submitted software blunders: a jackpot ad full of zeroes, a SignUpGenius dialog declaring success an illusion, a PHP crash leaking through redaction, and The Reg…
DEV · Reads
Ryan Dahl has released Durable Objects as open-source technology, decoupling them from Cloudflare's platform. This move enables developers to deploy stateful, globally-distributed computing workloads independently, expan…
HTTP 418 · Oddities
A PHP developer inherited a project where repeated curl requests were properly initialized and executed but their results were never stored or used. The code block appeared copy-pasted throughout the codebase, with param…
PHP · Reads
Laravel 13.25 introduces a global queue pause mechanism to prevent workers from reserving new jobs during deployments. The feature uses queue:pause --all and queue:resume --all commands, or Queue::pauseAll() and Queue::r…
HTTP 418 · Oddities
Twitch has introduced a