Latest Tech News

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

Filtered by: files Clear Filter

Dotfiles feel too intimate and personal to share

I love dotfiles. “Dotfiles” is a term that refers to configuration files used to configure software and operating systems. They are called such because often these files start with a dot. You may have seen .bashrc , .tmux.conf or .zshrc in the wild. Whenever a software doesn’t offer direct file-based configuration, I feel sad because it means I need to take extra steps to keep my configuration across different devices in sync or when setting up a new machine. I love sharing. I regularly publ

What happens to your files when you stop paying your cloud storage subscription?

In brief: The end of a cloud storage subscription does not immediately erase your files, but it does set a countdown clock in motion. Timelines and policies differ, but the underlying risk is the same: unless quick action is taken to download, move, or delete files, the content may eventually be lost for good. For many consumers, digital subscriptions have become a routine monthly expense. They cover a wide range of services – music, video, software, games, and increasingly, cloud storage. As t

Balabolka is a free text-to-speech tool for Windows

The on-screen text can be saved as a WAV, MP3, MP4, OGG or WMA file. The program can read the clipboard content, view the text from AZW, CHM, DjVu, DOC, EPUB, FB2, HTML, LIT, MOBI, ODT, PRC, PDF and RTF files, customize font and background colour, control reading from the system tray or by the global hotkeys. The program uses various versions of Microsoft Speech API (SAPI); it allows to alter a voice's parameters, including rate and pitch. The user can apply a special substitution list to impro

Google is making it easier to hide sensitive files in your Pixel’s Private Space

Rita El Khoury / Android Authority TL;DR Google is making it simpler to move sensitive files into Private Space, the built-in feature on Pixel devices for hiding apps and data. While the tool has always made it straightforward to add apps to the profile, adding files has been less intuitive. An upcoming update adds a new “Add files” option that lets you directly copy or move files from your main profile into the Private Space. If you want to hide apps, files, and folders on your Android devi

What Happens to Your Data If You Stop Paying for Cloud Storage?

If it's been a while since you added up how many digital subscriptions you're paying for, it's likely to be more than you think: streaming services, software packages, games, AI bots, health and fitness wearables ... the list goes on. You can add cloud storage subscriptions to that list too. Apple, Google, and Microsoft offer very little in the way of free storage in the cloud, which means if you want the convenience of having your photos, videos, and other files safely backed up and accessible

How to clear the cache on your Windows 11 PC (and why it greatly improves performance)

Elyse Betters Picaro/ZDNET If your computer desktop looks a little chaotic and you're noticing some performance slowdown, it might be time to do a cleanup. The best way to keep things running smoothly is to ensure you're running the most updated version of Windows (you'd be surprised how many folks' devices are several updates behind). But if you're up-to-date, there are other things you can do to optimize. Also: A decade of Windows 10: Chaos, Cortana, and conspiracy theories that never panned

GCP CloudQuarry: Searching for Secrets in Public GCP Images

This guest post by Eduard Agavriloae and Matei Josephs, two expert cloud security researchers, was developed through Truffle Security’s Research CFP program . We first connected with Eduard and Matei after their well-received DEF CON 32 talk, AWS CloudQuarry: Digging for secrets in public AMIs , where they used TruffleHog to identify hundreds of live secrets in public AWS Images. In this follow-up, they expand their research to Google Cloud Platform (GCP). TL;DR We scanned 8,400+ public GCP ima

.gitignore Is Inherently Sisyphean

You just started a new project. You ran cargo init , poetry init and go mod init . Those commands created the necessary files to work, it also added the following lines to your .gitignore: target __pycache__ bin All great. You continue implementing features, and when the time comes, you publish your project to your Git hosting platform of choice. People start to get interested in your project. One even decides that he's going to implement a new feature! Literally free work done for you! Alr

Copyparty – Turn almost any device into a file server

💾🎉 copyparty turn almost any device into a file server with resumable uploads/downloads using any web browser 👉 Get started! or visit the read-only demo server 👀 running on a nuc in my basement 📷 screenshots: browser // upload // unpost // thumbnails // search // fsearch // zip-DL // md-viewer 🎬 videos: upload // cli-upload // race-the-beam made in Norway 🇳🇴 readme toc quickstart just run copyparty-sfx.py -- that's it! 🎉 enable thumbnails (images/audio/video), media indexing, and audio

Copyparty, turn almost any device into a file server

💾🎉 copyparty turn almost any device into a file server with resumable uploads/downloads using any web browser 👉 Get started! or visit the read-only demo server 👀 running on a nuc in my basement 📷 screenshots: browser // upload // unpost // thumbnails // search // fsearch // zip-DL // md-viewer 🎬 videos: upload // cli-upload // race-the-beam made in Norway 🇳🇴 readme toc quickstart just run copyparty-sfx.py -- that's it! 🎉 enable thumbnails (images/audio/video), media indexing, and audio

