Blog
Shell Shocked: Wire an LLM Directly into Your Linux Terminal
Transform your Linux terminal into an AI-powered assistant that understands natural language commands, explains actions, and automates tasks using Groq's LLM API.
TL;DR: Transform your Linux terminal into an AI-powered assistant that understands natural language commands, explains actions, and automates tasks using Groq's LLM API.
Read more →
Seeing the World: A Beginner's Guide to CNNs using PyTorch
Learn the fundamentals of Convolutional Neural Networks (CNNs) using PyTorch. A beginner-friendly introduction to how machines see images.
TL;DR: A comprehensive guide to understanding and implementing Convolutional Neural Networks using PyTorch, covering everything from basic concepts to practical implementation.
Read more →
Deta Surf: Reclaim Your Digital World
Explore how a new browser is rethinking the way we organize our digital lives using AI, local-first principles, and spatial design.
TL;DR: Deta Surf is a new browser that combines AI, local-first data storage, and spatial interfaces to help users organize and access their digital content more effectively.
Read more →
A no nonsense guide to UV (a Python Package Manager)
A fast, modern, all-in-one Python package manager that simplifies dependency management, environments, and Python versions.
TL;DR: UV is a blazing-fast Python package manager written in Rust that combines pip, virtualenv, pip-tools, and pyenv into one tool, offering 10-100x speed improvements.
Read more →
The Reason pip Suddenly Refuses to Install Globally
We will discuss Python Enhancement Proposal 668, specifically the error regarding externally managed environments, and elaborate on its benefits.
TL;DR: PEP 668 prevents pip from installing packages globally on system-managed Python installations to protect critical OS components from breaking.
Read more →