Latest Tech News

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

Filtered by: ex Clear Filter

How I keep up with AI progress (and why you must too)

Last Updated: 30th June 2025 Generative AI has been the fastest moving technology I have seen in my lifetime. Its also happens to be terribly misunderstood. We have already seen large companies and even governments ship dysfunctional or even dangerous AI products. Sufficiently uninformed people misunderstand how to apply AI with concretely negative consequences. The most common errors of misunderstanding are either underestimation (“it’s all hype that will blow over”) or overestimation (“I do

This Simple Strategy Could Curb One of Semaglutide’s Worst Side Effects

Semaglutide’s ability to help people lose weight is legendary, but so are the side effects. The active ingredient in medications Wegovy and Ozempic, semaglutide is renowned for causing severe nausea in some people, sometimes to the extent that they stop treatment. But new research published in the journal Diabetes Care suggests there may be a simple way to combat that effect. Led by a team in Israel, the researchers found that giving people more time and flexibility to ramp up to the recommende

These Continuous Glucose Monitors Have Been Recalled Due to Faulty Speakers. What You Need to Do to Stay Safe

Dexcom customers, listen up: Certain continuous glucose monitoring receivers have been recalled due to speaker malfunctions, which can cause you to miss alerts or alarms for dangerous blood sugar levels. Since May 2025, there have been 112 complaints globally, with 56 reported injuries. Missing an alert from your continuous glucose monitor may result in health consequences like vomiting, seizures, loss of consciousness and hypoglycemic or hyperglycemic symptoms. Certain Dexcom G6, G7, One and

How to Get Foreign Keys Horribly Wrong

Constraints keep the integrity of your system and prevent you from shooting yourself in the foot. Foreign keys are a special type of constraint because, unlike unique, check, and primary keys, they span more than one relation. This makes foreign keys harder to enforce and harder to get right. In this article, I demonstrate common pitfalls, potential optimizations, and implicit behavior related to foreign keys. Table of Contents Watch 📺 This article is inspired by a talk I gave at DjangoCon EU

Exposed MCP servers across the internet

Knostic’s research team conducted a systematic study to locate exposed MCP servers on the internet. Leveraging Shodan and custom Python tools, we fingerprinted and mapped production MCP servers. All servers we discovered were insecure and revealed their capabilities to anyone asking. In this series of posts, we are sharing our findings, along with a guide detailing how we fingerprinted MCP servers. We identified a total of 1,862 MCP servers exposed to the internet. From this set, we manually v

Starbase injury rates outpace rivals as SpaceX chases its Mars moonshot

SpaceX employees are more likely to be injured while working at Starbase than any of its other manufacturing facilities, according to company worker safety records reviewed by TechCrunch. Starbase, a sprawling launch-and-manufacturing site that recently incorporated as its own Texas city, logged injury rates almost six times higher than the average for comparable space vehicle manufacturing outfits and nearly three times higher than aerospace manufacturing as a whole in 2024, according to Occup

SpaceX worker injury rates at Starbase outpace industry rivals

SpaceX employees are more likely to be injured while working at Starbase than any of its other manufacturing facilities, according to company worker safety records reviewed by TechCrunch. Starbase, a sprawling launch-and-manufacturing site that recently incorporated as its own Texas city, logged injury rates almost six times higher than the average for comparable space vehicle manufacturing outfits and nearly three times higher than aerospace manufacturing as a whole in 2024, according to Occup

Starbase injury rates outpace rivals as SpaceX chases its Mars moonshot

SpaceX employees are more likely to be injured while working at Starbase than any of its other manufacturing facilities, according to company worker safety records reviewed by TechCrunch. Starbase, a sprawling launch-and-manufacturing site that recently incorporated as its own Texas city, logged injury rates almost six times higher than the average for comparable space vehicle manufacturing outfits and nearly three times higher than aerospace manufacturing as a whole in 2024, according to Occup

Exposing the Unseen: Mapping MCP Servers Across the Internet

Knostic’s research team conducted a systematic study to locate exposed MCP servers on the internet. Leveraging Shodan and custom Python tools, we fingerprinted and mapped production MCP servers. All servers we discovered were insecure and revealed their capabilities to anyone asking. In this series of posts, we are sharing our findings, along with a guide detailing how we fingerprinted MCP servers. We identified a total of 1,862 MCP servers exposed to the internet. From this set, we manually v

We Consulted Fitness Experts to Learn the Truth About Vibration Plates for Weight Loss

Step aside mom jeans, scrunchies and denim on denim, there's another trend making a comeback. Vibration plates are trending once again. Similar to the mid-20th-century vibrating belt machines, vibration plates have been said to provide the body with various benefits and can even be a tool for weight loss. But is the hype backed by science and expert opinions, or is it all social media hearsay? To find out if you should add a vibration plate to your workout routine, we asked personal trainers an

Perplexity’s Comet is the AI browser Google wants

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. Perplexity has just launched its agentic answer to Google Chrome — it’s called Comet, and it knocked out a slate of tasks on my behalf, though I think I could’ve done some faster myself. The new AI-powered browser is currently only available to Perplexity Max subscribers or through an early access waitlist, and it’s supposed to simplify the way you

Why is AI so slow to spread?

T alk to executives and before long they will rhapsodise about all the wonderful ways in which their business is using artificial intelligence. Jamie Dimon of JPMorgan Chase recently said that his bank has 450 use cases for the technology. “ AI will become the new operating system of restaurants,” according to Yum! Brands, which runs KFC and Taco Bell. AI will “play an important role in improving the traveller experience”, says the owner of Booking.com. In the first quarter of this year executiv

Perplexity sees India as a shortcut in its race against OpenAI

While OpenAI has cemented its lead in the U.S., Perplexity is taking a different route — quietly expanding into India to compete in the next phase of AI adoption. The search-focused AI startup is rapidly adding millions of users in the world’s second-largest internet and smartphone market, positioning itself for mass-market scale. This week, Perplexity partnered with Bharti Airtel, India’s second-largest telecom operator after Reliance Jio, to offer a free 12-month Perplexity Pro subscription —

Modular Interpreters and Visitors in Rust with Extensible Variants and CGP

Programming Extensible Data Types in Rust with CGP - Part 2: Modular Interpreters and Extensible Visitors Posted on 2025-07-09 Authored by Soares Chen Discuss on Reddit, GitHub or Discord. This is the second part of the blog series on Programming Extensible Data Types in Rust with CGP. You can read the first part here. As a recap, we have covered the new release of CGP v0.4.2 which now supports the use of extensible records and variants, allowing developers to write code that operates on an

Citrix Bleed 2 exploited weeks before PoCs as Citrix denied attacks

A critical Citrix NetScaler vulnerability, tracked as CVE-2025-5777 and dubbed "CitrixBleed 2," was actively exploited nearly two weeks before proof-of-concept (PoC) exploits were made public, despite Citrix stating that there was no evidence of attacks. GreyNoise has confirmed its honeypots detected targeted exploitation from IP addresses located in China on June 23, 2025. "GreyNoise has observed active exploitation attempts against CVE-2025-5777 (CitrixBleed 2), a memory overread vulnerabili

Running TypeScript Natively in Node.js

Since v23.6.0, Node.js enables "type stripping" by default. If you are using v23.6.0 or later and your source code contains only erasable typescript syntax, you do not need this article. Since V22.6.0, Node.js has experimental support for some TypeScript syntax via "type stripping". You can write code that's valid TypeScript directly in Node.js without the need to transpile it first. The --experimental-strip-types flag tells Node.js to strip the type annotations from the TypeScript code before

Stone blocks from the Lighthouse of Alexandria recovered from seafloor

After centuries underwater, 22 huge stone blocks of the ancient Lighthouse of Alexandria, one of the Seven Wonders of the Ancient World, have been recovered from the Mediterranean seabed, a breakthrough in an ambitious digital reconstruction effort. Restoration is part of the ongoing “PHAROS” project, led by archaeologist and architect Isabelle Hairy of France’s National Center for Scientific Research (CNRS), along with Egypt’s Centre d’Études Alexandrines (CEAlex) under the authority of Egypt’

Tell HN: Notion Desktop is monitoring your audio and network

If you have the Notion Desktop App installed, you may have started to notice a "In a meeting? Start AI Meeting Notes" notification pop up exactly when you are joining a virtual meeting (e.g. joining a Google Meet on Firefox). At first, I assumed it must have been using my Google Workspace account to snoop on my calendar. But then I started to notice it would notify exactly when I joined even if I was late and the meeting had previously started. This was the response from Notion Support after t

Samsung DeX turns the Galaxy Z Flip 7 into a pocket-sized PC, but it’s missing one key feature

TL;DR The new Galaxy Z Flip 7 is the first in Samsung’s clamshell foldable lineup to support Samsung DeX, turning it into a compact, portable PC. DeX provides a full desktop experience on an external monitor and works with a wired connection, even when the phone is closed. While a powerful addition, it lacks the ability to use the cover screen as a touchpad, a feature found on competing Razr phones. Samsung’s clamshell folding phones have always been true flagships in terms of specs and perfo

I love anti-reflective displays, but an iPhone one is no big deal

A report yesterday suggested that the two iPhone 17 Pro models could get an anti-reflective display, after Apple’s suppliers managed to overcome production difficulties. I do love anti-reflective displays, and still have very fond memories of my all-time favorite Apple one from way back in 2004, but an iPhone one would have only moderate appeal to me … There was a time when all screens were matte. Then along came glossy screens, Apple and the rest of the tech industry fell in love with them, a

Zuckerberg and Meta investors reach settlement in $8B privacy case

In Brief Mark Zuckerberg and other current and former Meta executives have settled a lawsuit filed by a group of shareholders. They were seeking $8 billion for the damage the executives caused the company by allowing repeated violations of Facebook users’ privacy in relation to the Cambridge Analytica scandal. The parties did not disclose details of the settlement, according to Reuters. Facebook shareholders filed a lawsuit against Mark Zuckerberg, former COO Sheryl Sandberg, and other execut

Beeper Relaunch Lets You Link Your Chat Apps Without the Cloud, but Still No iMessage

Beeper, which was once known for attempting to provide access to the iMessage network on non-Apple devices, is relaunching itself Wednesday with a continued focus on being a texting hub for bringing together conversations from many other services. This app first launched last year after the company was acquired by Automattic and was merged with the similar Texts.com service. The biggest difference with the new launch is that Beeper is adding the ability to link your chat apps together using jus

This new, improved Nextdoor might be just the social app we need right now

Nextdoor The app notorious for serving as a bulletin board for neighborhood tattletales is getting an AI-centered redesign, and it's bringing some pretty useful features. In a post this week, Nextdoor announced its biggest app redesign ever. At the core of the new app, Nextdoor says, are three components: Alerts, News, and Faves. Also: 5 reasons why I still prefer Perplexity over every other AI chatbot Real-time safety alerts: "Neighbors have long turned to Nextdoor in moments of crisis,

What's happening to reading?

What do you read, and why? A few decades ago, these weren’t urgent questions. Reading was an unremarkable activity, essentially unchanged since the advent of the modern publishing industry, in the nineteenth century. In a 2017 Shouts & Murmurs titled “Before the Internet,” the writer Emma Rathbone captured the spirit of reading as it used to be: “Before the Internet, you could laze around on a park bench in Chicago reading some Dean Koontz, and that would be a legit thing to do and no one would

ASML shares drop 11% after the chip giant says it can't confirm that it will grow in 2026

ASML on Wednesday warned of the possibility of no growth in 2026, even as it beat top and bottom line expectations for the second quarter. ASML's guidance for the current quarter missed expectations while it narrowed its own forecast for the rest of the year. Shares of the firm ended the day 11.4% lower. Like many companies in the semiconductor industry, ASML has been grappling with uncertainty created by U.S. tariff policy. The company forecast third-quarter revenue of between 7.4 billion eu

What's Happening to Reading?

What do you read, and why? A few decades ago, these weren’t urgent questions. Reading was an unremarkable activity, essentially unchanged since the advent of the modern publishing industry, in the nineteenth century. In a 2017 Shouts & Murmurs titled “Before the Internet,” the writer Emma Rathbone captured the spirit of reading as it used to be: “Before the Internet, you could laze around on a park bench in Chicago reading some Dean Koontz, and that would be a legit thing to do and no one would

‘Extremely Severe’ Obesity in American Kids Is Surging, Study Finds

Many Americans today are living with obesity, even with the advent of newer, more effective drugs like semaglutide (the active ingredient in Ozempic and Wegovy). It’s a problem that seems to be getting especially serious in kids, however. Research out today finds that the percentage of children with “extremely severe” obesity has surged in the U.S. over the past decade and a half. Scientists at the University of California San Diego led the study, which examined nationally representative data o

New Fortinet FortiWeb hacks likely linked to public RCE exploits

Multiple Fortinet FortiWeb instances recently infected with web shells are believed to have been compromised using public exploits for a recently patched remote code execution (RCE) flaw tracked as CVE-2025-25257. News of the exploitation activity comes from threat monitoring platform The Shadowserver Foundation, which observed 85 infections on July 14 and 77 on the next day. The researchers reported that these Fortinet FortiWeb instances are believed to be compromised through the CVE-2025-252

How Social Media Is Fueling Gen Z’s Sex Recession

As a teenager growing up in Seattle, Carter Sherman was “pathologically obsessed” with the fact that she was still a virgin. In her new book The Second Coming: Sex and the Next Generation's Fight Over Its Future, which chronicles Gen Z’s sex lives (or lack thereof), Sherman describes having a meltdown after one of her best friends has sex with their classmate, making her feel left behind. “I fully broke down crying in front of my mom,” she tells me when I bring up the incident. She cried harde