You are not logged in.
Hi all,
I have recently discovered a new Internet protocol called Gemini. https://gemini.circumlunar.space/ A sort of a modern take on the Gopher protocol. As a lover of text and minimal design, it's a breath of fresh air from the migraine the Web gives me every time I open a browser these days.
Just wondering what the thoughts of the community are on Gemini.
A Gemini site is called a capsule.
Here is my Capsule
gemini://cratermouse.com Gemini client needed
https://portal.mozz.us/gemini/cratermouse.com/ http portal
All the best
ruenoak
"Has cat, eats cheese, drinks coffee, Chaotic Neutral "
Offline
I LOVE the Gemini project. Devuan is well familiar with this project and gopher also. Thanks for bringing it to the attention of our forum users.
Online
Just wondering what the thoughts of the community are on Gemini.
I'd like to get a recommendation for a gemini client. There's a huge number of them, and I don't want to waste a lot of hours trying them all out. Is there one that's reasonably easy to install on Devuan and that works reasonably well? Looks like Castor may be the one to try first, but I figured I'd ask your opinion since you are more familiar with Gemini.
Offline
@ andyprough, what about the dillo browser plus plugin.
Offline
Elpher.
*๐๐๐๐๐๐!*
Offline
I'd like to get a recommendation for a gemini client.
Drew DeVault has one: https://git.sr.ht/~sircmpwn/gmni
Looks pretty simple to install manually. I can make up a package for it if you want.
More options here: https://gemini.circumlunar.space/clients.html
Brianna Ghey โ Rest In Power
Offline
andyprough wrote:I'd like to get a recommendation for a gemini client.
Drew DeVault has one: https://git.sr.ht/~sircmpwn/gmni
that wouldnt build for me.
if you follow the compile instructions i was left with.
make: *** No targets specified and no makefile found. Stop.
Instruction.
$ mkdir build && cd build
$ ../configure
$ make
# make install
openssl not found.
~/gmni/build $ ../configure
Checking for -g... yes
Checking for -std=c11... yes
Checking for -D_XOPEN_SOURCE=700... yes
Checking for -Wall... yes
Checking for -Wextra... yes
Checking for -Werror... yes
Checking for -pedantic... yes
Checking for OpenSSL... NOT FOUND
Tried pkg-config libssl
Last edited by dice (2021-02-12 16:24:31)
Offline
Try
# apt install libssl-dev
EDIT: corrected advice.
Last edited by Head_on_a_Stick (2021-02-12 22:18:24)
Brianna Ghey โ Rest In Power
Offline
I'm trying out a gemini browser called "Lagrange". It's got a .deb installation file available as part of a Debian Buster zip download: https://git.skyjake.fi/skyjake/lagrange โฆ tag/v1.1.0
It has a few gemini sites bookmarked, and has a little search engine for searching some gemini sites worth visiting. I found ten pages (or "capsules") that mention Devuan. Seems to work very fast. Not a whole lot of content to look at right now.
Offline
gmni package here: https://software.opensuse.org//download โฆ ckage=gmni
@OP: I like your capsule but EMACS? Really? #vimftw
Brianna Ghey โ Rest In Power
Offline
@andyprough. I'm using Kristall nightly and elpher in Emacs both are Appimages so it depends on how you feel about using Appimages.
The reason for using the Emacs Appimage was the version in the repos doesn't support elpher.
https://kristall.random-projects.net/
https://appimage.github.io/Emacs/
ruenoak.
"Has cat, eats cheese, drinks coffee, Chaotic Neutral "
Offline
@andyprough. I'm using Kristall nightly and elpher in Emacs both are Appimages so it depends on how you feel about using Appimages.
The reason for using the Emacs Appimage was the version in the repos doesn't support elpher.https://kristall.random-projects.net/
https://appimage.github.io/Emacs/ruenoak.
Sounds good, thanks ruenoak. If this Lagrange browser I'm trying gives me any grief I'll try Kristall next. So far it's doing real well though and seems to be well maintained.
Offline
I use Amfora https://github.com/makeworld-the-better-one/amfora Amfora aims to be the best looking Gemini client with the most features... all in the terminal.
Also, you can check the simplest one- the AV-98 client. It's written in Python and runs in a terminal. AV-98 has no "strict dependencies", i.e. it will run and work without anything else beyond the Python standard library.
Here link https://tildegit.org/solderpunk/AV-98
And here screen:
Last edited by Ogis1975 (2021-02-13 15:53:58)
What economists call over-production is but a production that is above the purchasing power of the worker, who is reduced to poverty by capital and state.
----+- Peter Kropotkin -+----
Offline
I use Amfora https://github.com/makeworld-the-better-one/amfora Amfora aims to be the best looking Gemini client with the most features... all in the terminal.
Amfora aims to be the best looking Gemini client with the most features... all in the terminal. It does not support Gopher or other non-Web protocols - check out Bombadillo for that.
Sometimes members of the geminiverse look like focussing at being divisive. Not even Gopher support? Come on! We need browsers that unite, especially because there is a lot of cross linking between the Gopher and Gemini dimensions!
And for the occasional link from a gopher hole to some unavoidable pages via HTTP, some of the well known TUI browsers are neat (elinks, emacs, links, lynx). Some of them additionally can access news, mail, fsp, and lots of other protocols too.
THAT IS WHAT A BROWSER WAS MEANT TO BE IN THE BEGINNING OF THE WEB!
Please unite instead of being divisive.
Last edited by yeti (2021-02-14 00:36:24)
*๐๐๐๐๐๐!*
Offline
Also, you can check the simplest one- the AV-98 client. It's written in Python and runs in a terminal. AV-98 has no "strict dependencies", i.e. it will run and work without anything else beyond the Python standard library.
I haven't tried Amfora but I am quite liking the simplicity of AV-98
"Has cat, eats cheese, drinks coffee, Chaotic Neutral "
Offline
I use fdroid app repo on my phone and found a cross platform Gemini browser called deedum if anyone is interested in that sort of thing.
It seems to work really well.
Offline
Cross protocol browsers are more fun!
*๐๐๐๐๐๐!*
Offline
I use fdroid app repo on my phone and found a cross platform Gemini browser called deedum if anyone is interested in that sort of thing.
It seems to work really well.
Looks interesting, always good to see whats out there. I'm using Ariane by OppenLab https://oppen.digital/ on android, looks like you can get it for fdroid too. Not cross platform though.
@yeti yes cross protocol browsers would be nice, even in the form of an addon
"Has cat, eats cheese, drinks coffee, Chaotic Neutral "
Offline
dice wrote:I use fdroid app repo on my phone and found a cross platform Gemini browser called deedum if anyone is interested in that sort of thing.
It seems to work really well.
Looks interesting, always good to see whats out there. I'm using Ariane by OppenLab https://oppen.digital/ on android, looks like you can get it for fdroid too. Not cross platform though.
@yeti yes cross protocol browsers would be nice, even in the form of an addon
Ariane seems a bit more user friendly than deedum, thanks.
By not cross platform i suppose this is not compatible on iphone and some other non android devices?
Offline
I love it!
I use Lagrange through Flatpak!
Offline
Distrotube has made his main website a capsule on Gemini - gemini://distro.tube
Last edited by andyprough (2021-04-15 13:10:43)
Offline