~lioploum/offpunk-users

5 3

Idea for touring

Dylan D'Silva <dylan@dsilva.email>
Details
Message ID
<D5YDHKK23M9Z.7LCYP5EBZZTW@dsilva.email>
DKIM signature
pass
Download raw message
Hello all,

I was looking at easy ways to browse random gemini or gopher links.
There are a number of sites like fumble around, discogem and the like.
Then I found this post: 

http://gem.librehacker.com/gemlog/starlog/20240322-0.gmi
The user is pulling in capsules from kennedy, randomising the list and browsing the top 10 or
50 etc.
Could something like this be done better with offpunk and tours?

My thought was have a function called random. You enter like random 10,
random 50 etc and it pulls data from kennedy or lupa for gemini and  other sites for gopher. Puts
X randoms on your tour list. Once you have viewed them they are added
to a list not to put on random again.

thoughts? 

Dylan
Dylan D'Silva <dylan@dsilva.email>
Details
Message ID
<D5YFLVITSRHA.2F5HQUMP8BFBT@dsilva.email>
In-Reply-To
<D5YDHKK23M9Z.7LCYP5EBZZTW@dsilva.email> (view parent)
DKIM signature
pass
Download raw message
One other thing to include the small web on http. There is https://kagi.com/smallweb/

Dylan

On Fri Nov 29, 2024 at 3:20 PM AEDT, Dylan D'Silva wrote:
> Hello all,
>
> I was looking at easy ways to browse random gemini or gopher links.
> There are a number of sites like fumble around, discogem and the like.
> Then I found this post: 
>
> http://gem.librehacker.com/gemlog/starlog/20240322-0.gmi
> The user is pulling in capsules from kennedy, randomising the list and browsing the top 10 or
> 50 etc.
> Could something like this be done better with offpunk and tours?
>
> My thought was have a function called random. You enter like random 10,
> random 50 etc and it pulls data from kennedy or lupa for gemini and  other sites for gopher. Puts
> X randoms on your tour list. Once you have viewed them they are added
> to a list not to put on random again.
>
> thoughts? 
>
> Dylan
Details
Message ID
<173286771498.8.11547920698805174331.512131174@ploum.eu>
In-Reply-To
<D5YDHKK23M9Z.7LCYP5EBZZTW@dsilva.email> (view parent)
DKIM signature
fail
Download raw message
DKIM signature: fail
Le 24 nov 29 03:20, Dylan D'Silva a écrit :
>Hello all,
>
>I was looking at easy ways to browse random gemini or gopher links.
>There are a number of sites like fumble around, discogem and the like.
>Then I found this post:
>
>http://gem.librehacker.com/gemlog/starlog/20240322-0.gmi
>The user is pulling in capsules from kennedy, randomising the list and browsing the top 10 or
>50 etc.
>Could something like this be done better with offpunk and tours?
>
>My thought was have a function called random. You enter like random 10,
>random 50 etc and it pulls data from kennedy or lupa for gemini and  other sites for gopher. Puts
>X randoms on your tour list. Once you have viewed them they are added
>to a list not to put on random again.
>
>thoughts?

I think that there are already gemini capsule providing link to random 
capsules. Wouldn’t it better to simply make a bookmark to those ?


I’m not a against a "random X" function that will allows you to randomly 
tour X gemini capsules (and "random web X" for the small web part) but I 
see little use myself for it and think it would be better server on an 
exeternal ressource.
Details
Message ID
<D5YYFKKGZ2HF.3N0F4S0JD6O23@rako.space>
In-Reply-To
<173286771498.8.11547920698805174331.512131174@ploum.eu> (view parent)
DKIM signature
missing
Download raw message
On Fri Nov 29, 2024 at 9:08 AM CET, Ploum wrote:
 
> [I] think it would be better server on an exeternal ressource.

Yeah, since the tour list is just a file with links, you can create a random.sh
script that will fetch the random links and write the tour file
Dylan D'Silva <dylan@dsilva.email>
Details
Message ID
<D5YZLUQ45PZA.3816AW4QB4Z63@dsilva.email>
In-Reply-To
<D5YYFKKGZ2HF.3N0F4S0JD6O23@rako.space> (view parent)
DKIM signature
pass
Download raw message
That is a good idea. I'll do that.

Thanks
Dylan

On Sat Nov 30, 2024 at 7:45 AM AEDT, Matthieu Rakotojaona wrote:
> On Fri Nov 29, 2024 at 9:08 AM CET, Ploum wrote:
>  
> > [I] think it would be better server on an exeternal ressource.
>
> Yeah, since the tour list is just a file with links, you can create a random.sh
> script that will fetch the random links and write the tour file
Details
Message ID
<173292554702.6.8615135806325949063.513503509@ploum.eu>
In-Reply-To
<D5YYFKKGZ2HF.3N0F4S0JD6O23@rako.space> (view parent)
DKIM signature
pass
Download raw message
Le 24 nov 29 09:45, Matthieu Rakotojaona a écrit :
>On Fri Nov 29, 2024 at 9:08 AM CET, Ploum wrote:
>
>> [I] think it would be better server on an exeternal ressource.
>
>Yeah, since the tour list is just a file with links, you can create a random.sh
>script that will fetch the random links and write the tour file

That’s a very good idea! 

And I will go further: thanks to the newly implemented "alias", you can 
integrate it your offpunk:

alias random !~/myscripts/random.sh


And voilà, you now have your own random function in offpunk!

(the "!" allows to launch shell commands from within offpunk)


Commands can also be placed in XDG_CONFIG/offpunk/offpunkrc to be 
launched at every startup.
Reply to thread Export thread (mbox)