.TL Thoughts on Gemini .AU tropf .AB I think we have to severly transform the world wide web, and I don't think Gemini is the way to do that. .AE .DA . .NH 1 Preliminaries .NH 2 The Problem with the WWW .PP The world wide web currently is a mix of different, very complicated standards. A lot of its features are unnecessary and even harmful. .PP This complexity, after the downfall of mozilla, has lead to Google with chromium, or more precisely, the blink engine deciding alone how the web is viewed and displayed. Which in turn leads to further problems, ultimately moving the power to shape the world wide web away from its citizens. .NOTE There are .B "far" more problems with the world wide web. . .NH 2 Gemini .PP .URL "https://gemini.circumlunar.space/" "Gemini" is a standard and a text format .CW "text/gemini" ")" "(" to solve a proper subset of problems that the web solves, yet being much simpler. . .NH 1 Faulty Design Principles .PP Gemini, according to .URL "https://gemini.circumlunar.space/docs/faq.html" "its FAQ" "," is designed with simplicity, privacy and generality in mind. Those are goals that every engineer should strive for, imho. Though it seems like those are followed more like a religion, and less like guiding ideas that have their shortcomings clearly addressed and considered. .PP Also it feels like there are more subtle core ideas that are not spelled out as such, like an aversion towards applications on the (or for that matter, any) web or the strong focus on operators rather than users. . .NH 2 Target Audience .PP Gemini is clearly targeted at programmers, or at least a technical community. .PP I think this is a mistake: The information-centric, fast and privacy-preserving web that Gemini would create has a benefit to a much larger group of people. As engineers we should strive for solutions that help all people, not just ourselves. .PP This is not just a "religous belief" which I just complained about, but a concept for bilateral good: The engineers of the 90s may have built the web, but a much more diverse community of the 00s filled it with content. .PP I don't think that there shouldn't be .I "techie only" solutions; I am a strong proponent of the shell, vim and alike; but those have alternatives with a lower barrier of entry (e.g. Notepad or Libreoffice), and they are the backbone of many people's work everyday. Gemini is not. . .NH 2 The Meaning of "Simplicity" .PP Gemini understands simplicity as "can be implemented by one person over one weekend". I understand that as a (quasi-) "Hackathon". .PP Instead of defining simplicity by an absolute measure, I'd call something "simple" if it achieves much by doing little. .NOTE The termin "Design" is often defined in exactly the same way, .PP The point is that the former asks "What can we achieve?" first, while the latter puts "What do we actually need?" in focus\[em]which is the more important question. . .NH 1 Missing Features .NH 2 text/gemini .PP The .CW "text/gemini" format is extraordinarily simple. Too simple, as it misses features to meaningfully express content. .NH 3 Inline Images .PP As far as I read the mailinglist, it seems that most users see this as an advantage. I don't. .PP Images are one of the most powerful ways to present information, much faster and better than text. .PP Of course, one could argue that you could just link to an image from .CW "text/gemini" "." But unarguably that makes navigating much more complicated, too complicated in my opinion. And that's not even considering reading text and viewing an image simultaneously. . .NH 3 Tables .PP If you can't use images, use tables. If you browse around my other articles you'll see that I love using tables. They are simple to create, simple to understand and much better than a wall of text. And Gemini does not have them. . .NH 3 Font Styles .PP Gemini misses font styles. While I don't care about the font family used, I can't understand why you'd like to miss out on such a simple features as .I "emphasis" "." . .NH 2 The Protocol .PP There are technologies that are tried and tested for Gemini-like applications, yet they are not employed. One could claim "simplicity" but I don't think that counts, as the benefits provided clearly outweigh the complexity introduced imho. . .NH 3 Compression .PP Gemini transfers text. Text is one of the best researched type of content and can be compressed very well, often by over 50%. . .NH 3 Keepalive .PP Gemini mandates a new connection for each document served. As the typical "browsing" of documents involves many connections to the same server I don't see why not to reuse the already established connection. Sure, signalling EOF but keeping the connection open is not trivial but not unsolvable either. . .PP The problem lies in the cost of establishing a connection. Gemini (practically) involves both a TCP as well as a TLS handshake. This can take up to 3 RTTs (plain TCP+TLSv1.2), to then serve a couple of kilobytes in the worst case which takes an additional RTT. Of course, using TLSv1.3 and TCP Fast Open the overhead can be reduced to a single RTT, but both are far from the norm. . .NH 3 Sessions .PP Gemini does not have sessions. Except it does: It is trivial to include a kind of session cookie in the url. In fact, I already used a similar mechanism to avoid using cookies on the web already. . .PP In my opinion Gemini should embrace sessions and add a possibility to provide a session cookie by the client. This way, the client would control the session. . Now the servers can (and will) do some non-standardized tinkering to implement sessions and we have the problem of the world wide web all over again. . .NH 1 Creating Content .PP I think creating content for Gemini is too difficult. You can either write in .CW "text/gemini" straight away and you can't use the features of other formats (and therefore not really reuse your content elsewhere) or you can use some other, better suited format but then fail to be presented in all clients. . .PP Currently, the tools to transform content from and to .CW "text/gemini" are not available. While I think they will make creating content easier, they won't be able to solve this problem. . .NH 1 Meta .NH 2 Designing a Protocol .PP I really like the approach of the IETF to designing protocols: There are mailinglists to discuss and working groups to decide. At the same time, anyone can publish drafts and RFCs at any time. .PP This way there is room for discussion and a way to find a consensus, while not needing dictatorial power yet providing the individual with plenty of freedom. To not use this infrastructure\[em]both in terms of hardware, software and organizational infrastructure, but also the concepts behind those\[em]is a bad idea. . .NH 2 Important new Features .PP Gemini introduces a lot of new features that are very welcome and, imo, needed urgently. Among those a step away from password based authentication, a focus on content and less on representation and none on client-side-scripting or a concept to meaningfully use self-signed-certificates. .PP But one has to acknowledge that all these new ideas automatically make a wide adoption less likely. Considering that, I don't understand why those new, difficult-to-implement ideas have to be mixed with a horrible usability. . .NH 2 What does Gemini want to be? .PP Most of my criticism here revolves around the question what gemini wants to be. I think that vision has not been clearly expressed yet and I hope it will in the future. Currently I see Gemini as a sort of hope for all those critical of the current web, while it can't possibly fullfill all these hopes. .PP I'd welcome the protocol undergoing some serious reconsideration. Also I think that .CW "text/gemini" should stay, but be complemented by a more complex alternative, maybe simply Markdown.