Journals for

2023-10-13

๐Ÿ”—

Learning

You can use git log --diff-filter D --name-only | grep .changeset to find the names of all the changeset files that were ever in a repository. Found on Waylon Walker's Site

โฏ git log --diff-filter D --name-only | grep .changeset
.changeset/mean-spiders-promise.md
.changeset/slow-lizards-sell.md
.changeset/bright-falcons-study.md
.changeset/funny-pigs-drop.md
.changeset/big-olives-serve.md
.changeset/eighty-bags-smash.md
.changeset/proud-cougars-tease.md
.changeset/tall-trainers-smash.md
.changeset/tender-turtles-accept.md
.changeset/slimy-fireants-prove.md
.changeset/cold-knives-search.md
.changeset/neat-horses-rule.md
.changeset/tasty-ways-report.md
.changeset/giant-points-study.md
.changeset/good-shirts-accept.md
.changeset/heavy-drinks-flash.md
.changeset/long-mice-try.md
.changeset/purple-jars-rescue.md

2023-10-11

๐Ÿ”—

Links

  • pg_bm25 is a PostgreSQL extension that uses Tantivy to provide BM25-based full text search in PostgreSQL.

2023-10-02

๐Ÿ”—

I had an idea today for a Github bot that you can enable to automatically reply to new PRs with some message, for when youโ€™re on vacation or otherwise unable to look at it for a while.

The downside, which any seasoned open source maintainer will sense, is the implication that at any other time you will always respond promptly.