tenith.hashnode.devRAG with LangChain: Quick Implementation GuideWhat is RAG? RAG = Retrieval (find relevant info) + Generation (answer using info) RAG solves the knowledge gap problem in LLMs by dynamically incorporating external information during inference, rather than relying solely on parametric knowledge fro...Sep 18, 2025·6 min read
tenith.hashnode.devUnity WebGL ↔ Browser Communication: Simple GuideOverview Unity WebGL can send data to browser JavaScript and receive data back. Here's how: Unity C# ←→ Browser JavaScript ↓ ↓ .jslib file → window.object SendMessage ← JavaScript 1. Unity → Browser Step 1: Create .jslib file File:...Aug 5, 2025·3 min read
tenith.hashnode.devuv: Fast Python package and project manageruv is a super-fast Python tool that replaces all your Python management tools in one simple package. No more juggling pip, virtualenv, poetry, and pyenv - just use uv. What uv Replaces pip → Package installation virtualenv → Environment management...Jun 13, 2025·3 min read
tenith.hashnode.devPack Your Codebase into an LLM with Repomix: A Developer’s GuideA Clean, Developer-Focused Guide Overview Repomix is a developer tool that compiles your entire codebase into a single, structured document optimized for large language models (LLMs) like ChatGPT, Claude, and Grok. It allows for intelligent reasonin...Apr 6, 2025·4 min read
tenith.hashnode.devThe Time Holder Theory: A Dream of Limitless LearningImagine This. In a world where time is our most precious resource, the idea of having enough time to watch every top-ranked film, play every popular video game, read all influential books, and master countless new skills seems impossible. Now, pictur...Jul 14, 2024·4 min read