Lotu RadarAbout · RSS

Latest News Archive - Page 759

Society · NPR Technology

AI development is driving economic inequality, says tech critic Karen Hao

NPR's Steve Inskeep speaks with tech journalist Karen Hao about the Pope's recent warnings that AI companies represent a new form of colonialism.

Products & Consumer Tech · The Verge

Donut Lab’s solid-state battery claim debunked by Ziroth

Donut Lab's solid-state battery claims have been thoroughly debunked by Ryan Inis Hughes on his popular Ziroth YouTube channel. According to Hughes, Donut Lab has engaged in deliberate, calculated deception by claiming to have a solid-state battery ready for mass production. In reality, it's nothing more than a standard lithium-ion design. Hughes' investigation got an […]

Cybersecurity · BleepingComputer

CISA gives feds 3 days to patch Check Point VPN bug exploited as zero-day

CISA has ordered U.S. government agencies to secure their Check Point Remote Access VPN and Mobile Access deployments against a critical vulnerability exploited in zero-day attacks by Qilin ransomware affiliates. [...]

Products & Consumer Tech · Product Hunt

Hush

Open-source noise suppression for voice AI agents Discussion | Link

Startups & Funding · Hacker News Best

Microsoft's open source tools were hacked to steal passwords of AI developers

Article URL: https://techcrunch.com/2026/06/08/microsofts-open-source-tools-were-hacked-to-steal-passwords-of-ai-developers/ Comments URL: https://news.ycombinator.com/item?id=48457830 Points: 428 # Comments: 159

Developers & Open Source · GitHub Changelog

Periodic code scanning of inactive repositories

GitHub code scanning now supports scheduled security scans of repositories that have had no pushes or pull requests for six months or more. Organizations can use this to maintain continuous… The post Periodic code scanning of inactive repositories appeared first on The GitHub Blog .

Developers & Open Source · GitHub Changelog

Security validation for third-party coding agents

Security validation for third-party coding agents is now generally available. GitHub supports third-party coding agents (including Claude and OpenAI Codex) that work directly within your repositories to implement features, fix… The post Security validation for third-party coding agents appeared first on The GitHub Blog .

Cybersecurity · BleepingComputer

Google patches new Chrome zero-day flaw exploited in the wild

Google has released emergency updates to patch another Chrome zero-day vulnerability that has been exploited in the wild, the fifth such flaw patched since the start of the year. [...]

Cybersecurity · The Hacker News

LiteLLM Flaw CVE-2026-42271 Exploited in the Wild, Chains to Unauthenticated RCE

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) on Monday added a high-severity flaw impacting BerriAI LiteLLM to its Known Exploited Vulnerabilities (KEV) catalog, citing evidence of active exploitation. The vulnerability, tracked as CVE-2026-42271 (CVSS score: 8.7), is a command injection vulnerability that could allow any authenticated user to run arbitrary commands on the

Products & Consumer Tech · Product Hunt

Fluido

Turn any Figma shape into liquid metal in one click Discussion | Link

Cloud & Infrastructure · Cloudflare Blog

Defend against frontier cyber models: Cloudflare's architecture as customer zero

In our post about Project Glasswing, we made the argument that the architecture around a vulnerability matters more than the speed of the patch. Here we walk through what that architecture looks like, the threats it defends against, and how we run it ourselves as Cloudflare's customer zero.

Cybersecurity · SecurityWeek

Google Patches 5th Chrome Zero-Day Exploited in 2026

The vulnerability is tracked as CVE-2026-11645 and it was reported in late April by an anonymous researcher. The post Google Patches 5th Chrome Zero-Day Exploited in 2026 appeared first on SecurityWeek .

Startups & Funding · TechCrunch Startups

Zepto’s IPO filing reveals fast growth, bigger losses, and a valuation question nobody’s answered yet

Zepto's advertising revenue jumped 151%, outpacing the company's 104% growth in operating revenue.

Products & Consumer Tech · Product Hunt

Jesse

Stop building Apollo/Clay lists. Search the live internet. Discussion | Link

Products & Consumer Tech · Product Hunt

ClawEase

An AI business operator that books appointments for SMBs. Discussion | Link

Products & Consumer Tech · Product Hunt

Kimi K3

The world's first open 3T-class model Discussion | Link

AI · TechCrunch AI

Why Apple’s slow-and-steady AI bet is starting to look pretty smart

Can Apple's new AI glow up put to bed accusations that it's losing an all-important industry race?

Products & Consumer Tech · Ars Technica

