▲ | unethical_ban 5 days ago | ||||||||||||||||||||||||||||||||||
Neat stuff. I just got Claude code and am training myself on Rails, I'm excited to have assistance working through some ideas I have and seeing it handle this kind of iterative testing is great. One note: I think the author could have modified sudoers file to allow loading and unloading the module* without password prompt. | |||||||||||||||||||||||||||||||||||
▲ | frumplestlatz 5 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
> One note: I think the author could have modified sudoers file to allow loading and unloading the module* without password prompt. Even a minor typo in kernel code can cause a panic; that’s not a reasonable level of power to hand directly to Claude Code unless you’re targeting a separate development system where you can afford repeated crashes. | |||||||||||||||||||||||||||||||||||
▲ | nico 5 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
Claude is really good with frameworks like Rails. Both because it’s probably seen a lot of code in its training set, and because it works way better when there is a very well defined structure | |||||||||||||||||||||||||||||||||||
▲ | anyfoo 5 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
... which would allow you to load arbitrary code into the kernel, pretty much bypassing any and all security. You might as well not have a password at all. Which, incidentally, can be a valid strategy for isolated external dev boards, or QEMU VMs. But on a machine with stuff you care about? You're basically ripping it open. | |||||||||||||||||||||||||||||||||||
|