Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: red Clear Filter

Trump fires commissioner of preeminent nuclear safety institution

Critics warn that the United States may soon be taking on more nuclear safety risks after Donald Trump fired one of five members of an independent commission that monitors the country's nuclear reactors. In a statement Monday, Christopher Hanson confirmed that Trump fired him from the US Nuclear Regulatory Commission (NRC) on Friday. He alleged that the firing was "without cause" and "contrary to existing law and longstanding precedent regarding removal of independent agency appointees." Accord

Instagram users complain of mass bans, pointing finger at AI

Instagram users have for weeks complained about a significant increase in accounts being mistakenly banned or suspended. Many suspect, without direct evidence, that the issues may have to do with the use of AI automation. Reached for comment, Meta has so far not offered an on-record statement. According to a growing number of social media posts, including on sites like Reddit and X, Instagram users report that their accounts were banned even though they had not violated the company’s terms of

OpenTelemetry for Go: Measuring overhead costs

Everything comes at a cost — and observability is no exception. When we add metrics, logging, or distributed tracing to our applications, it helps us understand what’s going on with performance and key UX metrics like success rate and latency. But what’s the cost? I’m not talking about the price of observability tools here, I mean the instrumentation overhead. If an application logs or traces everything it does, that’s bound to slow it down or at least increase resource consumption. Of course,

Reddit will help advertisers turn ‘positive’ posts into ads

is a news editor covering technology, gaming, and more. He joined The Verge in 2019 after nearly two years at Techmeme. Reddit is launching a new feature for advertisers that slots positive posts from Reddit users right under their ads. The new alpha feature, called Conversation Summary Add-ons, “dynamically integrates positive content from Reddit users directly below an advertiser’s creative, putting community conversations front-and-center in the user experience and blending AI-driven effici

Microsoft shares temp fix for Outlook crashes when opening emails

Microsoft has shared a workaround for a known issue that causes the classic Outlook email client to crash when opening or starting a new message. These problems affect users in the Monthly Enterprise Channel who updated Outlook for Microsoft 365 earlier this month, starting with Version 2504 (Build 18730.20122). "When you open or start a new email, classic Outlook crashes. This issue occurs because Outlook cannot open the Forms Library," the Outlook team says in a support document published on

LLM Chat via SSH

# Server name, optional, can be changed to your own domain SERVER_NAME = chat.aigc.ing # Whether it's a public server, required. If not configured, it defaults to private server and requires whitelist configuration PUBLIC_SERVER = false # Rate limiting settings, optional. TTL suffix is for time, LIMIT is for count. Strongly recommended for public servers RATE_LIMIT_TTL = 3600 RATE_LIMIT_LIMIT = 300 LOGIN_FAILED_TTL = 600 LOGIN_FAILED_LIMIT = 10 # Blacklist and whitelist, opt

Why We Made a Guide to Winning a Fight

I don’t think there’s anything quite so satisfying as winning a fight—especially when you land that victory with a resounding and definitive punch to your opponent’s gut. In some instances, that’s a literal victory. Just ask my third-grade playground nemesis; it’s the one and only time I ever threw that kind of breathtaking slug, and yeah, she had it coming. The WIRED Guide to Winning a Fight Illustration: Shirley Chong Right now, everyone seems ready to throw down. More than ever, it’s import

Real-time CO2 monitoring without batteries or external power

< (From left) Master's Student Gyurim Jang, Professor Kyeongha Kwon > KAIST (President Kwang Hyung Lee) announced on June 9th that a research team led by Professor Kyeongha Kwon from the School of Electrical Engineering, in a joint study with Professor Hanjun Ryu's team at Chung-Ang University, has developed a self-powered wireless carbon dioxide (CO2) monitoring system. This innovative system harvests fine vibrational energy from its surroundings to periodically measure CO2 concentrations.

GNOME and Red Hat Linux eleven years ago (2009)

GNOME and Red Hat Linux Eleven Years Ago By Oscar Laycock Four years ago, I switched on an old PC and found a seven year old (at that time) copy of Linux on it. I still use parts of the 1998 Red Hat Linux, today. Red Hat Linux in 1998 My copy of Red Hat Linux is 5.1, codenamed "Manhattan". It was released on May 22, 1998. The first Red Hat Linux 1.0 was released on November 3, 1994. Finally, Red Hat Linux merged with Fedora on 22 September 2003, when Red Hat started Red Hat Enterprise Linux.

Red Hat Linux in 1998 (2009)

GNOME and Red Hat Linux Eleven Years Ago By Oscar Laycock Four years ago, I switched on an old PC and found a seven year old (at that time) copy of Linux on it. I still use parts of the 1998 Red Hat Linux, today. Red Hat Linux in 1998 My copy of Red Hat Linux is 5.1, codenamed "Manhattan". It was released on May 22, 1998. The first Red Hat Linux 1.0 was released on November 3, 1994. Finally, Red Hat Linux merged with Fedora on 22 September 2003, when Red Hat started Red Hat Enterprise Linux.

