Lotu RadarAbout

Latest News Archive - Page 464

Startups & Funding · Hacker News Best

We Gave GPT 5.6 Sol a Real Business. It Lied, Spammed, and Lost $447

Article URL: https://www.bottlenecklabs.com/blog/autonomously-run-businesses Comments URL: https://news.ycombinator.com/item?id=49113059 Points: 286 # Comments: 178

Startups & Funding · Hacker News Best

Advancing the price-performance frontier with GPT‑5.6

Article URL: https://openai.com/index/advancing-the-price-performance-frontier-with-gpt-5-6/ Comments URL: https://news.ycombinator.com/item?id=49112867 Points: 372 # Comments: 241

Cybersecurity · Krebs on Security

Read This Before You Buy That TV Streaming Stick

Security experts have been sounding the alarm for years about the risks of using generic TV boxes that promise unlimited content streaming for a one-time fee, warning that they secretly rent the user's Internet connection out to strangers. But a groundbreaking new analysis finds these devices also routinely spoof themselves as mobile phones clicking ads on AI-generated websites as part of sprawling operation that seeks to defraud online merchants and advertising networks.

World · BBC World

Uefa to boycott World Cups if Fifa plans approved

Uefa says "the World Cup is not for sale" after its 55 member associations vote to boycott future tournaments if Fifa and its president, Gianni Infantino, do not back down on their investment proposals.

World · Deutsche Welle

Epstein files: How victims remain exposed to identification

US officials vowed to revise redactions after files exposed information that identified survivors of sexual abuse by Jeffrey Epstein and his associates. A DW investigation found that sensitive information remains online.

World · Deutsche Welle

UEFA votes to boycott World Cup over FIFA investor plan

UEFA members unanimously voted to boycott ‌the ⁠World ⁠Cup and other FIFA competitions. The protest follows FIFA's plan to ‌sell stakes to investors ‌in a subsidiary ‌to run the governing body's football tournaments.

Developers & Open Source · microsoft/playwright Releases

v1.62.1

Bug Fixes #41989 [Regression]: tsconfig "extends" bare specifier isn't resolved via node_modules walk-up like tsc (fatal since 1.62) #41998 [Regression]: directory-form tsconfig project references ("path": "../pkg") fail to resolve (fatal since 1.62) #41985 Accessibility snapshot drops button name when text is nested inside spans with aria-hidden SVG #42000 [Regression]: page.evaluate() arg of a branded primitive type (string & { brand }) no longer type-checks since 1.62 #42013 [BUG]Image-type actionable elements are not presented in the snapshot.

Society · The Guardian Society

More prisoners in England and Wales are recalled than released for first time

Returns for breaches of licence conditions rose 31% in the first quarter of 2026, adding to pressure on prison places More people were recalled to prison than were released during the first three months of 2026, the first time on record the “recall rate” has surpassed 100% in England and Wales. Between January and March 2026, 12,977 people were released from prison while 13,193 people were returned to prison for breaching their licence conditions, up 31% from last year, new Ministry of Justice (MoJ) data showed. Continue reading...

Developers & Open Source · cloudflare/workers-sdk Releases

wrangler@4.116.0

