Latest Tech News

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

Filtered by: cs Clear Filter

One of the Biggest Sources of Microplastics Will Make You Mad as Hell

Microplastics are so pervasive that they're now found in our bloodstreams, bones, and — according to one alarming study — even our brains in enough quantities to make a plastic spoon. But where do they all come from? One of the biggest sources may surprise you: car tires. Or maybe it isn't that surprising, now that we've brought it up. Yet, the role of civilization's addiction to the automobile tends to go overlooked in these discussions in favor of more obvious forms of waste like plastic bot

This Month in Ladybird

Hello friends! July is done. We merged 319 pull requests from 47 contributors. Ladybird is entirely funded by the generous support of companies and individuals who believe in the open web. This month, we’re excited to welcome the following new sponsors: Scraping Fish with $5,000 Blacksmith with high-performance CI infrastructure We’re incredibly grateful for their support. If you’re interested in sponsoring the project, please contact us. Web Platform Tests (WPT) As usual, we’ve made some

Google Messages will finally tell you when your custom ROM is the problem (APK teardown)

Aamir Siddiqui / Android Authority TL;DR Last year, Google began preventing devices that failed Play Integrity checks from sending RCS messages. Google Messages would simply drop texts, without delivering any errors or warnings. Messages now appears to be adding an explicit notice when security requirements are not met. What’s more annoying than when an app stops working? Well — a lot of things, actually — but in this narrow context we’re specifically talking about when an app intentionally

Dropbox is shutting down its password manager next month – here are the best alternatives

Serving tech enthusiasts for over 25 years.TechSpot means tech analysis and advice you can trust In a nutshell: Dropbox will discontinue its password manager on October 28, permanently (and hopefully securely) deleting any credentials still stored on that date. The company recommends switching to 1Password because it supports importing data directly from Dropbox; however, other options are also worth considering. Dropbox will begin a phased winddown of its password manager next month, and data

Emacs: The macOS Bug

Emacs: The MacOS Bug The Context I have been recently roaming. Doing some Zig, doing some Go, some Janet. Some C integration. Should have focused on my project but life threw more at me than I could handle, so I sought… happy distractions. My experience with those technologies taught me new tricks and one day, when I needed some more distraction, I decided to debug something that had made me furious for years: Emacs jank. Whatever build I tried, whatever configuration I used, Emacs always r

Bitmapist: We built an open-source cohorts analytics tool that saved millions

At Doist, we love making smart bets. Sometimes, the smartest decision isn’t to pick the biggest or shiniest tool out there but to build a small tool that does exactly what’s needed. That’s how Bitmapist came to life—a powerful, open-source cohort analytics library that’s been quietly driving smarter decisions and saving us millions of dollars. Why We Built Bitmapist Several years ago, we faced a common startup challenge: we needed robust cohort analytics to gain a deeper understanding of how p

Watch and learn, Samsung: This Galaxy Ring competitor now predicts your chances of falling sick

Kaitlyn Cimino / Android Authority TL;DR Circular’s smart ring is getting a new Immunity Index that measures your defense against diseases. It accounts for your vitals and gives you a rating on a scale of 0–8. The feature is rolling out to the companion app for the first-gen Circular Ring and will be available for the Ring 2, which is expected to be available soon. Even though the smart ring market is still niche, the entry of big players like Samsung with its Galaxy Ring has set it into mot

Survey of 1,000 Experts Shows Quantum Physicists Still Can’t Agree on Anything

In July 1925—exactly a century ago—famed physicist Werner Heisenberg wrote a letter to his equally famous colleague, Wolfgang Pauli. In it, Heisenberg confesses that his “views on mechanics have become more radical with each passing day,” requesting Pauli’s prompt feedback on an attached manuscript he’s considering whether to “complete…or to burn.” That was the Umdeutung (reinterpretation) paper, which set the foundation for a more empirically verifiable version of quantum mechanics. For that r

The best mini PCs of 2025: Expert recommended from Apple, Intel, and more

PCs no longer have to be the big, ugly beige boxes that devour desk real estate. These giant machines have given way to the mini PC -- a computer no bigger than a hardback book, but capable of handling demanding workloads. The mini PC market can be somewhat bewildering, so I've done a considerable amount of legwork to distill things down to a handful of choices, from the Intel NUC 13 workhorse to the AceMagician AMD Ryzen 9 Mini gaming PC, to the oftentimes overlooked Apple Mac Mini. Also: The

Topics: like mini pc pcs want

After 100 Years of Quantum Mechanics, Physicists Still Can’t Agree on Anything

In July 1925—exactly a century ago—famed physicist Werner Heisenberg wrote a letter to his equally famous colleague, Wolfgang Pauli. In it, Heisenberg confesses that his “views on mechanics have become more radical with each passing day,” requesting Pauli’s prompt feedback on an attached manuscript he’s considering whether to “complete…or to burn.” That was the Umdeutung (reinterpretation) paper, which set the foundation for a more empirically verifiable version of quantum mechanics. For that r

