We need to stop this usage of proprietary MS GitHub + Discord in free software. It completely undermines the philosophy.
The rampant use of Discord in FLOSS project is really disheartening. To join yet another Discord channel to receive any kind of support or discussions around the project, is off-putting.
Discord is the worst. The siloing of tons of information that should be publicly searchable and accessible via a public forum, but instead it’s siloed off into this closed wall with shitty search.
I actually wish Lemmy was better searchable as well. I think Lemmy could be way better and drive adoption if it had a cross instance search engine / indexer.
If your instance is federated well, how does Lemmy not already have the search you’re speaking of?
Matrix the protocol & its blockchain-like eventual consistency model is incredibly expensive / wasteful to run since it requires duplicating all data to all servers for the entire history. Matrix uses so much storage & RAM on a machine. Medium-sized servers regularly close their door due to costs—which further pushes users to the de facto centralized hub in Matrix.org (or servers they host for others) which basically has a copy of all metadata on the network (scary since it was originally funded by Israeli Intelligence … so one might assume they still have access to that data). If a system isn’t accessible to a run for groups on a budget, it isn’t radical/revolutionary.
If you don’t care about the centralization or E2EE, IRC/IRCv3 covers all the bases. If you want decentralization with more features, XMPP + OMEMO + MUCs, covers the rest. Neither of these are resource hogs while having over a decade of extra stability. Matrix 2 is just trying throw a rug over the problems of eventual consistency—but under it is a fundamental issue to the protocol.
That does not solve most of the problems; you still have to join unindexable group chats to receive any amount of support and discussion.
Like, IRC exists and it just as useful to me as discord. Set up a wiki for FAQ’s and documentation.
GPU-Accelerated Terminal Emulator
So is Alacritty, Kitty, Wezterm, and even iTerm.
The README’s About section[0] sheds no light on what sets Ghostty apart from the competition, while using vague terms and marketing hyperboles.
[0] https://github.com/ghostty-org/ghostty?tab=readme-ov-file#about
From the website linked in the post:
- Windows, Tabs, and Splits: Manage multiple terminal windows, each with several tabs and splits. Better yet, it is all rendered via native UI elements.
- GPU-Accelerated Rendering: Employs Metal on macOS and OpenGL on Linux for efficient, high-speed rendering.
- Hundreds of Themes: Swap between light and dark modes automatically, or choose from a vast library of visually appealing themes.
- Ligatures and Grapheme Clustering: Shows ligatures flawlessly, handles multi-codepoint emoji properly, and accurately renders Arabic and Hebrew (in left-to-right mode).
- Kitty Graphics Protocol Support: Let terminal applications display inline images for a richer visual experience.
It also says it’s cross platform (macOS and Linux) and has configurable shortcuts with what they believe are sensible defaults.
Although at least Alacritty already has all of these features (very different “sensible” defaults, though) and is also available on Windows so I’m not sold.
Thanks for the info. Sincerely did not know.
Since the mods deleted my post, I’ll repeat what I wrote, because aside from the unintentional racism, I feel like I made some valid points.
GPU accelerated terminal emulators are already quite popular and if you use alacrity, kitty, or wez, then you already use them. They can help with not only cool effects like smooth scrolling and transparency, but also with massive text files. Handling an 8gb text file is complicated, and using a GPU can help with that.
Ghostty’s selling points are not just the GPU acceleration, since that’s actually fairly standard nowadays. They are: (from their about page)
Ghostty is a terminal emulator that differentiates itself by being fast, feature-rich, and native. While there are many excellent terminal emulators available, they all force you to choose between speed, features, or native UIs. Ghostty provides all three.
I for one am very excited for this terminal and can’t wait to see what kind of development comes out of it!
It’s still racist when you make it an acronym. We know the term originally came from a racist term for Asian vehicles.
That’s obviously a backronym? The wikipedia page makes it clear it’s an offensive term.
We are reaching autistic levels never seen before
I tried it, and it worked well when I worked locally. But I can’t use it to SSH into my server, a lot of things just don’t work.
SSHing to machines with bash seems to work fine, but it’s a problem with ones that use fish, for some reason
I can connect with SSH, but I can’t open nano
or w3m
for example when I’m connected.
Sounds like you have an issue with your PATH for the user you’re sshing as. What does ‘/usr/bin/echo $PATH’ output when run via ssh to your server?