summaryrefslogtreecommitdiff
path: root/projects.tex
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2025-10-22 00:05:38 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2025-10-22 00:05:38 +0200
commitc12ff31cf8a2acd06bffa08e588e915f9ff28bf8 (patch)
tree416cbb9ca9a405a8d7ff25b336eaf39d2024777a /projects.tex
parent6a9111525d70265db877dcd9c7e69f776bc79e7b (diff)
Diffstat (limited to 'projects.tex')
-rw-r--r--projects.tex11
1 files changed, 6 insertions, 5 deletions
diff --git a/projects.tex b/projects.tex
index 1615871..05339f9 100644
--- a/projects.tex
+++ b/projects.tex
@@ -3,11 +3,12 @@
\projects{
\begin{itemize}[topsep=0pt,parsep=0pt,partopsep=0pt,leftmargin=10pt,labelwidth=6pt,labelsep=4pt]
- \item \href{https://github.com/aktersnurra/rag}{\textbf{Agentic AI/RAG}:} I developed a Retrieval Agumented Generation system for my local books and articles. However, I am currently refactoring it to an \textbf{agentic ai} system with \textbf{effect handlers}.
- \item \href{https://github.com/aktersnurra/rag}{\textbf{Trading Robot}:} I am currently working on a algorithmic trading system with signal processing and convex optimization. I mostly done literature study and data collection so far.
- \item \textbf{Unix Sysadmin:} I self host many application, such as: email, website, git server, encrypted chat server (xmpp), and calendar.
- \item \textbf{Unix Ricing:} riced my unix systems with st terminal, dwm, dmenu, tmux etc
- \item \textbf{neovim:} rolled my own neovim config
+ \item \textbf{Functional Programming Exploration:} Refactoring Python RAG system to
+ use effect handlers (eff package), applying algebraic effects patterns to manage I/O.
+ Practicing Haskell through Advent of Code and studying category theory concepts.
+ \item \textbf{Self-Hosted Infrastructure:} Operate personal server infrastructure
+ including email, XMPP chat, Git server, and website. Handle system administration,
+ security, and service maintenance.
\end{itemize}
}