The case for memes as a new form of comics

It's undeniable that the rise of the Internet had a profound impact on cartooning as a profession, giving cartoonists both new tools and a new publishing and/or distribution medium. Online culture also spawned the emergence of viral memes in the late 1990s. Michelle Ann Abate, an English professor at The Ohio State University, argues in a paper published in INKS: The Journal of the Comics Studies Society, that memes—specifically, image macros—represent a new type of digital comic, right down to

Why CI/CD Still Doesn't Include Continuous Documentation?

In my 15+ years as a developer, one of the most persistent headaches I’ve seen across teams is outdated documentation. I’ll admit it, I’ve shipped features and moved on without updating the docs. A month later, a new teammate is onboarding or someone is debugging an issue, and they run into a README or guide that no longer reflects reality. It’s frustrating for them and embarrassing for us. I’m certainly not alone in this habit. Maintaining documentation is often the last thing on a developer’

The Saltgator: A Desktop SoftGel Injection Molding Machine

If you own a 3D printer, you've got hard plastics covered. But what if you want to make something soft or squishy, like grip pads or a gadget enclosure? You might want to check out the Saltgator, a desktop SoftGel injection molding machine. This allows you to mold soft plastics (which you can buy from the company, also called Saltgator, or a hobby shop or fishing-lure supplier) and mold a piece up to 250mL (8.4 oz) in volume in about 15 minutes. And most of that time is simply waiting for the m

Fed up with brands that use corn syrup and skim milk, this mother developed her own ‘clean’ baby formula

When Esther Hallam welcomed her daughter, Nara, into the world, she faced the challenge of searching for trustworthy brands that offered high-quality, organic infant formula in the U.S. Despite being available for nearly 160 years, the quality of infant formula options in the U.S. is still lacking, she believes. Many manufacturers opt for skim milk to cut costs, which allows them to add oils to meet nutritional requirements. Several formulas contain palm oil, soy, and corn syrup, which aren’t r

I designed my own fast game streaming video codec – PyroWave

Streaming gameplay from one machine to another over a network is a reasonably popular use case these days. These use cases demand very, very low latency. Every millisecond counts here. We need to: Send controller input from machine A to B over network B renders a frame on the GPU B encodes the frame into a bitstream B sends the result over a network to A A decodes the bitstream A displays image on screen Dopamine is released in target brain Every step in this chain adds latency and we wa

Topics: 32 bit codecs rate video

I designed my own fast game streaming video codec

Streaming gameplay from one machine to another over a network is a reasonably popular use case these days. These use cases demand very, very low latency. Every millisecond counts here. We need to: Send controller input from machine A to B over network B renders a frame on the GPU B encodes the frame into a bitstream B sends the result over a network to A A decodes the bitstream A displays image on screen Dopamine is released in target brain Every step in this chain adds latency and we wa

Topics: 32 bit codecs rate video

Different Clocks

Ianto Cannon's clock graphics These clocks are generated as scalable vector graphics using JavaScript. Feel free to use and modify the source code. Each clock displays the current Coordinated Universal Time (UTC): Loading… Binary This clock shows the Unix time: a 32-bit signed integer representing the number of seconds since 1970 Jan 1st. Polygons These polygons show the time in the format yy:M:w:d:h:mm:ss, where M is the month, w is the week in the month, and d is the day of the week. :

Can Macs Get Viruses in 2025? Do You Need Antivirus for Your Mac?

Remember those old I’m a Mac, I’m a PC ads? In one, the Mac looks on, concerned, while the PC keeps sneezing from a virus it's caught, eventually crashing backward onto the ground. For a while, Macs did seem mostly immune to computer viruses. But when Apple’s market share ballooned, with it came a new fan club: hackers. Yes, MacOS comes with XProtect, Gatekeeper and other tools, and most Mac owners get by just fine with these plus a dash of skepticism. Still, security firms keep spotting fresh

Can Macs Get Viruses in 2025? Do You Need an Antivirus for Your Mac?

Remember those old I’m a Mac, I’m a PC ads? In one, the Mac looks on, concerned, while the PC keeps sneezing from a virus it's caught, eventually crashing backward onto the ground. For a while, Macs did seem mostly immune to computer viruses. But when Apple’s market share ballooned, with it came a new fan club: hackers. Yes, MacOS comes with XProtect, Gatekeeper and other tools, and most Mac owners get by just fine with these plus a dash of skepticism. Still, security firms keep spotting fresh

How I fixed my blog's performance issues by writing a new Jekyll plugin

How I fixed my blog's performance issues by writing a new Jekyll plugin: jekyll-skyhook posted Jul 24, 2025 💡 If you don't want to read the full story, you can check out the jekyll-skyhook plugin on GitHub here. When I started writing this blog, I figured I could write my posts, submit my website to Google Search Console for indexing, and presto - my posts would start appearing in Google search results. That way, people who encounter issues like I did with dark/light mode not working in Ubunt

