Latest Tech News

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

Filtered by: mode Clear Filter

Apple Watch SE 3 vs. Watch SE 2: I compared the two models, and there's a clear winner

Rene Ramos/ZDNET/Apple Apple this week unveiled the new iPhone 17 lineup at its annual September hardware event, and its core smartwatch finally got a much-needed facelift. That's right, the Apple Watch SE 2 is officially retired, as the Watch SE 3 takes its place with fresh upgrades. The Watch SE 3 joins two other new wearables from Apple -- the Watch Series 11 and the more advanced Watch Ultra 3. While both of the latter watches saw some sizzling upgrades, the Watch SE 3 got some long-awaite

Topics: apple model new se watch

I'm skipping the iPhone 17 Pro this year - 3 reasons the base model makes more sense

Nina Raemont/ZDNET Follow ZDNET: Add us as a preferred source on Google. There are plenty of dedicated iPhone users like myself who are loyal to base model iPhones. When I upgrade my iPhone every two or so years, I don't bother with the Pro variations. My position is that as the base model iPhones become more advanced, I don't need to spend a few hundred extra dollars on features that a casual user like me won't need. I'm the opposite of a power user, unless power is synonymous with a scary a

RustGPT: A pure-Rust transformer LLM built from scratch

🩀 Rust LLM from Scratch RustGPT-demo-zoon.mp4 A complete Large Language Model implementation in pure Rust with no external ML frameworks. Built from the ground up using only ndarray for matrix operations. 🚀 What This Is This project demonstrates how to build a transformer-based language model from scratch in Rust, including: Pre-training on factual text completion on factual text completion Instruction tuning for conversational AI for conversational AI Interactive chat mode for testing f

Modder adds over an hour of Switch 2 runtime by dropping in a bigger battery pack

In a nutshell: The Nintendo Switch 2 debuted earlier this year to a warm reception from both reviewers and gamers. However, battery life remains one of its few weaknesses, a limitation carried over from the first-generation model. A modder has now attempted to address this issue by increasing the Switch 2's battery capacity from 5,220 mAh to 8,000 mAh. The mod comes courtesy of YouTuber Naga, who pried open a Switch 2 and installed a larger 8,000 mAh battery in place of the factory-fitted 5,220

La-Proteina

La-Proteina: Atomistic Protein Generation via Partially Latent Flow Matching Abstract. Recently, many generative models for de novo protein structure design have emerged. Yet, only few tackle the difficult task of directly generating fully atomistic structures jointly with the underlying amino acid sequence. This is challenging, for instance, because the model must reason over side chains that change in length during generation. We introduce La-Proteina for atomistic protein design based on a n

OpenAI Realizes It Made a Terrible Mistake

OpenAI claims to have figured out what's driving "hallucinations," or AI models' strong tendency to make up answers that are factually incorrect. It's a major problem plaguing the entire industry, greatly undercutting the usefulness of the tech. Worse yet, experts have found that the problem is getting worse as AI models get more capable. As a result, despite incurring astronomical expenses in their deployment, frontier AI models are still prone to making inaccurate claims when faced with a pr

M5 MacBook Pro: Here’s what to expect

Apple is reportedly working on a new MacBook Pro refresh, as they tend to do almost every year. This refresh is quite minor, but if you’re in the market for a new laptop, we’ll be breaking down everything you need to know about the next MacBook Pro update. What’s new As always, these new MacBook Pro models will come with a new generation of Apple Silicon. That means we’ll see the introduction of M5, M5 Pro, and M5 Max. These chips will still be based on TSMC’s 3nm process, specifically N3P, t

‘Selling coffee beans to Starbucks’ – how the AI boom could leave AI’s biggest companies behind

How much do foundation models matter? It might seem like a silly question, but it’s come up a lot in my conversations with AI startups, which are increasingly comfortable with businesses that used to be dismissed as “GPT wrappers,” or companies that build interfaces on top of existing AI models like ChatGPT. These days, startup teams are focused on customizing AI models for specific tasks and interface work, and see the foundation model as a commodity that can be swapped in and out as necessary

RFC9460: SVCB and HTTPS DNS Records

