CyrsBel

↗ HN profile [ 95.7 ms ] full profile
Karma
63
Created
May 27, 2023 (3y ago)
Submissions
0
  1. Automatic Scrum (github.com)
  2. Yesterday I wrote about why I'm abandoning using chalk as a package in my code. https://news.ycombinator.com/item?id=36267082 But this morning with my coffe I'm realizing that using chalk on a blackboard is the same…

  3. it complicates running javascript in the back-end because it requires more complexity than just running node file.js. you can do the same thing with some crisp escape characters sprinkled in. const chalk =…