Latest Tech News

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

Filtered by: err Clear Filter

Hobbyist Maintainers with Thomas DePierre

Thomas DePierre joins Open Source Security to discuss the central idea from his blog post, “You are all on the hobbyist maintainers turf now,” exploring the massive disconnect between the corporate world that consumes open source and the hobbyist community that actually produces it. The conversation reveals this isn’t a new problem, but a long-standing reality whose consequences for security, stability, and the future of software we are only now beginning to truly confront. This episode is also

‘Injustice 3’ is Coming—What Will DC Do With It?

Nearly 10 years ago, NetherRealm released Injustice 2, the second game in its DC superhero fighting series. (And it’s the third superhero fighting game, beginning with 2008’s Mortal Kombat vs. DC Universe.) After continuing and rebooting the story of Mortal Kombat, it seems NetherRealm is going back to superheroic punch-ups, as Green Lantern and Aquaman voice actor Phil LaMaar reportedly told a fan at a recent convention a third game is happening. This will come as little surprise to anyone pay

Trying to get error backtraces in Rust libraries right

Error handling in Rust is one of those topics that can spark passionate debates in the community. After wrestling with various approaches in the iroh codebase, the team has developed some insights about the current state of error handling, the tradeoffs involved, and how to get the best of both worlds. The Great Error Handling Divide The Rust ecosystem has largely coalesced around two main approaches to error handling: The anyhow approach: One big generic error type that can wrap anything. It

How to install TrueNAS on a Raspberry Pi

Now that Joel0 in the TrueNAS community has created a fork of TrueNAS that runs on Arm, I thought I'd give it a spin—on a Raspberry Pi. I currently run an Ampere Arm server in my rack with Linux and ZFS as my primary storage server, and a Raspberry Pi with four SATA SSDs and ZFS as backup replica in my studio. My configuration for these Arm NASes is up on GitHub. I've been looking forward to TrueNAS support on Arm for years, though it seems the sentiment in that community was 'Arm servers aren

How to Install TrueNAS on a Raspberry Pi

Now that Joel0 in the TrueNAS community has created a fork of TrueNAS that runs on Arm, I thought I'd give it a spin—on a Raspberry Pi. I currently run an Ampere Arm server in my rack with Linux and ZFS as my primary storage server, and a Raspberry Pi with four SATA SSDs and ZFS as backup replica in my studio. My configuration for these Arm NASes is up on GitHub. I've been looking forward to TrueNAS support on Arm for years, though it seems the sentiment in that community was 'Arm servers aren

Passenger Assaulted in Viral TikTok Video Sues Southwest Airlines, Blames Seating Plan

Video footage went viral on social media earlier this summer after an intoxicated woman was seen on a Southwest Airlines flight pulling another woman’s hair and shouting abusive things before being subdued and arrested. Now the woman who was attacked has filed a lawsuit against her attacker and named Southwest as a co-defendant, partially blaming the airline’s open seating policy for the confrontation. Leanna Perry, identified as a 32-year-old illustrator from Brooklyn by the New York Post, was

People With Ties to Trump Accused of Carrying Out ‘Covert’ Influence Operations in Greenland

Earlier this year, the Trump administration raised eyebrows and inspired scoffs when it announced it wanted to buy Greenland. Since then, the government has ignored the laughs and continued to pursue its stated objective. Now, a new report from a Danish news outlet alleges that multiple Americans with direct ties to Trump have been engaged in covert “influence operations” aimed at Greenlanders. The purpose of these propaganda efforts is to sow division between the Nordic territory and its parent

First absolute superconducting switch developed in a magnetic device

This article has been reviewed according to Science X's editorial process and policies . Editors have highlighted the following attributes while ensuring the content's credibility: Researchers recently realized the first de Gennes' superconducting switch where superconductivity is completely suppressed. Credit: University of Jyväskylä The University of Jyväskylä, Finland, has been involved as part of an international collaboration that has identified a way to completely suppress superconductiv

Terraton wants to be the McDonald’s of biochar

If there’s one thing McDonald’s has done for the world, it’s made starting a burger restaurant relatively straightforward. Franchisees buy into the system, and in return they get equipment, marketing, and even an operating manual. Terraton wants to bring that same model to biochar, a technology that turns agricultural waste into a carbon dioxide-sequestering fertilizer. Terraton recently raised a $11.5 million seed round for it’s “business-in-a-box” approach to biochar project development, the

The “Wow!” signal was likely from extraterrestrial source, and more powerful

