4 bookmarks for 2024-08-09

Reposted 1437.

Store Code Discussions in Git using Git Notes

wouterj.nl/2024/08/git-notes

Code discussions contain relevant information. Isn’t it a shame that we
keep these in the centralized GitHub/GitLab servers, far away from our
decentralized Git code? As soon as we move provider, we’ll lose all old
discussions! And how do you ever find the pull requests back from 5
years ago? Symfony has implemented a lightweight solution to this problem
years ago using a less-known feature of Git: Git Notes.

1436.

Introducing linkblocks, the Federated Bookmark Manager

www.rafa.ee/articles/introducing-linkblocks-federated-bookmark-manager

linkblocks is a tool for helping with this kind of deep exploration through the web.
With linkblocks, you can do three things: You can bookmark what you find on the web, you can structure your bookmarks, and you can exchange bookmarks with other people.
Organizing bookmarks works by linking them together, just like on the web. You can follow links to explore the websites you and others have collected. Bookmarking and linking on linkblocks is like publishing your own small website, saying “This is the good stuff”.

1435.

Evergreen content gardens

blog.erlend.sh/evergreen-content-gardens
Reposted 1434.

Man pages

alexschroeder.ch/view/2024-08-08-man-pages

Why you should use and write man pages.

Local documentation that is easy to find is so much better. And man pages are powerful.