Latest Tech News

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

Filtered by: page Clear Filter

Closer to the Metal: Leaving Playwright for CDP

Goodbye Playwright, Hello CDP Playwright and Puppeteer are great for making QA tests and automation scripts short and readable, but as AI browser companies have been learning the hard way over the last year, sometimes these adapters obscure important details about the underlying browsers. We decided to peek behind the curtain and figure out what the browser was really doing, and it made us decide to drop playwright entirely and just speak the browser's native tongue: CDP. By switcing to raw C

Notion gains offline mode, but it’s not quite automatic

Notion has introduced a long-awaited feature, adding offline mode to the AI-powered project hub. However, documents don’t just work offline by default. Instead, Notion has designed offline mode to be, well, a separate mode. It needs to be enabled manually for each document you want to access without an internet connection. For some subscriber tiers, offline mode can apply to certain documents without flipping the toggle, but there are still some parameters to be familiar with in the new system.

9 Best Planners of 2025: Weekly, Daily, and Monthly

There's nothing like the feeling of a brand-new planner. As the new school year kicks off, we've found the best planners to deliver that satisfying rush of a fresh start and a blank page. The sensation of writing things down not only feels satisfying but helps improve retention, and paper planners give a sense of delight in a world that can feel bleak. A great planner will help you keep your life on track, but that means something different for everyone—do you need room for multiple to-do lists

Notion releases offline mode

Get ready to go offline with Notion Get ready to go offline with Notion Ever tried to dive into work, only to realize you’re offline? Maybe you’re on a flight, off the grid, or stuck in a dead zone right when inspiration hits. With Notion’s offline mode, you can keep your workflow uninterrupted, your content protected, and your work accessible from anywhere, no signal required. Because even if the internet drops, your momentum doesn’t have to. In this guide, we’ll cover: How to prepare Noti

After using the Galaxy Watch 8, there’s one feature I hope Google steals for the Pixel Watch 4

