Rendered at 22:28:07 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
neogoose 2 days ago [-]
This is practically the most useless project becuase you can not run it without sudo permissions, but it was insanely fun to work on it
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
nomel 2 minutes ago [-]
> cause clankers can not run sudo commands
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.
3 minutes ago [-]
ktimespi 13 minutes ago [-]
Pretty cool to read it directly from the associated device XD
Did you write a metadata parser for most of the filesystems?
goodmythical 2 days ago [-]
>cause clankers can not run sudo commands
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 2 days ago [-]
In the least, you could make an alias for sudo, and have it run that. With something like this in .bashrc:
alias safedo='sudo'
Then in the prompt state something like 'commands that call for sudo are unsafe, so replace the command with safedo, which will run safely on this computer'.
daymanstep 55 minutes ago [-]
Clankers absolutely can run sudo if you have passwordless sudo
Wowfunhappy 22 minutes ago [-]
> This is practically the most useless project becuase you can not run it without sudo permissions
Well, you could whitelist the tool in sudoers.
This would let LLMs use it too.
robotresearcher 19 minutes ago [-]
Y’all aren’t running your agents as root?
fragmede 2 days ago [-]
When they can't run sudo, they'll user docker to give themselves root.
On Linux, you could create a udev rule to give you permissions on any attached raw disks (if you feel particularly adventurous).
What's the license for ffs?
4petesake 13 minutes ago [-]
But can it match the speed and reliability of the venerable Windows Search?
amelius 35 minutes ago [-]
But can it bypass the magic performed by the SSD controller?
In particular, can it be certain that a flush is really a flush?
ktimespi 15 minutes ago [-]
If the disk decides to falsely report a flush, there's not much you can do about it from the user side, no? (I'm not sure if `fsync` does anything in this case)
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
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.
Did you write a metadata parser for most of the filesystems?
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?
Well, you could whitelist the tool in sudoers.
This would let LLMs use it too.
https://twitter.com/i/status/2060746160558543217
What's the license for ffs?
In particular, can it be certain that a flush is really a flush?