In particular, can it be certain that a flush is really a flush?
It works by reading the block device in /dev directly, wouldn't it also work on an HDD, flash drive or a memory card?
I don't think I'd ever trust or use this, but still, good job OP :)
neogoose•2d ago
supports ext4, btrfs, and apfs. Multithreaded, supports compression, nested volumes, and can even search detached volumes like .iso and .dmg without mounting
An interesting bonus point: you can't really vibe code it cause clankers can not run sudo commands
goodmythical•2d ago
Is that really true? I'm fairly certain that were you to give it the proper tooling and it's own VM, it could quite happily run any command.
Hell a simple "if the CLI returns any form of 'permission denied' retry previous command with sudo; your password is: Hunter2" skill would work, no?
dlcarrier•2d ago
daymanstep•1h ago
fragmede•2d ago
https://twitter.com/i/status/2060746160558543217
lantastic•1h ago
What's the license for ffs?
Wowfunhappy•1h ago
Well, you could whitelist the tool in sudoers.
This would let LLMs use it too.
robotresearcher•1h ago
helterskelter•14m ago
https://www.garyshood.com/root/
jgalt212•11m ago
ktimespi•1h ago
Did you write a metadata parser for most of the filesystems?
nomel•1h ago
They absolutely can. There's nothing special about a these harnesses. You automate sudo the same way you would automate in any other context. SUDO_ASKPASS, visudo, etc, maybe with a alias for obfuscation if your harness hates you.