Related reading
Native Drag and Drop Meets Cross-Device Continuity
Codename One 8.0 adds two user‑experience primitives: **Cross‑Device Continuity** (state checkpointing + Apple Handoff + custom HTTP relay) and **Native Drag‑and‑Drop** (OS‑level drag using the same ClipboardContent model). The post shows the API (StateProvider, Continuity.checkpoint, NativeDragOperation), platform support tables, and practical advice on payload size, security, thread handling, a…
CodeName Onecodenameone.com7 minWorker Backpressure (Part 1)
Canva added a lightweight, local backpressure loop to its queue worker library that monitors per‑message success/failure, computes a backoff factor against a configurable failure‑rate set‑point, and throttles the worker’s concurrency. In two real incidents the mechanism kept failure rates under 2 % fleet‑wide, limited DLQ growth to a handful of messages, and maintained throughput without manual i…
Canvacanva.dev10 minUS Military had close call after using AI for hallucinated intelligence report
A US Special Operations analyst used an AI chatbot to augment an intelligence report that falsely claimed a Chinese vessel was carrying nuclear‑related cargo. The report triggered a near‑miss military operation that was aborted once the hallucination was discovered. The incident highlights the lack of verification standards and the risk of relying on AI‑generated intel for targeting decisions.
Hacker News front pagecnn.com4 minHN513388`exit()` may silently break your parallel tests
Calling `exit()` inside a test kills the whole PHPUnit worker process, so parallel test runs lose the test result and show no error. Throw an exception instead to let PHPUnit capture the failure and print a stack trace.
Freek Van der Hertenfreek.dev1 minError'd: Ai Dios Mio
A light‑hearted roundup of recent AI‑related UI glitches and funny screenshots, with no technical analysis or engineering takeaways.
The Daily WTFthedailywtf.com1 min


