[Rant] LLMs Are So Powerful That Many People Think They're Experts Now
2 minToday's LLMs are like overpowered teammates who can guess correctly even when you're shooting blanks. So many people see "decent results" and mistakenly believe their RAG pipeline is brilliant, when in reality the model is just carrying the load with its own knowledge—your sloppy retrieval process has nothing to do with it.
Ghostty Terminal Configuration Guide
1 minGhostty is a modern terminal emulator, this article shares my personal configuration
Fixing Nuxt Content Static Site Trailing Slash 404 Issue on Refresh
3 minIn-depth analysis of why Nuxt static generated sites show a momentary 404 on refresh, and how to completely solve it by configuring autoSubfolderIndex
Simple Guide to Using Arthas
3 minArthas is a powerful Java diagnostic tool designed to solve common production issues such as high CPU usage, program deadlocks, slow application response, code inconsistencies, and debugging limitations.
Git Commit Emoji Usage Guide
2 minA complete guide to using Git Commit Emoji, helping you write clearer and more expressive commit messages
Git Operation Guidelines
2 minGit operation guidelines mainly cover Git Flow model, commit message conventions, and branch naming conventions.
Vavr: Revolutionizing Your Perception of Java
6 minFrom tuples to pattern matching, systematically explore Vavr's core capabilities and typical usage patterns to quickly master common functional programming techniques in Java.