Joe Maring / Android Authority It’s a damn good time right now to be a smartwatch fan. Samsung’s Galaxy Watch 8 series recently launched, the Pixel Watch 4 is right around the corner, Wear OS 6 is chock-full of impressive changes, and Gemini has finally replaced Google Assistant on our wrists. The Pixel Watch 4 is expected to arrive on August 20, and it’s shaping up quite nicely. We’ve seen leaks teasing a bigger battery, brighter display, and faster charging (with a funky new charging mechani

Document.write

This is really cool: ...blah... <script>writeImage("dog.jpg", "my dog")</script> ... blah blah... Under the hood it works like this: function writeImage(url, title) { document.write(` <img src="${url}"><div class="caption">${title}</div> `); } And leads to: ...blah... <img src="dog.jpg"><div class="caption">My dog</div> ...blah blah... Whoa, HTML templating? It inserts the stuff directly where the function is called, and it just works? And it's been available in browsers forever? Stop the

PuTTY has a new website

PuTTY landing page PuTTY is a free software SSH client for Windows and also Unix, including an xterm -style terminal emulator. It is written and maintained primarily by Simon Tatham. Go straight to the download page for the latest version, or to the main website.

Philips Hue accidentally reveals major product lineup ahead of launch

TL;DR Philips Hue briefly put up a page revealing a range of new smart lighting products on its website before taking the page down. The Festavia line is getting expanded with the addition of two new models: Festavia permanent lights and Festavia globe string lights. The company is also releasing a gradient strip light and a light bulb that uses 40% less power. Mistakes happen, and sometimes those errors lead to leaks of products we can look forward to. It looks like that’s exactly what happe

The beauty of a text only webpage

The beauty of a text only webpage 2025-08-15 There's something I love about opening a text-only webpage. They're a refuge from the GDPR cookie banners, the trashy ads, the email opt-ins, and the god-forsaken auto-play video. A text-only webpage is clean. It's readable. It's fast and it's simple. The page is just made of text, so it's infinitely reproducible. You can paste the whole thing into an email to a friend. You can put it in ChatGPT to ask questions. Hell—you can post the whole thi

Philips Hue ‘Bridge Pro’ leaks with ‘more capacity,’ turns lights into motion sensors

Philips Hue appears to be preparing a new “Bridge Pro” setup that turns your smart lights into motion sensors, while also supporting more devices. The existing Philips Hue bridge is a core part of any Hue setup. The bridge connects to your network and communicates with each product, and is part of the reason Hue tends to be more stable than hub-less smart home offerings. But the hardware hasn’t been updated in a while, and a common complaint is that it can only support 50 devices at a time. Th

Topics: bridge hue new page smart

Fighting with YouTube to show a preview image

TLDR: Click here for code to implement a lightweight, resilient clickable YouTube preview. YouTube videos are expensive to load on a web page. This compounds if you want your page to display many videos at the same time for the user to choose from. Before the user even plays the video, it loads 4MB onto your previously zippy page. Of course, YouTube does a decent job of caching these resources, but your browser is still doing all this work, creating another complete page context per video, exe

Ubisoft may have prematurely revealed FX's TV adaptation of Far Cry

A post on Ubisoft's news page reportedly announced that FX is working on a TV show adaptation of the Far Cry franchise. The page has since been taken down and entering the website redirects to Ubisoft's landing page for company news. However, several Redditors have been circulating what they saw in the press release. According to the alleged Ubisoft post, the Far Cry franchise adaptation will be an "anthology drama" where "each season will be set in a new world with a different cast of characte

You may soon get Starlink internet for a much lower 'Community' price - here's how

BOUREIMA HAMA/Getty Images ZDNET's takeaways SpaceX shares details about "Starlink Community," a dish-sharing program that lowers monthly subscription costs. A support page shows a price of $60 a month for the service. Currently, every Starlink subscriber needs their own equipment. You might soon have an option to get Starlink internet at a much more affordable price. There hasn't been a major announcement, but SpaceX has quietly dropped details about a new program that lets you share a si

Yearly Organiser

👋 Hello! If you print this page, you’ll get a nifty calendar that displays all of the year’s dates on a single page. It will automatically fit on a single sheet of paper of any size. For best results, adjust your print settings to landscape orientation and disable the header and footer. Take in the year all at once. Fold it up and carry it with you. Jot down your notes on it. Plan things out and observe the passage of time. Above all else, be kind to others. Looking for 2026? Here you go! Mad

The Chrome Speculation Rules API allows the browser to preload and prerender

Put this HTML tag into the <head> of your website for near-instant navigation. Ever clicked a link and had the next page appear almost instantly? That magical, speedy experience is becoming easier to achieve thanks to the Chrome Speculation Rules API. This new browser feature helps make navigation feel instant with just a few lines of HTML. How does it work? The Chrome Speculation Rules API allows developers to declaratively tell the browser which pages to preload and prerender, providing a n

Make any website load faster with 6 lines of HTML

Put this HTML tag into the <head> of your website for near-instant navigation. Ever clicked a link and had the next page appear almost instantly? That magical, speedy experience is becoming easier to achieve thanks to the Chrome Speculation Rules API. This new browser feature helps make navigation feel instant with just a few lines of HTML. How does it work? The Chrome Speculation Rules API allows developers to declaratively tell the browser which pages to preload and prerender, providing a n

Google Chrome is testing iOS-like page transitions on Android, and you can try it out now

Rita El Khoury / Android Authority TL;DR Google Chrome is testing a predictive back feature that previews the previous page, preventing users from accidentally navigating away. Leveraging Android’s built-in functionality, the preview shows the prior page in your history, but a gray screen if it’s returning home. The feature is currently in A/B testing in Chrome’s stable version, but users can enable it manually via feature flags. Accidentally exiting an app can be frustrating, especially whe

Htmx and URL State Management

Forget complex state libraries. Use the URL as your single source of truth for filters, sorting, and pagination in HTMX applications Bookmarkable by Design: URL-Driven State in HTMX When you move from React to HTMX, you trade complex state management for server-side simplicity. But you still need to handle filters, sorting, pagination, and search. Where does that state live now? The answer is surprisingly elegant: in the URL itself. By treating URL parameters as your single source of truth, y

I use Edge as my default browser - but its new AI mode is unreliable and annoying

Microsoft / Elyse Betters Picaro / ZDNET Microsoft's on a relentless quest to embed its Copilot AI into every software product it owns. That campaign takes another big step forward with the addition of some new generative AI features in the company's Edge browser. The latest release beefs up the capabilities of Copilot Mode, the chat-based search interface for Edge, on Windows PCs and Macs. You can use natural voice commands to navigate pages, and the chatbot can see all the open tabs in the c

50x rendering speed improvements in Hologram (Elixir web framework)

Hologram v0.5.0 Released! Hologram 0.5.0 represents a major evolution of the framework, delivering significant new features, performance improvements, and architectural changes that provide a more robust foundation for future development. This release brings substantial performance enhancements across the entire stack - execution times have improved from milliseconds to microseconds in many core client-side operations, making Hologram fast enough to handle real-time interactions like mouse mov

Trump admin. is muffling CDC’s flagship health journal, report finds

The flagship health journal published by the Centers for Disease Control and Prevention has grown quiet this year, and a report from MedPage Today indicates that a variety of actions by the Trump administration may be to blame for hamstringing the critical resource. Most strikingly, sources told MedPage that the journal's scientific articles must now obtain clearance for publication from health secretary and anti-vaccine activist Robert F. Kennedy Jr.—who has no health, science, or medical back

Making Postgres slower

July 27, 2025 Everyone is always wondering how to make Postgres faster, more efficient, etc, but nobody ever thinks about how to make Postgres slower. Now, of course, most of those people are being paid to focus on speed, but I am not (although, if you wanted to change that, let me know). As I was writing a slightly more useful guide, I decided someone needed to try to create a Postgres configuration optimized to process queries as slowly as possible. Why? I am not sure, but this is what came o

Google in 1999: Search engines escape the portal matrix

Google in 1999: Search Engines Escape the Portal Matrix Like Morpheus in The Matrix, Google gave web users a stark choice in 1999: take the red pill and experience a new world of search quality, or choose the blue pill and stick with the bloated world of portal search. Google founders, 1999; photo by William Mercer McLeod. "Aren’t you rather late to the game?" It's January 1999 and that question was put to Google's young founders, Larry Page and Sergey Brin. The interviewer was Karsten Lemm

It's time for modern CSS to kill the SPA

It’s time for modern CSS to kill the SPA Native CSS transitions have quietly killed the strongest argument for client-side routing. Yet people keep building terrible apps instead of performant websites. The app-like fallacy “Make it feel like an app.” At some point during the scoping process, someone says the words. A CMO. A digital lead. A brand manager. And with that single phrase, the architecture is locked in: it’ll be an SPA. Probably React. Maybe Vue. Almost certainly deployed on Verce

Google’s new “Web Guide” will use AI to organize your search results

Search is changing at a breakneck pace, with Google rolling out new AI features so quickly it can be hard to keep up. So far, these AI implementations are being offered in addition to the traditional search experience. However, Google is now offering a sneak peek at how it may use AI to change the good old-fashioned list of blue links. The company says its new Web Guide feature is being developed to "intelligently organize" the results page, and you can try it now, if you dare. Many Google sear

Itch.io: Update on NSFW Content

We have “deindexed” all adult NSFW content from our browse and search pages. We understand this action is sudden and disruptive, and we are truly sorry for the frustration and confusion caused by this change. Recently, we came under scrutiny from our payment processors regarding the nature of some content hosted on itch.io. Due to a game titled No Mercy, which was temporarily available on itch.io before being banned back in April, the organization Collective Shout launched a campaign against St

SQL Injection as a Feature

Looking at old applications, we always wonder who in their right mind thought of building them so badly. But every repository has its story and every effort has noble origins. I encountered such an application in my career, and I was lucky enough that they had used version control to preserve its history. Let me describe how the application looked in its latest state. This was a website that managed logs for millions of devices around the world. In the report page, you could query the most prev

The Verge Launches New Site Features Aimed at Deepening Audience Engagement and Announces New Editorial Newsletters

NEW YORK, NY (July 22, 2025) – The Verge today launched a suite of homepage and editorial product updates aimed at deepening its direct relationship with readers. The announcement includes a new feature that allows readers to follow topics and individual Verge journalists, view those stories in a personalized feed on the homepage, and receive them via a daily digest email. Over the next month, the site will also launch several new editorial newsletters: a daily free flagship newsletter to give r