8 days ago
09 Jul 26
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.”
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.
18 Jun 26
Neat ways to ignore files in git!
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.”
06 Jun 26
a walkthrough of how LLMs work
07 May 26
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
-
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
-
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
04 Apr 26
30 Mar 26
Blog post announcing https://komments.cloud/, a bearblog/SSG compatible comments section