Don't work 12 hour days to get milestone X out, because there are dozens more milestones so don't get burnt on trying to get this one out yesterday. It would probably be more like, don't use 200% to get this out and then quit or burn yourself to 0% or a few % in a year when we want you to extend and maintain this stuff.
Cool, but I'm not sure the victims and the public are always thrilled when they see murderers get off by reason of insanity, despite it being a life sentence and essentially a medically induced solitary mental confinement. People were furious about Yates and Bobbitt despite not even living within a 1000 mile radius because they felt it was a miscarriage of justice and are aware that rehabilitating people who drowned their own children is naive at best or yet another grift to siphon public money into their own pet projects and feign moral superiority.
If someone kills a family member and the court gives them 6 years and a parole officer, the remaining family will and has taken justice into their own hands and that has a much higher blast radius and margin of error than executing a guy convicted of the murder in a court of law and sat on death row making appeals for 10-15 years.
If dylan roof was allowed to live his full natural life in jail, there would be race riots in the US by the end of the press conference.
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.
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.
Since it says "Translated by Nancy Qanqar" i'd be willing to bet they're training on some audiobooks with a transcript and somewhere in there it consistently has "Translated by Nancy Qanqar" in the transcript where there is dead air in the audiobook.
I imagined that the space stations have the equipment to take all measurements and record evidence so you aren't having to return samples to earth except for a neat souvenir.
Climate obsessed people are probably in it for the right reasons but are hysterically annoying from any third party perspective. Keep telling people that cow burps are what is driving bad weather and you can keep being baffled that "deniers" hate any of the solutions you come up with there after. People hate pollution across the board, people hate theoretical models of climate effects based on research divorced from reality that predict weather in 30 years to be a doomsday scenario because of something so obviously mundane while ignoring outsourcing manufacturing to china and india to bus, boat and flight. At this rate we may one day in our lifetime be able to have all the pigs and cattle raised in china and fly them on business class to europe in order to fight the weather via carbon credits.
I've been experimenting with using Tide, sqlx and askama and after getting comfortable, it's even more ergonomic for me than using golang and it's template/sql librarys. Having compile time checks on SQL and templates in and of itself is a reason to migrate. I think people have a lot of issues with the life time scoping but for most applications it simply isn't something you are explicitly dealing with every day in the way that rust is often displayed/feared (and once you fully wrap your head around what it's doing it's as simple as most other language aspects).