Skip to content

Instantly share code, notes, and snippets.

View joewinke's full-sized avatar

Joseph Winke joewinke

  • Palm Beach County, FL
View GitHub Profile
@aparente
aparente / SKILL.md
Last active July 5, 2026 14:31
tufte-viz Claude Code skill — Edward Tufte data visualization principles

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

#!/usr/bin/env bun
"use strict";
const fs = require("fs");
const { execSync } = require("child_process");
const path = require("path");
// ANSI color constants
const c = {
cy: '\033[36m', // cyan
@SMUsamaShah
SMUsamaShah / list_of_sd_artists_styles_links.md
Last active June 25, 2026 22:04
List of Stable Diffusion Artists Styles References
@seachai
seachai / gist:948ed1eeafa32ce03db6685edb879f71
Last active May 18, 2026 18:00
iTerm 2 Natural Text Editing Preset
On iTerm2 - Open Preferences > Profiles > Keys > Key Mappings > Presets > Select Natural Text Editing
- You can move a word backwards using Option ⌥ + ← and a word forwards using Option ⌥ + →
- Move to the start of the line using fn + ← and to the end of the line with fn + →.
- Also you can delete a word backwards using Option ⌥ + ⌫, delete the whole line using Command ⌘ + ⌫.
If the preset doesn't appear, reinstall iTerm2. If you installed it using Homebrew + Cask:
brew cask reinstall iterm2