Welcome to AI Uncharted#
This is my personal laboratory for exploring artificial intelligence β a place where I document experiments, share discoveries, and gradually build expertise through hands-on learning rather than pure theory.
What You’ll Find Here#
π§ Tools β Technical documentation of my AI development stack, from local hardware to cloud integrations.
π Posts β Regular updates on experiments, projects, and learnings from the AI frontier.
β Why AI Uncharted? β My philosophy and motivation behind this journey.
π€ About β Who I am and what drives this exploration.
Currently building: An AI-powered flowchart generator that turns natural language descriptions into beautiful, customizable diagrams.
From Git Chaos to GitOps: Building a Local Development Platform TL;DR: A 26,657-line YAML file was killing git performance, so I spent the past week building a complete GitOps infrastructure with k3s + ArgoCD + NATS running locally. Perfect for cost-controlled development without API dependencies.
The Problem: When Git Commits Take Forever It started with a simple git commit that took forever. Investigation revealed the culprit: a massive argocd.yaml file with 26,657 lines making every git operation crawl.
...
This post documents the entire journey of creating this blog, from initial concept to fully automated deployment. Hereβs the complete workflow:
flowchart TD A[π‘ Blog Idea] --> B[π Domain Research] B --> C[π° Purchase aiuncharted.dev] C --> D[β‘ Choose Hugo Framework] D --> E[π¨ Select Theme - Ananke] E --> F[π GitHub Repository Setup] F --> G[π§ Local Development Setup] G --> H[π Content Creation] H --> I[βοΈ Cloudflare Pages Connection] I --> J[π Automatic Deployment] J --> K[π Add Mermaid Diagrams] K --> L[π€ AI-Powered Tools Integration] style A fill:#e1f5fe style J fill:#c8e6c9 style L fill:#fff3e0 The Journey 1. Domain Selection π I wanted something that captured the essence of exploring AIβs uncharted territories. After researching various options, aiuncharted.dev felt perfect - itβs professional, memorable, and clearly indicates the focus on AI development and exploration.
...
Today, I dove into the world of secure remote access for my digital devices. My goal is to connect to my development machine from anywhere, without compromising security. I started by considering the traditional approach of opening ports on my router, but I want to avoid the potential security risks that come with that method. This led me to explore some popular alternatives.
Hereβs a brief overview of the tools Iβve been looking at:
...