Latest Tech News

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

Filtered by: sum Clear Filter

US economy shrank 0.5% in the first quarter, worse than earlier estimates

WASHINGTON (AP) — The U.S. economy shrank at a 0.5% annual pace from January through March as President Donald Trump’s trade wars disrupted business, the Commerce Department reported Thursday in an unexpected deterioration of earlier estimates. First-quarter growth was weighed down by a surge of imports as U.S. companies, and households, rushed to buy foreign goods before Trump could impose tariffs on them. The Commerce Department previously estimated that the economy fell 0.2% in the first qua

US Senators introduce bipartisan bill to enable third-party app stores on iPhones

In a nutshell: Five US senators have reintroduced a bipartisan bill to curb Apple's and Google's dominance in mobile app distribution. According to the lawmakers, the legislation will outlaw restrictive trade practices that allow the two tech giants control the global app economy. The "Open App Markets Act," introduced by Senators Marsha Blackburn, Richard Blumenthal, Mike Lee, Amy Klobuchar, and Dick Durbin, aims to promote competition and strengthen consumer protections in the evolving mobile

Meta AI can summarize your unread WhatsApp messages now - how to try it

J Studios/Getty Images Meta is introducing a new AI-powered feature into WhatsApp designed to summarize unread messages. The feature, called Message Summaries, was announced Wednesday in a WhatsApp company blog post. Message Summaries leverages Meta AI to provide brief, bulleted lists outlining key points from a message chain on the social messaging app. It's built upon Meta's Private Processing technology, which means the summaries are conveyed privately to users without any of the informatio

WhatsApp rolls out AI-generated summaries for private messages

is a news writer who covers the streaming wars, consumer tech, crypto, social media, and much more. Previously, she was a writer and editor at MUO. WhatsApp can now call on Meta AI to summarize your personal chats. As shown in a GIF, you can access it by tapping the button to unfurl all of your unread messages in a chat. But instead of showing your messages, WhatsApp uses Meta AI to generate a bulleted summary of what you missed. The feature is rolling out in English in the US, with plans to l

Senators reintroduce App Store bill to rein in ‘gatekeeper power in the app economy’

The App Store is back under scrutiny from lawmakers in Washington. A bipartisan group of senators has reintroduced the 2021 Open App Markets Act, a bill aimed at curbing the gatekeeper power that Apple and Google hold over the so-called “mobile app economy.” Here’s what they’re going for. If passed, the legislation would effectively force Apple and Google (who are not specifically named in the text) to allow sideloading, support third-party app stores, permit alternate payment systems, and stop

AI-powered chat summaries are coming to WhatsApp

Meta is adding a new Message Summaries feature to WhatsApp that uses AI to summarize unread messages in a few bullet points. The feature is built on the Private Processing technique Meta announced at Llamacon in April, and claims to let AI work with content in WhatsApp without exposing any of it to Meta itself. Once the feature appears in your app, you just tap on the onscreen banner over your unread messages with that says "Summarize privately" to receive a summary from Meta AI. The Message Su

WhatsApp rolls out Meta AI-powered message summaries in the U.S.

A couple of weeks ago, WABetaInfo spotted signs that Meta was gearing up to bring AI-generated summaries for WhatsApp messages. Today, the feature is officially live for users in the U.S. Here’s how to use it. Summarization is perhaps one of the most useful applications of generative AI, especially when it comes to quickly catching up on transactional information. Which is why, provided it’s well-implemented, using AI to condense notifications and group chats can genuinely save time. Which is

What if computer history were a romantic comedy?

Bunny Watson’s view was not uncommon during the first decade of computing technology. Thomas Watson Sr., president of IBM, insisted that one of his firm’s first machines be called a “calculator” instead of a “computer” because “he was concerned that the latter term, which had always referred to a human being, would raise the specter of technological unemployment,” according to historians Martin Campbell-Kelly and William Aspray. In keeping with the worry of both Watsons, the computer takes the s

Microsoft makes Windows 10 extended security updates free, but there’s a catch

is a senior editor and author of Notepad , who has been covering all things Microsoft, PC, and tech for over 20 years. Microsoft revealed last year that it will charge consumers $30 for a year of extra security updates to Windows 10. Now, it’s allowing consumers to enroll into its Extended Security Updates (ESU) free of charge ahead of the Windows 10 end of support on October 14th. But there’s a catch. Consumers will have three options to get ESU on their personal Windows 10 PCs, and the free

9 Rules for Keeping Your Kitchen Cool During a Heat Wave

