Share Your Ideas with the World

A community of writers creating and sharing stories, tutorials, and insights.

Start Your Blog

Popular Tags

Recent Articles

Greatest N Per Group

by Chang-Woo Rhee · Dec 18, 2025

> why i get ramdom payment_no when i use max(payment_create)? > You get random payment_no because of how GROUP BY ...
#sql #greatest-n-per-group #database-design-pattern

ML Study Roadmap

by Chang-Woo Rhee · Oct 12, 2025

🔹 Phase 1: Build Core Foundations 1. Math Refresher (Just Enough!) • Linear Algebra: Vectors, matrices, dot product...
#ml

ML Study Recommended Resources

by Chang-Woo Rhee · Oct 12, 2025

• Courses: • Andrew Ng’s ML Course (Coursera) (theory-focused) • fast.ai (practical, top-down approach) • Googl...
#ml

Aider with Ollama and localhost model

by Chang-Woo Rhee · Sep 03, 2025

ollama pull ollama pull qwen2.5-coder:32b python3 -m pip install aider-install # aider --model ollama_chat/llam...
#ai #ollama #aider #ml

Ollama with curl

by Chang-Woo Rhee · Sep 03, 2025

1. Response has a single file only curl http://localhost:11434/api/generate -d '{    "model": "qwen3:4b",    "prompt"...
#ollma #ai #ml

Multiply-Accumulate (MAC)

by Chang-Woo Rhee · Sep 01, 2025

The Multiply-Accumulate (MAC) operation is central to modern computing—especially in digital signal processing (DSP),...
#ai #ml

Writers