Lotu RadarAbout

Latest News Archive - Page 184

Society · BBC Technology

Reform of all social media should come with Meta changes, UN says

California's attorney general is now looking at TikTok and YouTube to enact teen safety features.

Products & Consumer Tech · The Verge

Google’s AI note-taking app now allows you to interact with books

Google's AI note-taking app, Gemini Notebook, can now pull information from the books you've purchased. The new "Expert Intelligence" feature allows you to bring titles from Google Play Books directly into Gemini Notebook, which means you can ask questions about the material, as well as generate plans, infographics, AI podcasts, and more based on their […]

World · Al Jazeera

Why are kidnappings recurrent in Nigeria?

Growing anger in Nigeria after another mass abduction.

World · Al Jazeera

Parents who lost children to social media harms question Meta settlement

US parents say they were ‘robbed’ of seeing evidence of Meta’s awareness of the harm caused by its products.

World · Al Jazeera

Abbas gives Pakistan edge with four wickets against England in second test

England battled back from 80-4 at lunch to 248-9 by the end of the rain shortened first day at Lord's.

Products & Consumer Tech · Product Hunt

publicdesktop.lol

Public computer of the internet Discussion | Link

World · Al Jazeera

Three killed in strikes on Gaza as Israel renews threats over kite-flying

Israeli defence minister renews threat to expel Palestinians from areas where kites or balloons are being flown in Gaza.

Society · NPR Top Stories

Trump directs federal government to rename Lake Ontario to Lake America

President Trump signed an executive order on Thursday directing the federal government to rename Lake Ontario amid an escalating trade dispute with Canada .

Cybersecurity · The Hacker News

OpenAI Says Reward Hacking Drove AI Agents to Exploit Zero-Days and Breach Hugging Face

OpenAI on Wednesday revealed that reward hacking was a key driver behind the artificial intelligence (AI)-powered hack of Hugging Face last month, adding that it found evidence of misaligned behavior as early as late May. The incident, the company said, took place during cybersecurity evaluations of several OpenAI models, and that it was mainly fueled by what it described as a "highly capable

Products & Consumer Tech · The Verge

Google tells Android app developers to cool it on memory use, or else

Google will start policing memory-hungry Android apps as a direct response to the RAM crisis. Spotted by TechCrunch, the company yesterday published a memo addressing the Play Store's role in enforcing new memory-usage restrictions. The post emphasizes the importance of meeting new memory usage limits for apps, in order "to help developers navigate industry-wide hardware […]

Cloud & Infrastructure · Kubernetes Blog

Kubernetes v1.37: Metrics API graduates to stable

Kubernetes v1.37 promotes the metrics.k8s.io API to stable ( v1 ). This API provides CPU and memory usage for nodes and Pods, and is the API behind commands such as kubectl top and resource-metrics-based autoscaling. For cluster operators and application developers, this graduation means that the API now has the stability guarantees associated with a Kubernetes stable API. The v1 API has the same resource types and fields as v1beta1 ; this is an API-version graduation, not a change to the metrics that are collected or returned. A long-lived API reaches stable The resource Metrics API was introduced as alpha in Kubernetes v1.6 and became beta in v1.8. It has remained unchanged and has been used in production for years by clients including the HorizontalPodAutoscaler (HPA) and kubectl top . Kubernetes v1.37 formally graduates that proven API to metrics.k8s.io/v1 . The API exposes two resource types: NodeMetrics , for CPU and memory usage for a node. PodMetrics , for CPU and memory usage for a Pod, with a per-container breakdown in its containers field. The API remains intentionally small. It provides the resource metrics needed for autoscaling and basic inspection; it is not a replacement for a full monitoring pipeline or the custom metrics ( custom.metrics.k8s.io ) API. What changed with the v1.37 release? The v1 API surface is identical to v1beta1 , except for the API version. There are no renamed fields, new fields, or changes to the meaning of the returned CPU and memory values. For example, a client can retrieve node metrics from the stable endpoint: kubectl get --raw /apis/metrics.k8s.io/v1/nodes Likewise, it can retrieve metrics for the pods in a namespace: kubectl get --raw /apis/metrics.k8s.io/v1/namespaces/default/pods kubectl top supports both API versions. It prefers v1 when available and automatically falls back to v1beta1 on clusters that do not yet serve v1 . The HPA controller currently supports only v1beta1 . Support for discovery-based selection between v1 and v1beta1 is planned, but is not available in Kubernetes v1.37. What you need to do You don't need to enable any feature gate. The Metrics API is served through the API aggregation layer , by an implementation such as metrics-server . You can choose any implementation of metrics.k8s.io ; for the v1 metrics API to be available in your cluster, your chosen implementation must serve the v1.metrics.k8s.io API, and you need to register an associated APIService . During the transition, implementations should serve both v1 and v1beta1 . Keeping both versions available maintains compatibility with older clients. The v1beta1 API remains available in Kubernetes v1.37. You can see which versions your cluster serves with: kubectl get --raw /apis/metrics.k8s.io/ | jq . Once your metrics implementation supports v1 , you can also check that its APIService is available: kubectl get apiservice v1.metrics.k8s.io Learn more Read the Resource metrics pipeline documentation. Read KEP-5207 , the proposal for (graduating) this API. Learn about the Metrics API and its reference implementation, metrics-server . Get involved The Metrics API is maintained by SIG Instrumentation . To ask questions, share feedback, or contribute, join the #sig-instrumentation channel on Kubernetes Slack or attend a SIG Instrumentation meeting.

