A few years ago I saw a vape with a full display that played a pac man clone aside from the state and settings, and now I have a drawer of random vape screens and components that I swear i'm going to use one of these years.
We basically have that in the US except the government has a monopoly on the police force. The libertarian police corp would be infinitely better as at least there would be competition for police services.
I've done exactly this with MCP
{
"name": "unshare_exec",
"description": "Run a binary in isolated Linux namespaces using unshare",
"inputSchema": {
"type": "object",
"properties": {
"binary": {"type": "string"},
"args": {"type": "array", "items": {"type": "string"}}
},
"required": ["binary"],
"additionalProperties": false
}
}
It started as unshare and ended up being a bit of a yakshaving endeavor to make things work but i was able to get some surprisingly good results using gemma3 locally and giving it access to run arbitrary debian based utilities.
reply