Latest Tech News

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

Filtered by: stal Clear Filter

Gemini's command line tool is a hidden productivity game changer - and it's free

Jack Wallen / Elyse Betters Picaro / ZDNET AI has finally started to trickle into the Linux command line. Thanks to the likes of Ollama, this reality is no longer avoidable: it's here, and it's not going anywhere. That's not to say you have to use AI in your Linux terminal, but you can. For those who benefit from AI and often use the Linux Command Line Interface (CLI), the combination of the two can be a very powerful productivity boost. Yes, you can get the power of Gemini AI directly in your

I tested a bunch of Switch 2 screen protectors, and these are the best

is an editor covering deals and commerce. He joined in 2018, and served as commerce editor at Polygon until May 2025. A glass screen protector is one of a few “set it and forget it” purchases that every Switch 2 owner should make, along with buying a microSD Express card and a protective case for the console. In fact, it should be a priority to stick one onto the console’s screen as soon as possible to avoid accidental scratches. I’ve been installing and removing Switch 2 screen protectors to

NativeJIT: A C++ expression –> x64 JIT (2018)

NativeJIT NativeJIT is an open-source cross-platform library for high-performance just-in-time compilation of expressions involving C data structures. The compiler is light weight and fast and it takes no dependencies beyond the standard C++ runtime. It runs on Linux, OSX, and Windows. The generated code is optimized with particular attention paid to register allocation. The compiler was developed by the Bing team for use in the Bing search engine. One important use is scoring documents contai

NativeJIT: A C++ expression –> x64 JIT

NativeJIT NativeJIT is an open-source cross-platform library for high-performance just-in-time compilation of expressions involving C data structures. The compiler is light weight and fast and it takes no dependencies beyond the standard C++ runtime. It runs on Linux, OSX, and Windows. The generated code is optimized with particular attention paid to register allocation. The compiler was developed by the Bing team for use in the Bing search engine. One important use is scoring documents contai

Apple’s racing movie is finally here

is editor-at-large and Vergecast co-host with over a decade of experience covering consumer tech. Previously, at Protocol, The Wall Street Journal, and Wired. Hi, friends! Welcome to Installer No. 88, your guide to the best and Verge-iest stuff in the world. (If you’re new here, welcome, happy heat dome, and also you can read all the old editions at the Installer homepage.) This is the last Installer for me this summer! It’s baby time. Starting next week, you’ll be in the very good hands of Ja

NovaCustom – Framework Laptop alternative focusing on privacy

Privacy and security NovaCustom respects your privacy and focuses on security. We are switching to Dasharo coreboot firmware for our laptops, which is open-source and security-focused. You can find the Dasharo coreboot models here. We do not use Google Analytics. We use Signal and you can reach us via Protonmail. You can buy your laptop with Linux preinstalled. We setup your operating system with the most privacy-friendly settings. Even if we install Windows! Customisation We build your laptop

SymbolicAI: A neuro-symbolic perspective on LLMs

SymbolicAI: A neuro-symbolic perspective on LLMs What is SymbolicAI? SymbolicAI is a neuro-symbolic framework, combining classical Python programming with the differentiable, programmable nature of LLMs in a way that actually feels natural in Python. It's built to not stand in the way of your ambitions. It's easily extensible and customizable to your needs by virtue of its modular design. It's quite easy to write your own engine, host locally an engine of your choice, or interface with tools l

This free Linux distro is the easiest way to revive your old computer. How it works

ZDNET's key takeaways Linux Lite 7.4 is available to download and install for free from the official site. This lightweight Linux distribution comes with everything you need and performs like an absolute champ. The default desktop is a bit bland, but it's fairly easy to customize. View now at Linuxliteos My friend recently wanted to bring an old laptop back to life. Her aging Intel MacBook was no longer supported by Apple, and instead of letting the machine wind up in a landfill somewhere, sh

Howdy – Windows Hello style facial authentication for Linux

Howdy provides Windows Hello™ style authentication for Linux. Use your built-in IR emitters and camera in combination with facial recognition to prove who you are. Using the central authentication system (PAM), this works everywhere you would otherwise need your password: Login, lock screen, sudo, su, etc. Installation Howdy is currently available and packaged for Debian/Ubuntu, Arch Linux, Fedora and openSUSE. If you’re interested in packaging Howdy for your distro, don’t hesitate to open an

Microsoft Edit

Edit A simple editor for simple needs. This editor pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code. The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use. Installation You can also download binaries from our Releases page. Windows You can install the latest version with WinGet: winget install Microsoft.Edit Build Instructions Install Rust Install the nightly toolchain: rus

