So, Google was perhaps slightly terrified from the specter of an Internet without advertising, haha.
- 10 Posts
- 30 Comments
Gemini has Encryption, Unicode, MIME, Markup of text pages.
Said that, it is in spirit quite similar to gopher.
I honestly don’t understand how this protocol can protect anything HTTP+HTML wouldn’t. If you build a browser that supports modern web technologies using Gemini, we’ll be back at the same spot. The only thing saving the protocol is its relative obscurity. A decicated and knowledgeable Dev could abuse it any way they like, no?
No. Just as examples:
- If the protocol does not support JavaScript, the server cannot ask the client to run script code which strip-searches your computer for fingerprinting information.
- If the protocol does not support tracking pixels and inline images, a server can’t use them.
- If the protocol transmits only text, the server won’t know width and height of the screen, or names and geometry of your set of fonts.
Oh, and all that makes the “small web” uninteresting for advertising.
Of course, you could publish a blog in web pages which consist of plain ol’ HTML like in 1993. But setting up even a simple HTTP server is a lot of work. Most users won’t turn off JavaScript. And to many people, the modern WWW is a lost cause. And given Firefox’ dependency on Google, this isn’t to get better.
But who actually still writes HTML by hand?
One could also argue that formatting web content in Markdown breaks compatibility and one should rather use HTML for formatting comments, because it is the standard.
The Gemini markup and protocol are designed to be simple, and the markup is designed to be written by hand. This gives you a workflow very similar to a wiki, without any extra infrastructure needed - and this is what makes a decentralized web possible. For normal people, setting up a standard web server for a small blog is too complicated, and costs too much time.
And for protocol conversion, there are gateways, much like you can access FTP or gopher servers in a browser.
still not sold on gemini. the project has sort of a holier-than-thou smell to it, striving for the sort of technological purity that makes it unattractive to use. i would still choose gopher.
Does it annoy you when people try and make stuff that matches their values?
More comfortable with the killings that FB contributed to in Myanmar or in the Philippines? Or attacks on democracy like this one?
The power concentration of the “modern” Internet has consequences - and not good ones.
But me personally, even if it would not matter to me what effects power concentration, targeted advertising, disinformation and so on have, it still would annoy the hell out of me that one cannot open some web sites on a two-year old medium priced smart phone because everything is stuffed to the brim with bloat and tracking.
HaraldvonBlauzahn@feddit.orgOPto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?2·2 days agoGemini is kinda a modernized version to the old Gopher protocol. Its purpose is to share hyper-linked text documents and files over a network - in the simplest way possible. It uses a simple markup language to create text documents with links, headings etc.
Here is a FAQ
Main differences with similar technologies are:
-
It is much, much easier to write hyper-linked documents than in HTML
-
a server is much much smaller and easier to set up than a web server serving HTML. It can easily and securely run on a small Raspberry Pi without special knowledge on server security.
-
in difference to gopher, it supports modern things like MIME and Unicode
-
There are clients for every platform including Android and iOS
-
also, there are Web gateways which allow to view stuff in a normal web browser
-
unlike Wikis, it is only concerned about distributing content, not modifying files. This means that the way to store and modify content can be matched to the use case: Write access to content can be via an NFS or Samba server, or via an SFTP client like WinSCP or Emacs.
-
the above means that it does not need user authentication
-
the protocol is text-centric and allows for distraction-free reading, which makes it ideal for self-hosted blogs or microblogs.
Practically, for example, I use it to share vacation photos with family.
Two more use cases that come first to my mind:
-
When I did my masters thesis, our lab with about 40 people had a HTTP page hosted on a file server that listed tools, data resources, software, and contact persons. That would be easier to do with Gemini because the markup is simpler. Also, today it would not be feasible to give every student write access to a wen server’s content because of the complexity of web servers, and the resulting security implications.
-
One time at work, we had a situation with a file server with many dozens of folders, and hundreds of documents. And because all the stuff had been growing kinda organically over many years, specific information was hard to find. A gemini server would have made it easy to organize and browse the content as collaboratively edited hypertext which serves as an index.
-
HaraldvonBlauzahn@feddit.orgto Linux@lemmy.ml•Just wanted to show off the lowest end hardware I ever ran Linux on3·3 days agoI have been operating a DNS-232 NAS with 32 MB RAM and ARM CPU with lighty webserver for a while. It could run MoinMoinWiki, written in Python 2, acceptably. Slowest thing I have tried to work on was a 386. But this one was slow - compiling the kernel took an eternity.
HaraldvonBlauzahn@feddit.orgto Free and Open Source Software@beehaw.org•Something curious is going on surrounding X.Org and it's forks...2·3 days agoCan somebody summarize the issue? I was thinking that wayland and Xorg are different projects? So what is the incentive that people stop using X11? It is also not like Python2 where any effort to support it further would retract ressources from Python developers developing Python3. (And compare that to Perl6 developers renaming it “Raku” and continuing to support Perl 5, or SBCL developers just quietly adding support for Unicode -Python3’s most consequential change - without breaking existing stuff?)
And one thing more, we saw companies taking influence in Web standards like HTTP 2.0. Yes, it is still open standard and supported by FLOSS software - but one cannot deny that many development in the modern web like advertising, tracking, data collection, and centralization are not in the interest of users, and this us why the interests behind specific standards matter. Technology is not free of interests and technological change is not automatically in the interests of users.
HaraldvonBlauzahn@feddit.orgOPto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?4·3 days agoIn that case, the curated list of applications in the Arch wiki could be invaluable for you:
https://wiki.archlinux.org/title/List_of_applications
- in other distributions, these packages normally have the same names.
Also, if you need something, I’ve found it often to be a good strategy to sit and write down what you personally need from a software - what are your requirements, and then go and search which available software matches these. The other way around, there are just too many alternatives: Any larger distro has tens of thousands of packages, and you won’t have time to try them all.
HaraldvonBlauzahn@feddit.orgOPto Programming@programming.dev•A New Rust Packaging Model for Guix6·3 days agoIt is very interesting to see how with Rust and Guix, there is some convergence between programming worlds which so far have been rather separate universes. For example, Rust makes it easy to write modern system libraries which previously would have been written in C, the Linux kernel is slowly adopting Rust, and Guix makes it easy to use such libraries in strong-dynamically typed languages like Guile, Racket, or Python.
For the general programming community, the promise is that Guix kinda solves the packaging and dependency resolution problem for multi-language projects. And it is making good strides - Guix contains over 50,000 packages now, not counting the nonguix channels which add e.g. non-free firmware. (Just for convenience, here how to install the Guix package manager im Arch).
HaraldvonBlauzahn@feddit.orgto Linux@lemmy.ml•What GNU + Linux software could enable deep integration of backup, sync, and transfer; just as convenient and beginner-friendly (edit: and efficient) as what Apple provides?2·3 days agoOh, and there is also bup, which might be what you are looking for:
- it stores files in version-controlled copies which can be synced. Perhaps good for backing up photos and such, up to a few GB.
Two more interesting solutions:
- Nix OS and Guix SD let you define a system entirely from single configuration file, so it is easy to re-create when needed.
- The Btrfs and ZFS file systems allow to take snapshots in an instant which can very efficiently store earlier versions of files. I used that when working with yocto/bitbake, which compiles an entire embedded system from source - it can handle much larger data volumes than git or bup, and is the right thing when handling versions of binary data.
And one more, the rsync tool allows to store hard-linked copies of directory trees.
The key question is however - what do you want?
- being able to recover earlier versions is essential when working with source code
- being able to merge such versions in text files is necessary when working on code cooperatively with others - and only source control systems can do this well
- In 99.9% of the other cases, you just want to be able to re-create a single ground-truth version of all your data after a disaster, and keep that backup copy as current as possible.
These are not the same requirements, especially the volume of data will differ.
And also, while you might to want or need to go patch by patch through conflicting source code tree with 10,000 different lines, I guess that absolutely nobody is willing or has time to go through a tree with 10,000 conflicting photographs and match them.
So the question back is: What is your specific use case and what exactly do you want to achieve?
HaraldvonBlauzahn@feddit.orgto Linux@lemmy.ml•What GNU + Linux software could enable deep integration of backup, sync, and transfer; just as convenient and beginner-friendly (edit: and efficient) as what Apple provides?2·3 days agoEssentially, I use tar for backup, NFS / Samba for local file sharing, and git for syncing. (For specific cases, software like Zim wiki that stores to a git backend).
And it is not that I have not tried alternative solutions - for example, I tried the Coda file system. But blending version-controlled syncing and file distribution leads to devilishly complex corner cases and failure modes.
HaraldvonBlauzahn@feddit.orgOPto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?2·3 days agoFun thing by the way, one can use Emacs without X, and then it is like screen - only with an editing window at the outermost shell.
And also, one can have the same space efficiency in text mode within X: Using the ratpoison or Stumpwm window managers.
HaraldvonBlauzahn@feddit.orgOPto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?3·3 days agoed (which is the more frugal, older brother of vi/vim) might indeed be a bit under-hyped. Which advantages does it have for you?
Funny thing a while ago I had a small side-project for a data collection task in my PDA - a kind of minimal database to record daily stuff. So, a PDA has limited screen space and typing speed, and I tried to make the UI with as little typing as possible. And then it dawned to me that I was essentially replicating ed’s interface!
HaraldvonBlauzahn@feddit.orgOPto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?5·3 days agoYou could give a try to running a gemini server like agate. It is text + file serving protocol similar to gopher.
https://en.m.wikipedia.org/wiki/Gemini_(protocol)
https://geminiprotocol.net/docs/faq.gmi
https://github.com/kr1sp1n/awesome-gemini
It is really good for organizing and distributing text, media and files like with gopher. And I think due to its simplicity, it is perfect for using it in a home or lab network.
HaraldvonBlauzahn@feddit.orgOPto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?3·3 days agoFor doing more complex tasks with git, you could have a look at jujutsu. It is really good and provides most of git’s power in an conceptually much simpler CLI interface.
HaraldvonBlauzahn@feddit.orgOPto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?2·3 days agoPerhaps not exactly what you need, but I have been using “scrot” and the magnificient drawing program Krita for the same result.
HaraldvonBlauzahn@feddit.orgOPto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?4·3 days agoIt could be helpful if you explain what they do and how they relate to your computing needs. For example, I have been using Linux for over 25 years, and the only name in yor list which I have an idea about what it does is Deja Dup (personally, I use tar for backups, in a simple incremental setup).
I see it the other way around: I gave nobody permission to give my contact data, phone number, or mail address to Facebook and Google. Still, many people do. I do not see this as being kind.