Alexa von Tobel has high hopes for ‘fintech 3.0’

It’s been 10 years since Alexa von Tobel sold her financial planning startup Learnvest to Northwestern Mutual for $250 million. Since then, von Tobel became Northwestern Mutual’s first chief digital officer, then chief innovation officer, before launching an early-stage venture firm of her own, Inspired Capital, with former U.S. Secretary of Commerce Penny Pritzker. She’s also a New York Times bestelling author, and she’s about to launch a new interview podcast, “Inspired with Alexa von Tobel.”

Is your phone provider’s autopay discount really worth it?

Edgar Cervantes / Android Authority Autopay is easily one of the most convenient ways to pay your bills, especially if you’re like me and struggle to keep track of everything manually. Without autopay, it’s easy to accidentally miss a payment if you’re not careful. In the past, I’ve used autopay for nearly everything — from health and car insurance to utility bills, recurring entertainment subscriptions, and, of course, services like phone plans that offer discounts for autopay enrollment. Whil

13 Best Laptops of 2025, Tested and Reviewed

Other Good Laptops We’ve Tested Dell 14 Plus Photograph: Luke Larsen Dell 14 Plus for $1,100: This is the first laptop in Dell's major rebranding effort, and this one is a follow-up to the Dell Inspiron Plus 14. The Dell 14 Plus (6/10, WIRED Review) is a solidly midrange laptop, meaning it sports a clean but generic design and solid performance, without some of the bells and whistles that make laptops feel premium. The IPS screen is decent, as is the performance and battery life. The only real

Suspect in Minnesota Shooting Linked to Security Company, Evangelical Ministry

A man named Vance Boelter allegedly shot and killed Melissa Hortman, a Democratic Minnesota state representative, and her husband Mark Hortman at their home at some point early Saturday morning while, according to law enforcement, impersonating a police officer. He also allegedly shot state senator John Hoffman and his wife Yvette Hoffman at their home. They are alive, but remain in critical condition. Law enforcement has said they found a manifesto and hit list in the alleged suspect’s car, wh

Filedb: Disk-based key-value store inspired by Bitcask

filedb A key-value store inspired by Bitcask. FileDB is a Zig-implementation of Bitcask by Riak1 paper. FileDB stores record metadata in a log-structured hashtable and parallely keeps 1 disk file open for inserting records in append-only mode. On restarts or MAX_FILE_REACHED , the disk file is rotated and all the oldfiles are kept open for reading only . , the disk file is rotated and all the oldfiles are kept open for reading . A compaction process running every config.compactionInterval se

A Study of the Winston Red: The Smithsonian's New Fancy Red Diamond

ABSTRACT Red diamonds are among the rarest gems on Earth, especially Fancy red diamonds that are pure red and unmodified by brown, orange, or purple. At 2.33 ct, the Winston Red diamond is the fifth-largest Fancy red diamond known to exist and the only Fancy red diamond on public exhibit. On April 1, 2025, it was unveiled in a new exhibit at the Smithsonian National Museum of Natural History in Washington, DC. This is the first scientific and historical study conducted on this noteworthy stone.

Filedb: Disk Based Key-Value Store Inspired by Bitcask

filedb A key-value store inspired by Bitcask. FileDB is a Zig-implementation of Bitcask by Riak1 paper. FileDB stores record metadata in a log-structured hashtable and parallely keeps 1 disk file open for inserting records in append-only mode. On restarts or MAX_FILE_REACHED , the disk file is rotated and all the oldfiles are kept open for reading only . , the disk file is rotated and all the oldfiles are kept open for reading . A compaction process running every config.compactionInterval se

Implementing Logic Programming

Most of my readers are probably familiar with procedural programming, object-oriented programming (OOP), and functional programming (FP). The majority of top programming languages on all of the language popularity charts (like TIOBE) support all three to some extent. Even if a programmer avoided one or more of those three paradigms like the plague, they’re likely at least aware of them and what they’re about. Or they’re applying one of the paradigms while denying that they’re doing so, like Has

Google Clock starts drip-feeding its big Material 3 Expressive makeover

Hadlee Simons / Android Authority TL;DR Google Clock v7.14 brings small but noticeable visual updates to the alarm and settings toggles. The refreshed toggle design is part of Google’s shift toward Material 3 Expressive. A full redesign is expected with version 8 of the Clock app. Google’s Clock app is still waiting on its big Material 3 Expressive makeover, but a more minor update is already starting to move the visuals in that direction. Version 7.14 of the app introduces some subtle UI tw

