💾 Archived View for bbs.geminispace.org › u › nervuri › 14841 captured on 2024-08-19 at 00:03:59. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-07-09)

➡️ Next capture (2024-08-31)

🚧 View Differences

-=-=-=-=-=-=-

Comment by 🌲 nervuri

Re: "How do you keep on top of new capsules in gemini space?"

In: s/Geminispace

@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.

🌲 nervuri

Feb 10 · 6 months ago

1 Later Comment

🌲 nervuri · 2024-02-10 at 13:07:

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.

Original Post

🌒 s/Geminispace

How do you keep on top of new capsules in gemini space?

💬 IO · 9 comments · Feb 09 · 6 months ago