Latest Tech News

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

Filtered by: em Clear Filter

‘Peacemaker’ Season 2 Will Have a Major Connection to ‘Superman’

James Gunn teases the “complete horror” of the Clayface movie. Get a tiny look at Sandra Bullock and Nicole Kidman’s returns for Practical Magic 2. Plus, a sneak peek at the season finale of Rick and Morty. Spoilers get! Shin Godzilla 2 According to a new report from Bloomberg, Toho is now considering a sequel to 2016’s Shin Godzilla, though a deal has yet to be made. Clayface During a recent interview with CBS Morning (via Fangoria), James Gunn described Clayface as “a complete horror film.

The Next Thing You Smell Could Ruin Your Life

After my birth, my mother became allergic to the world. That’s the only way I knew how to put it. So many things could set her off: new carpeting, air fresheners, plastic off-gassing, diesel. Perfumes were among the worst offenders. On top of that, she developed terrible food allergies. The sound of her sniffling became the chorus of my childhood. Some days she couldn’t get out of bed. I’d peek into her darkened room and see her face pinched in discomfort. Her joints ached, her head swam. Docto

British government set to back down on secret iCloud backdoor after US pressure

We learned earlier this year that the British government had secretly ordered Apple to create a backdoor into encrypted data for all iCloud users worldwide. Specifically, it wanted a way to see personal data protected by Apple’s introduction of Advanced Data Protection (ADP), which extended end-to-end encryption to almost all iCloud data, meaning not even the iPhone maker could access it. Apple has been fighting the secret order in secret court hearings, but it now appears that the US governmen

Foldable phones are thin and light in 2025, so why are these brands bending the truth?

Paul Jones / Android Authority TL;DR A Twitter user has shown that the Galaxy Z Fold 7 is thinner than the HONOR Magic V5. It turns out both HONOR and OPPO measure their foldables without the protective inner screen film. A closer look at product pages also reveals that some brands don’t include these layers when weighing their foldables. HONOR launched the Magic V5 in China earlier this month, and the company claimed that the white version was the world’s thinnest foldable phone at 8.8mm. H

SIOF (Scheme in One File) – A Minimal R7RS Scheme System

SIOF (Scheme In One File) - A Minimal R7RS Scheme System SIOF is a portable interpreter for the R7RS Scheme programming language. It can be built from a single C source file siof.c; there are no OS- or hardware-specific parts, no compiler-specific tricks, no dependency on platform-specific building tools. There is no distributives or packages: just compile the source file with your favorite C compiler, link it with the standard C runtime libraries and be done with it. For some platforms, precom

How slow motion became cinema’s dominant special effect

About 20 years ago, a neuroscientist named David Eagleman strapped a bunch of students into harnesses, hoisted them to the top of an imposing metal tower, and then, without warning, dropped them 150 feet. Though the students landed safely in nets, the experience was—by design—terrifying. Eagleton wanted to simulate the feeling of plummeting to one’s death. His goal was to figure out why survivors of near-death experiences almost always said the same thing: “It felt like the world was going in sl

Agents built from alloys

This spring, we had a simple and, to my knowledge, novel idea that turned out to dramatically boost the performance of our vulnerability detection agents at XBOW. On fixed benchmarks and with a constrained number of iterations, we saw success rates rise from 25% to 40%, and then soon after to 55%. The principles behind this idea are not limited to cybersecurity. They apply to a large class of agentic AI setups. Let me share. XBOW’s Challenge XBOW is an autonomous pentester. You point it at yo

Weaving reality or warping it? The personalization trap in AI systems

Want smarter insights in your inbox? Sign up for our weekly newsletters to get only what matters to enterprise AI, data, and security leaders. Subscribe Now AI represents the greatest cognitive offloading in the history of humanity. We once offloaded memory to writing, arithmetic to calculators and navigation to GPS. Now we are beginning to offload judgment, synthesis and even meaning-making to systems that speak our language, learn our habits and tailor our truths. AI systems are growing incr

