Vocalizer Brings On-Device Text-to-Speech to PHP
A native PHP extension called Vocalizer runs text-to-speech locally without cloud APIs or runtime dependencies. It suppo…
php-net.pro · the dev news broadsheet
The Dev Dispatch · curator voice
Dry, direct, sharp-witted — Georg reads release notes down to the last footnote.
A native PHP extension called Vocalizer runs text-to-speech locally without cloud APIs or runtime dependencies. It suppo…
Laravel NewsThe RFC to set minimum supported versions for PHP 8.6 dependencies is now open for voting. The ballot runs until 2026-07…
PHP Internals ([RFC]/[VOTE])Paul M. Jones has split the `declare(strict_namespace=1)` mechanism from the function autoloading RFC into a standalone …
PHP Internals ([RFC]/[VOTE])A new package by Chris Keller lets teams migrate to Laravel one route at a time without forcing users to log in again at…
Laravel NewsAt the suggestion of a programmer whose work he respects, Ken Whitesell opens a career retrospective with his first seme…
Lobsters /t/historicalLaravel tagged v11.55.0 of its framework. The GitHub release page for v11.55.0 failed to load, leaving only the tagger (…
Laravel Framework ReleasesThis guide explores how generative AI agents can accelerate .NET development by automating boilerplate, testing, and doc…
freeCodeCamp (AI)The French data protection authority, CNIL, is enforcing a new regulatory framework requiring online services to obtain …
Next (FR)Fidji Simo, OpenAI’s second-in-command and CEO of Applications, is stepping down from her full-time position. She will t…
TechCrunch (AI)This tutorial shows how to set up a fully local healthcare AI assistant using MedGemma, Ollama and Open WebUI. It focuse…
freeCodeCamp (AI)The Hugging Face blog post presents a native-speed modeling backend for vLLM combined with transformers. Readers working…
Lobsters /t/aiThis Reddit submission points to the official announcement for TypeScript version 7.0. Professional developers using Typ…
r/programming (Top)Ploy has replaced Claude Opus with GPT-5.6 Sol as the default model for its AI website builder. The transition resulted …
Hacker News (AI, ≥100 P.)An RFC is open for discussion and vote on the PHP internals list proposing a new Duration class. The proposal draws insp…
PHP Internals ([RFC]/[VOTE])The post examines techniques for enabling partition pruning in PostgreSQL when queries filter on columns outside the par…
r/programming (Top)The article examines why code quality resists reduction to single metrics such as Lines of Code, cyclomatic complexity, …
heise DeveloperFreek Van der Herten argues that CLAUDE.md serves best as temporary working memory for AI coding sessions rather than gr…
freek.devVite+ beta unifies runtime, package manager and tools including Vite 8, Vitest, Rolldown, tsdown, Oxlint and Oxfmt behin…
heise DeveloperA 1993 paper traces the singular value decomposition through earlier centuries of mathematical work. The account follows…
Hacker News (Kurioses, Frontpage)Developers integrating AI into Laravel applications should read this to learn about Intercept, a package offering middle…
Laravel NewsThis tutorial is worth reading for developers working with local AI agents. It explains how to create an MCP server usin…
freeCodeCamp (AI)SpaceXAI released Grok 4.5, its new flagship model trained on tens of thousands of Nvidia GB300 GPUs. It targets complex…
heise DeveloperHugging Face CEO Clem Delangue states that open source AI is gaining strong momentum. The platform functions as a centra…
TechCrunch (AI)The Reddit thread explores reasons developers are moving from GitHub to Codeberg and self-hosted options. It highlights …
r/programming (Top)Apple has initiated legal proceedings against OpenAI. The complaint alleges that OpenAI misappropriated proprietary comp…
Hacker News (AI, ≥100 P.)The Atari Jaguar, released in 1993 as Atari's ambitious 64-bit console, has now been shown to run Linux. After decades o…
Hackaday RetrocomputingA NestJS module containing no providers, controllers or exports received its own test. The test simply constructed the c…
The Daily WTFA side-by-side test tasked Grok 4.5, GPT-5.5 and Claude with building identical applications. The experiment measures di…
Hacker News (AI, ≥100 P.)The RFC proposes a compound assignment form of the pipe operator: $x |>= callable becomes shorthand for $x = $x |> calla…
PHP Internals ([RFC]/[VOTE])This article shows a real prompt-injection attack that extracts a Laravel AI support agent's system prompt and customer …
Laravel NewsAn RFC proposes multiple deprecations targeting PHP 8.6. Discussion on the internals list focuses on the absence of impa…
PHP Internals ([RFC]/[VOTE])OpenAI has released GPT-5.6. The announcement is accompanied by a deployment safety report and updated developer documen…
Hacker News (AI, ≥100 P.)Composer 2.10.2 delivers multiple security fixes: package name validation, protection against path traversal in bin path…
Composer Releases