Skip to content

Commit

Permalink
@seed refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir authored Jan 3, 2025
1 parent 74fa6fb commit 7d623a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gizai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} A Mathematical model for AI languages."

VERSION = "7.131.1"
VERSION = "7.133.1"

REPO_NAME = "giza"

Expand Down
2 changes: 1 addition & 1 deletion tex/automation/seed.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\marginpar{\keyword{@seed}}

\marginpar{Terraforming}
\emph{Terraforming} is the act of installing modules and adjusting the configuration of a shell or a machine for a specific need through running a series of commands. These commands are often long and unintuitive and contain secrets and other environment variables. Terraforming is often persistent for a period of time and has to be done at the first use of a machine. Examples include \keyword{ssh} into a new machine, start a machine on a service such as AWS SageMaker~\cite{sagemaker}, and running commands inside the Python Console in \emph{QGIS}~\cite{QGIS_python_console}. The \emph{seed expansion} generates the required code and and transfers it through one of the listed mechanisms,
\emph{Terraforming} is the process of installing modules and adjusting the configuration of a shell or a machine for a specific purpose through running a series of commands. These commands are often long and unintuitive and contain secrets and other environment variables. Terraforming is generally persistent and has to be done once at the first use of a machine. Examples include \keyword{ssh} into a new machine, starting a machine on a service such as AWS SageMaker~\cite{sagemaker}, and running commands inside the Python Console in \emph{QGIS}~\cite{QGIS_python_console}. The \emph{seed expansion} generates the code required for terraforming a target and transfers it through one of the listed mechanisms,
%
\begin{verbatim}
@seed [<target>] [clipboard|filename=<filename>|usb-key|scp|screen]
Expand Down

0 comments on commit 7d623a8

Please sign in to comment.