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

php-net.pro · the dev news broadsheet

The Dev Dispatch

The Dev Dispatch · 418

HTTP 418

and finally… · 45 articles

HTTP 418 · Oddities

Update pop-up crashes the party at Brighton beach gig

During July's On The Beach festival in Brighton, an update dialog photobombed the giant stage screen mid-set, offering the crowd a choice between 'Remind me later' and 'Install updates' while David Rodigan played on, her…

HTTP 418 · Oddities

A Code Comment That Simply Does Something Wonderful

The Daily WTF spotlights a doc comment found by reader Mark W. in an otherwise solid 100,000-line codebase: a function whose entire XML documentation reads "Does something wonderful." A small gem of unhelpful documentati…

HTTP 418 · Oddities

When an interface becomes a numbered list

A developer discovers an ITableSelector interface with 31 hard-coded methods—selectTable1() through selectTable31()—each returning a string. A masterclass in how not to abstract database logic: the German programmer's ex…

HTTP 418 · Oddities

BASIC-256 Gets QT6 Makeover, Lands in the Browser

BASIC-256, an educational dialect derived from KidBASIC, has been ported to QT6 by developer UglyMike. The new release includes a WebAssembly build that runs in browsers, plus native versions for macOS (Apple Silicon), x…

HTTP 418 · Oddities

Digital Signage’s Unfortunate Backup Prompt

A digital billboard in Derby provided an accidental public service announcement when it froze on a Windows nag screen. Instead of advertising, the sign spent the day pleading with passers-by to sign into a Microsoft acco…

HTTP 418 · Oddities

Lucky 13: SpaceX aims for July 16 Starship flight test

SpaceX is scheduling flight test 13 of the Starship rocket for Thursday, July 16, with a 90-minute launch window opening at 2245 UTC. The mission will deploy 20 Starlink V3 satellites, with six equipped with cameras to m…

HTTP 418 · Oddities

The Cursed Pre-NFS Era of SunOS Diskless Workstations

Before NFS arrived in SunOS 2.0, diskless workstations used nd, short for network disk. It bypassed standard transport protocols and left partition management entirely to administrators, making data corruption easy to tr…

HTTP 418 · Oddities

Node's setTimeout Can Fire Before the Requested Delay

Karen's TypeScript specification tests failed a few times per thousand. The culprit was Node.js setTimeout, which unlike standard JS can fire before the requested delay. She replaced a simple Promise-based wait with a lo…

back to the front page