AI · The Decoder

AI shopping agents aren't ready to buy on your behalf, study finds

Letting an AI do your shopping might not get you the best deal. Researchers at the Wharton School show how erratic AI shopping agents really are: a single external source like Wirecutter shifted product picks by up to 99 percentage points, and even changing the order of identical information altered the outcome. The article AI shopping agents aren't ready to buy on your behalf, study finds appeared first on The Decoder .

AI · The Decoder

OpenAI rallies 100+ companies to sign open letter warning AI-powered cyberattacks on critical infrastructure are imminent

OpenAI, together with more than 100 companies including Microsoft, Google, Anthropic, Deutsche Telekom, and SAP, has published an open letter on AI-powered cyber defense. The coalition warns of increasingly sophisticated AI attacks on critical infrastructure such as hospitals and water treatment plants and calls for swift action while defenders still have the upper hand. The article OpenAI rallies 100+ companies to sign open letter warning AI-powered cyberattacks on critical infrastructure are imminent appeared first on The Decoder .

World · Al Jazeera

PSG to face Barcelona, Man City and Villa in Champions League as draw made

Last season's runners-up Arsenal, will play the likes of Real Madrid, Borussia Dortmund and Lille in the league phase.

Business · CNBC Technology

SK Hynix CEO says Indiana will be key memory production base by 2030, first U.S. facility now underway

At the groundbreaking ceremony for SK Hynix's first U.S. facility, CEO Kwak Noh-Jung says Indiana will be a key memory production base by 2030.

Startups & Funding · Hacker News Best

Gemini-3.5-Transcribe

Article URL: https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5-transcribe/ Comments URL: https://news.ycombinator.com/item?id=49468818 Points: 332 # Comments: 119

Business · CNBC Technology

Anthropic pushes into physical world with new standard to help AI agents operate machines

The Model Hardware Standard is initially available in a research preview, but Anthropic plans to open source it in the future.

Cloud & Infrastructure · The New Stack

Aider, Claude Code, and OpenClaw ran an identical model. Token use varied 70-fold.

When teams price an AI coding agent, they tend to scrutinize the model. But three recent benchmarking efforts suggest the The post Aider, Claude Code, and OpenClaw ran an identical model. Token use varied 70-fold. appeared first on The New Stack .

Startups & Funding · Hacker News Best

We found a division by zero bug in FFmpeg with a vibecoded fuzzer

Article URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/24290 Comments URL: https://news.ycombinator.com/item?id=49468642 Points: 272 # Comments: 236

World · Deutsche Welle

Trump signs order to rename Lake Ontario as Lake America

The move is the latest in the ongoing rift between the US and Canada. The US president has also tried to rename the Gulf of Mexico as the "Gulf of America" in the past.

World · Al Jazeera

Russian military serviceman killed in St Petersburg car blast

This is the latest in a series of blasts targeting military personnel and others linked to Russia's war on Ukraine.

World · Al Jazeera

Iran, Qatar hold Hormuz talks amid int’l hopes dialogue with US will resume

Officials review efforts being made to reduce war escalation and create 'appropriate conditions' for dialogue, Doha says

AI · TechCrunch AI

OpenAI, Anthropic, Google, and 100 other companies call for action to defend against rogue AI

Some of the world's largest tech companies and AI startups have come together to decry the current state of cybersecurity and to advertise a new solution that they say can ward off a new generation of cyber threats.

Products & Consumer Tech · Ars Technica

The iconic T-38 jets flown by astronauts just got a spiffy new look

"Everyone wants to take that aircraft up now..."