A new study has re-examined the famous "Wow!" signal, finding that it likely has an extraterrestrial origin after all, and may have been even more intense than previously believed. The rest of this article is behind a paywall. Please sign in or subscribe to access the full content. On August 15, 1977, at the Big Ear radio telescope observatory at Ohio State University, a narrowband radio signal was received. A few days later, astronomer Jerry Ehman reviewed the data and noticed the signal sequ

Retry Loop Retry

Retry Loop Retry Some time ago I lamented that I don’t know how to write a retry loop such that: it is syntactically obvious that the amount of retries is bounded, there’s no spurious extra sleep after the last attempt, the original error is reported if retrying fails, there’s no code duplication in the loop. https://matklad.github.io/2023/12/21/retry-loop.html To recap, we have fn action () E ! T { ... } fn is_transient_error (err: E) bool { ... } and we need to write fn action_with_r

The "Wow!" signal was likely from extraterrestrial source, and more powerful

A new study has re-examined the famous "Wow!" signal, finding that it likely has an extraterrestrial origin after all, and may have been even more intense than previously believed. The rest of this article is behind a paywall. Please sign in or subscribe to access the full content. On August 15, 1977, at the Big Ear radio telescope observatory at Ohio State University, a narrowband radio signal was received. A few days later, astronomer Jerry Ehman reviewed the data and noticed the signal sequ

Subaru Solterra first drive: Big improvements in all the right places for 2026

When Subaru's first electric car launched in late 2021, the Solterra had something of a problem: It wasn't exactly competitive in any of the major factors that EV buyers typically look for. Its 220-mile range and 215-horsepower output were middling at best when compared to vehicles like the Tesla Model Y. Its quirky styling didn't exactly help, either. For 2026, Subaru is giving the Solterra a significant up-do. Don't call it a reboot, as it's still very much the same SUV as before, but with mo

Ergonomic errors in Rust: write fast, debug with ease, handle precisely

Ergonomic errors in Rust: write fast, debug with ease, handle precisely Errors show up in three distinct contexts: when you’re writing code, when you’re debugging code, and at runtime when the program needs to handle recoverable errors. And errors are consumed by two distinct consumers with different needs: the developer debugging an application, and the caller making error handling decisions at runtime. In this post, we’ll explore how stackerror is designed to make working in all three contex

Writing Micro Compiler in OCaml (2014)

TL;DR Writing micro compiler in OCaml At one point or another every single software developer in the world comes to a realization in his career when the time is ripe and it’s time to write your own super cool programming language. However the subject of creating your own programming language with an compiler is quite a complex one and can’t be tackled without some pre-research. That’s how I’ve started reading Crafting Compiler in C, an aged but really comprehensive book about developing your o

Silksong finally launches in September

is a news editor covering technology, gaming, and more. He joined The Verge in 2019 after nearly two years at Techmeme. Posts from this author will be added to your daily email digest and your homepage feed. Hollow Knight: Silksong, the full sequel to Hollow Knight that has been in development for years, will be released on September 4th. The news was revealed as part of a “special announcement” video that debuted on Thursday. In Silksong, you play as Hornet, a character that appeared in the

Microsoft shares workaround for Teams "couldn't connect" error

Microsoft is resolving a known issue that causes "couldn't connect" errors when launching the Microsoft Teams desktop and web applications. The company states that the error is caused by a recent change to Teams' sidebar, but has yet to disclose which regions are affected by this ongoing issue. While Microsoft has yet to share more information on the extent of this issue, it has tagged it as an advisory, which typically indicates that the problem might be limited in scope or intermittent. "Af

Take Control of Your Google Search Results by Choosing the Sources You Want to See

Facing criticism for degraded search results and angst from users wanting to avoid AI Overviews, Google has announced a new search feature that lets you choose the sites you want to see in your news and search results. Google said in a recent blog post that it's launching Preferred Sources in the US and India this month. The new feature can be accessed through a plus icon to the right of Top Stories panels or a direct link to your preferences. "Once you select your sources, they will appear mo

Raspberry Pi intros new 5-inch $40 touchscreen for your next weird project

The folks at Raspberry Pi have announced a new touchscreen component for people using boards to create miniature touchscreen appliances: The 5-inch Raspberry Pi Touch Display 2 is a 720p IPS multi-touch screen that's natively supported by the Raspberry Pi OS and includes mounting holes on the back to make it easy to build integrated all-in-one devices. The new screen will cost $40 and is available starting today from Pi resellers like CanaKit, Vilros, and PiShop (though some of those retailers

This $320 Kit Brings the BlackBerry Classic Back From the Dead

People are bored of their phones. So bored of their big, boring glass and metal slabs that they can’t help but dump all over phones like Nothing’s Phone 3 that don’t look like boring-ass bricks. But apparently people are so bored of their phones that somebody went and made a whole-ass kit that replaces the guts of the long-dead BlackBerry Q20, or “Classic,” with new components and effectively modernizes it with Android. Beloved for its QWERTY keyboard and BlackBerry OS (who remembers BBM?), the

