πŸ’Ύ Archived View for bbs.geminispace.org β€Ί u β€Ί satch β€Ί 14825 captured on 2024-07-09 at 03:06:56. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-26)

➑️ Next capture (2024-08-19)

🚧 View Differences

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

Comment by 🐐 satch

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

In: s/Geminispace

Well I would like a better answer as well but I look at Antenna and usually most new things show up there eventually. I don't know! It would be cool if someone who's running a search engine kept a list of capsules recently indexed for the first time.

🐐 satch

Feb 09 Β· 5 months ago

7 Later Comments ↓

πŸš€ IO [OP] Β· Feb 09 at 21:19:

That's a nice idea, satch

πŸš€ mbays Β· Feb 09 at 21:29:

@satch That does exist:

β€” geminispace.info/newest-hosts

🌲 nervuri · Feb 10 at 00:17:

I check the hosts file diff whenever I update the trust stores repo. Example:

β€” https://tildegit.org/nervuri/trust-stores/commit/e489e067cd67684dea4232f9d15d8122277343ca#diff-abba3508de929934a4e4b5198e00683c2b633bbc

It shows new capsules (as indexed by geminispace.info and Lupa) as well as capsules that have gone down recently.

πŸš€ IO [OP] Β· Feb 10 at 04:58:

@mbays @nervuri I like the list of 50 most recent capsules. Very convenient, but I wish it was paginated to go back much further in time.

The diff file is an interesting one. It’s a little less accessible, but maybe I could get more than 50 results with the right command to check previous commits?

πŸ€ gritty Β· Feb 10 at 12:02:

not necessarily new, but I randomly browse the user lists in the capsule hosts. I also use discogem. new to me.

🌲 nervuri · Feb 10 at 12:54:

@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 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 Β· 5 months ago