Minor Changes #14907 beec0fb Thanks @NuroDev ! - Avoid Worker and workers.dev naming prompts in agent-driven deploys Wrangler now derives the Worker name from the project and automatically registers the same project-derived workers.dev account subdomain on a first deploy when running in a detected agent environment. The deploy output explains how to change both names. #14905 b21eac2 Thanks @jamesopstad ! - The experimental build output directory now includes the Worker's configuration at .cloudflare/output/v0/workers/default/config.json instead of .cloudflare/output/v0/workers/<worker-name>/worker.config.json #14893 bb09f1b Thanks @apeacock1991 ! - Graduate wrangler check startup from alpha and show bundle size and a local timing summary The command no longer prints an alpha warning. It now reports its local profile window, sampled active, garbage collection, and idle time alongside the raw and compressed bundle sizes. The existing measurement warning continues to distinguish these local measurements from startup time measured on Cloudflare. #14685 01d7020 Thanks @edmundhung ! - Add support for dispatching email handlers with createTestHarness You can now call server.getWorker().email({ from, to, raw }) to dispatch directly to a Worker's email() handler and inspect its outcome, rejection reason, forwarded messages, and replies. const result = await server . getWorker ( ) . email ( { from : "sender@example.com" , to : "inbox@example.com" , raw : [ "From: Sender <sender@example.com>" , "To: Inbox <inbox@example.com>" , "Message-ID: <test@example.com>" , "Subject: Test email" , "" , "Hello from the test harness" , ] . join ( "\r\n" ) , } ) ; expect ( result ) . toMatchObject ( { outcome : "ok" , forwards : [ { recipient : "archive@example.com" } ] , replies : [ { sender : "inbox@example.com" , raw : expect . stringContaining ( "Thanks for your email" ) , } , ] , } ) ; Patch Changes #14929 48f0c6c Thanks @dependabot ! - Update dependencies of "miniflare", "wrangler" The following dependency versions have been updated: Dependency From To @cloudflare/workers-types ^5.20260722.1 ^5.20260730.1 workerd 1.20260722.1 1.20260730.1 #14838 8049ca4 Thanks @TheSaiEaranti ! - Fix ctrl+c not being able to interrupt wrangler while waiting for Cloudflare Access authorization When a domain is behind Cloudflare Access (for example during remote bindings startup), wrangler runs cloudflared access login , which only returns once the user completes the authorization flow in the browser. This was invoked synchronously, blocking Node's event loop, so wrangler could not react to ctrl+c (or anything else) until the authorization completed — abandoning the browser flow left a hung wrangler process that had to be killed externally. cloudflared is now spawned asynchronously, keeping wrangler responsive while it waits. The remote runtime passes its abort signal through to the spawn, so tearing down the session kills a still-pending cloudflared immediately, with process exit as a last-resort cleanup. #14871 1394867 Thanks @nickpatt ! - Include the local observability query endpoint in the agent-facing Local Explorer hint The hint wrangler dev prints for AI-agent sessions now lists POST /cdn-cgi/explorer/api/local/observability/query , so agents can discover the read-only SQL endpoint for captured request traces and console logs (the spans and logs tables) alongside the existing binding and storage routes. #14918 cc54478 Thanks @nickpatt ! - Improve the agent-facing Local Explorer hint for the observability query endpoint When a wrangler dev session is detected as running inside an AI agent, the hint for POST /local/observability/query now explains that the endpoint takes a read-only SQL query (SELECT/WITH only) over the captured spans and logs tables, notes that attributes is JSON (read via json(attributes) ), and includes a copy-pasteable curl example. The full OpenAPI schema is demoted to a last-resort footer so agents reach for the small, actionable example first instead of fetching the large schema. #14897 e31ab0f Thanks @ericclemmons ! - Fix wrangler triggers deploy to use Vite-generated redirected configuration The command now reads .wrangler/deploy/config.json , matching wrangler deploy and wrangler versions upload , so generated Worker names and trigger settings are applied. Updated dependencies [ 01d7020 , 48f0c6c , d7f38c3 , 5c25cfe , 1f61001 ]: miniflare@4.20260730.0

Developers & Open Source · GitHub Changelog

Stacked pull requests are now in public preview

Stacked pull requests break large changes into small, reviewable pull requests. They’re an ordered series of pull requests that each represent focused layers of your change. With stacks, you can… The post Stacked pull requests are now in public preview appeared first on The GitHub Blog .

Startups & Funding · TechCrunch Startups

Okta buys AI security startup Permiso — source says for about $200M

The deal gives Okta identity threat detection capabilities as enterprises seek to secure AI agents and other non-human identities across cloud environments.

