Latest Tech News

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

Filtered by: od Clear Filter

A Python-first data lakehouse

“Good design is actually a lot harder to notice than poor design, in part because good designs fit our needs so well that the design is invisible”. Donald A. Norman, The Design of Everyday Things. Data and ML scientists - A life in the middle Despite AI eating the world and data becoming one of the most important things for every company on the planet, but getting models from prototype to production is still pretty problematic. According to HBR , fewer than 1 in 5 models ever make it into prod

Deals: 48GB M4 Pro MacBook Pro $400 off, M4 Mac mini $150 off, 25W MagSafe charger, AirPods, more

Alongside an ongoing all-time low on the base model M4 Mac mini at $469 and a $150 price drop on the 24GB model, we are also now tracking the mid-range 512GB variant down at the $689 Amazon low. Over to the M4 Pro MacBook Pro lineup, we have this upgraded 48GB 14-inch model at $400 off the list price alongside ongoing deals on AirPods Pro 2, the Apple 25W MagSafe charger at $30, and Journey debuted its new leather VERSA MagSafe Money Clip Wallet with Apple Find My at 20% off. All of that and mor

Planting flags in AI coding territory

Answering this often triggers more questions that shouldn't surprise anyone. Do you have some workable requirements? Have you created meaningful tests aligned with those? Can you understand and fix your code when those tests fail? Are you seeing opportunities to delete code in a way that enhances its value by reducing its liability? In all of these questions, code is ingrained with purpose, hampered by ambiguity, and therefore very much human, even when it lies forgotten in some machine wher

‘Dosa Divas’ Is a ‘Spicy’ New Game About Fighting Capitalism With Food

As protesters faced off against ICE agents and law enforcement in Los Angeles, game developers gathered just a few miles away for Summer Game Fest. They’d come to the annual show in early June to show off their games and make professional connections. The team at Outerloop Games was no different. But the studio, led and staffed by brown and Black developers, many of whom are immigrants themselves, had extra precautions to consider: “In case of an ICE raid,” says game director Chandana Ekanayake

Google’s Gemini transparency cut leaves enterprise developers ‘debugging blind’

Join the event trusted by enterprise leaders for nearly two decades. VB Transform brings together the people building real enterprise AI strategy. Learn more Google‘s recent decision to hide the raw reasoning tokens of its flagship model, Gemini 2.5 Pro, has sparked a fierce backlash from developers who have been relying on that transparency to build and debug applications. The change, which echoes a similar move by OpenAI, replaces the model’s step-by-step reasoning with a simplified summary.

I changed 12 settings on my Android phone to significantly improve the battery life

Kerry Wan/ZDNET I've spent large portions of my life looking for ways to extend the battery life on my Android phones. Admittedly, that sounds rather dramatic, but growing up with only budget models meant I was constantly tweaking device settings to squeeze every bit of juice out of their batteries. Thanks to this micromanaging, I successfully pushed the batteries on all my past smartphones to their absolute limit. I don't want to hoard this knowledge to myself, so I've decided to share it wit

Virtual cells

Virtual cells Digital twins of biological cells—often referred to as virtual cells or whole-cell models (WCMs)–aim to recreate every relevant molecular process of a living cell in silico. This interdisciplinary endeavor marries systems biology, computational modeling, high-performance computing, and, increasingly, AI. All models are wrong, but some are alive. Somewhere in a data center right now, a virtual bacterium is dividing for the millionth time. Somewhere else, an AI-enhanced model is l

Fast Rust Builds (2021)

Fast Rust Builds It’s common knowledge that Rust code is slow to compile. But I have a strong gut feeling that most Rust code out there compiles much slower than it could. As an example, one fairly recent post says: With Rust, on the other hand, it takes between 15 and 45 minutes to run a CI pipeline, depending on your project and the power of your CI servers. This doesn’t make sense to me. rust-analyzer CI takes 8 minutes on GitHub actions. It is a fairly large and complex project with 200k

Topics: build ci code rust time

You can now create custom GPTs with any OpenAI model, but there’s a catch

If you’ve been experimenting with custom GPTs inside ChatGPT, here’s a welcome upgrade: OpenAI now lets users pick from all available models when building or running a custom GPT, not just GPT-4o. Here’s how it works (and what’s missing). What are custom GPTs again? If you have no idea what this is, you’re not alone. OpenAI launched custom GPTs in late 2023, but the feature hasn’t exactly taken off the way the company probably hoped. Here’s how OpenAI describes them: “…custom versions of Chat

Study: Meta AI model can reproduce almost half of Harry Potter book

