Category: Uncategorized

  • My favorite thing for LLMs: analyzing text against a list of criteria

    Prompt for Anthropic: “Annotate all the logical fallacies in https://fly.io/blog/youre-all-nuts/“ Logical Fallacies in “My AI Skeptic Friends Are All Nuts” Ad Hominem Attacks Straw Man Fallacies False Dichotomy/Binary Thinking Appeal to Consequences Appeal to Authority/Bandwagon Hasty Generalization Tu Quoque (You Too/Hypocrisy) Red Herring Begging the Question/Circular Reasoning False Cause/Post Hoc Appeal to Emotion Equivocation Survivorship…

  • Cheat Sheet of SAFe terms

    Sourced from ChatGPT 4.1 “What are the key acronyms of SAFe” Here are the key acronyms commonly used in SAFe (Scaled Agile Framework), organized by category for clarity: Roles Events & Ceremonies Work Artifacts Metrics & Tools Configurations & Levels Full SAFe – Combines all levels (Team, Program, Large Solution, Portfolio) Essential SAFe – Core…

  • Execute code if a script directly called

    I often want to run some arbitrary code if I run a script directly. The primary example that comes to mind these days is: Strangely enough, despite primarily using Ruby on a daily basis, I haven’t really thought about how this test looks in Ruby: Bash seemed a little more obvious, but apparently there’s a…