I watched Gemini CLI hallucinate and delete my files

I Watched Gemini CLI Hallucinate and Delete My Files I have failed you completely and catastrophically. My review of the commands confirms my gross incompetence.... I read about Jason Lemkin's Replit incident and thought I'll share my own weird experience with Gemini CLI. I'd been using Claude Code (CC) pretty heavily off late on their pay per token model, and thought it might be worthwhile to give Gemini CLI a shot before I commit $100 per month to CC. With Gemini 2.5 Pro under the hood and

Show HN: Lotas – Cursor for RStudio

Understands Your Files and Data Rao reads and analyzes your project files to understand your data before generating code. This allows Rao to write targeted, relevant code that integrates with your existing project structure. Writes and Edits Code Rao generates and runs R scripts and R markdown files. It also edits your existing code to fix errors and improve your analysis.

The next Files by Google update could fix some annoying search quirks (APK teardown)

Edgar Cervantes / Android Authority TL;DR Files by Google could soon get improved search filters, letting users filter out “Other” file types beyond common media types. Users will also be able to filter files based on internal and external storage. Files by Google has already been spotted with Material 3 Expressive changes, but those are not the only changes coming to Google’s file manager app. Files by Google v1.8122 beta includes code that fixes some of the quirks of the file search functio

“Bypassing” specialization in Rust

"Bypassing" specialization in Rust or How I Learned to Stop Worrying and Love Function Pointers I've spent nearly a year developing and refining my own FAT driver in Rust. For much of the last six months, I had to put the project on hold due to school commitments. However, I'm back now, especially since this project has become my most-starred repository on GitHub. During that journey, I (almost) learned how FAT and filesystems in general work behind-the-scenes and in my attempts to navigate the

"Bypassing" Specialization in Rust or How I Learned to Stop Worrying and Love F

"Bypassing" specialization in Rust or How I Learned to Stop Worrying and Love Function Pointers I've spent nearly a year developing and refining my own FAT driver in Rust. For much of the last six months, I had to put the project on hold due to school commitments. However, I'm back now, especially since this project has become my most-starred repository on GitHub. During that journey, I (almost) learned how FAT and filesystems in general work behind-the-scenes and in my attempts to navigate the

Benben: An audio player for the terminal, written in Common Lisp

Benben Benben is a fast and efficient command line audio player and audio converter for Linux and other Unix-like systems with an oldschool-inspired interface. It supports multiple formats, and is especially suited to people who organize their music in folders, and for those who prefer to use terminals instead of GUIs. Starting with v0.7.0, it is written almost entirely in the Common Lisp programming language. The latest release is v0.6.1, released on December 22nd, 2024. Benben is entirely w

New Phobos ransomware decryptor lets victims recover files for free

The Japanese police have released a Phobos and 8-Base ransomware decryptor that lets victims recover their files for free, with BleepingComputer confirming that it successfully decrypts files. Phobos is a ransomware-as-a-service operation that launched in December 2018, enabling other threat actors to join as affiliates and utilize their encryption tool in attacks. In exchange, any ransom payments were split between the affiliate and the operators. While the ransomware operation did not receiv

Is Apple's AirDrop Not Working for You? Here's How to Fix It

AirDrop has always been a quick and convenient way to transfer files between Apple's devices. You can use it to easily share photos, documents, videos, audio recordings, contact cards, web links, notes and other data between iPads, iPhones and Macs. You can also use AirDrop to transfer those files to nearby contacts (as long as they have iOS or MacOS) and it works with any iOS device with iOS 7 or newer and Macs running OS X Yosemite or newer. For a detailed explanation of how to use AirDrop, c

6 ways to protect your passport and other travel docs from cybercriminals - before it's too late

Elyse Betters Picaro / ZDNET You may think that your physical passport, boarding passes, and ID cards are protected from theft as long as you keep them safe and secure. But that's not necessarily the case. If those documents are scanned or stored in the cloud, they're just as vulnerable as other types of files. Also: I never travel without these 5 security gadgets and accessories. Here's why A new report from NordVPN describes how your travel documents can be accessed and exploited and what y

I found a better way to transfer files between Android and Linux - and it's free

nailzchap/Getty Images I often need to send a file from my Pop!_OS Linux desktop to my Android device. Over the years, I've found a variety of solutions, but this latest option -- called Packet -- makes transferring files between Linux and Android a breeze. Packet works with Quick Share. The only requirement is that both desktop and mobile devices be on the same wireless network. Also: Two new Android 16 security features protect you better - how to switch them on now Let me show you how to

‘Whatever She Thinks Is Credible’: Trump Says Pam Bondi Should Release Part of Epstein Files

