Latest Tech News

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

Filtered by: web Clear Filter

The best webcams for 2025

Engadget has been testing and reviewing consumer tech since 2004. Our stories may include affiliate links; if you buy something through a link, we may earn a commission. Read more about how we evaluate products . Whether you're working from home, streaming on Twitch or just catching up with friends and family on Zoom, a good webcam can make a huge difference. Built-in laptop cameras still leave a lot to be desired — most struggle with low light, color accuracy and sharpness — which is why upgra

An OpenAI Web Browser Is Imminent, Report Says. That Would Really Shake Up the Web

OpenAI is working on an AI-powered web browser that could make its debut in the coming weeks, according to a report from Reuters on Wednesday. That would be a major incursion by OpenAI, which makes the dominant AI chatbot, ChatGPT, into a realm where Google is top dog. Google Chrome is the world's most popular web browser, with a global market share of 68%, according to Statista. Google also has its own generative AI technology, called Gemini, which it has been integrating across its range of

Perplexity Comet

The Web Should Work For You We believe curiosity is a superpower. It’s the spark that propels humanity forward. Yet, the web—our greatest source of information—was never designed to nurture curiosity; instead we’ve been asked to “browse” it through a one-way lens. That’s why we made Comet. Comet gives curious minds a thought partner for every aspect of online life. Comet moves every tab or task into a simple space for asking more of the world. With Comet, the web becomes a tool of curiosity, h

OpenAI is launching its own AI-centric web browser very soon, per report

Google Chrome has long dominated the web browser space, despite many Apple users opting to stick with Safari. But a major new player is reportedly about to launch its own web browser: OpenAI, the makers of ChatGPT. ChatGPT makers are getting into the browser business Kenrick Cai, Krystal Hu and Anna Tong write at Reuters: OpenAI is close to releasing an AI-powered web browser that will challenge Alphabet’s market-dominating Google Chrome, three people familiar with the matter told Reuters. Th

OpenAI is reportedly releasing an AI browser in the coming weeks

In Brief Hot on the heels of Perplexity’s Comet launch, OpenAI is planning to release an AI-powered web browser of its own to challenge Google Chrome, according to a report from Reuters on Wednesday. The ChatGPT maker reportedly aims to release its browser in the coming weeks. Much like Perplexity’s Comet and The Browser Company’s Dia, OpenAI’s browser is said to use AI to rethink how users browse the web. Supposedly, the browser keeps some user interactions inside ChatGPT instead of linking o

Brut: A New Web Framework for Ruby

Brut aims to be a simple, yet fully-featured web framework for Ruby. It's different than other Ruby web frameworks. Brut has no controllers, verbs, or resources. You build pages, forms, and single-action handlers. You write HTML, which is generated on the server. You can write all the JavaScript and CSS you want. Here’s a web page that tells you what time it is: class TimePage < AppPage def initialize ( clock :) @clock = clock end def page_template header do h1 { "Welcome to the Time Page!" }

Topics: brut make ruby want web

WebAssembly: Yes, but for What?

June 30, 2025 Volume 23, issue 3 PDF WebAssembly: Yes, but for What? The keys to a successful Wasm deployment Andy Wingo WebAssembly (Wasm) turns 10 this year, which, in software terms, just about brings it to the age of majority. It has been polished, prepared, explored, and deployed, but in the language of American speculative fiction author William Gibson, we are now as ever in the unevenly distributed future: WebAssembly has found a niche but not yet filled its habitable space. This ar

How Let's Encrypt made the internet safer and HTTPS standard - and free

KTSDESIGN/Getty Images In 1996, I registered my first website, Vaughan-Nichols & Associates. After setting up the site, one of the first things I did was to secure connections with a Secure Sockets Layer (SSL) certificate. The then-new security network protocol provided an encrypted connection and a digital certificate that authenticates a website's identity. SSL was then, and is now, the minimum security a safe website should provide to its users. The protocol was also a major pain to set up

Backlog.md – Markdown‑native Task Manager and Kanban visualizer for any Git repo

Markdown‑native Task Manager & Kanban visualizer for any Git repository npm i -g backlog.md or bun add -g backlog.md Backlog.md turns any folder with a Git repo into a self‑contained project board powered by plain Markdown files and a zero‑config CLI. Features 📝 Markdown-native tasks -- manage every issue as a plain .md file 🔒 100 % private & offline -- backlog lives entirely inside your repo 📊 Instant terminal Kanban -- backlog board paints a live board in your shell 🌐 Modern web interf

Backlog.md – CLI that auto-generates task files (took my Claude success to 95 %)

Markdown‑native Task Manager & Kanban visualizer for any Git repository npm i -g backlog.md or bun add -g backlog.md Backlog.md turns any folder with a Git repo into a self‑contained project board powered by plain Markdown files and a zero‑config CLI. Features 📝 Markdown-native tasks -- manage every issue as a plain .md file 🔒 100 % private & offline -- backlog lives entirely inside your repo 📊 Instant terminal Kanban -- backlog board paints a live board in your shell 🌐 Modern web interf

