A boat like that with a VIP on board is also likely to have heavy security as well. May as well get letters of marque [1][2] and "assist" some pirates and cartel for fun and profit. One EO could enable this.
I assume the reverse is also true? Randoms should not attempt to aid or rescue VIPs, only approved agencies/organizations should attempt to intervene. A cargo ship filled with unwashed poors shouldn't be reaching their filthy hands out to rescue a drowning VIP, am I right?
I don't but this is the world we live in currently, say something ridiculous, outrageous and then just say "ah I was being sarcastic, or just owning the libs, or telling a joke"
You’re right about the coding, but not about the rest. I use this 27B for everyday tasks that aren’t actually coding. When it comes to coding, GLM5.2 is, in my view, a marvel; it’s inexpensive and works very well when used properly – but for everything else, from sorting emails to pre-generation and analysis of varying quality, it does the job that GPT and Claude can’t do for free, and sometimes not quite as well.
I use Claude for coding because I’ve got used to the way it works, which suits me. But the 27B does the opposite: the ‘local’ mode is there to help you get used to the way it works, and that might be the point.
Author here. VarLiNGAM is the reference algorithm for causal discovery in time series. The Python implementation doesn't scale past ~10 variables. I rewrote it from scratch in pure Rust.
Results: 14-50x faster, 3-6x less memory, <1% precision gap vs ground truth. Drop-in replacement via PyO3.
Happy to answer questions about the implementation choices.