Store Code Discussions in Git using Git Notes
wouterj.nl/2024/08/git-notesCode 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.
Introducing linkblocks, the Federated Bookmark Manager
www.rafa.ee/articles/introducing-linkblocks-federated-bookmark-managerlinkblocks 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”.
Evergreen content gardens
blog.erlend.sh/evergreen-content-gardensMan pages
alexschroeder.ch/view/2024-08-08-man-pagesWhy you should use and write man pages.
Local documentation that is easy to find is so much better. And man pages are powerful.