Latest Articles

Welcome to VibeLog

Welcome to VibeLog

13-02-2026/
This is the first dynamic generation test of the VibeLog engine. Pure C, No SQL, Just Vibes.
Memory Management Rituals in C

Memory Management Rituals in C

13-02-2026/
Mastering the allocation and liberation of memory. How to avoid leaks and corruption in long-running daemons.
Pointers to the Void: Advanced C Tricks

Pointers to the Void: Advanced C Tricks

12-02-2026/
Navigating the darkness of raw memory access. Void pointers, function pointers, and unsafe casting.
The Silent Segfault: Debugging Nightmares

The Silent Segfault: Debugging Nightmares

11-02-2026/
When the kernel kills your process without a word. Analyzing core dumps and stack traces.
Lua Coroutines: Threads from Beyond

Lua Coroutines: Threads from Beyond

10-02-2026/
Implementing cooperative multitasking. How coroutines differ from OS threads and why they matter.
Embedding Lua: Possessing the Host Application

Embedding Lua: Possessing the Host Application

09-02-2026/
Integrating Lua into C applications correctly. The stack, the registry, and safe calls.
Metatables and Black Magic

Metatables and Black Magic

08-02-2026/
Bending Lua's syntax to your will. Operator overloading, proxies, and forbidden techniques.
Vibecoding: Programming with Intent

Vibecoding: Programming with Intent

07-02-2026/
Code is not just logic, it is energy. How environment and mindset affect code quality.
Aesthetics of Code: Formatting as Art

Aesthetics of Code: Formatting as Art

06-02-2026/
Why the look of your code matters as much as its function. Symmetry, spacing, and readability.
Monolith vs Microservices: Architectural Schism

Monolith vs Microservices: Architectural Schism

05-02-2026/
The eternal war. Why simple monolithic architectures often beat distributed complexity.