Latest Tech News

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

Filtered by: dat Clear Filter

Structuring large Clojure codebases with Biff

Jacob O'Bryant | 28 Jan 2025 I've been making some progress on rewriting Yakread (a fancy reading app) from ~scratch and open-sourcing it in the process. Along the way I'm experimenting with potential new features for Biff, my Clojure web framework, which Yakread is built with. In particular I'm working on approaches for keeping Biff apps more manageable as the codebase grows: the original Yakread codebase was about 10k lines and was already getting pretty crufty. I've also learned some things

Telecom giant Orange warns of disruption amid ongoing cyberattack

Orange, a French telecommunications giant and one of the largest phone providers in the world, announced on Monday that it was the victim of an unspecified cyberattack. In the announcement, the company said that it detected a cyberattack “on one of its information systems” on July 25, and that it proceeded to “isolate potentially affected services and minimize any impact.” The move to isolate affected systems, Orange added, caused disruptions to some of the company’s platforms, as well as busi

AI Datacenters Are Raising Nearby Residents' Electric Bills

If you're looking for someone to blame for your ballooning energy bills, we have an increasingly familiar culprit: AI data centers. A new analysis of one the US's largest power grids, PJM, found that a rise in customer energy rates is directly attributable to the tremendous power demands of these data facilities that undergird services like OpenAI's ChatGPT, the Washington Post reports. Serving 67 million customers, the PJM region covers just over a dozen states, including Indiana, Maryland, M

Can a bird store and reproduce data? A starling may have proven it's possible

WTF?! While researchers previously theorized that homing pigeons could transport data faster than gigabit internet in certain scenarios, a birder recently explored how birdsong might store and reproduce data. More research is needed to fully explore the phenomenon, but the possibilities are intriguing. A recent YouTube video from birder Benn Jordan explains how a songbird retained and reproduced information from a PNG image file, theoretically enabling data transfers reaching 2 MB/s. The feat i

Verizon Fios Internet Review: Examining Plans, Pricing, Speeds and Availability

Unavailable in Provider unavailable in 90001 Edit . . . Starting at $50 Or call: Or call to learn more: (855) 379-7064 Verizon Fios home internet rating 7.6 /10 CNET Score We score internet providers for speed, value and customer care. Our data sources include the FCC, J.D. Power, The American Customer Satisfaction Index and extensive in-house research. Read more How we calculated our rating 7.6 / 10 SCORE Speed 7.5/10 Value 7/10 Customer Care 8/10 Pros All Verizon Fios plans are 100% fiber, wit

Tea app security breaches reveal private chats and photo ID, as it tops App Store

Two major security vulnerabilities in the Tea app – which claims to make dating safer for women – have exposed the private chats and personal data of at least tens of thousands of users. The app, designed to allow women to share “red flags” for men they had dated, claimed four million active users after it hit the top slot in the App Store last week … The Tea app allows female users to tag men’s dating profiles with one of a number of “red flags,” as well as allowing reverse image searches to

Topics: app data media tea users

Wikimedia Foundation Challenges UK Online Safety Act Regulations

17 July 2025 — Next week, on 22 and 23 July 2025, the High Court of Justice in London will hear the Wikimedia Foundation’s legal challenge to the Categorisation Regulations of the United Kingdom (UK)’s Online Safety Act (OSA). The Wikimedia Foundation, the non-profit that operates Wikipedia and other Wikimedia projects, announced its legal challenge earlier this year, arguing that the regulations endanger Wikipedia and the global community of volunteer contributors who create the information on

If You're Traveling to Another Country, You Need an eSim. Here's How You Can Snag a Free One for Your Next Trip

Debalina Ghosh/Getty Images After nearly two years of traveling around the world, I've learned a few travel hacks. One of my favorite ways to save money when overseas? Using an eSIM. If you're unfamiliar with the concept of an eSIM, it's a digital SIM installed on your phone that lets you access a mobile network without a physical SIM card. Using an eSIM for all my mobile data abroad means I don't have to worry about expensive roaming charges from my US mobile provider or buying a physical SIM

Here are the eight Apple security layers protecting your data

9to5Mac is brought to you by Incogni: Protect your personal info from prying eyes. With Incogni, you can scrub your deeply sensitive information from data brokers across the web, including people search sites. Incogni limits your phone number, address, email, SSN, and more from circulating. Fight back against unwanted data brokers with a 30-day money back guarantee. Apple has a reputation for prioritizing the privacy of its customers, and that commitment begins right at the chip design level.

Data breach at Tea reportedly contains images and DMs from last week