In AliasMode, the SVCB record aliases a service to a TargetName. SVCB RRsets SHOULD only have a single RR in AliasMode. If multiple AliasMode RRs are present, clients or recursive resolvers SHOULD pick one at random.¶ The primary purpose of AliasMode is to allow aliasing at the zone apex, where CNAME is not allowed (see, for example, [RFC1912], Section 2.4). In AliasMode, the TargetName will be the name of a domain that resolves to SVCB, AAAA, and/or A records. (See Section 6 for aliasing of SV

Here’s a fantastic MacBook Air deal you should consider if you’re eyeing an upgrade

With every new Apple product launch, deals slowly crop up over time – and the MacBook lineup is no exception. The best deals tend to come after a model is no longer the latest and greatest, and there’s currently an unbeatable M3 MacBook Air deal that’s hard to pass up on, and once it sells out, there likely won’t be any more to go around. Apple released the new M4 MacBook Air in March, and since then, retailers have been trying to move inventory of older M3 models. For the most part, they have

Topics: apple m3 m4 macbook model

California Lawmakers Once Again Challenge Newsom’s Tech Ties with AI Bill

Last year, California Governor Gavin Newsom vetoed a wildly popular (among the public) and wildly controversial (among tech companies) bill that would have established robust safety guidelines for the development and operation of artificial intelligence models. Now he’ll have a second shot—this time with at least part of the tech industry giving him the green light. On Saturday, California lawmakers passed Senate Bill 53, a landmark piece of legislation that would require AI companies to submit

iPhone 17 pre-order shipping times start slipping to October

Today is iPhone 17, iPhone 17 Pro, and iPhone Air pre-order day, a day that is always a combination of exciting and stressful for Apple fans. The first pre-orders are scheduled to arrive on September 19, but shipping estimates have already started to slip for some of the new iPhone models 
 The iPhone 17 Pro Max is facing the longest shipping delays, with most configurations now showing an estimated delivery date of October 6 to October 13. The Silver and Cosmic Orange colors appear to be slig

Topics: 17 day iphone model pre

I used standard Emacs extension-points to extend org-mode

Recently I read this beginners guide to extend Emacs. The guide is perfect for starting out with elisp and it shows a lot of care in teaching how to interact with Emacs. To me, the most important bit though is this one, from the section aptly named Emacs Wants You to Extend It. I haven’t written plugins for other editors extensively, but I can tell you this: emacs doesn’t just make deep customization available, but it actively encourages you to make an absolute customization messes masterpiece

Unauthorized Windows/386

I wanted to share something special, a friend of mine, Will, has been so busy working on this project and I wanted to share it here for everyone here first. This is pretty technical, but still interesting deep look into one of Microsoft’s early 32bit/386 based programs that would go on to revolutionize the world, Windows/386! It brought the v86 virtual machine to normal people wrapped up in a nice GUI. By Will Klees (CaptainWillStarblazer) INTRODUCTION I’m CaptainWillStarblazer, an author wh

Emacs: A Paradigm Shift

Recently I read this beginners guide to extend Emacs. The guide is perfect for starting out with elisp and it shows a lot of care in teaching how to interact with Emacs. To me, the most important bit though is this one, from the section aptly named Emacs Wants You to Extend It. I haven’t written plugins for other editors extensively, but I can tell you this: emacs doesn’t just make deep customization available, but it actively encourages you to make an absolute customization messes masterpiece

Nissan Leaf 2026 Review: Superb Steering, Competitive Pricing

Nissan quotes 160 kilowatts (214 horsepower) and 252 pound-feet of torque for the single motor that drives the front wheels. Acceleration is adequate in the standard drive mode, with Sport providing a bit more boost, enough to spin an inside front wheel in turns when pressed. The Eco mode was underwhelming, and while there’s a Personal mode to tweak your own combination of settings, we’d be shocked if anyone ever uses it. Nissan offers four levels of regenerative braking, controlled via paddle

Super Mario Bros. Wonder is getting a Switch 2 version with new multiplayer modes

Nintendo kicked off its latest Direct on Friday with a slew of Mario-related news to mark the 40th anniversary of its mascot. One of those announcements was for a Nintendo Switch 2 version of the delightful Super Mario Bros. Wonder, which is coming next spring. It will feature fresh multiplayer modes and other new features that Nintendo will reveal later. A region called Bellabel Park will open up. You'll be able to hop into several modes with family and friends, such as one that will see you c

Which iPhone 17 Model Should You Buy?

Apple’s 2025 iPhones are here, and things are quite different for the first time in a while. The base iPhone 17 will still feel familiar, but the iPhone 17 Pro models have a completely new look, and there's a brand-new model called the iPhone Air. The “Air” branding has been somewhat diluted of late—the current-gen iPad Pro models are lighter than the iPad Air—but the iPhone Air brings meaning back to the original idea: a super-thin and ultra-lightweight device. Preorders are live, and official

Microsoft and OpenAI have a new deal that could clear the way for an IPO

is a senior editor following news across tech, culture, policy, and entertainment. He joined The Verge in 2021 after several years covering news at Engadget. Posts from this author will be added to your daily email digest and your homepage feed. As OpenAI attempts to restructure itself and eventually go public, a hurdle for the startup, recently valued at $500 billion, is its increasingly complicated partnership with Microsoft. On Thursday afternoon, the two companies released this joint state

Microsoft is making ‘significant investments’ in training its own AI models

is a senior editor and author of Notepad , who has been covering all things Microsoft, PC, and tech for over 20 years. Posts from this author will be added to your daily email digest and your homepage feed. Microsoft AI launched its first in-house models last month, adding to the already complicated relationship with its OpenAI partner. Now, Microsoft AI chief Mustafa Suleyman says the company is making “significant investments” in the compute capacity required to Microsoft’s own future fronti

3 reasons why I'm skipping the iPhone 17 Pro and buying this model instead

Nina Raemont/ZDNET Follow ZDNET: Add us as a preferred source on Google. There are plenty of dedicated iPhone users like myself who are loyal to base model iPhones. When I upgrade my iPhone every two or so years, I don't bother with the Pro variations. My position is that as the base model iPhones become more advanced, I don't need to spend a few hundred extra dollars on features that a casual user like me won't need. I'm the opposite of a power user, unless power is synonymous with a scary a

Stability's new AI audio tool creates custom sound for brands - how it works

Tatiana Serebryakova/iStock/Getty Images Plus via Getty Images Follow ZDNET: Add us as a preferred source on Google. ZDNET's key takeaways Stable Audio 2.5 is designed to help brands build a "sonic identity." The model was trained on a fully licensed dataset. Custom tracks can be used in ads, retail locations, and elsewhere. Stability AI just made it easier for brands to create custom, AI-generated audio, thereby negating the need to spend time and money on elaborate recording and producti

Apple denies Politico report on AI guideline changes around DEI, vaccines, and Trump

Politico has published an extensive report claiming that, following Trump’s election, Apple changed its AI training guidelines on issues such as DEI, vaccines, elections, and Trump himself. Here are the details. Data annotation It is common practice for tech companies to rely on subcontractors to help with the labeling and post-training process of their AI models. Politico’s report says that Apple contracts Transperfect, a company that offers “translation services and solutions,” including AI

OpenAI's fix for hallucinations is simpler than you think

Hector Roqueta Rivero/Moment via Getty Images Follow ZDNET: Add us as a preferred source on Google. ZDNET's key takeaways OpenAI says AI hallucination stems from flawed evaluation methods. Models are trained to guess rather than admit ignorance. The company suggests revising how models are trained. Even the biggest and most advanced generative AI models occasionally hallucinate, or generate inaccurate information presented as fact. Now, OpenAI claims to understand why -- while offering a p

Microsoft 365 Copilot bundles sales, service, and finance Copilots in October

is a senior editor and author of Notepad , who has been covering all things Microsoft, PC, and tech for over 20 years. Posts from this author will be added to your daily email digest and your homepage feed. I exclusively reported last week that Microsoft was about to shake up its Microsoft 365 Copilot pricing, and now the company has officially revealed that its sales, service, and finance Copilots are being bundled into Microsoft 365 Copilot. Microsoft currently offers business Copilot acces

Exactly Six Months Ago, the CEO of Anthropic Said That in Six Months AI Would Be Writing 90 Percent of Code

With so many wild predictions flying around about the future AI, it’s important to occasionally take a step back and check in on what came true — and what hasn’t come to pass. Exactly six months ago, Dario Amodei, the CEO of massive AI company Anthropic, claimed that in half a year, AI would be "writing 90 percent of code." And that was the worst-case scenario; in just three months, he predicted, we could hit a place where "essentially all" code is written by AI. As the CEO of one of the buzzi

OpenAI Brings Back Standard Voice Mode After Revolt

If it ain't broke, don't fix it -- or maybe even upgrade it. OpenAI has decided, for now, to keep Standard Voice Mode available for ChatGPT customers after some hard backlash against its replacement, Advanced Voice Mode. As OpenAI VP and ChatGPT boss Nick Turley posted on X and also on the Open AI website: "We've heard feedback that Standard Voice is special to many, and we want to get this transition right." He added: "Standard Voice will stay available while we address some of your feedback i

Microsoft ends OpenAI exclusivity in Office, adds rival Anthropic

Microsoft's Office 365 suite will soon incorporate AI models from Anthropic alongside existing OpenAI technology, The Information reported, ending years of exclusive reliance on OpenAI for generative AI features across Word, Excel, PowerPoint, and Outlook. The shift reportedly follows internal testing that revealed Anthropic's Claude Sonnet 4 model excels at specific Office tasks where OpenAI's models fall short, particularly in visual design and spreadsheet automation, according to sources fam

Is the Apple Watch SE 3 worth it? Here's how it compares to the 2022 Watch SE 2

Rene Ramos/ZDNET/Apple Apple recently unveiled the new iPhone 17 lineup at its annual September hardware event, and its core smartwatch finally got a much-needed facelift. That's right, the Apple Watch SE 2 is officially retired, as the Watch SE 3 takes its place with fresh upgrades. The Watch SE 3 joins two other new wearables from Apple -- the Watch Series 11 and the more advanced Watch Ultra 3. While both of the latter watches saw some sizzling upgrades, the Watch SE 3 got some long-awaited

Topics: apple model new se watch

Tinder evolves some features into dating ‘modes’

In a bid to retain users and increase engagement, Tinder is overhauling some of its existing features into new, redesigned “modes,” in addition revamping its home screen. The app is getting two new modes, Double Date and College Mode — essentially extensions of existing features — alongside a “For You” mode on the home screen that presents the classic Tinder experience. The company said it will add more dating modes that will lean into interests, dating intentions, and different ways to connect