Mobile Phishers Target Brokerage Accounts in ‘Ramp and Dump’ Cashout Scheme

Cybercriminal groups peddling sophisticated phishing kits that convert stolen card data into mobile wallets have recently shifted their focus to targeting customers of brokerage services, new research shows. Undeterred by security controls at these trading platforms that block users from wiring funds directly out of accounts, the phishers have pivoted to using multiple compromised brokerage accounts in unison to manipulate the prices of foreign stocks. This so-called ‘ramp and dump‘ scheme borr

BlackBerry Classic is being revived with Android, and it can be yours for $400

Zinwa Technologies TL;DR A Chinese company is reviving old BlackBerry Classic phones with Android. The main board has been replaced, and so are the cameras, battery, and USB port. The revived BlackBerry is up for pre-ordering, and the company plans to start mass production by September. BlackBerry was more than a phone brand. It was a long-running phenomenon that would instantly shape your impression of the person using it as someone important. And so, it isn’t surprising to see so many peop

With waters at 32C, Mediterranean tropicalization shifts into high gear

This article has been reviewed according to Science X's editorial process and policies . Editors have highlighted the following attributes while ensuring the content's credibility: Marine biologists say warming is particularly acute in the eastern Mediterranean but could spread north and west. When Murat Draman went scuba diving off the coast of the southern Turkish province of Antalya and saw the temperature in the depths was pushing 30C, it didn't surprise him. "We were at a depth of 30 met

Show HN: Zig-DbC – A design by contract library for Zig

Hi everyone, I've made an open-source library for using design by contract (DbC) principles in the Zig programming language. It's called Zig-DbC, and it currently provides the following features: - A simple API to define preconditions, postconditions, and invariants. - Contracts are active in `Debug`, `ReleaseSafe`, and `ReleaseSmall` modes to catch bugs early. - All checks are removed at compile time in `ReleaseFast` mode for zero performance cost. - An optional mode to handle partial sta

Batman Beyond and Static Are Teaming Up Again for a New Comic

Terry McGinnis and Virgil Hawkins have a long history together, ever since the classic Batman Beyond/Static Shock crossover episode “Future Shock,” all the way up to their team-up in the Milestone Comics 30th anniversary one-shot a few years ago. Now, the dynamic duo are back with an all-new comic series, with the help of a familiar face to longtime io9 readers. Today DC Comics officially lifted the lid on Batman/Static Beyond, a new six-issue miniseries coming to its Elseworlds comics imprint.

Terraform Labs founder Do Kwon pleads guilty to fraud over $40 billion crypto collapse

Terraform co-founder Do Kwon has pleaded guilty to two US chargers of fraud after his actions wiped out $40 billion worth of crypto investments, The Guardian reported. Kwon's story is a wild one involving an immense crypto crash, an Interpol manhunt and Kwon's eventual extradition from Montenegro to the United States. Kwon, along with Sam Bankman-Fried and others, was a key player in 2022's crypto collapse. His company Terraform created a "stablecoin" called TerraUSD supposedly pegged to the US

If you’re tired of bad Google Search results, here’s how I finally fixed mine

Joe Maring / Android Authority When we talk about Google Search in 2025, it’s usually not for a good reason. AI Overviews are more prevalent than ever, despite still not being particularly good. Google widely rolled out (the very flawed) AI Mode to users in May, and the traditional Google Search experience remains cluttered with ads and low-quality results. This has made me (understandably) hesitant when Google launches a new feature for Search, but the company’s latest one — Preferred Sources

Microsoft asks users to ignore certificate enrollment errors

Microsoft has asked customers this week to disregard incorrect CertificateServicesClient (CertEnroll) errors that appear after installing the July 2025 preview update and subsequent Windows 11 24H2 updates. In recent months, Microsoft has addressed multiple similar issues affecting various Windows features that triggered erroneous warnings with no actual impact. For instance, last month, Redmond advised users to turn a blind eye to Windows Firewall configuration errors that occurred after rebo

I tested Preferred Sources, and it’s one of the best Google Search features in years

Joe Maring / Android Authority When we talk about Google Search in 2025, it’s usually not for a good reason. AI Overviews are more prevalent than ever, despite still not being particularly good. Google widely rolled out (the very flawed) AI Mode to users in May, and the traditional Google Search experience remains cluttered with ads and low-quality results. This has made me (understandably) hesitant when Google launches a new feature for Search, but the company’s latest one — Preferred Sources