Record-breaking heat has descended upon the Midwest and Northeast yet again. Scorching temps in spring and early summer are now the norm, not the exception, which makes keeping your home cool while cooking a daunting task. Before you reach for the takeout menu or delivery app, consider my bible for keeping the kitchen cool while cooking, even during a heat wave. Read more: Best Foods for Staying Hydrated During Hot Weather Using the right appliances and cooking at certain times will help keep

9 Rules For Keeping Your Kitchen Cool During a Heat Wave

Record-breaking heat has descended upon the Midwest and Northeast yet again. Scorching temps in spring and early summer are now the norm, not the exception, which makes keeping your home cool while cooking a daunting task. Before you reach for the takeout menu or delivery app, consider my bible for keeping the kitchen cool while cooking, even during a heat wave. Read more: Best Foods for Staying Hydrated During Hot Weather Using the right appliances and cooking at certain times will help keep

Proofs Without Words

The following demonstrate proofs of various identities and theorems using pictures, inspired from this gallery. Nichomauss' Theorem: the sum of the first cubes can be written as the square of the sum of the first integers, a statement that can be written as . Here, we use the same re-arrangement as the first proof on this page (the sum of first odd integers is a square). Here's another re-arrangement to see this: This also suggests the following alternative proof:

Karma Strikes Back in the New ‘I Know What You Did Last Summer’ Trailer

It’s been 28 years since that vengeful hook-handed killer targeted Julie (Jennifer Love Hewitt), Ray (Freddie Prinze Jr.), and their friends—but 29 since the hit-and-run that set their misery in motion. In the new I Know What You Did Last Summer, a direct sequel to 1998’s I Still Know What You Did Last Summer (the one set in the Bahamas), Julie and Ray are back, though the focus is clearly on the next generation of good-looking kids who haven’t yet learned the importance of taking responsibility

Amazon is holding Prime Day 2025 on July 8-11

In Brief Amazon has revealed that Prime Day 2025 will take place on July 8-11, extending the annual sale event to four days this year. Amazon notes that consumers will be able to shop for “pantry staples and snacks for summer gatherings to home-improvement must-haves, back-to-school supplies, health and personal care finds, family-favorite toys, best-selling books, pet essentials, and even premium and luxury splurges.” For the first time, Amazon is going to introduce “Today’s Big Deals,” whic

Gemini will auto-summarize your PDFs now and tell you what to do next

VINCENT FEURAY / Contributor / Getty Last year, Google introduced the ability for Gemini in Drive to interact with PDF files, summarizing a long document into digestible paragraphs. Gemini now has some new tricks related to PDFs stored in Drive, going beyond just a basic summary. Google introduced PDF summary cards for Gemini, Thursday. When you open a PDF stored in Drive, Gemini will proactively summarize the file's contents and suggest next actions like "Draft a sample proposal" or "List int

SIMD-friendly algorithms for substring searching (2016)

Introduction Popular programming languages provide methods or functions which locate a substring in a given string. In C it is the function strstr , the C++ class std::string has the method find , Python's string has methods pos and index , and so on, so forth. All these APIs were designed for one-shot searches. During past decades several algorithms to solve this problem were designed, an excellent page by Christian Charras and Thierry Lecroq lists most of them (if not all). Basically these al

Kitchen Feeling Like a Sauna? 8 Ways to Stay Cool While Cooking This Summer

We're barely into June, but July-like weather has descended on parts of the country, including the Northeast, where 90-plus temperatures are expected. But you've still got to eat -- and cook -- which means hot kitchens that can cause a domino effect, raising the temperature in the entire home. Read more: Best Foods for Staying Hydrated During Hot Weather Using appliances that don't produce as much heat and planning your meals so that cooking doesn't coincide with the hottest part of the day a

SIMD-friendly algorithms for substring searching (2018)

Introduction Popular programming languages provide methods or functions which locate a substring in a given string. In C it is the function strstr , the C++ class std::string has the method find , Python's string has methods pos and index , and so on, so forth. All these APIs were designed for one-shot searches. During past decades several algorithms to solve this problem were designed, an excellent page by Christian Charras and Thierry Lecroq lists most of them (if not all). Basically these al

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

Trying to Find a Job? In This Economy? You Need to Follow These Rules

The job hunt isn't what it used to be. Experts share nine tips that can help you stand out to recruiters. Jeffrey Hazelwood/CNET Since getting laid off from a tech marketing role last November, Stephanie Wandell has applied to hundreds of jobs. She's heard back from only a handful of recruiters, without any offers. "I was a little bit naive going into it, thinking I could do what I always do and depend on applying to as many places as I can," said Wandell. "It became pretty clear that this tim

