💾 Archived View for alaskalinuxuser.ddns.net › 2021-07-23_3.gmi captured on 2024-09-29 at 00:07:52. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

Probing the outer reaches of GeminiSpace….

">

06w, https://alaskalinuxuser3.ddns.net/wp-content/uploads/2021/06/geminispace-

300x235.png 300w, https://alaskalinuxuser3.ddns.net/wp-content/uploads/2021/06/

geminispace-768x602.png 768w" sizes="(max-width: 806px) 100vw, 806px" />The

Libre Hacker’s gemini space.

My brother, The_Libre_Hacker, is nowrunning_his_own_Gemini_server. For those

unfamiliar with Gemini, it is a protocol used for non-web browsing. Or, from

the Wikipedia article:

The Gemini protocol is an application_layer protocol for distributed

hypertext information systems that provides access to simple,

primarily textual documents in Gemini space.

https://en.wikipedia.org/wiki/Gemini_(protocol)

Essentially, it is like Gopher but with TLS. It takes a very minimal approach

to web browsing and presents pages much as you would have seen them in the

1990’s. It’s pleasant in that it doesn’t bog down with CSS or javascript, but

it does lack the finesse we are used to in the modern web experience.

Anyways, the interesting part is finding a way to browse it. You can’t use a

regular web browser to browse the non-web. This turned out to be quickly

resolved as there are several Gemini browsers available for Android, so I

installed Ariane, which worked perfectly on the first try. However, I couldn’t

find any Ubuntu Gemini browsers in the repository, and had to build one from

source code. I tried building several, and if you are using Ubuntu 20.04, by

far the easiest to build and to use was Castor. The read me came with Ubuntu

build instructions, and they worked to a ‘t’. It went like this:

$ sudo apt install build-essential rustc cargo libgtk-3-dev libgdk-pixbuf2.0-

dev libssl-dev -y\n $ cd ..\n $ mkdir castor\n< Downloaded Castor 0.8.16 from

their website and extracted into castor folder >\n $ cd castor\n $ cd castor-

0.8.16/\n $ ls\n $ make\n $ sudo make install\n $ castor

And that was it. In less than 5 minutes I was browsing the non-web! I spent

about 15 to 20 minutes monkeying with Lagrange and another 10 minutes with

Kristall. I’m sure they are good browsers that work great, but Castor was by

far the easiest for me to compile and set up.

In case you give it a try, you can go to the Gemini discovery page to find

search tools, index’s, and more.

gemini://discovery.geminiprotocol.com/

Linux – keep it simple.