Lotu RadarAbout · RSS

Latest News Archive - Page 25

Products & Consumer Tech · Product Hunt

Epilude Notetaker

100% private meeting notes Discussion | Link

Cybersecurity · The Hacker News

ThreatsDay: 200 Android Flaws, Browser-Built Phishing, 119K Scam Shops + 23 More Stories

A lot of this week’s security news has the same awkward answer to one question: “Why was that allowed to work?” An extension asks for access and takes too much. A trusted service becomes part of a phishing chain. An old bug still gets results. An exposed system stays exposed. A package looks useful right up until it isn’t. Different stories, same basic problem: the path in was often already

AI · The Decoder

OpenAI's GPT-Live-1 API lets developers build apps that talk and listen at the same time

OpenAI releases GPT-Live-1 as a developer API. The full-duplex speech model scores 80.1 percent in interactivity tests, up from 45.4 percent for its predecessor. At $0.05 per minute, it's not cheap. The article OpenAI's GPT-Live-1 API lets developers build apps that talk and listen at the same time appeared first on The Decoder .

Products & Consumer Tech · Product Hunt

chat-recall

Ctrl+F for every conversation you've had with an AI Discussion | Link

World · The Guardian World

Secret son revelation ignites bitter succession dispute in Ugandan kingdom

Family of late King Oyo Nyimba Kabamba Iguru Rukidi IV reject committee’s choice of cousin and TV presenter as new monarch A traditional Ugandan kingdom has become engulfed in a bitter succession dispute after the family of a king who recently died rejected the selection of a television news anchor as his successor. King Oyo Nyimba Kabamba Iguru Rukidi IV, who became the world’s youngest reigning monarch when he took the throne in the kingdom of Tooro in 1995 at the age of three, died on 27 August in the US, where he was receiving cancer treatment. Continue reading...

Cloud & Infrastructure · Azure Blog

The Economics of Agent Optimization: How AI agent governance controls cost and proves ROI

This blog post is the fourth and final installment of The Economics of Agent Optimization, which shares the strategies, capabilities, and proof points that can help you optimize agent costs and run AI as a managed investment system on Microsoft Foundry. The post The Economics of Agent Optimization: How AI agent governance controls cost and proves ROI appeared first on Microsoft Azure Blog .

World · BBC World

Can Trump really pay $5,000 to every American adult?

Analysts question if the US president's election year offer is workable, legal or affordable.

AI · The Decoder

Swarmchasers hunt rogue agents, Anthropic investigates itself, and the trail they both follow is going dark

Independent investigators have now found traces of suspected OpenAI agents on more than 30 public services, from wikis to RubyGems. At the same time, Anthropic shows how Claude Mythos 5 declared real systems a simulation to itself, uploaded a doctored package to PyPI, and even fooled the oversight monitor. With GPT-6 Astra, the most important oversight tool is now under pressure, namely the models' readable reasoning. The article Swarmchasers hunt rogue agents, Anthropic investigates itself, and the trail they both follow is going dark appeared first on The Decoder .

Cybersecurity · SecurityWeek

Cybersecurity M&A Roundup: 33 Deals Announced in August 2026

Significant cybersecurity M&A deals announced by Brinqa, Cribl, Echo, Fortinet, Kiteworks, Palo Alto Networks, and Visa. The post Cybersecurity M&A Roundup: 33 Deals Announced in August 2026 appeared first on SecurityWeek .

Startups & Funding · Hacker News Best

I have a theory that software drives people insane

Article URL: https://graybeard.ing/software-drives-people-insane/ Comments URL: https://news.ycombinator.com/item?id=49646181 Points: 447 # Comments: 181

Developers & Open Source · Chrome Releases

Chrome Dev for Desktop Update

The Dev channel has been updated to 155.0.8048.0 for Windows, Mac and Linux. A partial list of changes is available in the Git log . Interested in switching release channels? Find out how . If you find a new issue, please let us know by filing a bug . The community help forum is also a great place to reach out for help or learn about common issues. Chrome Release Team Google Chrome

AI · OpenAI News

How a researcher uses Codex and ChatGPT to search for new antimicrobial molecules

César de la Fuente’s lab uses Codex and ChatGPT to search living and extinct genomes for antimicrobial candidates to fight drug-resistant infections.

AI · Google AI Blog

3 ways to prep for your next big race with Search

Search can help runners get race-day ready with registration alerts, tailored training plans, and more.

World · BBC Middle East

Israel's Netanyahu to sue newspaper over claim UAE warned him of 7 October attack

The paper said it stood by its reporting, after publishing extracts from a book where the claim appears.

Startups & Funding · Hacker News Best