Microsoft Releases Classic MS-DOS Editor for Linux Written in Rust

Edit A simple editor for simple needs. This editor pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code. The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use. Installation You can also download binaries from our Releases page. Windows You can install the latest version with WinGet: winget install Microsoft.Edit Build Instructions Install Rust Install the nightly toolchain: rus

Switching Pip to Uv in a Dockerized Flask / Django App

Switching pip to uv in a Dockerized Flask / Django App I noticed about a 10x speed up across a number of projects, we'll avoid using a venv and run things as a non-root user too. Prefer video? Here is it on YouTube. I was surprised at how painless it was to switch things over. You can see the git diffs to make the change for both of my example Flask and Django projects. In this post we’ll go into more detail about these changes and how to use a few uv commands. Let’s start with defining our

Topics: file install lock run uv

uv: An extremely fast Python package and project manager, written in Rust

uv An extremely fast Python package and project manager, written in Rust. Installing Trio's dependencies with a warm cache. Highlights uv is backed by Astral, the creators of Ruff. Installation Install uv with our standalone installers: # On macOS and Linux. curl -LsSf https://astral.sh/uv/install.sh | sh # On Windows. powershell -ExecutionPolicy ByPass -c " irm https://astral.sh/uv/install.ps1 | iex " Or, from PyPI: # With pip. pip install uv # Or pipx. pipx install uv If installed

uBlock Origin Lite Beta for Safari iOS

Installing and testing beta apps Each build is available to test for up to 90 days, starting from the day the developer uploads their build. You can see how many days you have left for testing under the app name in TestFlight. TestFlight will notify you each time a new build is available and will include instructions on what you need to test. Alternatively, with TestFlight 3 or later, you can turn on automatic updates to have the latest beta builds install automatically. When the testing perio

Show HN: Canine – A Heroku alternative built on Kubernetes

About the project Canine is an easy to use intuitive deployment platform for Kubernetes clusters. Requirements Docker v24.0.0 or higher Docker Compose v2.0.0 or higher Installation curl -sSL https://raw.githubusercontent.com/czhu12/canine/refs/heads/main/install/install.sh | bash Or run manually if you prefer: git clone https://github.com/czhu12/canine.git cd canine/install docker compose up -d and open http://localhost:3000 in a browser. To customize the web ui port, supply the PORT e

Would you switch browsers for a chatbot?

is editor-at-large and Vergecast co-host with over a decade of experience covering consumer tech. Previously, at Protocol, The Wall Street Journal, and Wired. Hi, friends! Welcome to Installer No. 87, your guide to the best and Verge-iest stuff in the world. (If you’re new here, welcome, happy It’s Officially Too Hot Now Week, and also you can read all the old editions at the Installer homepage.) I also have for you a much-awaited new browser, a surprise update to a great photo editor, a neat

Using `make` to compile C programs

I have never been a C programmer but every so often I need to compile a C/C++ program from source. This has been kind of a struggle for me: for a long time, my approach was basically “install the dependencies, run make , if it doesn’t work, either try to find a binary someone has compiled or give up”. “Hope someone else has compiled it” worked pretty well when I was running Linux but since I’ve been using a Mac for the last couple of years I’ve been running into more situations where I have to

Stalkerware apps Cocospy and Spyic are exposing phone data of millions of people

A security vulnerability in a pair of phone-monitoring apps is exposing the personal data of millions of people who have the apps unwittingly installed on their devices, according to a security researcher who found the flaw. The bug allows anyone to access the personal data — messages, photos, call logs, and more — exfiltrated from any phone or tablet compromised by Cocospy and Spyic, two differently branded mobile stalkerware apps that share largely the same source code. The bug also exposes t

Your Android phone could have stalkerware — here’s how to remove it

Consumer-grade spyware apps that covertly and continually monitor your private messages, photos, phone calls, and real-time location are an ongoing problem for Android users. This guide can help you identify and remove common surveillance apps from your Android phone, including TheTruthSpy, Cocospy and Spyic, among others. Consumer-grade spyware apps are frequently sold under the guise of child monitoring or family-tracking software, but are referred to as “stalkerware” and “spouseware” for th

I tried the new PS3 emulator on Android and it technically works, but it has a long way to go

Nick Fernandez / Android Authority The era of PS3 emulation on Android is here! To some degree, at least. Android emulation geeks are abuzz with excitement over aPS3e, the first native PS3 emulator for Android phones. Sure, most of the code appears to be cobbled together from open-source PS3 emulation projects like RPCS3, Vita3K, and Termux (probably breaking their licenses), but the fact that it’s working at all is a big step forward. The app itself has now been removed from GitHub due to th