Weekly Shaarli

All links of one week in a single page.

Week 03 (January 13, 2020)

Note: Discussion Communities Online
  • reddit.com -> getting too large for its own good?
  • lobste.rs -> invite-only, exclusive; leaning towards programming and sciences
  • hackernews -> high-brow but somewhat abrasive; heavily leaning toward programming and unix
  • littr.me -> federated reddit clone; very light-weight; almost no discussion yet
  • lemmy -> federated reddit clone; light-weight; few users but some discussion happening; could use content
Running Command Asynchronously inside Neovim - jdhao's blog

Introduction When I am writing some prototyping code inside Neovim, I want to run the script without going to the terminal and typing python toy_script.py. Of course, we can use :!python % in the command line to run the script (see :h :!). The problem is that running external command will block Nvim

GitHub - ryanmcdermott/clean-code-javascript: Clean Code concepts adapted for JavaScript
thumbnail

:bathtub: Clean Code concepts adapted for JavaScript - ryanmcdermott