TIL: Gooey and Python Fire for Quick GUIs and CLIs

Today I learned about Gooey for turning Python CLI programs into GUI applications and Python Fire for automatically generating command line interfaces from any Python object.

June 14, 2021 路 1 min

TIL: MassDNS - High-Performance Bulk DNS Lookups

Today I learned about MassDNS, a high-performance DNS stub resolver designed for bulk lookups and reconnaissance, useful for subdomain enumeration and DNS analysis.

June 10, 2021 路 1 min

TIL: CPUFetch, OneFetch, and Learn CSS

Today I learned about CPUFetch for displaying CPU architecture info, OneFetch for beautiful Git repository summaries, and Google's comprehensive CSS learning resource.

June 3, 2021 路 1 min

TIL: MangaDesk - Terminal Client for MangaDex

Today I learned about MangaDesk, a terminal client for MangaDex that lets you browse and read manga directly from the command line.

May 14, 2021 路 1 min

TIL: McFly - Smart Shell History Search

Today I learned about McFly, a shell history search tool that learns from your usage patterns and provides intelligent command suggestions with fuzzy searching.

May 11, 2021 路 1 min

TIL: Ventoy Bootable USB and Justniffer Network Analysis

Today I learned about Ventoy for creating multi-boot USB drives and Justniffer for network traffic analysis and HTTP debugging.

May 7, 2021 路 1 min

TIL: Python Performance, REST API Design, Rich Terminal Trees, and Python Launcher

Today I learned about achieving 12 requests per second in Python, designing beautiful REST APIs, rendering tree views with Rich, and a Rust-based Python launcher for version management.

February 23, 2021 路 6 min

TIL: Spark Joy - Design Resources and Tools Collection

Today I discovered Spark Joy, a comprehensive collection of design resources, tools, and inspiration for creating delightful user experiences.

January 23, 2021 路 2 min

TIL: Barry Warsaw, Flit, Gumshoe, Poetry, and More

TIL 2020-07-14 Barry Warsaw adapted the Zen of Python into a Song! - A delightful musical interpretation of Python鈥檚 guiding principles. Flit for Python - A simple way to put Python packages and modules on PyPI. Gumshoe is a great scrolling effect for sidebars etc in vanilla JS - A vanilla JavaScript scrollspy script. Poetry for Python Projects - Manage environments for Python, as well as project dependency information. Profiling Flask Apps using werkzeug.contrib.profiler.ProfilerMiddleware - A gist showing how to profile Flask applications. ...

July 14, 2020 路 1 min