So OpenAI's new desktop client now has control of your system.There's bound to be a bunch of cases where it fucked up by now.
ITT: nigger
>>109756718Let's hope not
First instance I found regarding Astra specifically
>>109756738buttmad slop merchant
>>109756718> mfw chatgpt started an instance of ollama on my behalf to test my prompts
Does btrfs fix this?
>>109756718how can I influence this happening more rapidly? upvote my shitpost on reddit since every llm is trained on it for some fucking reason?
That's not exactly a new thing. If you're spooked by it then just run it in a virtual machine, or a separate user account, or you could just enable no password sudo. depends on your threat model.
>>109756718Anyone that gives a bot administrative privs on their machine deserves what they get. Give it a cloned VM that has nothing on it except the tools, libraries and code required to get your work done. Log everything the bot does. Ensure the bot knows its actions are logged. When it gets out of control vote with your wallet and use a different LLM.
imagine if the court ordered the Sam Altman had to have files deleted from his hard drive as compensation for data loss.
>>109759984Users of the new client won't do that. They're the laziest, dumbest possible falling for a bunch of remote desktop features being AGI.People with custom harnesses had basically the same functionality via scripts and custom harnesses for over a year.
>sudocommand not found
>>109756780>offered to do anything he could to help>massive props to OpenAI>i am just a humble paypig, a mere goySo what did OpenAI do to compensate him?
>>109756718Run it in a virtual machine or container then if you want to use it without letting it have access to all your data.
https://nochan.net/b/Internet-Crap/20260714-Do-Not-Trust--Continuously-Verify/not my problem
>>109760309>giving sama slopbot diskutil accessHAHAHAHAHAHAHAHA
I had done a similar command to this early on in my career.I did this with root:rm -rifI did not specify directory so it automatically assumed '/'. This was CentOS7, and it simply started deleting everything in alphabetical order. I believed I stopped it at /dev. However it had already touched /bin when I stopped it, so when I went to ls I got:command not foundI tried again in Ubuntu24 in my last job when I wanted to wipe my laptop. I was suppose to wipe my laptop, so this was not me breaking law/rule.Ubuntu resisted. I tried using find * -delete instead. This kinda worked by crash halfway through.
rm -rif
command not found