Watch This Humanoid Robot Swap Its Own Battery

Humanoid robots have crossed a new Rubicon in the latest demo of the Walker S2 robot from Ubtech Robotics. In it, the robot approaches a charging tower filled with multiple batteries (and one empty slot). It removes a battery from its back and replaces it with a fresh one from the charging stack before returning to what is some sort of work site. Watch this: Ubtech's S2 Humanoid Robot Can Swap Its Own Battery for 24/7 Operation 03:00 The Walker S2 appears to have dual battery packs, so at leas

Indie App Spotlight: ‘Pics2PDF’ turns your best photos into a quick document, and more

Welcome to Indie App Spotlight. This is a weekly 9to5Mac series where we showcase the latest apps in the indie app world. If you’re a developer and would like your app featured, get in contact. As the name suggests, Pics2PDF lets you select a bunch of photos from your photos library, and convert it into a PDF. This can be great if you want to quickly print out photos from your photos library in one swift process, or if you’re otherwise trying to share multiple photos at once in a more formal ma

These 8 Common Foods Contain Microplastics. Here How to Make Swaps

Microplastics used to sound like a distant environmental issue, but they're showing up in more places than you'd expect, including the food we eat every day. According to new research, even something as simple as chewing gum could expose you to tiny plastic particles. With something as common as chewing gum becoming a microplastic delivery system, many people are concerned about how often they're consuming the potential hidden hazard. The average person takes in between 39,000 and 52,000 microp

The next version of RCS messaging is going to be less of a pain

RCS has been around for over a decade, but the messaging standard gained a major boost when Apple adopted it in 2023. The GSMA has brought several features and improvements to RCS in recent years, and it’s just announced another upgrade. The GSMA just announced the release of RCS Universal Profile 3.1, which brings better audio messaging capabilities. This RCS release specifically supports the xHE-AAC audio codec, enabling higher-quality voice notes and other audio clips. It’s worth noting tha

Show HN: Apple Health MCP Server

Apple Health MCP Server An MCP (Model Context Protocol) server for querying Apple Health data using SQL. Built with DuckDB for fast, efficient health data analysis. Note This project currently relies on the Simple Health Export CSV app by Eric Wolter. See Exporting Data below for more info on how best to use the app. This is currently the easiest way I could find to quickly and reliably get Apple Health data exported in CSV format. If you have ideas of better ways to import data, please submit

Topics: apple csv data health mcp

Revisiting Moneyball

You can build a player in aggregate. The A’s discovered they could construct effective offensive production by combining players with complementary skills rather than seeking complete players. This insight challenged the traditional scouting preference for “five-tool players” who could hit for average, hit for power, run, field, and throw. Instead of expensive superstars, the A’s assembled a roster where different players contributed specific, undervalued skills: Scott Hatteberg: Exceptional

Show HN: Self-updating MCP server for official pip, uv, poetry and conda docs

Python Dependency Manager Companion MCP Server README updated on 2025-07-23 by @KemingHe Official docs from pip , poetry , uv , and conda + automated weekly updates = zero maintenance overhead for developers using VSCode/Cursor with AI assistants. [Demo] 🚀 Quick Start for Agentic IDEs 1. Pull latest Docker image: docker pull keminghe/py-dep-man-companion:latest 2. Add to your IDE's mcp.json : { "mcp" : { "servers" : { "python-deps" : { "command" : " docker " , "args" : [ " run " , " -i "

Extending Emacs with Fennel (2024)

After watching this year’s EmacsConf and seeing Guile Emacs being resurrected I thought to myself - why limit ourselves to Guile? Sure, Guile isn’t just a Scheme implementation, thanks to its compiler-tower-based design. Other languages exist for Guile VM, such as Emacs Lisp, and Guile manual lists the following languages with various stages of completeness: ECMAScript Brainfuck Lua Ruby Python Sure, it would be nice, if Emacs could natively run all of these, but we have to understand, tha

Windows 11’s new update will add a bunch of AI features

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. Microsoft is releasing several new AI features for Windows 11, including its Copilot Vision tool that can scan everything on your screen. The features, which are gradually rolling out to everyone now, also include tools that are exclusive to Copilot Plus PCs. For starters, all Windows 11 users can now access Copilot Vision through the Copilot app,

Honda, Acura EVs Can Now Charge at Tesla Superchargers via Adapter

Table of Contents Honda, Acura EVs Can Now Charge at Tesla Superchargers via Adapter Good news, owners of the Honda Prologue EV or Acura ZDX: You now have more than 23,500 more places to charge on your next road trip. Honda has unlocked access to the Tesla Supercharger fast-charging network for the two electric SUVs and is now offering a Honda-approved adapter for connecting to any North American Charging System (NACS) DC fast-charging point. Pioneered by EV giant Tesla before being opened to