Last week, social network Tea experienced a data breach that exposed personal information for its users. The dating safety app for women said at the time that "there is no evidence to suggest that current or additional user data was affected." However, 404 Media reports that the problem is bigger than originally stated. The site credits independent security researcher Kasra Rahjerdi , who found that content from the platform as recent as last week has been exposed. Additionally, this source cla

Tea app leak worsens with second database exposing user chats

The Tea app data breach has grown into an even larger leak, with the stolen data now shared on hacking forums and a second database discovered that allegedly contains 1.1 million private messages exchanged between the app's members. The Tea app is a women-only dating safety platform where members can share reviews about men, with access to the platform only granted after providing a selfie and government ID verification. On Friday, an anonymous user posted on 4chan that Tea used an unsecured F

Chrome Now Shows You AI-Generated Store Reviews

Google's Chrome web browser will now show you AI-generated reviews of stores online, using a mix of data from partners and verified users, the company said in a blog post Monday. When you click on the icon on the left of the address bar, Google will use AI to tell you what the product quality is like, customer service quality, shipping times, pricing and return metrics, all at a glance. The feature pulls data from sites such as PowerReviews, Reputation.com, TrustPilot and others. It'll also inc

Microsoft Is Giving Windows 10 Users Free Security Updates for a Year, but There's a Catch

As Microsoft gets ready to sunset Windows 10, security support is scheduled to end in October. You can get a one-year extended security update for $30. But if you want to stick with Windows 10 for another year, you might be better off with Microsoft's free option -- you'll just need to use cloud backup and connect it with your OneDrive account. The ability to get free updates on Windows 10 is a pretty big deal because it is still the most widely used Windows OS, accounting for just over 53% of

SQLx – Rust SQL Toolkit

SQLx 🧰 The Rust SQL Toolkit SQLx is an async, pure Rust † SQL crate featuring compile-time checked queries without a DSL. † The SQLite driver uses the libsqlite3 C library as SQLite is an embedded database (the only way we could be pure Rust for SQLite is by porting all of SQLite to Rust). †† SQLx uses #![forbid(unsafe_code)] unless the sqlite feature is enabled. The SQLite driver directly invokes the SQLite3 API via libsqlite3-sys , which requires unsafe . Cross-platform. Being native Rust

Tea app leak worsens with second database exposing user chats

The Tea app data breach has grown into an even larger leak, with the stolen data now shared on hacking forums and a second database discovered that allegedly contains 1.1 million private messages exchanged between the app's members. The Tea app is a women-only dating safety platform where members can share reviews about men, with access to the platform only granted after providing a selfie and government ID verification. On Friday, an anonymous user posted on 4chan that Tea used an unsecured F

SQLx – The Rust SQL Toolkit

SQLx 🧰 The Rust SQL Toolkit SQLx is an async, pure Rust † SQL crate featuring compile-time checked queries without a DSL. † The SQLite driver uses the libsqlite3 C library as SQLite is an embedded database (the only way we could be pure Rust for SQLite is by porting all of SQLite to Rust). †† SQLx uses #![forbid(unsafe_code)] unless the sqlite feature is enabled. The SQLite driver directly invokes the SQLite3 API via libsqlite3-sys , which requires unsafe . Cross-platform. Being native Rust

Women’s ‘red flag’ app Tea is a privacy nightmare

An app designed to help women spot the “red flags” of men they date has incidentally put its users at risk. 404 Media reported that Tea was hacked by 4chan users last week, resulting in the selfies and driver’s licenses of its mostly women users being posted to 4chan. An independent researcher for 404 Media has since discovered that messages between users discussing infidelity, abortion, and personal phone numbers are also vulnerable to hackers. Tea was founded by software developer Sean Cook,

Fitbit Charge 6 gets new watch faces to give you more data at a glance

Kaitlyn Cimino / Android Authority TL;DR An update brings new clock faces to the Fitbit Charge 6 These clock faces are called Axira, Geometric, and Momentum. The update also expands compatibility between the Charge 6 and exercise machines. If you own a Fitbit Charge 6, get ready for a little surprise today. The fitness tracker is getting an update that will introduce new watch faces and expand compatibility. An update is also coming for the Inspire 3, Sense 2, and Versa 4. On its community

Microsoft: macOS Sploitlight flaw leaks Apple Intelligence data

