Posts
2 posts

Mistral Forge Deep Dive: The Nuclear Weapon for Enterprise Fine-tuning
Spent 3 hours reading the official documentation. Forge wants to turn fine-tuning into an all-in-one service - you just feed it data, and it handles everything else. But how low is the barrier really?
March 18, 2026 · 4 min · 765 words · 梦兽编程

Quadtree: From Brute Force to Spatial Indexing
When you need to find nearby restaurants among a million points, brute force requires calculating a million distances. A quadtree cuts space into grids, reducing searches to about ten. This article explains quadtree construction, queries, and real-world applications using everyday analogies.
February 27, 2026 · 7 min · 1307 words · Mengshou Programming