golang: size of builded binaries
1. normal build Size of my binary: 20MB 2. ldflags You can build app with additional parameters -ldflags=“-s -w“ Size of my binary: 16MB 3. FINALY: upx You can use …
1. normal build Size of my binary: 20MB 2. ldflags You can build app with additional parameters -ldflags=“-s -w“ Size of my binary: 16MB 3. FINALY: upx You can use …
Very well know situation: you want to see changes in the concrete file between last commits. Only what was changed… glchng View the code on Gist. Usage fast and comfy
Gonum is a set of packages designed to make writing numerical and scientific algorithms productive, performant, and scalable. Gonum contains libraries for matrices and linear algebra; statistics, probability distributions, and sampling; tools for function differentiation, integration, and optimization; network creation …
My mnt.shfor mounting remote dirs to my Mac. It can be useable if You want to work with files in remote servers on Your machine with locally installed tools. View …
Chime 1.0 is Available Chime is out, and available to everyone. Here’s a look at the state of the release and where we go from here. Built for macOS Chime …
shox: A customisable terminal status bar with universal shell/terminal compatibility. Currently works on Mac/Linux.