132 private links
A small tool that could store, version, retrieve, and format our application configurations in order to keep sync between coworkers and environments.

Inviska Rename is a free and open source GUI batch file rename utility for Linux, Mac and Windows. It supports renaming based on music tags and Exif information, and much more.
When it’s time to package up your Python application into a Docker image, the natural thing to do is search the web for some examples. And a quick search will provide you with plenty of simple, easy examples. Unfortunately, these simple, easy examples are often broken in a variety of ways, some obvious, some less so. To demonstrate just some of the ways they’re broken, I’m going to: Start with an example Dockerfile that comes up fairly high on some Google searches. Show how it’s broken. Give some suggestions on how to make it less broken. Note: Outside the specific topic under discussion, the Dockerfiles in this article are not examples of best practices, since the added complexity would obscure the main point of the article. Learn more about best-practices Docker images for Python.
File Transfer Protocol (FTP) is a network protocol used for transferring files between a client and a server on a computer network.
How Donald Knuth’s 1978 typesetting program became one of the oldest still-active open-source projects and revolutionized technical publishing along the way.
Technology reshapes the workplace in much subtler ways than simply robots stealing jobs.
Drill is a new file search utility that uses "clever crawling" instead of indexing, for Linux, Windows and macOS.
Super-high-speed camera produces a film consisting of 60 consecutive frames.
Dockly is a TUI (text user interface) utility to manage Docker containers and services from the Terminal in Unix-like systems.
PyRadio is a command line internet radio player written in the Python programming language. There's support for playlists, and uses popular media players.
Tips for acquiring Git super powers.
Elegant music player for LINUX .
GitHub Gist: instantly share code, notes, and snippets.
Vim 8.1 was released about a year ago, in May 2018. The “main new feature” was official support for running a terminal within vim. Along with this came a built-in debugger plugin, termd…