Ruby IO buffering

Your logs arrive late in your microserviced application. Someone cannot see recent application logs in kibana. Why is that? Here's why TTY detection and multiple buffering layers cause this and recipe to fix.
Read More →
Your logs arrive late in your microserviced application. Someone cannot see recent application logs in kibana. Why is that? Here's why TTY detection and multiple buffering layers cause this and recipe to fix.
Read More →
Version 3 of copy_with_context plugin is now available! This release focuses on improving usability and adding new features for context management. Let me explain what's new, what's changed and how it can help you be more productive with AI-assisted coding.
Read More →
Ruby was never meant to be statically typed. For decades, it has thrived as a dynamic, expressive, and human-oriented language. Yet every few years, someone tries to reinvent it as a typed one. Let’s explore why that’s a mistake — and why Ruby should stay Ruby.
Read More →
Neovim plugin released! Copy lines with file path and line number metadata. Perfect for sharing code snippets with context.
Read More →
The idea behind the gem is to shorten long constant names that often appear as a project grows. Your services, models, and controllers get buried under deep namespaces, and typing them repeatedly becomes tedious. I'm a lazy developer, and I believe many of us are too.
Read More →