korrents

korrents · piece

Digital pollution

Derek Sivers · 15 Oct 2019 · sive.rs

2 korrents from this piece

Derek Sivers did not write this page.

Every claim below was made in this piece, quoted word for word and numbered in the order the piece makes them, so you can read it there rather than take our word for it. The sentence above each quote is our reading of the claim, not their wording. Each quote was checked against a stored copy of the page at build time; where the two differ, the quote is the fact.

  1. Code and files generated by tools are pollution: hand-writing them is worth the effort because the bloat slows everything down for everyone.

    I prefer coding everything by hand, because I don't like the huge piles of garbage that the automated generators create.
  2. Generators emit thousands of lines where ten would do, and that waste is why people think their phone is slow.

    These programs that generate a website, app, or file for you spit out thousands of lines of unnecessary junk when really only 10 lines are needed.