datastack

↗ HN profile [ 85.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I recently came up with a backup strategy that seems so simple I assume it must already exist — but I haven’t seen it in any mainstream tools. The idea is: The latest backup (timestamped) always contains a full copy of…

  2. Dockerized is like npx for unix tools: Run popular cli tools without installation. Example: dockerized npm init dockerized python2 somescript.py Run an older version of a tool: NODE_VERSION=15.0 dockerized node Use…