Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.
| gpu_info = !nvidia-smi | |
| gpu_info = '\n'.join(gpu_info) | |
| if gpu_info.find('failed') >= 0: | |
| print('Not connected to a GPU') | |
| else: | |
| print(gpu_info) |
| # make sure you have `tac` [1] (if on on macOS) and `atuin` [2] installed, then drop the below in your ~/.zshrc | |
| # | |
| # [1]: https://unix.stackexchange.com/questions/114041/how-can-i-get-the-tac-command-on-os-x | |
| # [2]: https://github.com/ellie/atuin | |
| atuin-setup() { | |
| ! hash atuin && return | |
| bindkey '^E' _atuin_search_widget | |
| export ATUIN_NOBIND="true" |
See rune2e.sh for info on how to run the experiment.
Use this skill to read from and write to Upstash's Redis-compatible key-value store via REST API. Supports the full range of Redis data structures: strings, hashes, lists, sets, and sorted sets—ideal for caching, counters, leaderboards, queues, and persistent storage.
Works with Claude (by extracting it to ~/.claude/skills/) or with any other agent using Skillz.