sem: Semantic Version Control

Posted on Sun, 15 Mar 2026 in Programming • Tagged with cli, versioning, rust, tools

Discovering sem, a CLI tool that understands your code's semantics and tells you what entities changed, not just what lines.


Continue reading

os.click: Operating System ISO Download Center

Posted on Thu, 12 Mar 2026 in Programación • Tagged with linux, windows, iso, operating systems, tools

Quick reminder about os.click for downloading official ISOs.


Continue reading

DeepDiff: The Swiss Army Knife for Data Comparison in Python

Posted on Fri, 20 Feb 2026 in Python • Tagged with python, data, cli, tools, diff

When working with structured data in Python, we often need to compare two dictionaries, JSONs, or complex objects to find out what has changed. While direct comparison (==) is useful, sometimes we need to understand exactly what is different: which keys were added, which were removed, or where values have changed …


Continue reading

Rendering Markdown in the terminal with Glow

Posted on Fri, 20 Feb 2026 in Linux • Tagged with cli, markdown, tools, linux, kitty

Discover Glow, a tool to render Markdown directly in the terminal, ideal for reading documentation and READMEs.


Continue reading

Shot-scraper: Automated Web Screenshots

Posted on Fri, 20 Feb 2026 in Python • Tagged with python, cli, tools, web, scraping, screenshots

Have you ever needed to take screenshots of a web page programmatically? Perhaps to document your project, monitor UI changes, or generate images for social media. There are many ways to do it, but shot-scraper stands out for its ease of use and power.

Created by Simon Willison, shot-scraper is …


Continue reading

Stern: Kubernetes Logs on Steroids

Posted on Fri, 20 Feb 2026 in DevOps • Tagged with kubernetes, cli, logs, devops, tools

If you work with Kubernetes, you've probably suffered through the kubectl logs command. It's useful for viewing the logs of a specific pod, but it falls short when you have multiple replicas of a service or when pods restart and change names.

This is where Stern comes in.

Stern allows …


Continue reading

Managing GitHub installations with gah

Posted on Wed, 11 Feb 2026 in Linux • Tagged with linux, tools, cli

Install binaries directly from GitHub releases easily with gah.


Continue reading

Multiline YAML: Understanding and testing complex strings

Posted on Thu, 25 Dec 2025 in Tools • Tagged with yaml, configuration, development, tools, multiline, strings

Explore YAML options for effectively handling multiline strings, with an interactive demo that allows you to test them in real-time.


Continue reading

`fresh`: My preferred terminal editor for daily use

Posted on Thu, 25 Dec 2025 in Tools • Tagged with fresh, terminal, editor, productivity, linux, tools, cli

Discover fresh, a fast, modern, modeless terminal text editor, ideal for casual file editing, surpassing nano and vim in simplicity for regular use.


Continue reading

Kooha: Simple and Elegant Screen Recording on Linux

Posted on Thu, 25 Dec 2025 in Tools • Tagged with linux, kooha, screen-recorder, productivity, tools, open-source

Discover Kooha, a minimalist screen recording application for Linux that combines ease of use with essential features.


Continue reading

`direnv`: Manage your development environments intelligently

Posted on Thu, 25 Dec 2025 in Tools • Tagged with direnv, shell, environment, productivity, development, linux, tools

Discover direnv, a shell extension that automatically loads and unloads environment variables when changing directories, keeping your configuration clean and organized.


Continue reading

`docker-http-https-echo`: An Essential Tool for Network Debugging

Posted on Thu, 25 Dec 2025 in Tools • Tagged with docker, http, https, debugging, networking, tools, containers

mendhak/docker-http-https-echo is a simple Docker container that facilitates debugging network configurations, proxies, and load balancers.


Continue reading

From Yakuake to Kitty: My Transition to a Modern Terminal

Posted on Thu, 25 Dec 2025 in Systems • Tagged with kitty, yakuake, terminal, linux, productivity, tools

Exploring the reasons and benefits of switching from Yakuake to Kitty for a more powerful and customizable terminal experience.


Continue reading

PosteRazor: Create Giant Posters from Any Image

Posted on Fri, 24 Feb 2017 in Tools • Tagged with posterazor, printing, posters, diy, tools

PosteRazor converts any image into a giant poster by splitting the image into printable pages that you can assemble


Continue reading

Powerful Command Line Tools for Developers

Posted on Tue, 07 Jun 2016 in Tools • Tagged with cli, tools, development, networking, testing

Collection of essential command line tools for developers: curl, ngrep, netcat, sshuttle, siege, and mitmproxy


Continue reading