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.
name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays