Published on: 2025-04-21 17:18:12
I'll start by presenting things in illustrated form: ; ls -l testfile -rw-r--r-- 1 cks 262144 Apr 13 22:03 testfile ; ls -s testfile 1 testfile ; ls -slh testfile 512 -rw-r--r-- 1 cks 256K Apr 13 22:03 testfile The two well known sizes that Unix files have are the logical 'size' in bytes and what stat.h describes as "the number of blocks allocated for this object", often converted to some number of bytes (as ls is doing here in the last command). A file's size in bytes is roughly speaking the
Keywords: blocks file filesystem number testfile
Find related items on AmazonPublished on: 2025-06-29 23:34:11
This is part 2 of a series. The first part is “1974 ”. Progress is sometimes hard to see, especially when you have been part of it or otherwise lived through it. Often, it is easier to see if you compare modern educational material, and the problems discussed with older material. And then look for the research papers and sources that fueled the change. In Linux (and Unix in general), this is easy. The original Unix filesystem was doing well, but also had a large number of obvious problems. BS
Keywords: blocks file files filesystem group
Find related items on AmazonPublished on: 2025-07-14 01:34:07
Tach Tach is a Python tool to enforce dependencies and interfaces, written in Rust. Tach is inspired by the modular monolith architecture. Docs Discord Here's an example: Tach can enforce: 📋 Imports only come from declared dependencies 🤝 Cross-module calls use the public interface ⛓️💥 No cycles in the dependency graph Tach is: 🌎 Open source 🐍 Installable via pip 🔧 Able to be adopted incrementally ⚡ Implemented with no runtime impact ♾️ Interoperable with your existing systems Ge
Keywords: filesystem import py python tach
Find related items on AmazonGo K’awiil is a project by nerdhub.co that curates technology news from a variety of trusted sources. We built this site because, although news aggregation is incredibly useful, many platforms are cluttered with intrusive ads and heavy JavaScript that can make mobile browsing a hassle. By hand-selecting our favorite tech news outlets, we’ve created a cleaner, more mobile-friendly experience.
Your privacy is important to us. Go K’awiil does not use analytics tools such as Facebook Pixel or Google Analytics. The only tracking occurs through affiliate links to amazon.com, which are tagged with our Amazon affiliate code, helping us earn a small commission.
We are not currently offering ad space. However, if you’re interested in advertising with us, please get in touch at [email protected] and we’ll be happy to review your submission.