Beyond Bluesky: These are the apps building social experiences on the AT Protocol

A year ago, Bluesky was opening up to the public and was known as one of the many X competitors that emerged after Elon Musk acquired the network formerly known as Twitter. Today, Bluesky’s social network has grown to over 36.5 million users, while the technology it’s built upon — the AT Protocol (or ATProto for short) — is being used to develop dozens more applications designed to work together as part of an open social web. The developers behind many of these apps attended the first conferenc

CBP's Predator Drone Flights Over LA Are a Dangerous Escalation

On Wednesday, United States Customs and Border Protection confirmed to 404 Media that it has been flying Predator drones over Los Angeles amid the LA protests. The military drones, a CBP statement said, “are supporting our federal law enforcement partners in the Greater Los Angeles area, including Immigration and Customs Enforcement, with aerial support of their operations.” State-level law enforcement agencies across the US use various types of drones and other vehicles, like helicopters, to c

Red team AI now to build safer, smarter models tomorrow

Join the event trusted by enterprise leaders for nearly two decades. VB Transform brings together the people building real enterprise AI strategy. Learn more Editor’s note: Louis will lead an editorial roundtable on this topic at VB Transform this month. Register today. AI models are under siege. With 77% of enterprises already hit by adversarial model attacks and 41% of those attacks exploiting prompt injections and data poisoning, attackers’ tradecraft is outpacing existing cyber defenses.

This Chatbot Tool Pays Users $50 a Month for Their Feedback on AI Models

To show off how easy it is for users to earn money by using his new chatbot platform, Pankaj Gupta offers to cash out $1 worth of Yupp credits, sending it to me over Venmo or PayPal. I’m talking with Gupta in the WIRED office during a prelaunch demo of Yupp, which comes out of stealth mode today. Journalistic ethics forbid accepting gifts from sources, so I politely decline. He proceeds to send it over PayPal to his Stanford alumni email. Gupta is the CEO of Yupp, which is free to use and avail

Reddit adds analytics and drafts for comments

Reddit is making it easier to gauge the impact your comments are having. The company is introducing detailed analytics for comments that measure views and other engagement metrics. Reddit shared the change as part of a larger batch of updates around how it handles comments on its platform. Comment insights will provide details around upvotes (including the ratio of upvotes to downvotes), replies, views, shares and awards. Additionally, Redditors will now be able to share comments as a standalon

Coming to Apple OSes: A seamless, secure way to import and export passkeys

Apple this week provided a glimpse into a feature that solves one of the biggest drawbacks of passkeys, the industry-wide standard for website and app authentication that isn't susceptible to credential phishing and other attacks targeting passwords. The import/export feature, which Apple demonstrated at this week’s WWDC 25, will be available in the next major releases of iOS, macOS, iPadOS, and visionOS. It aims to solve one of the biggest shortcomings of passkeys as they have existed to date.

Google DeepMind is sharing its AI forecasts with the National Weather Service

It launched a new website where you can see its predictions. Here's an AI-government collaboration of a less… unsettling variety than some. Google DeepMind is teaming up with the National Hurricane Center (NHC) for tropical cyclone season. The AI research lab claims it can predict hurricane paths and intensities with at least the same accuracy as traditional methods. NHC forecasters have already begun using DeepMind's AI model. Google says they're designed to support, not replace, human NHC fo

Unpacking AI Agents

In the past six months, OpenAI, Anthropic, Google, and others have released web-browsing agents that are designed to complete tasks independently, with only minimal input from humans. OpenAI CEO Sam Altman has even called AI agents “the next giant breakthrough.” On today’s episode, we'll dive into what makes these agents different from other forms of machine intelligence, and whether their capabilities can live up to the hype. You can follow Michael Calore on Bluesky at @snackfight, Lauren Good

Reddit is adding new features for comments

is a news editor covering technology, gaming, and more. He joined The Verge in 2019 after nearly two years at Techmeme. Reddit is introducing some new features for comments, including the ability to share comments as posts, a comment insights tool to track things like upvotes and views, and comment drafts, according to a post from the Reddit product team. The features are rolling out today on Reddit’s native apps and on the web, and the rollout will continue “over the next few weeks.” Sharing

Meta AI’s public feed is a gold mine of accidental oversharing

Edgar Cervantes / Android Authority TL;DR Meta AI users are accidentally sharing personal chats to a public Discover feed. Some users seem to think that the Share button saves chats privately. The publicly shared chats include confessions, medical info, and legal dilemmas. If you’ve ever shared something personal with Meta’s AI assistant, you might want to double-check who saw it. A serious misunderstanding with the functionality of the Meta AI app is causing people to publish deeply private

Topics: ai feed meta shared users