rightnow-cli
Claude Code for CUDA. Free AI assistant that actually understands GPU architecture.
https://github.com/RightNow-AI/rightnow-cli
Claude Code for CUDA. Free AI assistant that actually understands GPU architecture.
https://github.com/RightNow-AI/rightnow-cli
GitHub
GitHub - RightNow-AI/rightnow-cli: Claude Code for CUDA. Free AI assistant that actually understands GPU architecture
Claude Code for CUDA. Free AI assistant that actually understands GPU architecture - RightNow-AI/rightnow-cli
Buridan UI
Beautifully designed Reflex components to build your web apps faster. Open source.
https://github.com/buridan-ui/ui
Beautifully designed Reflex components to build your web apps faster. Open source.
https://github.com/buridan-ui/ui
GitHub
GitHub - buridan-ui/ui: Composable, themeable components designed for Reflex. Extend, override, and ship without fighting the framework.…
Composable, themeable components designed for Reflex. Extend, override, and ship without fighting the framework. Open source. - buridan-ui/ui
Handy Python REPL Modifications
The article describes custom modifications to the Python REPL to make it behave more like a favorite editor, including adding new keyboard shortcuts for code navigation, editing, and inserting example data structures. These changes, enabled through a PYTHONSTARTUP file and packaged in a library called pyrepl-hacks, enhance productivity by allowing quicker code writing and editing with si...
https://treyhunner.com/2025/10/handy-python-repl-modifications/
The article describes custom modifications to the Python REPL to make it behave more like a favorite editor, including adding new keyboard shortcuts for code navigation, editing, and inserting example data structures. These changes, enabled through a PYTHONSTARTUP file and packaged in a library called pyrepl-hacks, enhance productivity by allowing quicker code writing and editing with si...
https://treyhunner.com/2025/10/handy-python-repl-modifications/
Treyhunner
Handy Python REPL Modifications
I find myself in the Python REPL a lot. I open up the REPL to play with an idea, to use Python as a calculator or quick and dirty text parsing tool, …
TorchCurves - differentiable parametric curves in PyTorch
PyTorch parametric curves spanned by B-Splines or Legendre polynomials for KANs, Embeddings, or PDE solvers.
https://github.com/alexshtf/torchcurves
PyTorch parametric curves spanned by B-Splines or Legendre polynomials for KANs, Embeddings, or PDE solvers.
https://github.com/alexshtf/torchcurves
GitHub
GitHub - alexshtf/torchcurves: Parametric differentiable curves with PyTorch for KANs, continuous embeddings, or shape-restricted…
Parametric differentiable curves with PyTorch for KANs, continuous embeddings, or shape-restricted models - alexshtf/torchcurves
Killing the GIL: How To Use Python 3.14's Free-Threading Upgrade
The global interpreter lock (GIL) has been interfering with true parallelism in Python. That ends with Python 3.14.
https://www.neelsomaniblog.com/p/killing-the-gil-how-to-use-python
The global interpreter lock (GIL) has been interfering with true parallelism in Python. That ends with Python 3.14.
https://www.neelsomaniblog.com/p/killing-the-gil-how-to-use-python
Neelsomaniblog
Killing the GIL: How To Use Python 3.14's Free-Threading Upgrade
The global interpreter lock (GIL) has been interfering with true parallelism in Python. That ends with Python 3.14.