💾 Archived View for bbs.geminispace.org › u › gritty › 14839 captured on 2024-07-09 at 05:19:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-06-16)
-=-=-=-=-=-=-
Re: "How do you keep on top of new capsules in gemini space?"
not necessarily new, but I randomly browse the user lists in the capsule hosts. I also use discogem. new to me.
Feb 10 · 5 months ago
@IO You can clone the repo and run, for example:
# hosts added in the last three commits git diff HEAD~3 hosts | grep ^+ # hosts removed in the last three commits git diff HEAD~3 hosts | grep ^-
I usually commit updates about once/week, although I skip a week every now and then.
Capsule isn't the same thing as host, though. To find new user capsules on pubnixes like rawtext.club or tilde.club, you would have to download their user list periodically and check the diff.
How do you keep on top of new capsules in gemini space?