FCC lifts looming deadline for Amazon Leo satellite broadband constellation

The waiver "serves the public interest by promoting a second large satellite broadband constellation."

AI · TechCrunch AI

Mercor’s Brendan Foody calls out Sequoia, accusing it of ‘dual-pricing’ valuation tricks

Sequoia is just one of the top firms that sells same equity at two different prices.

Developers & Open Source · vercel/next.js Releases

v16.3.0-canary.46

Misc Changes docs: clarify next-env.d.ts regeneration: #94232 docs: add updateTag example to cacheTag page: #94508 Remove experimental.useNodeStreams flag as it's enabled: #93938 Remove dead cacheComponents web streams path: #93944 [ci] Disable on-call notification if manual deploy e2e tests failed: #94554 Reduce new test concurrency to five: #94552 fix(dev-overlay): Tidy up issues/insight menu and tab overlay: #94549 [turbopack] Remove WebAssembly helpers from the default runtime: #94373 docs: clarify use cache persistence across deploys: #93554 enable eviction by default: #94452 docs: fix onRequestError error type example: #94518 docs: move insight error pages from vercel/front to canary: #94564 Credits Huge thanks to @SJvaca30 , @aurorascharff , @timneutkens , @eps1lon , @sampoder , @icyJoseph , @lukesandberg , and @danyalahmed1995 for helping!

AI · OpenAI News

Industrial policy for the Intelligence Age

Explore our ambitious, people-first industrial policy ideas for the AI era—focused on expanding opportunity, sharing prosperity, and building resilient institutions as advanced intelligence evolves.

Products & Consumer Tech · The Verge

Instagram is finally letting everyone reorganize their profile grid

Nearly a year after it was announced, Instagram says it's delivering the ability to rearrange the posts in your profile grid. It had been available to some people in test groups, but as of June 8th, it's rolling out widely via the Android and iPhone mobile apps. Until now, the posts on your Instagram profile […]

Notable Blogs · Simon Willison

Siri AI at WWDC 2026

Given how badly burned anyone who took Apple's 2024 WWDC Apple Intelligence announcements at face value was, I'm holding to a strict "I'll believe it when I see it" policy for everything they announced today . The new Siri AI features do at least look feasible with today's technology, especially since Apple are licensing a custom Gemini-derived model that they can run on their own Private Cloud Compute . It sounds like they'll be taking advantage of vision LLMs to extract information from the user's screen, which neatly sidesteps the need for every existing application to ship custom code in order to integrate with Apple Intelligence. Vision LLMs were a much less mature category in June 2024. The new Core AI library looks like a good step in enabling developers to finally take full advantage of Apple's hardware for running their own models. It integrates with Meta's open source PyTorch ecosystem, using these Core AI PyTorch extensions : Core AI PyTorch Extensions ( coreai-torch ) is a Python package that bridges PyTorch and Core AI. You can use it to bring up an existing PyTorch model — exported as a torch.export.ExportedProgram — into a Core AI AIProgram ready to run on Apple hardware, traversing the FX graph node-by-node and mapping ATen operators to Core AI operations. You can install an iOS 27 Developer Beta today, which supposedly has the new features - but you then have to make it through a waiting list for access to the new Siri AI. Aaron Perris from MacRumors reports having made it off the waitlist so we may start seeing credible reports on how well Siri AI works in the very near future. Update : These Private Cloud Compute Gemini models are running in Google Cloud, and using NVIDIA hardware. According to Expanding Private Cloud Compute on Apple's Security Research blog: For the most demanding tasks, including agentic tool-use and complex reasoning, we worked with Google and NVIDIA to extend our PCC infrastructure to Google Cloud systems using NVIDIA GPUs, while maintaining Apple's powerful security and privacy protections. [...] PCC on Google Cloud leverages many of the same architectural security patterns as PCC on Apple silicon to implement these layered protections: initial network data parsing for each request happens in a dedicated process within its own namespace, shared inference software is recycled with a short time-to-live duration, and attested keys are held in a separate, dedicated confidential VM isolated from external inputs. [...] As with PCC on Apple silicon, all binaries will be published for public inspection. Tags: vision-llms , apple , generative-ai , ai , llms , gemini , nvidia , google

Products & Consumer Tech · The Verge

Apple’s Screen Time updates are too little, too late

Apple spending a big chunk of its WWDC keynote on parental controls was surprising for several reasons. But the biggest is that, despite all the airtime, it didn't announce much new beyond a redesigned interface. Almost all the features touted already exist or are upgrades to current options. Why Apple chose to do this isn't […]