Business · CNBC Technology

Amazon on deck to report earnings after the bell with cloud, capex in focus

Amazon projected its 2026 capex will reach $200 billion, and some analysts believe the total could rise in the face of surging artificial intelligence demand.

Business · CNBC Technology

AMD and Micron surge, Lam Research climbs 20% as chip stocks rip higher

Strong earnings from Lam Research, Microsoft and Arm boosted hard-hit semiconductor stocks.

Products & Consumer Tech · Ars Technica

Quantum computers outperform classical ones, with results you can trust

Three approaches to the issue of quantum results that can't be verified classically.

Products & Consumer Tech · Product Hunt

mectrics

Your Mac's vitals in the menu bar. Free and open source. Discussion | Link

World · Al Jazeera

US GDP growth dips as inflation and trade deficits pressure economy

GDP grew by 1.5 percent in the second quarter following a 2.1 percent increase in the first quarter.

Cybersecurity · SecurityWeek

Timeless Compliance: Why Better Questions Beat Bigger Frameworks

The best compliance programs aren't the biggest ones. They're the ones built on a short list of questions that can actually be answered, and that still hold true when the models change. The post Timeless Compliance: Why Better Questions Beat Bigger Frameworks appeared first on SecurityWeek .

World · Al Jazeera

Spain’s enclave Ceuta raises alarm as thousands cross border from Morocco

Estimates suggest up to 2,000 have entered the Spanish territory in recent days in an attempt to reach Europe.

Cybersecurity · The Hacker News

ThreatsDay: AI-Powered Hacking, 370 Chrome Flaws, SonicWall Attacks, DNS Hijacking + 22 More Stories

A lot of security still comes down to trusting the wrong screen. This week, that screen might be a login page, an install guide, a recruiter call, or a familiar service behaving slightly wrong. Behind it: reused credentials, exposed systems, quiet loaders, abused trust, and exploit paths that should have been harder. Some defenses improved. The loose parts still got found first. Anyway,

Developers & Open Source · Hugging Face Blog

GPU Management: Why Idle GPUs Are the New Grounded Aircraft

Hugging Face Blog published: GPU Management: Why Idle GPUs Are the New Grounded Aircraft

Products & Consumer Tech · The Verge

Xiaomi’s SkyNomad N90 Max is an extended-range EV with a transforming interior

The SkyNomad N90 Max is the latest electric SUV from Xiaomi and its first extended-range EV, with a claimed range of over 1,705 km (about 1,059 miles). It will come in both five- and seven-seat configurations, as well as an N90 Max Camping Edition. One of the big features of the N90 is its highly […]

World · The Guardian Ukraine

Nato ‘will take all necessary measures’ to defend territory after Russian missile crashes in Poland – as it happened

Polish PM confirms the missile that crashed in Poland was a Russian Kh-101 cruise missile and says he is in touch with EU and US leaders Poland’s defence minister Władysław Kosiniak-Kamysz confirms it’s “most likely” it was a Kh-101 air-launched cruise missile. “That’s the most probable hypothesis,” he says. Continue reading...

Developers & Open Source · GitHub Changelog

GitHub Copilot in Visual Studio — July update

July 2026 brought a new agent based on the Copilot SDK, built-in expertise from the .NET and Azure teams, and more ways to tailor GitHub Copilot to how you and… The post GitHub Copilot in Visual Studio — July update appeared first on The GitHub Blog .

Products & Consumer Tech · The Verge

Razer’s new keyboards drop the price on powerful gaming features

Razer has insisted that optical keyboard switches are the best choice for competitive esports stars and the sweatiest of try-hards, but it's now relenting slightly by offering cheaper keyboards with magnetic switches and a similar array of gaming features. The $120 Razer Huntsman V3 HE Magnetic Mini and $140 Huntsman V3 HE Magnetic Tenkeyless, both […]