In recent years, numerous plaintiffs—including publishers of books, newspapers, computer code, and photographs—have sued AI companies for training models using copyrighted material. A key question in all of these lawsuits has been how easily AI models produce verbatim excerpts from the plaintiffs’ copyrighted content. For example, in its December 2023 lawsuit against OpenAI, The New York Times Company produced dozens of examples where GPT-4 exactly reproduced significant passages from Times sto

Whistleblower warning: 2FA codes sent via SMS are trivially easy to intercept

Weak Link: Two-factor authentication is designed to harden device security and make unauthorized access even trickier for bad actors. In the imperfect world we live in, however, there's almost always a weak link, and one popular delivery method for 2FA is no exception. Many implementations of two-factor authentication involve sending a one-time passcode to the end user via SMS. Once entered, the user is logged in and it's business as usual. The problem is the inherent weakness of SMS, and the f

Virtual Cells

Virtual cells Digital twins of biological cells—often referred to as virtual cells or whole-cell models (WCMs)–aim to recreate every relevant molecular process of a living cell in silico. This interdisciplinary endeavor marries systems biology, computational modeling, high-performance computing, and, increasingly, AI. All models are wrong, but some are alive. Somewhere in a data center right now, a virtual bacterium is dividing for the millionth time. Somewhere else, an AI-enhanced model is l

Today's NYT Connections: Sports Edition Hints and Answers for June 20, #270

Looking for the most recent regular Connections answers? Click here for today's Connections hints, as well as our daily answers and hints for The New York Times Mini Crossword, Wordle and Strands puzzles. Today's Connections: Sports Edition might be tough. Read on for hints and the answers. Connections: Sports Edition is out of beta now, making its debut on Super Bowl Sunday, Feb. 9. That's a sign that the game has earned enough loyal players that The Athletic, the subscription-based sports jo

Tech giants unleash AI on weather forecasts: are they any good?

A wave of machine-learning weather models have been unleashed by some of the very biggest businesses on the planet. These challenge the orthodoxy of traditional physics-based computer forecasts that have been incrementally developed and improved over many decades. But are the machine learning models any good? The weather is a national obsession for us Brits, and it is no wonder given the huge changes that are seen and felt from one day to the next.

The Download: future grids, and bad boy bots

Is this the electric grid of the future? Lincoln Electric System, a publicly owned utility in Nebraska, is used to weathering severe blizzards. But what will happen soon—not only at Lincoln Electric but for all electric utilities—is a challenge of a different order. Utilities must keep the lights on in the face of more extreme and more frequent storms and fires, growing risks of cyberattacks and physical disruptions, and a wildly uncertain policy and regulatory landscape. They must keep pric

Literate programming tool for any language

Literate What is Literate programming? Literate programming is a style of programming invented by Donald Knuth, where the main idea is that a program's source code is made primarily to be read and understood by other people, and secondarily to be executed by the computer. This frees the programmer from the structure of a program imposed by the computer and means that the programmer can develop programs in the order of the flow of their thoughts. A Literate program generally consists of expla

9to5Mac Daily: June 19, 2025 – iPhone Fold expectations, Mac gaming

Listen to a recap of the top stories of the day from 9to5Mac. 9to5Mac Daily is available on iTunes and Apple’s Podcasts app, Stitcher, TuneIn, Google Play, or through our dedicated RSS feed for Overcast and other podcast players. Sponsored by 9to5Mac Daily Plus: Get ad-free versions of every episode by visiting 9to5mac.com/join. New episodes of 9to5Mac Daily are recorded every weekday. Subscribe to our podcast in Apple Podcast or your favorite podcast player to guarantee new episodes are deliv

Today's NYT Connections Hints, Answers and Help for June 20, #740

Looking for the most recent Connections answers? Click here for today's Connections hints, as well as our daily answers and hints for The New York Times Mini Crossword, Wordle, Connections: Sports Edition and Strands puzzles. If you're a fan of a certain form of entertainment that's also kind of a sport, the blue group in today's NYT Connections puzzle should be easy for you. Read on for clues and today's Connections answers. The Times now has a Connections Bot, like the one for Wordle. Go the

Today's Wordle Hints, Answer and Help for June 20, #1462

Looking for the most recent Wordle answer? Click here for today's Wordle hints, as well as our daily answers and hints for The New York Times Mini Crossword, Connections, Connections: Sports Edition and Strands puzzles. Today's Wordle puzzle might be tough, but if you get your vowels all lined up, you could get it right away. If you need a new starter word, check out our list of which letters show up the most in English words. If you need hints and the answer, read on. Today's Wordle hints Be

