Latest Tech News

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

Filtered by: term Clear Filter

Android 16 lets the Linux Terminal use your phone’s entire storage

Mishaal Rahman / Android Authority TL;DR The Terminal app on Pixel phones enables users to run Linux apps via a Debian virtual machine. The Android 16 Beta 4, and subsequently the stable Android 16 release, removed the previous 16GB storage cap for the Linux VM. In Android 16 QPR1, manual storage resizing has been replaced with dynamic storage ballooning, allowing the VM to adjust its storage needs automatically. Update 1, August 6, 2025 (02:24 PM ET): With the release of Android 16 QPR1 Bet

Spotting base64 encoded JSON, certificates, and private keys

You can spot base64 encoded JSON, certificates, and private keys Last modified August 5, 2025 Last modified August 5, 2025 I was working on my homelab and examined a file that was supposed to contain encrypted content that I could safely commit on a Github repository. The file looked like this { "serial" : 13 , "lineage" : "24d431ee-3da9-4407-b649-b0d2c0ca2d67" , "meta" : { "key_provider.pbkdf2.password_key" : "eyJzYWx0IjoianpHUlpMVkFOZUZKcEpSeGo4UlhnNDhGZk9vQisrR0YvSG9ubTZzSUY5WT0iLCJpdGVyYX

Base64 encoded JSON, certificates, and private keys

You can spot base64 encoded JSON, certificates, and private keys Last modified August 5, 2025 Last modified August 5, 2025 I was working on my homelab and examined a file that was supposed to contain encrypted content that I could safely commit on a Github repository. The file looked like this { "serial" : 13 , "lineage" : "24d431ee-3da9-4407-b649-b0d2c0ca2d67" , "meta" : { "key_provider.pbkdf2.password_key" : "eyJzYWx0IjoianpHUlpMVkFOZUZKcEpSeGo4UlhnNDhGZk9vQisrR0YvSG9ubTZzSUY5WT0iLCJpdGVyYX

Google is building a Linux terminal app for native Android development - here's why that's huge

Jack Wallen/ZDNET ZDNET's key takeaways Google is developing another Linux terminal app. The app runs a full Debian environment. Developers will be able to build Android apps on device. For some time, Android has had access to a terminal app that ran a full-blown, text-only Linux environment. This app is enabled via Android's developer options feature and makes it possible for users to run Linux commands (even SSH). From Google's perspective, that wasn't enough. Also: 5 Linux terminal app

15 TikTok Videos About ‘Clankers’, a New Slur for Robots

Terms like “social media,” “podcast,” and “internet” emerged years ago as ways to talk about the latest advancements in the world of technology. And over the past month, we’ve seen some new terms popping up in the world of tech, from clanker to slopper, even if they seem to be mostly tongue-in-cheek at this point. What’s a clanker? It’s a derogatory word for a robot, a term coined in 1920 for a Czech play about dangerous mechanical men. And given the fact that humanoid robots are still pretty r

The ‘Star Wars’ Slur That Has Been Mainstreamed by Anti-AI Discourse

“Clanker.” You’ve probably heard the term online a lot lately, as growing wariness of the acceptance of generative AI has led to an almost science-fictional world of anti-robot sentiment. It’s become an increasingly common derogatory term, growing beyond the constraints of referring to chatbots and image generators to refer to any kind of non-human robotic intelligence. It’s perhaps fitting then, as it penetrates increasingly mainstream social circles, that “Clanker” itself is rooted in science

El Salvador’s Crypto President Could Stay in Power for Decades After Changes to Constitution

El Salvador’s Legislative Assembly approved changes to the country’s constitution on Thursday that will extend presidential terms from five years to six and abolish term limits. That means President Nayib Bukele, a far-right crypto enthusiast who’s allied with President Donald Trump, could potentially stay in power for the rest of his natural life. First elected in 2019 on a promise to crack down on gangs, Bukele was supposed to be prohibited from running for re-election in 2024. But the countr

Replacing tmux in my dev workflow

Hear me out, I can already read the descenting opinions: But I need session persistence! But I need split windows! But I need to group windows per project! But I need lots of terminals inside of a remote server! I had the exact same response whenever someone would argue against using tmux . For context, I've been a huge fan of tmux and have been using it as a daily part of my workflow for 7+ years. Whether I'm developing on my local machine or in SSH, I was using tmux . However, a couple o

You might not need tmux

Hear me out, I can already read the descenting opinions: But I need session persistence! But I need split windows! But I need to group windows per project! But I need lots of terminals inside of a remote server! I had the exact same response whenever someone would argue against using tmux . For context, I've been a huge fan of tmux and have been using it as a daily part of my workflow for 7+ years. Whether I'm developing on my local machine or in SSH, I was using tmux . However, a couple o

You Can Get Your Hands on a ‘Severance’ Terminal… for Real This Time

Does your macrodata need refining, and your desktop just isn’t cutting it? Are you finding it difficult to react to the emotions elicited by the seemingly random collection of numbers on your screen with a traditional mouse and keyboard? Well, you’re in luck. After Apple pump-faked everyone with a mock-up of a Lumon Terminal as seen on the Apple TV+ show Severance, a company called Atomic Keyboard is finally making the terminal a reality—assuming it meets its Kickstarter goal. Atomic appears to

Fixing Ctrl+C in Rust terminal apps: Child process management

When a terminal application that spawns child processes doesn't exit cleanly after a Ctrl+C , the user is left with a corrupted terminal. Instead of a clean prompt, you get garbled output and a non-functional shell. This post covers how to solve these issues, with examples from the Moose CLI (for the PR that fixed many of these issues, see here). In this post, you’ll read learnings from solving these issues in the Moose CLI— terminal application that manages multiple child processes, including

Poor child process management in Rust terminal apps leads to terminal corruption

When a terminal application that spawns child processes doesn't exit cleanly after a Ctrl+C , the user is left with a corrupted terminal. Instead of a clean prompt, you get garbled output and a non-functional shell. This post covers how to solve these issues, with examples from the Moose CLI (for the PR that fixed many of these issues, see here). In this post, you’ll read learnings from solving these issues in the Moose CLI— terminal application that manages multiple child processes, including

Show HN: Terminal-Bench-RL: Training long-horizon terminal agents with RL

🤓 Terminal-Bench-RL: Training Long-Horizon Terminal Agents with Reinforcement Learning TL;DR: I successfully built stable RL training infrastructure that scales to 32x H100 GPUs across 4 bare metal nodes for training long-horizon terminal-based coding agents. In doing so, I developed Terminal-Agent-Qwen3-32b to become the highest scoring Qwen3 agent on terminal-bench . WITHOUT training! (currently under submission): Unfortunately I am too GPU poor to train a SOTA coding agent 😅 (estimated £30

Show HN: Terminal-Bench-RL: Training Long-Horizon Terminal Agents with RL

🤓 Terminal-Bench-RL: Training Long-Horizon Terminal Agents with Reinforcement Learning TL;DR: I successfully built stable RL training infrastructure that scales to 32x H100 GPUs across 4 bare metal nodes for training long-horizon terminal-based coding agents. In doing so, I developed Terminal-Agent-Qwen3-32b to become the highest scoring Qwen3 agent on terminal-bench . WITHOUT training! (currently under submission): Unfortunately I am too GPU poor to train a SOTA coding agent 😅 (estimated £30

Google’s Linux Terminal plays a big part in turning Android into a true desktop OS

Mishaal Rahman / Android Authority TL;DR Google has revealed that it’s developing a Linux Terminal app to transform Android into a platform for on-device app development and eventually gaming. The app runs a Debian Linux environment in a virtual machine on select Android devices. Recent Android builds can already run graphical Linux apps, paving the way for Android to become a true desktop computing platform. When Google released a Linux Terminal app earlier this year, it generated a lot of

Security Bite: Down the rabbit hole of neat, lesser-known Terminal commands (Pt. 2)

9to5Mac Security Bite is exclusively brought to you by Mosyle, the only Apple Unified Platform. Making Apple devices work-ready and enterprise-safe is all we do. Our unique integrated approach to management and security combines state-of-the-art Apple-specific security solutions for fully automated Hardening & Compliance, Next Generation EDR, AI-powered Zero Trust, and exclusive Privilege Management with the most powerful and modern Apple MDM on the market. The result is a totally automated Appl

Terminal app can now run full graphical Linux apps in the latest Android Canary

Mishaal Rahman / Android Authority TL;DR Android’s Linux Terminal app can now run graphical Linux apps in the latest Canary build, a major step forward for the feature. A new “Display” button launches a graphical environment, letting users run full desktop apps that aren’t available on Android. Hardware acceleration can also be enabled for better performance, paving the way for running even more powerful Linux software and games. The Linux Terminal app that Google introduced earlier this yea

ZUSE – The Modern IRC Chat for the Terminal Made in Go/Bubbletea

ZUSE IRC Terminal Client ZUSE is a sleek, minimal IRC client for your terminal. Built with Go and powered by the elegant Bubble Tea framework. Chat faster, cleaner, and without distractions right from your terminal. Installation go install github.com/babycommando/zuse@latest Build from Source Get and build: git clone https://github.com/yourusername/zuse.git cd zuse go mod tidy go build -o zuse # or zuse.exe on Windows Add the compiled file to your system PATH Usage Open a fresh terminal

Running PostmarketOS on Android Termux proot without a custom ROM (2024)

閱讀中文版 Running postmarketOS and Phosh on Android phone without rooting or flashing a custom ROM. I’ve taken the unofficial and weird approach of running postmarketOS on Termux Proot, so that we can run mobile Linux on Android. A video demonstration. Phosh + postmarketOS runs on Sony Xperia 10 V Android 14. Why do I do this? To explore the possibilities of running mobile Linux on an Android phone. And we needed a desktop environment designed for touchscreens. It’s my personal wish to run mobi

Running PostmarketOS on Android Termux proot without flashing a custom ROM

閱讀中文版 Running postmarketOS and Phosh on Android phone without rooting or flashing a custom ROM. I’ve taken the unofficial and weird approach of running postmarketOS on Termux Proot, so that we can run mobile Linux on Android. A video demonstration. Phosh + postmarketOS runs on Sony Xperia 10 V Android 14. Why do I do this? To explore the possibilities of running mobile Linux on an Android phone. And we needed a desktop environment designed for touchscreens. It’s my personal wish to run mobi

Animated Cursors

Tattoy now supports animated cursors. It uses the same format as Ghostty, therefore rendering the cursor using custom shaders. Here are some popular Ghostty cursors, that you can use out-of-the-box with Tattoy. Even though Tattoy supports Ghostty cursors its rendering is quite different. Ghostty renders the cursor using actual pixels whereas Tattoy renders using UTF8 text-based "pixels", namely "▀" and "▄". This means that Tattoy cursors sometimes miss out on the subtleties of Ghostty cursors,

8 Mac-focused features coming in macOS Tahoe 26

While macOS Tahoe 26 shares redesign polish with iOS and iPadOS, its best new features double down on what makes the Mac the Mac. Terminal upgrades, automation triggers, and power-user tweaks are the kind of Mac updates that you won’t find on the iPhone and iPad. Apple aims its focus on the Mac with these features. 9to5Mac is brought to by iMazing: iMazing 3 is a comprehensive platform for Apple device management with complete device control for backup management, data transfer capabilities, an

Topics: 26 mac macos new terminal

You can finally run Doom and other graphical apps in Android’s Linux Terminal

Mishaal Rahman / Android Authority TL;DR Android’s Linux Terminal app can now run graphical Linux apps in the latest Canary build, a major step forward for the feature. A new “Display” button launches a graphical environment, letting users run full desktop apps that aren’t available on Android. Hardware acceleration can also be enabled for better performance, paving the way for running even more powerful Linux software and games. The Linux Terminal app that Google introduced earlier this yea

QuakeNotch: Quake Terminal on your MacBook's notch

Transform your notch into a beautiful music visualizer. Watch as your favorite tracks come alive with stunning audio oscillations and dynamic animations. Perfect integration with Apple Music brings your music experience to a whole new level. Customize every aspect of QuakeNotch to match your style and workflow. From themes and colors to keyboard shortcuts and behavior, create the perfect notch experience tailored just for you. Instant and robust access from notch Access a full-featured termin

A brief history of “three-parent babies”

I can’t go any further without talking about the term we use to describe these children. Journalists, myself included, have called them “three-parent babies” because they are created using DNA from three people. Briefly, the approach typically involves using the DNA from the nuclei of the intended parents’ egg and sperm cells. That’s where most of the DNA in a cell is found. But it also makes use of mitochondrial DNA (mtDNA)—the DNA found in the energy-producing organelles of a cell—from a thir

ChatGPT may soon watermark your AI-generated images, but there could be a way out (APK teardown)

Calvin Wankhede / Android Authority TL;DR OpenAI could be exploring image watermarking for ChatGPT-generated images. Previous leak suggests the watermark might primarily affect free users, with a “save without watermark” option for some. This feature is not yet official and may be subject to change before public release. OpenAI is working on a lot of new features for ChatGPT. We’ve spotted features like Study Together, Image Styles, and even a yearly plan in the works. Continuing the spree,

Mammals Evolved into Ant Eaters 12 Times Since Dinosaur Age, Study Finds

Written by: Jesse Jenkins Published: A first-of-its-kind study traces the rise of ant- and termite-eaters, revealing how mammals returned to the evolutionary table — at least a dozen times — to hone traits for feasting on the social insect bonanza that exploded after the extinction of the dinosaurs. Mammals have developed some unusual eating habits over the past 100 million years, but a new study has uncovered the surprising lengths some have gone to satisfy one of the more peculiar — a taste

Android’s Linux Terminal arrives on the Galaxy Z Flip 7, but Z Fold 7 users are left out

Mishaal Rahman / Android Authority TL;DR Samsung’s new Galaxy Z Flip 7 is the first non-Pixel phone to support Google’s Linux Terminal app, but the feature is curiously missing from the Z Fold 7. The app requires a non-protected virtual machine, which the Z Flip 7’s Exynos chip supports but the Z Fold 7’s Snapdragon chip currently does not. The Terminal app runs a Linux VM and is part of Android 16, but it probably won’t be available on many other devices. Back in March, Google rolled out a

Elon Musk Wants to Turn AI Into a Cosmic Religion

It is one of his more abstract philosophical riffs. Elon Musk has once again linked the fate of humanity to the trajectory of artificial intelligence. And this time, he says the key to AI safety might be babies and rockets. The CEO of Tesla’s latest pronouncement cuts through the typical discussions of AI efficiency and profit models, positing a far grander ambition for advanced intelligence. The CEO of Tesla and founder of SpaceX and xAI asserted that “AI is a de facto neurotransmitter tonnage

Topics: ai long musk term tonnage

Altermagnets: The first new type of magnet in nearly a century

Researchers have found the first new type of magnet in nearly a century. Now, these strange "altermagnets" could help us build an entirely new type of computer Bekologic Libor Šmejkal has a fondness for the artwork of M. C. Escher, whose work was often inspired by mathematics. One of Šmejkal’s favourite pieces is Horseman, a striking picture that features an elaborate, tessellating series of mounted figures. Strangely enough, it was this piece that inspired him to predict the existence of an e