Show HN: BunkerWeb – the open-source and cloud-native WAF

Introduction Overview Make your web services secure by default! BunkerWeb is a next-generation, open-source Web Application Firewall (WAF). As a full-featured web server (based on NGINX under the hood), it protects your web services to make them "secure by default." BunkerWeb integrates seamlessly into your existing environments (Linux, Docker, Swarm, Kubernetes, …) as a reverse proxy and is fully configurable (don't panic, there is an awesome web UI if you don't like the CLI) to meet your s

Is the Nothing Phone 3 worth it? Survey reveals surprising consumer sentiment

C. Scott Brown / Android Authority After spending a few years setting itself up, Nothing boldly launched the Nothing Phone 3 as its top-tier flagship this week. Coming in at $799, it takes on the proper flagships from Samsung, Google, Apple, and others. While one can argue that it comes out on top against these three, Chinese competitors like OnePlus can give it a run for its money with the OnePlus 13. We asked you if you thought the Nothing Phone 3 was value for money at $799, and it seems a v

Free Lunch Is Over for the AI That Broke the Web

The foundational deal of the modern web, a handshake agreement that powered two decades of search and content, is officially dead. Cloudflare just put a price on scraping the internet, and it’s coming for artificial intelligence’s free lunch. Almost 30 years ago, two Stanford grad students, Larry Page and Sergey Brin, built Google on a simple bargain: content creators would let them copy the entire web in exchange for traffic. For years, that traffic powered ad revenue, subscriptions, and the g

Perplexity joins Anthropic and OpenAI in offering a $200 per month subscription

You can add Perplexity to the growing list of AI companies offering $200+ per month subscription plans to users who want unlimited access to their most advanced products and tools. As of today, Perplexity Max is available on iOS and the web. The subscription comes with unlimited monthly usage of Labs, the agentic creation tool Perplexity released this past May. People can use Labs to generate spreadsheets, presentations, web applications and more. Perplexity is also promising early access to ne

WebAssembly Troubles part 4: Microwasm (2019)

WebAssembly Troubles part 4: Microwasm Preamble This is the final part of a 4-part miniseries on issues with WebAssembly and proposals to fix them. Part 1 here, part 2 here, part 3 here. This article assumes some familiarity with virtual machines, compilers and WebAssembly, but I’ll try to link to relevant information where necessary so even if you’re not you can follow along. Also, this series is going to come off as if I dislike WebAssembly. I love WebAssembly! I wrote a whole article about h

ChatGPT referrals to news sites are growing, but not enough to offset search declines

Referrals from ChatGPT to news publishers are growing, but not enough to counter the decline in clicks resulting from users increasingly getting their news directly from AI or AI-powered search results, according to a report from digital market intelligence company Similarweb. Since the launch of Google’s AI Overviews in May 2024, the firm found that the number of news searches on the web that result in no click-throughs to news websites has grown from 56% to nearly 69% as of May 2025. Not sur

Automatically Rewrite Container Image References in Kubernetes

Mutating Registry Webhook A Kubernetes mutating admission webhook that automatically rewrites container image references to use pull-through cache registries (like AWS ECR Pull Through Cache). Description This webhook intercepts Pod creation and update requests in your Kubernetes cluster and automatically rewrites container image references based on configurable rules. This is particularly useful when you want to: Use AWS ECR Pull Through Cache to reduce external registry dependencies Imple

Firefox 120 to Firefox 141 Web Browser Benchmarks

For those curious about the direction of Mozilla Firefox web browser performance over the past year and a half, here are web browser benchmarks for every Firefox release from Firefox 120 in November 2023 through the newest Firefox 140 stable and Firefox 140 beta releases from a few days ago. Every major Firefox release was benchmarked on the same Ubuntu Linux system with AMD Ryzen 9 9950X for evaluating the performance and memory usage of this open-source web browser. Following the recent Firef

Bright Data beat Elon Musk and Meta in court — now its $100M AI platform is taking on Big Tech

Join the event trusted by enterprise leaders for nearly two decades. VB Transform brings together the people building real enterprise AI strategy. Learn more Bright Data, the Israeli web scraping company that defeated both Meta and Elon Musk’s X in federal court, unveiled a comprehensive AI infrastructure suite Wednesday designed to give artificial intelligence systems unfettered access to real-time web data — a capability the company argues Big Tech platforms are trying to monopolize. The ann

My Database Is My Application: Rethinking Webhook Logic with DuckDB and SQL

My Database is My Application: Rethinking Webhook Logic with DuckDB and SQL Sat May 10 2025 • duckdbsqlwebhooks Back Imagine you need to build a system for processing incoming webhooks. You're probably picturing a familiar setup: a lightweight web server (FastAPI, Flask, Express.js, etc.), some Python (or Node.js, or Go) handlers to parse JSON, a sprinkle of business logic, and then maybe persisting data to a traditional database like PostgreSQL or MySQL. Perhaps you'd toss events onto a messa