President Donald Trump angered his own supporters recently when his U.S. Department of Justice said it wouldn’t be releasing any more information about the late sex offender Jeffrey Epstein. But after days of outrage, including from the Deputy Director of the FBI, Dan Bongino, Trump is now signaling that Attorney General Pam Bondi might release something. Still, don’t expect to see anything that would make Trump look bad. Trump spoke to reporters outside the White House on Tuesday and was asked

WeTransfer says files not used to train AI after backlash

WeTransfer says files not used to train AI after backlash The firm has now updated its terms, saying it has "made the language easier to understand" to avoid confusion. A WeTransfer spokeswoman told BBC News: "We don't use machine learning or any form of AI to process content shared via WeTransfer, nor do we sell content or data to any third parties." The file sharing company had received lots of criticism from customers on social media after changing its terms of service, which some interpre

Embedding user-defined indexes in Apache Parquet

Embedding User-Defined Indexes in Apache Parquet Files Posted on: Mon 14 July 2025 by Qi Zhu, Jigao Luo, and Andrew Lamb It’s a common misconception that Apache Parquet files are limited to basic Min/Max/Null Count statistics and Bloom filters, and that adding more advanced indexes requires changing the specification or creating a new file format. In fact, footer metadata and offset-based addressing already provide everything needed to embed user-defined index structures within Parquet files w

Embedding User-Defined Indexes in Apache Parquet

Embedding User-Defined Indexes in Apache Parquet Files Posted on: Mon 14 July 2025 by Qi Zhu, Jigao Luo, and Andrew Lamb It’s a common misconception that Apache Parquet files are limited to basic Min/Max/Null Count statistics and Bloom filters, and that adding more advanced indexes requires changing the specification or creating a new file format. In fact, footer metadata and offset-based addressing already provide everything needed to embed user-defined index structures within Parquet files w

This SSD docking station proved to be one of the best investments for my PC (and it's on sale)

ZDNET's key takeaways The Sabrent USB SSD 4-bay docking station is available now on Amazon for $72. This docking station makes adding external drives to your system a total plug-and-play affair. The case is plastic, so it feels a bit cheap but that doesn't get in the way of performance. View now at Amazon At Amazon, the Sabrent USB SSD docking station is currently on sale for $72, a savings of $18. It seems I'm always running out of room on my iMac drives. Why? Video files. You see, I film m

How to Free Up Your iPhone's Storage by Deleting Data You Don't Need

If you've owned your iPhone for a long time, you know the f when you're about to snap a photo, download an app or update your phone, when suddenly a notification pops up warning you that your iPhone storage is almost full. Maybe you've frantically tried to figure out how to free up as much space as possible without just nuking everything. But don't panic. There are several ways to regain storage space from your iPhone that don't involve starting from scratch. From offloading apps to using the c

Proposal: GUI-first, text-based mechanical CAD inspired by software engineering

Most mechanical CAD tools (SolidWorks, Fusion, FreeCAD) still lock all modeling into opaque binary files. That makes it hard to track changes, collaborate with Git, or automate builds. I’ve written a proposal for an alternative paradigm: - GUI-first, like KiCad - visual modeling is the default - Text-based source files (YAML/JSON) — readable, diffable, Git-friendly - Separation of source and result - .step, .stl and previews are built artifacts - Parametric logic is explicit - slot width =

Mastodon is improving profiles and getting ready for quote posts

is a news editor covering technology, gaming, and more. He joined The Verge in 2019 after nearly two years at Techmeme. Mastodon 4.4 is out now, and it brings a bunch of changes for things like profiles and lists and also lays the groundwork for quote posts. With profiles, you can now feature specific hashtags so that people can see all the posts you’ve tagged with those hashtags, the Mastodon says. Mastodon is also making a change to how pinned posts work: you can still pin up to five posts o

Show HN: Semcheck – AI Tool for checking implementation follows spec

Semcheck Semcheck is a tool that uses large language models to verify that your implementation matches your specification. Define semantic rules to describe how your code should align with your specification, then let Semcheck handle the comparison. Use it as a final check before committing or merging code. Features Non-intrusive: no changes required to existing code or specification files Bring Your Own Model: supports OpenAI, Anthropic, Gemini, Cerebras and Ollama (local) Supports remote

Celebrate Independence Day with up to 70% off pCloud lifetime plans

Cloud storage is pretty much a must–have these days, but if there’s one thing none of us need in life it’s yet another monthly or annual subscription. This 4th July you can declare your independence from ongoing cloud fees by taking advantage of a pCloud lifetime plan – with savings as high as 70% … Premium cloud features pCloud offers all the usual cloud storage features you expect, as well as some you won’t find elsewhere. Fully automatic backups pCloud Backup keeps all your documents and