Providable, a Christmas present
This is a terrific little tool that Howard Oakley released as a Christmas gift to the Mac community.(...)
#apps #macos #provenance #quarantine #security #tools #xattr
Providable, a Christmas present
This is a terrific little tool that Howard Oakley released as a Christmas gift to the Mac community.(...)
#apps #macos #provenance #quarantine #security #tools #xattr
Which extended attributes does macOS Tahoe preserve?
Hunting extended attributes with an update to xattred
Last Week on My Mac: Making better use of security extended attributes
Explainer: Data and metadata
https://fed.brid.gy/r/https://eclecticlight.co/2025/11/22/explainer-data-and-metadata/
DBIN | A distro-agnostic package manager for Linux 🛠️
Interesting times in uniting all Linux distributions even closer after the likes (not package managers) of Flatpaks and Snaps.
◉Dbin only accesses the configs and binaries which user requests
◉Every binary that dbin has in its repositories entirely self-contained
◉Dbin doesn't use a database - it can even be used without installing it
◉Dbin marks the programs that it installs/fetches using XATTR
◉Currently 3105 packages in the repositories (things like Steam and Lutris already in)
Users are encouraged to create a pull request, open an issue, starting a discussion or making suggestions!
👉 https://github.com/xplshn/dbin
#dbin #Linux #packagemanager #distro #agnostic #software #distribution #XATTR
📦 Poor man's package manager. +3100 statically linked binaries in the repos! The easy to use, easy to get, suckless software distribution system - xplshn/dbin
So, #xattr extended attributes. I'm playing with some different filesystems, and it looks like #btrfs has a 4k limit, where the attributes need to fit into a single block (?) or extent or something. I'm not sure why, as many other modern filesystems allow essentially unlimited key/value data.
So, xattrs are useful for metadata, but if you forget the `-X` flag with rsync sadness ensues. What are some useful alternatives that are filesystem independent? Metastore?