Jove (Jonathan's Own Version of Emacs)

JOVE (Jonathan's Own Version of Emacs)[1] is an open-source, Emacs-like text editor, primarily intended for Unix-like operating systems. It also supports MS-DOS and Microsoft Windows. JOVE was inspired by Gosling Emacs but is much smaller and simpler, lacking Mocklisp. It was originally created in 1983 by Jonathan Payne while at Lincoln-Sudbury Regional High School in Massachusetts, United States on a PDP-11 minicomputer.[2] JOVE was distributed with several releases of BSD Unix, including 2.9BS

FFmpeg devs boast of another 100x leap thanks to handwritten assembly code

The developers behind the FFmpeg project are again claiming major performance uplifts delivered by wielding the art of handwritten assembly code. With the latest patch applied, users should see a “100x speedup” in the cross-platform open-source media transcoding application. However, the developers were soon to clarify that the 100x claim applies to just a single function, “not the whole of FFmpeg.” BREAKING: FFmpeg 100x speedup from handwritten assembly13:55:30 <•haasn> rangedetect8_avx512: 12

Can Cortisol Supplements Really Lower Stress? I Asked the Experts

Cortisol was discovered in the mid-20th century, but in the last year or so, this naturally occurring hormone has entered the limelight of social media. You can find videos on TikTok discussing "cortisol face" with millions of views. Unfortunately, trends are rarely as simple as they appear and may have people jumping into action before learning what cortisol supplements even are and how they react in the body. While cortisol supplements can be the right choice in some situations, it's essentia

I'm betting against AI agents, despite building them

Everyone says 2025 is the year of AI agents. The headlines are everywhere: "Autonomous AI will transform work," "Agents are the next frontier," "The future is agentic." Meanwhile, I've spent the last year building many different agent systems that actually work in production. And that's exactly why I'm betting against the current hype. I'm not some AI skeptic writing from the sidelines. Over the past year, I've built more than a dozen production agent systems across the entire software developm

LLM architecture comparison

It has been seven years since the original GPT architecture was developed. At first glance, looking back at GPT-2 (2019) and forward to DeepSeek-V3 and Llama 4 (2024-2025), one might be surprised at how structurally similar these models still are. Sure, positional embeddings have evolved from absolute to rotational (RoPE), Multi-Head Attention has largely given way to Grouped-Query Attention, and the more efficient SwiGLU has replaced activation functions like GELU. But beneath these minor refi

“Bypassing” specialization in Rust

"Bypassing" specialization in Rust or How I Learned to Stop Worrying and Love Function Pointers I've spent nearly a year developing and refining my own FAT driver in Rust. For much of the last six months, I had to put the project on hold due to school commitments. However, I'm back now, especially since this project has become my most-starred repository on GitHub. During that journey, I (almost) learned how FAT and filesystems in general work behind-the-scenes and in my attempts to navigate the

The Big LLM Architecture Comparison

It has been seven years since the original GPT architecture was developed. At first glance, looking back at GPT-2 (2019) and forward to DeepSeek-V3 and Llama 4 (2024-2025), one might be surprised at how structurally similar these models still are. Sure, positional embeddings have evolved from absolute to rotational (RoPE), Multi-Head Attention has largely given way to Grouped-Query Attention, and the more efficient SwiGLU has replaced activation functions like GELU. But beneath these minor refi

Why I'm Betting Against AI Agents in 2025 (Despite Building Them)

Everyone says 2025 is the year of AI agents. The headlines are everywhere: "Autonomous AI will transform work," "Agents are the next frontier," "The future is agentic." Meanwhile, I've spent the last year building many different agent systems that actually work in production. And that's exactly why I'm betting against the current hype. I'm not some AI skeptic writing from the sidelines. Over the past year, I've built more than a dozen production agent systems across the entire software developm

Get Ready for These New Emoji, Which Are Coming Out This Fall

The Unicode Consortium is a nonprofit devoted to developing, maintaining and promoting software standards and data, and it also releases new emoji once a year. And on July 17, also known as World Emoji Day, Unicode announced that the newest emoji will debut this September as part of Unicode 17.0. Here are the new emoji you can expect to see later this year. Trombone Treasure chest Distorted face Hairy creature (Sasquatch) Fight cloud Apple core Orca Ballet dancers Landslide "These new

Topics: 17 emoji face new unicode

The Catholic Church Reportedly Called in an Exorcist to Deal With "Yeti Cult" Running Bizarre Blood Rituals at Archdiocese of Denver

What started as a routine weekend getaway for seminarians from the St. John Vianney Theological Seminary in 2024 took a hard turn into the surreal. The archdiocese of Denver confirmed that an exorcist was called in after a bizarre series of events involving a ceremonial dagger, a mysterious blood oath, and a man in a yeti costume. As first reported in an extensive investigation by The Pillar, a publication covering the Catholic church, the incident is causing controversy and raising questions a

"Bypassing" Specialization in Rust or How I Learned to Stop Worrying and Love F

"Bypassing" specialization in Rust or How I Learned to Stop Worrying and Love Function Pointers I've spent nearly a year developing and refining my own FAT driver in Rust. For much of the last six months, I had to put the project on hold due to school commitments. However, I'm back now, especially since this project has become my most-starred repository on GitHub. During that journey, I (almost) learned how FAT and filesystems in general work behind-the-scenes and in my attempts to navigate the

Psychiatric Researchers Warn of Grim Psychological Risks for AI Users

Without even looking at medical data, it's pretty clear that "artificial intelligence" — a vast umbrella term for various technologies over the years, but currently dominated by the data-hungry neural networks powering chatbots and image generators — can have life-altering effects on the human brain. We're not even three years out from the release of the first commercially-available LLM, and AI users have already been driven to paranoid breaks from reality, religious mania, and even suicide. A

How we tracked down a Go 1.24 memory regression

When Go 1.24 was released in early 2025, we were eager to roll it out across our services. The headline feature—the new Swiss Tables map implementation—promised reduced CPU and memory overhead. Our story begins while the new version was being rolled out internally. Shortly after deploying it to one of our data-processing services, we noticed an unexpected memory usage increase: We observed the same pattern, a ~20% increase in memory usage, across multiple environments before pausing the rollou

I’m using Samsung’s Voice Recorder to avoid this app’s premium plan

Ryan Whitwam / Android Authority I can’t be alone in wishing I’d kept a journal over the years. I’d love to reflect on what I was up to on certain days 20 years ago and how I was processing it all. Other than a few batches of photos and my increasingly fading memory, the records of my various travel adventures have mostly been lost. And those were the exciting times — the humdrum days in between have been almost entirely condemned to the mists of time. I don’t beat myself up about not keeping

A CarFax for Used PCs: Hewlett Packard wants to give old laptops new life

The United Nations’ Global E-waste Monitor estimates that the world generates over 60 million tonnes of e-waste annually. Furthermore, this number is rising five times as fast as e-waste recycling. Much of this waste comes from prematurely discarded electronic devices. Many enterprises follow a standard three-year replacement cycle, assuming older computers are inefficient. However, many of these devices are still functional and could perform well with minor upgrades or maintenance. The issue i

Brain Scans Reveal Why Waking Up Is Sometimes Such a Difficult Experience

Want to wake up feeling great? The secret might not be so simple as a multi-step nighttime routine, early bedtime, or a no-device rule. A new study suggests that how we fall asleep and how we wake up the next day may not be so similar as we once thought. Neuroscientists tracked 20 people’s brain activity as they woke up from sleep—sometimes naturally, sometimes by setting off an alarm—recording more than 1,000 awakenings in total. They found a pattern of neural activity signaled waking, but tha

Sales Tax Holidays: 17 States Are Holding Tax-Free Back-to-School Shopping Events This Summer. Here's When

State sales tax holidays usually run for one weekend, though some states offer longer exemptions. Tharon Green/CNET If you haven't already started buying back-to-school essentials, shopping during a sales tax holiday can offer some extra savings. These tax-free shopping events typically center on back-to-school items, offering discounts on clothing, school supplies, laptops and athletic gear. This year, 17 states are participating in a tax-free event, with one starting this weekend, and two m

Topics: free item items sales tax

These Are CNET's Favorite and Most-Used Emoji. Did Yours Make the List?

Every July 17, the internet comes together and celebrates World Emoji Day. The date was chosen because it's displayed on the 📅 calendar emoji, but it's a day to appreciate all emoji, even the more obscure ones, like the 🫙jar. And in honor of the internet holiday, I asked my colleagues at CNET what their favorite and most used emoji are. The rules for voting were simple: You could only vote once for your favorite emoji and once for your most-used emoji. There was more variety in the category of

Trying Guix: A Nixer's impressions

Trying Guix: A Nixer's Impressions People occasionally ask me how I think Guix compares to Nix. Let me set the stage: I've been using Nix for many years, have large projects using Nix, used to be very active in the Nix community, and even wrote multiple Nix language interpreters, so I'd say that I'm at least fairly comfortable with Nix. I'm also one of those people who live in Emacs. I'm no stranger to Lisps (although my experience with Scheme is limited) and am very fond of them. It feels nat

New embedding model leaderboard shakeup: Google takes #1 while Alibaba’s open source alternative closes gap

Want smarter insights in your inbox? Sign up for our weekly newsletters to get only what matters to enterprise AI, data, and security leaders. Subscribe Now Google has officially moved its new, high-performance Gemini Embedding model to general availability, currently ranking number one overall on the highly regarded Massive Text Embedding Benchmark (MTEB). The model (gemini-embedding-001) is now a core part of the Gemini API and Vertex AI, enabling developers to build applications such as sema

I'm Rebelling Against the Algorithm

I'm rebelling against the algorithm 14 Jul, 2025 I grew up on the internet. I'm old enough to remember when my news feeds actually ended. Remember the times before infinite scroll was engineered? I remember when algorithms weren't good enough to keep me in a trance-like state for eternity. Fast forward to today, I experience firsthand the horrible effects of the algorithms. We weren't meant to read the thoughts of 100s of people all at once. It's also not possible to fully check out from soci

The Halo Effect

Notes on the recent trend of “Hire and License Out” deals in AI Halos are made when souls leave their companies and ascend to the Clouds Over the last year, a new breed of deal structure has emerged in AI: an alternative to acquisitions and hiring that shares traits of both yet isn’t quite either. Companies like Inflection, Character AI, Adept, Covariant and most recently Windsurf have used this new structure in a common pattern. A core team from the startup–usually including the founders and