AuthonAuthon Blog
All articles

#tutorial

14 articles tagged with “tutorial

Why your open-source fork can get a cease-and-desist (and how to fix it)
debugging

Why your open-source fork can get a cease-and-desist (and how to fix it)

Permissive licenses cover code, not brand. Here's why open-source forks get cease-and-desist letters and a practical step-by-step to rename one cleanly.

opensourceprogrammingtutorial
Sandboxing AI Agent Filesystems: Containers vs Virtual FS Layers
comparison

Sandboxing AI Agent Filesystems: Containers vs Virtual FS Layers

Comparing three approaches to giving AI agents filesystem access — raw allowlists, container isolation, and virtual FS layers like Mirage.

aiagentsdevops
How to Convert Images to 1-Bit Pixel Art Without Losing All the Detail
debugging

How to Convert Images to 1-Bit Pixel Art Without Losing All the Detail

Learn why simple thresholding destroys image detail and how Floyd-Steinberg dithering solves the 1-bit conversion problem with error diffusion.

pythonimageprocessingalgorithms
How to Fix Linux Suspend Draining Your Battery Overnight
debugging

How to Fix Linux Suspend Draining Your Battery Overnight

Fix the frustrating Linux laptop battery drain during suspend. Learn why s2idle vs S3 sleep matters and how to debug and solve it.

linuxdevopsproductivity
Migrating from Google Analytics to Privacy-Focused Alternatives
comparison

Migrating from Google Analytics to Privacy-Focused Alternatives

A practical comparison of Umami, Plausible, and Fathom as Google Analytics replacements, with migration steps and real code examples.

analyticsprivacywebdev
Your Deployment Platform Got Breached — Now What? A Secret Rotation Playbook
debugging

Your Deployment Platform Got Breached — Now What? A Secret Rotation Playbook

A step-by-step playbook for rotating secrets, auditing access, and hardening your setup after a deployment platform security breach.

securitydevopswebdev
How to Actually Build Your First Compiler Without Losing Your Mind
debugging

How to Actually Build Your First Compiler Without Losing Your Mind

Stop drowning in theory. Build a working compiler with recursive descent parsing and a stack VM — no Dragon Book required.

compilersprogrammingcomputerscience
How to Fine-Tune Gemma 4 on a GPU With Only 8GB of VRAM
debugging

How to Fine-Tune Gemma 4 on a GPU With Only 8GB of VRAM

Step-by-step guide to fine-tuning Gemma 4 on a consumer GPU with just 8GB VRAM using QLoRA, 4-bit quantization, and practical tips to avoid common pitfalls.

machinelearningllmpython
How to Debug and Fix WML Errors in Battle for Wesnoth Add-ons
debugging

How to Debug and Fix WML Errors in Battle for Wesnoth Add-ons

A practical guide to debugging WML errors in Battle for Wesnoth add-ons, from enabling log output to fixing silent failures in custom scenarios.

gamedevopensourcedebugging
How to Recover from a Corrupted Git Repository
debugging

How to Recover from a Corrupted Git Repository

Step-by-step guide to diagnosing and recovering from Git repository corruption, from broken HEAD refs to damaged packfiles.

gitdevopstutorial
Why Qwen Won't Run on Your MacBook Air (and How to Fix It)
debugging

Why Qwen Won't Run on Your MacBook Air (and How to Fix It)

Running Qwen locally on a MacBook Air fails out of the box. Here's why quantization fixes it and exactly how to set it up step by step.

llmmachinelearningapple
How to Track Legal Document Changes with Git (And Why It Breaks)
debugging

How to Track Legal Document Changes with Git (And Why It Breaks)

Legal documents in Git repos produce terrible diffs. Here's how to structure text, automate ingestion, and use word-level diffs for readable legislative history.

gitopensourcetutorial
Why Your Local AI Stack Keeps Falling Apart (and How to Fix It)
debugging

Why Your Local AI Stack Keeps Falling Apart (and How to Fix It)

Stop wasting hours on broken local AI setups. A step-by-step guide to choosing the right open-source models, inference engines, and API layers.

opensourceaimachinelearning
How to Add Google Login to Next.js with Authon
tutorial

How to Add Google Login to Next.js with Authon

A step-by-step guide to implementing Google OAuth login in your Next.js application using the Authon SDK. From project setup to production deployment.

nextjsoauthgoogle
Articles tagged "tutorial" | Authon Blog