Setup
No backlinks found.
No backlinks found.
Why? Multi-tenant environments. First, we need to understand a few differences between environments:
So
Most people physically separate their tenancy, such as Claude Code, from their personal vs. work laptops. So in most cases, it's not a big deal.
But when you need multi-tenancy, it becomes super stressful. For example, say you have two different toolkits:
Most MCP auth states or code harnesses don't support profiles, so you can only log in to one.
So therefore... a natural evolution was to have both:
to physically isolate tenancies.
Now we've solved the multiple-profile issue, but the client's problems persist. Now let's get back to the environments:
All MCP auth or toolkit auth info should always be saved in the Agent Runtime Environment IMHO. However, a surprising number of harnesses tie them to the LLM server (such as Codex Apps or Claude.ai Plugins) or put them in the end-user UI (Claude Desktop or Codex Desktop).
Now the problem is:
The only way to reliably isolate different auth information is thus:
Then
are both isolated VPS, and
This way, you can provide different toolkits, creating multiple dev environments.
sudo apt update && sudo apt install git && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && echo >> ~/.bashrc && echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv bash)"' >> ~/.bashrc && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv bash)" && sudo apt-get install build-essential && brew install gcc btopA commonplace book is a type of personal journal that people use to document interesting quotes, thoughts, and information. This practice has been around since the Renaissance and helps individuals collect and reflect on knowledge over time. Commonplace books can serve many purposes such as collecting quotes, personal reflections, learning and memory, creative inspiration, categorization, and indexing. Even famous figures like Locke and Newton kept commonplace books to record their thoughts. Today, digital tools make it possible to continue this tradition by allowing individuals to collect personal knowledge and inspiration in a similar manner.
Why keep a diary...
One of my few prized possessions is this 70-page autobiographical book by my great-grandfather who was born in 1902 and was a farmer in France. Only a few copies were printed.
His chapter titles are truly amazing, each is about 1-2 pages:
- I saw the beginning of electrification
- I saw the first cars
- I saw the first airplanes
- I smoked my first cigarette at 7 years old
- I saw a total solar eclipse
- The telephone
- 1914: The war
- I had the Spanish flu etc
-- kepano (@kepano) August 17, 2023
sudo apt update && sudo apt install git && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && echo >> ~/.bashrc && echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv bash)"' >> ~/.bashrc && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv bash)" && sudo apt-get install build-essential && brew install gcc btop