Cognition launches new SWE-2 model, Rivaling Fable 5.1 and GPT-Astra

Article URL: https://cognition.com/blog/swe-2 Comments URL: https://news.ycombinator.com/item?id=49645443 Points: 407 # Comments: 172

Society · The Guardian Society

MPs urged not to take ‘extraordinary risk’ of forcing through assisted dying bill as vote looms

Labour MPs Gareth Snell and Meg Hillier say Lords must be allowed to fulfil duty in scrutinising bill on serious public issue MPs who voted for and against assisted dying have urged their respective sides not to take the “extraordinary risk” of forcing through the bill using an obscure parliamentary procedure if it continues to be blocked by the Lords. Two Labour MPs have written a warning letter to colleagues in the crucial hours before the next vote on Friday: Gareth Snell, who voted in favour of the bill, and Meg Hillier, who voted against. Continue reading...

Developers & Open Source · cloudflare/workers-sdk Releases

wrangler@4.131.0

Minor Changes #15480 36aed7f Thanks @skepticfx ! - Add Durable Object-managed Containers to top-level container configuration Wrangler now accepts scheduling_policy: "durable_object" in the top-level containers array and creates its namespace-backed application after the Worker upload resolves the Durable Object namespace ID. The namespace ID is also the application ID, so repeated deploys idempotently ensure the same application without name-based lookup, modification, or a Containers rollout. Durable Object-managed entries accept class_name , scheduling_policy , an optional name , and an optional named images map. Scheduler-only fields are rejected. Each image provides either a local dockerfile or a digest-pinned managed-registry image . Wrangler builds or resolves each image, waits while Cloudflare prepares it for the Containers runtime, and uploads the resulting references with the Worker version for access through ctx.container.images and env.EXPERIMENTAL_CLOUDFLARE_CONTAINER_IMAGES . Local development support for these entries is deferred to a follow-up. Existing scheduler-backed entries and Durable Object migrations continue to work unchanged. With --containers-rollout=none , existing Workers retain their deployed Container metadata and image binding even when local containers is omitted or empty; local scheduler edits are also ignored. The upload stops if the deployed versions cannot be recovered. Existing Workers for Platforms dispatch scripts reject this flag before upload because their API does not expose enough metadata to preserve Container associations safely. First deployments can still skip Container preparation and rollout. Without this flag, removing managed Containers, including by omitting containers entirely, clears the experimental image binding even with keep_vars . versions deploy validates the selected versions before changing traffic and creates their Durable Object-managed applications only after deployment succeeds. Both deploy and versions deploy report partial completion if application creation fails afterward, with instructions to retry the same command. EXPERIMENTAL_CLOUDFLARE_CONTAINER_IMAGES is a temporary, reserved Wrangler binding until native Container image metadata is available. Its class keys identify managed applications during versions deploy , including classes with empty image maps. User configuration cannot declare a binding with this name; existing versions that already use it are treated as Container configuration. #15493 493e635 Thanks @GregBrimble ! - Remove wrangler preview settings commands The private-beta wrangler preview settings and wrangler preview settings update commands are no longer available. Patch Changes #15411 0b43395 Thanks @xgame92 ! - Fail wrangler versions upload early when a Worker has a pending Durable Object migration Wrangler now directs users to run wrangler deploy to apply the migration instead of sending a version upload request that the API will reject. #15518 9d75006 Thanks @taylorlee ! - Detect named-only module Worker entrypoints correctly Wrangler now distinguishes named-only module Workers from legacy Service Workers that happen to have named exports. A default export identifies a module Worker; otherwise, legacy addEventListener registration identifies Service Worker format. #15581 b605aa6 Thanks @MattieTK ! - Correct Pages-to-Workers delegation analytics for forced and ineligible commands The legacy forced result counted every agent-driven Pages command using --force , including commands that could never have been delegated. Wrangler now emits eligible_forced only when --force prevents an otherwise eligible delegation, and records other agent commands as ineligible with a bounded reason and whether force was used. #15432 f45b596 Thanks @razethion ! - Prevent delayed internal errors from fetch-only remote bindings Fetch-only remote bindings such as D1 and R2 previously opened an unused WebSocket RPC session. RPC sessions are now created only when an RPC method is called. #15585 f69f95a Thanks @dependabot ! - Update dependencies of "miniflare", "wrangler" The following dependency versions have been updated: Dependency From To @cloudflare/workers-types ^5.20260908.1 ^5.20260910.1 workerd 1.20260908.1 1.20260910.1 #15554 bff525d Thanks @XiaoZ-0218 ! - Add the missing transferred_classes migration to the config schema DurableObjectMigration described new_classes , new_sqlite_classes , renamed_classes and deleted_classes , but not transferred_classes . normalizeAndValidateConfig has always validated that key, and the deploy path forwards it to the API along with the rest of the step, so Transfer migrations worked — but config-schema.json is generated from the type, so an editor resolving $schema reported a valid, documented migration as an unknown key. Adding the field to the type puts it in the generated schema. No runtime change. #15584 96688b3 Thanks @Svector-anu ! - Bump shell-quote to 1.9.0+ to pick up two disclosed advisories shell-quote@1.8.1 is affected by a ReDoS in parse() ( CVE-2026-13311 / GHSA-395f-4hp3-45gv — an unauthenticated attacker who can feed a string into parse() can block the event loop for tens of seconds with plain space-separated input, no shell metacharacters required) and by an object-token escaping bug in quote() ( CVE-2026-9277 / GHSA-w7jw-789q-3m8p ), both fixed upstream in 1.9.0 . Wrangler's parse() wrapper ( src/utils/shell-quote.ts ) is reachable from pages dev / init command-line parsing, so the ReDoS applies; the quote() call site only ever passes string arguments, so the object-token issue was not reachable here, but there is no reason to stay on a vulnerable range once a patch exists. #15563 ed5797a Thanks @Bortlesboat ! - Encode filenames in Pages HTML redirects Fix wrangler pages dev returning a 502 response when redirecting HTML paths containing Unicode characters. Keep reserved characters in filenames encoded in the redirect destination and preserve the request query string. #14889 128235a Thanks @chinesepowered ! - Fix wrangler types --strict-vars=false emitting invalid TypeScript for an empty array var A var whose value was an empty array produced ()[] , which is a syntax error. Because this lands in the generated worker-configuration.d.ts , it did not just break that one line — the whole file failed to parse, so no binding types resolved at all. An empty array now generates unknown[] . #15494 f8aea7e Thanks @GregBrimble ! - Use previews_base_config for Preview configuration Preview commands now read the Worker Previews Base configuration from the previews_base_config API field. #15569 24ef86b Thanks @RealBhupesh ! - Fix wrangler workflows instances describe crashing on dynamic retry delays The Workflows API serializes function retry delays as "[dynamic]" . The describe command previously parsed that as a duration, produced an Invalid Date, and threw RangeError: Invalid time value before printing remaining steps. It now renders unknown (dynamic delay) and also tolerates attempts whose end timestamp is missing. Updated dependencies [ f45b596 , f69f95a , a549e58 , dbb3ff4 , fea3cd0 , 6bd7b6c , 15cd6e1 , be1caec , dbc9506 ]: miniflare@5.20260910.0-alpha

