2D Histograms in Pure Ruby March 18, 2026 Published on RubyStackNews One of the most useful tools in exploratory data analysis is the 2D histogram. Not the bar chart kind — the density map kind. Given a cloud of points, it answers a simple question: where do most of them live? This article shows how … Continue reading 2D Histograms in Pure Ruby
Category: Git
🎾 Tennis: The Quickest Way to Visualize CSV Files in Your Terminal
🎾 Tennis: The Quickest Way to Visualize CSV Files in Your Terminal March 12, 2026 Ever open Excel or fire up a Python script just to peek at a CSV file? There’s a faster, cleaner way. Meet tennis — a blazing-fast terminal table viewer built in Zig. No Python. No pandas. No GUI. Just clean, … Continue reading 🎾 Tennis: The Quickest Way to Visualize CSV Files in Your Terminal
A New View of Earth, Powered by Ruby
January 22, 2026 libgd-gis, satellite imagery, and a new way to think about maps Most mapping libraries start from the same place: roads, labels, vectors, tiles. But what happens if the map itself is not the goal? What if the map is just a lens to observe the planet? This article is about how libgd-gis, … Continue reading A New View of Earth, Powered by Ruby
Ruby Can Create Images Again
January 5, 2026 How ruby-libgd brings a real raster engine back to Ruby For many years, Ruby quietly lost something fundamental: The ability to generate images natively, fast, and with full control. Yes, RMagick and MiniMagick exist. But they depend on external binaries, are slow, fragile in production, and unsuitable for things like: map tile … Continue reading Ruby Can Create Images Again
Make Your GitHub Profile Stand Out: Showcase Your Work with Dynamic Stats
March 26, 2025 In the world of open-source development, your GitHub profile is more than just a repository of code—it’s your portfolio. Whether you’re a developer looking for job opportunities, a contributor showcasing your impact, or simply passionate about coding, making your profile visually appealing can attract more visitors and potential collaborators. Want to Organize … Continue reading Make Your GitHub Profile Stand Out: Showcase Your Work with Dynamic Stats
Reviving a Ruby Project with Git: Organizing Branches for Stability
March 6, 2025 Introduction Recently, I spent time bringing a Ruby project back on track. The project had a poor test suite and lacked code organization, leading to frequent deployment errors. One of the major issues was the disorganized branching strategy, which resulted in what I call "spaghetti branches." To ensure stability and minimize deployment … Continue reading Reviving a Ruby Project with Git: Organizing Branches for Stability





