@SergioUC01@AnimetrendsLA Necesita un remake y una adaptación completa pero en los tiempos de hoy es complicado, es una serie demasiado adulta en sus formas jajaja
@EduardoO_1995@disneyplusla Me tocó ver el partido en una pagina pirata, unos paga por un servicio oficial y tiene que recurrir a eso para no perderse un partido @disneyplusla no sirven para nada
CLAUDE OPUS 4.6 IS NERFED.
BridgeBench just proved it.
Last week Claude Opus 4.6 ranked #2 on the Hallucination benchmark with an accuracy of 83.3%.
Today Claude Opus 4.6 was retested and it fell to #10 on the leaderboard with an accuracy of only 68.3%.
A 98% increase in hallucination.
https://t.co/ttnnwBYerW just confirmed that Claude Opus 4.6 has reduced reasoning levels and is nerfed.
Quick Linux tip:
How often has this happened to you? After entering and running a lengthy command, you realize you forgot to include sudo at the start. You can simply type
$ sudo !!
and the command line will replace !! with the last command, you attempted to execute.
Finally, Python 3.14 lets you disable GIL!
It's a big deal because earlier, even if you wrote multi-threaded code, Python could only run one thread at a time, giving no performance benefit.
But now, Python can run your multi-threaded code in parallel.
And uv fully supports it!