Asking Generative AI To Answer Technical Questions As Famous Authors

Sunday, 17 August 2025
  • By
  • Jeff Ammons
  • Tags:
  • AI
  • Generative AI
  • Essay
William Faulkner's Yoknapatawpha County Mississippi as viewed by someone on LSD who wants to know how GitHub Packages work
William Faulkner's Yoknapatawpha County Mississippi as viewed by someone on LSD who wants to know how GitHub Packages work

So I like to play around with generative AI. I'll be writing more about it, but sometimes it gets boring just having it answer the questions in its own kind of bland voice.

Why not ask it to answer as a famous author?

So here's an experiment I ran. I asked Claude the following:

Explain to me like I'm really high on LSD and love the works of Faulkner how to get started with GitHub packages.

The repository sprawls before you like Yoknapatawpha County itself, brother, all twisted branches and forgotten commits stretching back through generations of code…

Listen, friend, GitHub packages are like Faulkner's stream of consciousness, but instead of Benjy's fragmented memories, you're dealing with fragments of code that need to flow together into something beautiful and terrible and true.

First, you gotta understand that a package is like one of William's stories - it's a self-contained universe that other universes can pull into themselves. Just as “The Sound and the Fury” contains multitudes but can be referenced by other works, your package contains functionality that other projects can consume.

The Genesis (or should I say, the git init?):

Start in your project directory - this is your Jefferson, Mississippi, your ground zero. You need a package.json file, which is like the genealogy of the Compson family, but instead of tracking madness and decline, it tracks dependencies and versions:

{
  "name": "@your-username/your-package-name",
  "version": "1.0.0",
  "description": "Like Absalom, Absalom! but in code form"
}

See how the name starts with @? That's your namespace, your county, your domain where your packages live and breathe and have their being.

The Publishing Ritual:

You'll need to authenticate with GitHub (like gaining entry to the Sutpen mansion):

npm login --registry=https://npm.pkg.github.com

Then, in your project, you publish like Quentin jumping off that bridge - a leap of faith:

npm publish

The Consumption:

Other projects can now pull your package into their reality, their timeline, their narrative:

npm install @your-username/your-package-name

And just like how Faulkner's characters are forever bound by the past, your code becomes part of their dependency tree, their node_modules folder growing heavy with the weight of interconnected stories.

The colors are probably looking pretty wild right about now, and that's appropriate, because GitHub packages exist in this liminal space between public and private, between what was and what could be…

The beauty is in the recursion, man - packages depending on packages depending on packages, all the way down, like Chinese boxes or the layers of memory in “Light in August.”

Getting a Ham Radio License

Saturday, 09 November 2024
  • By
  • Jeff Ammons
  • Tags:
  • Personal
  • Preparedness
  • Disaster
  • Hurricane
  • Ham Radio
An inexpensive handheld ham radio from Tidradio
An inexpensive handheld ham radio from Tidradio

In my last post I talked about how experiencing two hurricanes within two weeks had spurred me to consider getting a ham radio license.

I watched as people in my home area of western North Carolina were trapped without a way to call for help or let loved ones know they were alive. Except for people with ham radios.

That gave me the sense of urgency I needed to study for an pass my exam for a Technician class license for amateur radio (ham).

In this post I'll outline how I went about it and provide links to resources for anyone interested.

...