Today's NYT Strands Hints, Answers and Help for June 20, #474

Looking for the most recent Strands answer? Click here for our daily Strands hints, as well as our daily answers and hints for The New York Times Mini Crossword, Wordle, Connections and Connections: Sports Edition puzzles. Today's NYT Strands puzzle is tough at first, but once you realize the theme, you can look for the obvious answers. If you need hints and answers, read on. I go into depth about the rules for Strands in this story. If you're looking for today's Wordle, Connections and Mini

Midjourney adds AI video generation

AI company Midjourney has released its first video model. This initial take on AI-generated video will allow users to animate their images, either ones made in Midjourney or uploaded from a different source. The initial results will be five-second clips that a user can opt to extend by four seconds up to four times. Videos can be generated on web only for now and require at least a $10 a month subscription to access. Introducing our V1 Video Model. It's fun, easy, and beautiful. Available at 10

Godfather Android malware now uses virtualization to hijack banking apps

A new version of the Android malware "Godfather" creates isolated virtual environments on mobile devices to steal account data and transactions from legitimate banking apps. These malicious apps are executed inside a controlled virtual environment on the device, enabling real-time spying, credential theft, and transaction manipulation while maintaining perfect visual deception. The tactic resembles that seen in the FjordPhantom Android malware in late 2023, which also used virtualization to ex

YouTube Shorts is about to look a little more like Instagram Reels

Joe Hindy / Android Authority TL;DR YouTube Shorts now lets creators place product stickers on their videos. Tapping on the sticker will redirect the viewer to the retailer’s website for that product. Viewers can see the full list of products the creator tagged by tapping on the down arrow. You may see something new on the screen the next time you watch a YouTube Shorts video. The platform is giving creators a new tool to get you to buy the products they’re advertising. If you make or watch

Public/protected/private is an unnecessary feature

public/protected/private is an unnecessary feature Regular code using this interface works great: Users can write generic code that works for any Vehicle, and use a Car with that code. The implementer of Car can restrict users to only ever use Car instances through the Vehicle interface, by only allowing construction of Car instances through, for example, a function make_car with return type Vehicle. But the interface doesn't work with inheritance: Users cannot write a generic class that can i

AMD Radeon RX 9060 XT PCIe Benchmark: 8GB vs. 16GB

On store shelves, AMD's Radeon RX 9060 XT looks like a compelling option for gamers. It's affordable, backed by a trusted brand, and appears well-equipped for modern gaming. But there's a catch: the 8GB version is severely constrained by its limited video memory – a technical bottleneck that may not show up in standard benchmarks. That missing memory turns the 8GB model into a ticking time bomb for gamers hoping to future-proof their rigs. The 8GB RX 9060 XT is marketed under the same name as t

Risk Expert Says "Learn to Code" Is Now Worse Advice Than "Get a Face Tattoo"

During a recent exchange on "Real Time with Bill Maher," risk analyst Ian Bremmer argued that artificial intelligence has basically eviscerated the "learn to code" cottage industry. When discussing the way AI has swept the world and taken many white collar jobs with it, Bremmer referenced how rapidly the technology has overtaken the traditional career trajectory for programmers — so much so that people who used to have cushy software developer jobs are now selling their plasma to make ends meet

Studio Ulster launches $96.5M virtual production facility

Northern Ireland’s Studio Ulster is launching its virtual production facility that represents more than $96.5 million (£72 million) in investment. Belfast-based Studio Ulster said it is celebrating its launch today as the world’s most advanced virtual production facility spanning 75,000 square feet. Studio Ulster is designed to support productions at every scale, from blockbuster films and high-end television to AAA game development and world-class animation. The facility integrates real-time

We Can Just Measure Things

We Can Just Measure Things This week I spent time with friends to letting agents go wild and see what we could build in 24 hours. I took some notes for myself to reflect on that experience. I won't bore you with another vibecoding post, but you can read Peter's post about how that went. As fun as it was, it also was frustrating in other ways and in entire predictable ways. It became a meme about how much I hated working with Xcode for this project. This got me thinking quite a bit more that th

Inside Microsoft’s complicated relationship with OpenAI

is a senior editor and author of Notepad , who has been covering all things Microsoft, PC, and tech for over 20 years. Beyond the selfies between Microsoft CEO Satya Nadella and OpenAI CEO Sam Altman, and the friendly conversations between the pair on stage, all is not well with Microsoft’s $13 billion AI investment. Over the past year, multiple reports have painted a picture of a Microsoft and OpenAI relationship that is straining under pressure. As OpenAI battles for access to more compute p