Society · NPR Technology

Elon Musk threatens to sue over Gibney documentary's "space lasers" claim

The tech billionaire's attorney has put documentarian Alex Gibney and his production company on legal notice, claiming the Oscar-winning director defamed Musk in his nearly four-hour documentary.

World · The Guardian Ukraine

Orthodox church sends medieval prince’s remains to Russian troops in Ukraine

Part of Dmitry Donskoy’s right hand sent to ‘spiritually strengthen’ soldiers The Russian Orthodox church has sent a fragment of a medieval warrior prince’s remains to troops fighting in Ukraine, saying the relic would “spiritually strengthen” soldiers and help them achieve victory. A reliquary containing part of the right hand of Dmitry Donskoy, the 14th-century prince revered in Russia for his victory over the Mongolian Golden Horde in 1380, has been taken to Russian-occupied eastern Ukraine and is now being transported along the frontline. Continue reading...

Notable Blogs · Seth Godin

Things are humming

The Knot is coming. On sale today, a limited-edition pennant made by hand in Buffalo… The five-pack from Porchlight (with bonus Spindex) is still available as well. The launch event on September 21 is fully sold out. Spotify chose The Knot as an editor’s pick this month, and the Next Big Idea Club shortlisted it […]

AI · OpenAI News

Now everyone can put data to work

Meet the Data agent in ChatGPT Work. Connect company data, uncover insights, and build interactive dashboards with AI using natural language.

Products & Consumer Tech · Product Hunt

ScreenCursor

Screen recorder with auto zoom effects Discussion | Link

Products & Consumer Tech · Product Hunt

ChatHop

Take your conversation anywhere. Discussion | Link

Cybersecurity · The Hacker News

Google Play Early Access Abused to Push Thousands of Deceptive Android Apps

Bad actors are misusing Google Play's Early Access program to push deceptive apps that claim to offer money, rewards, casino winnings, and premium content. Early Access apps are apps that haven't been released on the official Android app marketplace. The main idea behind the program is for developers to solicit user feedback for new applications or features they may be working on before their