Attackers could use a recently patched macOS vulnerability to bypass Transparency, Consent, and Control (TCC) security checks and steal sensitive user information, including Apple Intelligence cached data. TCC is a security technology and a privacy framework that blocks apps from accessing private user data by providing macOS control over how their data is accessed and used by applications across Apple devices. Apple has fixed the security flaw tracked as CVE-2025-31199 (reported by Microsoft'

Top Highlights from Comic-Con 2025: 'Peacemaker,' 'Tron: Ares' and More

San Diego Comic-Con 2025 is now over, and while the event didn't bring Marvel to Hall H, fans got sneak peeks for upcoming releases like Tron: Ares and Predator: Badlands, along with cool toy booths for Lego and Hot Wheels. We were excited about Avatar: Seven Havens, It: Welcome to Derry, Gen V and The Boys, and we've highlighted some of the hottest and most interesting stuff from the weekend's events. Peacemaker season 2 trailer gives us a portal and Rick Flagg Sr. James Gunn arrived in Hall

Another Google Pixel 6a catches fire after battery-nerfing update

The Pixel 6a was a widely beloved phone when it launched in 2022, offering almost all the capabilities of the more expensive Pixel 6 phones at a much lower price. Just a few years into their Pixel love affair, though, owners have been dismayed to learn that a new software update will destroy the phone's battery life. Google says the update is necessary to limit the risk of battery failure, but it would seem that in at least one case, even this heavy-handed update wasn't enough—a user has reporte

This Reddit user's Pixel 6a reportedly caught fire, after Google's update - what you need to know

A little more than a month after Google released an update to prevent the Pixel 6a from overheating and possibly catching fire, a Reddit user reports that it's happened again. Last month, Google issued a software update that purposefully limited the 6a's charging capacity and performance. Over the weekend, a Reddit user posted a somewhat harrowing account of how they were woken up that morning by a horrible smell and loud noise. Their Pixel 6a, less than two feet from their face, was on fire.

Android 15 is bricking some Fairphone 5 devices, and here’s how you can avoid it

Damien Wilde / Android Authority TL;DR The Android 15 update is causing some Fairphone 5 phones to become bricked, but only if the fingerprint sensor is broken. A Fairphone rep confirmed stricter hardware checks in Android 15 are to blame. A fix is in the works, but for now, users with faulty sensors should avoid the update. For phone geeks like us, an OS update is usually exciting, but it doesn’t always go smoothly. Multiple reports suggest that the Android 15 update is causing some Fairpho

France's warship builder Naval Group investigates 1TB data breach

France's state-owned defense firm Naval Group is investigating a cyberattack after 1TB of allegedly stolen data was leaked on a hacking forum. The company characterized this as a "destabilization attempt" and a "reputational attack," to which it has responded by filing a complaint to protect its client's data. Meanwhile, Naval Group is investigating with the assistance of external experts to determine if the leaked data originated from them. Despite the gravity of the claims, the company main

Microsoft will stop supporting Windows 11 22H2 in October

Microsoft has reminded customers today that the last supported editions of Windows 11 22H2 will reach their end of servicing on October 14. This announcement applies to Windows 11 22H2 Enterprise, Education, and IoT Enterprise editions, released on September 20, 2022, and follows the end of service for the Home and Pro editions, which occurred last October. "The October 2025 monthly security update will be the last update available for this version. After this date, devices running this versio

Your Nature Photos Are Doing More Science Than You Think

With a smartphone in hand, anyone can be a naturalist. Apps like iNaturalist have surged in popularity over the last 15 years, with millions using them to document wildlife around the world. A new study shows that these observations contribute a deluge of data to scientific research. Use of iNaturalist has skyrocketed since its launch in 2008. This citizen science database now contains more than 200 million observations logged by over 3 million users globally, according to research published Mo

A fifth Pixel 6a just caught fire, and it seems like Google’s update isn’t enough

Ryan Haines / Android Authority TL;DR Another Google Pixel 6a has caught fire, according to a Reddit user. The user said their phone caught fire despite installing Google’s mandatory update to combat battery heating. This also comes after Australia’s consumer watchdog issued a notice about Pixel 6a battery overheating. We’ve reported on several Google Pixel 6a battery fires earlier this year. This prompted Google to release a mandatory update for some units earlier this month to combat the i

Proton launches Lumo, a privacy-focused AI chatbot

TL;DR: Proton recently introduced Lumo, a new chatbot service designed with a focus on confidentiality and security. Billed as a "privacy-first" AI tool, Lumo aims to deliver the benefits of modern artificial intelligence without compromising user privacy or misusing personal data. While results may vary, Proton appears confident enough to position Lumo alongside established competitors in the AI market. The idea behind Lumo is that while AI can provide significant opportunities for users and b

Solid protocol restores digital agency

How Solid Protocol Restores Digital Agency The current state of digital identity is a mess. Your personal information is scattered across hundreds of locations: social media companies, IoT companies, government agencies, websites you have accounts on, and data brokers you’ve never heard of. These entities collect, store, and trade your data, often without your knowledge or consent. It’s both redundant and inconsistent. You have hundreds, maybe thousands, of fragmented digital profiles that ofte