Monthly Shaarli
March, 2019
Using https for development locally
Environment vars for secrets, tokens and deployment keys
Links to resources and plugins for turning vim into a writing tool.
Apparently also useful for service integration and selfhosted server startpages.
shell defaults, history, flags and more explained
Check whether .git/config contains
[remote "origin"]
url = …
fetch = +refs/heads/master:refs/remotes/origin/master
If so, change it to say
[remote "origin"]
url = …
fetch = +refs/heads/:refs/remotes/origin/
Then you should be able to use it:
Problems:
- Does it work with windows / ios?
- Can it be synched?
- How is it accessed?
GitHub - johnkerl/miller: Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
neoclide/coc.nvim: Intellisense engine for vim8 & neovim, full language server protocol support as VSCode
GitHub - StreisandEffect/streisand: Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these services. At the end of the run you are given an HTML file with instructions that can be shared with friends, family members, and fellow activists.
Umlauts Umlaute AND american layout for coding
Learn the core concepts of Webpack 4. Start from scratch by adding Webpack with npm and build up a pipeline with popular loaders from the Webpack ecosystem!