A Social Filesystem
Explores the concept of a 'social filesystem,' comparing traditional file ownership with data in social apps and advocating for user control.
Explores the concept of a 'social filesystem,' comparing traditional file ownership with data in social apps and advocating for user control.
A tutorial on performing 22 common filesystem operations using the std::filesystem library in modern C++ (C++17/20/23).
Explains how to display file modification times in C++ using OS-specific APIs and the modern C++20 std::filesystem/std::chrono approach.
A developer shares progress on Ares OS, a new operating system with userspace processes, drivers, and initial software ports.
A developer shares insights on building a simple, configuration-free filesystem-based page caching plugin for WordPress, including concepts and load testing.
Introducing TFFS, a FUSE-based filesystem to interactively explore TensorFlow graphs and tensors using familiar Unix commands.
Explains the differences between hard links and symbolic links on Linux, covering inodes, link counts, and practical examples.
Analyzing filesystem error handling by reproducing past studies on modern systems like ext4 and btrfs.
A guide to creating custom shell functions for quickly navigating filesystems using symbolic links and tab completion.
Android Gingerbread will adopt the ext4 filesystem for improved performance, especially on dual-core ARM devices, replacing YAFFS.
A technical deep dive into improving ext4 filesystem performance by optimizing the allocator to reduce e2fsck pass2 times.
A technical guide on aligning Linux filesystem partitions to SSD erase block boundaries for optimal performance, covering fdisk settings and sector alignment.
A request for open-source backup solutions that use a database for tracking incremental backups, avoiding inefficient hard-link directory trees.
Article compares ext4 vs ext3 filesystem check (fsck) speeds, showing ext4 is significantly faster based on real-world laptop tests.
A developer shares their experience converting their laptop to use the ext4 filesystem, noting a minor bug and plans for wider testing.