💾 Archived View for bbs.geminispace.org › s › Gemini captured on 2024-02-05 at 09:39:55. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-12-28)

➡️ Next capture (2024-03-21)

🚧 View Differences

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

s/Gemini

A place for all topics related to the Gemini protocol, e.g., applications, capsule setup/maintenance, software development, libraries/languages, and questions about the specification.

Project Gemini

🚀 Moderated by: skyjake

🌒 Subspaces

📖 Help

❤️ Code of conduct

Sign up

Posts

☯️ leoperbo

— guie.welhaba.mx/202402/03_MejorandoElMecanismoDelLibroDeVisitas.gmi

Gemini capsule with basic server (Agate) but managed with scripts — Amazed about how much I've learned by managing my Gemini capsule with bash scripts which I can run from a SSH connection. Today, I made improvements to the comments mechanism, yes you can get comments with Agate server.

💬 3 comments · 2 likes · Feb 04 · 2 days ago

🚀 zorg

One-line ncat Gemini server ncat --ssl -l -k -p 1965 -c "/usr/bin/echo -e \"20 text/gemini\r\nhi\r\n\"" [`] Then go to [gemini link] to view. It should display "hi". If you would like to create a certificate for your server instead of having it generate a new one every time (and thus get security warnings every time) you can do the following: 1) Create a certificate in Lagrange called localhost (or whatever the name of your server is.) 2) Click on it and choose "Show in File Manager". 3)...

💬 1 comment · 1 like · Feb 01 · 4 days ago

🚀 zorg

Gemini using ncat: ncat --ssl --crlf example.com 1965 then when connected, type: [gemini link] and press enter Easier than using openssl. The Windows version of ncat has some problems though.

💬 5 comments · 4 likes · Feb 01 · 4 days ago

👤 nikhotmsk

Surveillance in Gemini — Adversary can tell very specifically which one gemini page a user is requesting, based on the size of server response. There is no need to decrypt the channel to learn which page is transmitted there, the only thing that matters is the size of that message. The same thing works all the way around, if someone has submitting a picture or a text to the gemini forum, adversary can see corresponding portion of encripted traffic going from specific user. Again, there is no...

💬 6 comments · 3 likes · Jan 25 · 11 days ago · #privacy

🚀 MrSVCD

Gemini & PHP — Is there a good way to integrate/use PHP with a Gemini server and what server should I choose for that? Can I use Agate for this?

💬 5 comments · Jan 24 · 12 days ago

🚲 Aelspire

Recommended Gemini server — Hi, I’ll be migrating my server to bigger machine, and I want to use Debian. The problem is that I don’t see any Gemini server packaged in official repositories, so I might choose any, and got lost in the process. Can anyone point me which Gemini servers meet my wishlist and will be best choice? Currently I’m using Stargazer, simply because it was available in Alpine Linux repositories. My wishlist: some kind of CGI/SCGI/FastCGI support, as I want to write some cool...

💬 8 comments · Jan 22 · 2 weeks ago

😺 gemalaya

With levior it's now possible to include URL rules from external config files. I'll be slowly building a library of rules that can be used to trim down the gemtext output of "heavy" webpages. Rules contributions are appreciated. Here's an example: [https link] [https link]

💬 1 like · Jan 19 · 2 weeks ago

🚀 MrSVCD

Big files over Gemini (was Video over Gemini) — I was thinking of how you could do Video over the Gemini protocol. And to quell any fears of bloat, I don't mean to embed video but a way to deliver video (and larger audio). My proposal is to use a playlist like file that includes the location of the video segments and timestamps of said segments, so if you want to jump around you only have to download the particular segment and not the whole file. I probably just over engineered something that...

💬 8 comments · Jan 17 · 3 weeks ago

🛰️ lufte

Can a gemini response redirect to another protocol? — The spec just mentions that <META> is "a new URL", so technically any URL is fine, but I wonder if we all understand the same thing.

💬 1 comment · Jan 16 · 3 weeks ago

🍀 gritty

— Gritty's Gemini mention page

Gemini Mention in Python — I implemented Bacardi55's Gemini mention RFC in Python on my capsule this past weekend. Chxk out links for more

💬 1 like · Jan 16 · 3 weeks ago

☯️ leoperbo

— guie.welhaba.mx/202401/13_gemlogsshDisponibleEnCodeberg.gmi

gemlogssh a script for gemlogging at gemini — gemlogssh is a script assistant which helps me with my capsule management (posting and keep records in my indexes and archive gems across four gemlogs hosted in there). Since today, I'm sharing it via git repository at Codeberg.

💬 View post · Jan 13 · 3 weeks ago

☯️ dragfyre

Idea for Remini: Add a "Gemini feed" link to subreddit pages that would provide a feed that could one could subscribe to in Lagrange, for example. Don't know how doable this would be, but there are a couple of subreddits that I still follow and it'd be awesome to follow them from Gemini (best possible user experience of Reddit tbh).

💬 View post · Jan 07 · 4 weeks ago

👤 nikhotmsk

Article about Gemini for Habrahabr

💬 2 likes · Jan 01 · 5 weeks ago

👤 nikhotmsk

Encryption is a hell — Gemini encription is somewhat unusual. It relies on TOFU (trust on first use) principle. Suppose my provider is a jackass and he is implementing a MitM attack on all gemini connections, then my gemini program will not notice and all gemini capsules from this network perspective will be compromised. And if I use VPN after that, I will get warnings about certificate change. Than I have to guess where MitM attack was happened? Is it my provider messing with that, or is it a...

💬 7 comments · 2023-12-30 · 5 weeks ago

🍵 mimas

Any experience with data scraping / crawler here on GEMINI? Can it be verified? I became aware of DARK VISITORS and wonder if it is worth implementing something from there. [https link] ( A list of known AI agents on the internet)

💬 3 comments · 2023-12-29 · 5 weeks ago

👤 nikhotmsk

I am a noob, I do not know what a backlink is. Kennedy search engine has an option "backlink to capsule", is this a button I need for adding my own capsule to the search engine? Why is it called so strange then?

💬 2 comments · 3 likes · 2023-12-24 · 6 weeks ago

👤 nikhotmsk

Seriously, how do I check if the server fingerprint is the correct one? Is there a reference list or something?

💬 12 comments · 2023-12-22 · 6 weeks ago

🚀 ran-ford

Dragonlady: Client Side encryption for Gemini — V0.1 Following the tradition of using space themed name, we present "Dragonlady" protocol an addon to gemini to enable client side symmetrical encryption named after the infamous codename used for U2 space spy plane. TLDR This proposal would enable to have client side encryption to gemini with an addon. This is backward compatible with clients not supporting it. We are looking for feedback and we are curious to know what the gemini community...

💬 11 comments · 1 like · 2023-12-18 · 7 weeks ago · #certificates #client_certificates #encryption #programming

☯️ leoperbo

Does anyone know if there is a 32-bit version of the Telescope client or if there is a way to compile it with that compatibility? [gemini link]

💬 7 comments · 2023-12-14 · 8 weeks ago

📡 byte

What I really like about the gemini protocol is the fact that it's so small and easy that literally everyone who's at least a bit tech savvy can write both server and client in like a week. No matter if it's terminal or gui, if it supports CGI or not. This feels so liberating after being forced to experience the monstrosity called "modern web"

💬 4 comments · 7 likes · 2023-12-12 · 8 weeks ago

😺 gemalaya

levior v1.2.5: gemtext filters system and custom gemini responses in URL rules. Only a few filters available for now but you can always write your own. [https link]

💬 1 comment · 2 likes · 2023-12-05 · 2 months ago

😺 gemalaya

levior v1.2.4 adds support for Javascript rendering, making it possible to render dynamic websites as gemtext. This feature (disabled by default) can be enabled by just passing --js on the command-line. [https link]

💬 2 likes · 2023-12-03 · 2 months ago

😺 gemalaya

levior (web to gemini proxy) 1.2.2 was released: - The proxy mode is now the default mode - Convert Atom/RSS feeds to gemtext (tinylogs) - Route IPFS URLs through dweb.link - Refactor the handlers code - Don't let aiohttp handle redirects so that we can notify the gemini browser of redirections [https link]

💬 6 comments · 2023-11-27 · 2 months ago

🛰️ lufte

How to open files and URLs with the preferred application in multiple operating systems? Not really related to Gemini, but I need to implement a way in my Gemini client to open unsupported URLs and files on their proper apps, mostly on Linux but ideally in other systems as well. Fellows who have written their own clients, how did you do it?

💬 15 comments · 2023-11-21 · 2 months ago

🐙 norayr

how i write this when only GET like request is valid? — that's the question. how this text is published if gemini only supports get like requests and the request only contains the url.

💬 7 comments · 2023-11-19 · 3 months ago

Next page

Page 1 of 4

Options

🗣️ Sort by activity

🔥 Sort by hotness

Gemini feed

Atom feed