SIMD-friendly algorithms for substring searching

Introduction Popular programming languages provide methods or functions which locate a substring in a given string. In C it is the function strstr , the C++ class std::string has the method find , Python's string has methods pos and index , and so on, so forth. All these APIs were designed for one-shot searches. During past decades several algorithms to solve this problem were designed, an excellent page by Christian Charras and Thierry Lecroq lists most of them (if not all). Basically these al

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

Ask HN: What is your fallback job if AI takes away your career?

For the sake of argument, assume that if your job consists of sitting at a computer, reading on a screen, and typing on a keyboard, then your career will go away. There is always room at the top, and there may always be room for humans at the top of any career. Assume (this is a tough ask, I know) that you are NOT one of those people. What is your fallback job? What skills do you have or would like to acquire that might keep you going? Bicycle mechanic? Teach music to children? Woodworking/car

Wikipedia cancels plan to test AI summaries after editors skewer the idea

Wikipedia is backing off a plan to test AI article summaries. Earlier this month, the platform announced plans to trial the feature for about 10 percent of mobile web visitors. To say they weren't well-received by editors would be an understatement. The Wikimedia Foundation (WMF) then changed plans and cancelled the test. The AI summaries would have appeared at the top of articles for 10 percent of mobile users. Readers would have had to opt in to see them. The AI-generated summaries only appea

PCIe 7.0 is coming, but not soon, and not for you

The PCIe 7.0 specification has now been released, while many of us are still waiting for PCIe 6.0 to materialize in consumer products. The PCI Special Interest Group (PCI-SIG) announced on Wednesday that PCIe 7.0 is now available to members of its organization, delivering a theoretical maximum bandwidth speed of 512GB per second in both directions, across a x16 connection. “PCIe technology has served as the high-bandwidth, low-latency IO interconnect of choice for over two decades and we are pl

Why Can't I Get a Job Right Now? 9 Expert Tips to Stand Out to Recruiters

The job hunt struggle is real. Jeffrey Hazelwood/CNET Since getting laid off from a tech marketing role last November, Stephanie Wandell has applied to hundreds of jobs. She's heard back from only a handful of recruiters, without any offers. "I was a little bit naive going into it, thinking I could do what I always do and depend on applying to as many places as I can," said Wandell. "It became pretty clear that this time is different." Ask anyone who's unemployed and they'll tell you today's

WhatsApp is getting AI-powered summaries for unread chats

When Apple’s AI summaries for notifications work, they can be pretty useful. However, with Apple Intelligence limited to select devices, most iPhone users still can’t take advantage of it. Now, WhatsApp is testing its own in-app, AI-powered feature that summarizes unread messages in chats, groups, and channels. Here’s how it works. As uncovered by WABetaInfo (via Tecnoblog), WhatsApp’s AI summaries are being tested on Android, and are opt-in through a feature called Private Processing. Once ac

Wikipedia pauses AI summaries after editors skewer the idea

Wikipedia is backing off AI article summaries… for now. Earlier this month, the platform trialed the feature in its mobile app. To say they weren't well-received by editors would be an understatement. The Wikimedia Foundation (WMF) paused the test a day later. The AI summaries appeared at the top of articles for 10 percent of mobile users. Readers had to opt in to see them. The AI-generated summaries only appeared "on a set of articles" for the two-week trial period. Editor comments in the WMF

“Yuck”: Wikipedia pauses AI summaries after editor revolt

Generative AI is permeating the Internet, with chatbots and AI summaries popping up faster than we can keep track. Even Wikipedia, the vast repository of knowledge famously maintained by an army of volunteer human editors, is looking to add robots to the mix. The site began testing AI summaries in some articles over the past week, but the project has been frozen after editors voiced their opinions. And that opinion is: "yuck." The seeds of this project were planted at Wikimedia's 2024 conferenc

Wikipedia pauses AI-generated summaries pilot after editors protest

In Brief Wikipedia has reportedly paused an experiment that used AI to summarize articles on its platform after editors pushed back. Wikipedia announced earlier this month it was going to run the experiment for users who have the Wikipedia browser extension installed and chose to opt in, according to 404 Media. AI-generated summaries appeared at the top of every Wikipedia article with a yellow “unverified” label. Users had to click to expand and read them. Editors almost immediately criticize