Insta360’s face-tracking Link 2 webcam is more affordable than ever

The Insta360 Link 2 is more than just a webcam — it’s a smart camera that actively follows your movements whether you’re presenting, streaming, or pacing during a call. It’s also packed with an impressive array of productivity features. And right now, it’s available at a new all-time low of $149.99 ($50 off) at Amazon. The webcam is a modest upgrade over the original Link, which was our favorite 4K webcam when it launched in 2022, boasting all the same impressive features with slight refinement

James Webb Discovers First-Ever Exoplanet by Taking a Picture of It

Okay, that's pretty cool. World's First Scientists harnessing NASA's James Webb Space Telescope took what appears to be the first-ever direct picture of an exoplanet resulting in its discovery, in yet another accomplishment for the mighty space observatory. An international team of astronomers published a paper on the historic finding in the prestigious journal Nature. "If confirmed, this would represent Webb’s first direct image discovery of a planet," they wrote of the finding, "and the li

c4wa – C compiler for Web Assembly

C compiler for Web Assembly ( c4wa ) This is a compiler from a subset of C language to Web Assembly. If you're not familiar with Web Assembly, check out Wikipedia article. Web Assembly is a new universal executable format for the Web; it complements more traditional JavaScript for computationally intensive tasks or if there is a need to port to Web existing code written in other languages. Binary Web Assembly files have extension .wasm ; throughout this document, WASM is used both as the name

C compiler for Web Assembly (c4wa)

C compiler for Web Assembly ( c4wa ) This is a compiler from a subset of C language to Web Assembly. If you're not familiar with Web Assembly, check out Wikipedia article. Web Assembly is a new universal executable format for the Web; it complements more traditional JavaScript for computationally intensive tasks or if there is a need to port to Web existing code written in other languages. Binary Web Assembly files have extension .wasm ; throughout this document, WASM is used both as the name

Logitech says all its webcams work with Nintendo Switch 2, save one

is a senior editor and founding member of The Verge who covers gadgets, games, and toys. He spent 15 years editing the likes of CNET, Gizmodo, and Engadget. If you’re looking for a webcam that works with the Nintendo Switch 2’s new GameChat mode that lets you video chat with friends and see their faces within games, it looks like the biggest brand in PC accessories is still your best bet. Logitech is the first webcam maker to confirm to The Verge that the vast majority of its cameras work — al

The first new iOS 18.6 features were just detailed by Apple

iOS 18.6 is currently being beta tested, with a launch expected in the next month or so. Unlike the major iOS 26 update arriving this fall, 18.6 will focus primarily on bug fixes and stability. But Apple has just shared details on two new features coming in iOS 18.6 too—at least for EU users. Installing apps and marketplaces from the web will get easier with iOS 18.6 Yesterday Apple announced sweeping changes coming to iPhone and iPad users in the EU. The updates involve App Store-related pol

Topics: 18 app ios users web

Microsoft Edge introduces AI history search and performance slowdown alerts

Microsoft's browser provides a fast, secure, and modern web experience. Browse the web anywhere with one seamless experience from your phone to your computer and other signed-in devices. Microsoft Edge is also a safe browser that gives you the tools to protect your privacy and security online. How does Edge compare to Chrome and Firefox in terms of performance and usability? Edge is built on the Chromium engine, similar to Chrome, and often offers comparable or better performance, especially r

Why is the Rust compiler so slow?

"Why is the Rust compiler so slow?" I spent a month repeatedly building my website in Docker, and now have horrors to share. I've got a problem. My website (the one you're reading right now) is mainly served by a single Rust binary. For far too long now, every time I wanted to make a change, I would: Build a new statically linked binary (with --target=x86_64-unknown-linux-musl ) Copy it to my server Restart the website This is... not ideal. So instead, I'd like to switch to deploying my we

New EU rules on digital accessibility to come into force

New EU rules come into force tomorrow which will require websites, apps and devices to be accessible for people with disabilities and older people. If companies fail to comply with the European Accessibility Act they could be hit with fines and even prison sentences for senior staff. Brian Dalton is blind and is a wheelchair user. He is also a senior accessibility test engineer who works with clients to ensure their websites are accessible. Mr Dalton relies on screen reader software to navig

“Why is the Rust compiler so slow?”

"Why is the Rust compiler so slow?" I spent a month repeatedly building my website in Docker, and now have horrors to share. I've got a problem. My website (the one you're reading right now) is mainly served by a single Rust binary. For far too long now, every time I wanted to make a change, I would: Build a new statically linked binary (with --target=x86_64-unknown-linux-musl ) Copy it to my server Restart the website This is... not ideal. So instead, I'd like to switch to deploying my we