01 Jul 26


“You get HTML, trackers, cookie banners, popups, and JavaScript. This needs a browser built by thousands of engineers just to show you a paragraph.

Machines get the clean version.”

by feathers 3 weeks ago saved 2 times


19 Jun 26

A really lovely piece about owning things in our modern, connected age, and how the meaning of that word has shifted into a different kind of relationship.

by feathers 1 month ago saved 7 times

17 Jun 26

“nowadays when I look at an open-source project, I run it through slopscan to get a first impression of whether or not a project is worth looking into. Not because the code is bad, but how the code is written. The culture shaped by the community that builds the software.”


13 Apr 26

  • 20 most changed files in last year: git log --format=format: --name-only --since="1 year ago" | sort | uniq -c | sort -nr | head -20
  • every contributor ranked by commit count: git shortlog -sn --no-merges
by alxwrd 3 months ago saved 10 times
Tags:

  • 20 most changed files in last year: git log --format=format: --name-only --since="1 year ago" | sort | uniq -c | sort -nr | head -20
  • every contributor ranked by commit count: git shortlog -sn --no-merges
by tvonwolfe 3 months ago saved 10 times
Tags:

  • 20 most changed files in last year: git log --format=format: --name-only --since="1 year ago" | sort | uniq -c | sort -nr | head -20
  • every contributor ranked by commit count: git shortlog -sn --no-merges
by cgahr 3 months ago saved 10 times
Tags: