diff options
Diffstat (limited to 'content/entry/journal-update-019.md')
-rw-r--r-- | content/entry/journal-update-019.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/entry/journal-update-019.md b/content/entry/journal-update-019.md index cbb9914..6079864 100644 --- a/content/entry/journal-update-019.md +++ b/content/entry/journal-update-019.md @@ -5,11 +5,11 @@ tags: ['journal updates'] draft: false --- # What's New -* Mirrored this journal on archive.org. The archive.org link can be found on the [about page](https://nicksphere.ch/about/). Since I don't have immediate, direct control over this mirror, it's non-trivial for an adversary to remove the archive.org mirror even if I'm compromised. +* Mirrored this journal on archive.org. The archive.org link can be found on the [about page](https://nicholasjohnson.ch/about/). Since I don't have immediate, direct control over this mirror, it's non-trivial for an adversary to remove the archive.org mirror even if I'm compromised. * Rewrote nicksphere-gmi to separate presentation from business logic. There are still efficiency improvements to be made, but the code is already much cleaner and more maintainable. It's now possible to easily make the website look very different from the capsule. This may be desirable since Gemini is more limited. * Added back the read time for entries. How much time an entry takes to read could be an important factor in deciding to read it or not. Also I want this journal to be respectful of the reader's time and attention. * Limited the atom feed to 20 entries. It does not need to contain every entry. -* Replaced the commit-signatures repository with [git-signify](https://git.nicksphere.ch/git-signify/). Git-signify is a hack which embeds Signify signatures into Git repositories. It's better to have the signature information embedded directly into the repository itself so it's more self-contained. +* Replaced the commit-signatures repository with [git-signify](https://git.nicholasjohnson.ch/git-signify/). Git-signify is a hack which embeds Signify signatures into Git repositories. It's better to have the signature information embedded directly into the repository itself so it's more self-contained. If all you want to do is verify commits, you don't need git-signify. You can run the commands below instead. With Git and Signify installed, run: |