Luminous5481 "Enemy of the State"

The blood of the women, children and elderly […] we are the ones who need this blood, so it awakens within us the revolutionary spirit. — Ismail Haniyeh, Hamas senior leader

queer armed militant Turtle Island anarchist. death to the United States, and death to Israel! the only good zionist is a dead nazi. all nations are bastards. russia and china are imperialists.

  • 0 Posts
  • 63 Comments
Joined 8 months ago
cake
Cake day: December 23rd, 2025

help-circle
  • sure. it can be safe on the host machine too, if you remove its ability to manipulate files outside of those you want it to. the reason it can run bash is because most people don’t bother to change the very permissive defaults their harness comes with.

    personally, I use Hermes, so the default is it asks permission for every single command it runs. if I didn’t want that, I have a couple ways to to prevent the agent from removing files like this. I can do it with Python like so:

    if "rm -rf" in command.lower():  
        return DENY  
    

    or via regex like so:

    \b(rm)\s+-rf\b, or \b(rm)\s+(-[A-Za-z]*r[A-Za-z]*f|-rf|-fr)\b to catch common variants. or you can just use a shell command filter to block all shell commands. you can also make a whitelist and add the commands that you want the agent to be able to run without oversight to that.




  • the difference is that Google is actually doing bad things, and you’re just sharing conjecture about something you believe MIGHT POSSIBLY happen at some point in the indeterminate future.

    this is without even considering that the belief in question is supported by a new account, registered hours ago to post an accusation without any proof to back it up besides a random issue posted to a random Codeberg, that was created very recently by an account with no history, to share rumors about Tracfone.

    do you believe every single thing people tell you? because if so, I have some oceanfront property in Wyoming to sell you, and there’s a Nigerian prince who wants to finance it it, he just needs you to send me $10,000 so he can unlock his assets and send you $1,000,000.

















  • I’m failing to see why the creative writing machine is better than a simulation set to ‘rough’.

    because it’s not a “creative writing machine”, it’s machine learning that’s been trained to run physics simulations. it has nothing to do with LLMs. we’ve been using systems like this for decades. including ones like Folding@home which have been instrumental in the development of many drug therapies for different illnesses.

    your internal biases have clouded your critical thinking skills and your ability to competently and thoughtfully examine information you’re provided has been compromised. in plain english, like the AI techbros you despise, you’ve given up your ability to think.