Trying codex today, is the sandbox just not a thing yet?
Every time I ask it to do anything it says some variant of "the sandboxwrapper is failing (bwrap, loopback) so I'll just work outside the sandbox"
Also do ssh connections work for anyone? It worked once, now it just says the remote host doesn't have codex installed even though it does
Dark thought
If you compare the extra deaths (esp children)/reductions in life expectancy from the shutdown of USAID
To the extra life expectancy gained by all the people following this guy's protocols
I suspect he'll always be massively negative because of this endorsement
Solana Kit 6.9 is out.
This version adds fixed-point number support and a first-class Sol type.
Exact decimal and binary math in JS for token balances, prices, anywhere rounding errors are unacceptable.
Plus more shipped in this release ๐
I've been testing v1 transactions, coming very very soon! Really good to see them working end-to-end with Kit
TIL that the 64 instruction limit for transactions also includes CPIs, so you can't necessarily pack a v1 transaction to 64 instructions, even if it can fit within the 4096 byte limit
Worth bearing this in mind when thinking about use cases for v1 transactions! It primarily enables instructions with more data, not necessarily transactions with more instructions