147
top 49 comments
sorted by: hot top controversial new old
[-] taiidan@slrpnk.net 5 points 8 hours ago

Thought out choice but disappointing nevertheless:

My stance for now is that Ghostty will not support sixels.

[-] boredsquirrel@slrpnk.net 8 points 13 hours ago* (last edited 13 hours ago)

Looked at it, interesting, no package, installed cosmic-term instead

Uses alacritty under the hood, with tabs and tiles!

[-] MonkderVierte@lemmy.ml 9 points 14 hours ago

Looking at ghostty-git in AUR, zig is built on haskell? With 221 haskell libraries.

And what does it need pandoc-cli and hslua-cli for?

[-] Crazazy@feddit.nl 5 points 10 hours ago* (last edited 10 hours ago)

Checked the build.zig file for ghostty, seems to be for manpage generation. Zig itself doesn't use Haskell though

[-] MonkderVierte@lemmy.ml 2 points 10 hours ago* (last edited 10 hours ago)
[-] Atemu@lemmy.ml 2 points 5 hours ago
[-] MonkderVierte@lemmy.ml 1 points 4 hours ago

But i use pandoc-bin, because i was annoyed by dozens of haskell lib updates each update run...

[-] atzanteol@sh.itjust.works 28 points 19 hours ago

It's ridiculous how much time people are spending performance optimizing terminals.

xterm on a 120MHz Pentium on X11 in the 90s performed "fine".

[-] Atemu@lemmy.ml 2 points 5 hours ago

The problem with xterm is that everything else about it sucks. The only other half-decent performer is mlterm which is decent but has its share of issues.

This one feels quite snappy; better than foot.

[-] PetteriPano@lemmy.world 1 points 4 hours ago

Sure, it performed "fine".

But it was sluggish compared to the VGA ttys we were used to.

Now, if we can have something as snappy and at the same time as pretty as Eterm.. 👌

[-] geneva_convenience@lemmy.ml 3 points 8 hours ago

Every Linux user has the earliest and lowest specced version of the 4k Lenovo thinkpad from back when 4k on a laptop was impractical and a stupid idea.

[-] addie@feddit.uk 31 points 17 hours ago

Assuming you had a pretty decent monitor and graphics output in the 90s, it may have been 800x600, but more likely 640x480, and you'd have been using the standard issue bitmap font with no anti-aliasing, blitted to screen using software rendering. Probably in a single colour, too.

Alas, the problem with that is that it doesn't scale. On xterm a 4K monitor, I can watch Vim redrawing the screen, paging through logs is painful. Use Kitty for the same, it's instant, I can flip through tabs and split screens too, and have niceties like anti-aliased fonts and transparency if I want them.

Some people spend a lot of time in the terminal, so I can't fault them for taking the time to make a nice working environment and sharing that work with others.

[-] atzanteol@sh.itjust.works 5 points 11 hours ago

"decent" hardware back then ran at 1024x768. I never ran less. And definitely multiple colors. But sure - no anti-aliasing and other features. But also on hardware several orders of magnitude slower.

Though granted I don't have a 4k monitor so maybe there are issues with that...

Some people spend a lot of time in the terminal, so I can’t fault them for taking the time to make a nice working environment and sharing that work with others.

I mean - it's the first thing I open... Which is why I'm surprised others seem to have "performance issues" since I've never seen any.

[-] MonkderVierte@lemmy.ml 2 points 14 hours ago* (last edited 10 hours ago)

The "Abandon all hope, ye who enter here" terminal?

Edit: that was once a comment in the sourcecode.

[-] atzanteol@sh.itjust.works 3 points 11 hours ago

Hah! It's funny I just fired it up again for the first time and I do see a bit of flicker in xterm when paging full-screened in vim... So maybe there is something to performance optimizing terminals. :-)

[-] Zucca@sopuli.xyz 6 points 15 hours ago

Hm... I don't see it stating anything about wayland, but since it says "native" in some many places, I need to assume it won't use Xwayland, unless specifically told to.

Right? Anyone to confirm?

[-] thepiguy@lemmy.ml 7 points 10 hours ago

It works natively on Wayland. The UI uses gtk4.

[-] sga@lemmy.world 3 points 15 hours ago

i dont have xwayland, and it worked (though i did not test enough(lack of interest))

[-] QuazarOmega@lemy.lol 78 points 1 day ago

Cool project and... no screenshots? 😭
Every. Damn. Time.

[-] Atemu@lemmy.ml 1 points 5 hours ago* (last edited 5 hours ago)

I mean, it's a terminal emulator; what's it supposed to show, a bunch of white text on black background?

[-] QuazarOmega@lemy.lol 2 points 3 hours ago

It supposedly supports fancy features, so I'm curious to see how those look, they also say it's got top of the line speed, so maybe a screencast with side by side of reference terminal emulator (xterm?) and ghostty displaying heavy throughput output to see the smoothness goodness

[-] prole 4 points 10 hours ago
[-] fox2263@lemmy.world 3 points 15 hours ago

Any speed comparison?

[-] GuyDudeman@lemmy.world 33 points 1 day ago

What are the differences between all of these terminals?

[-] muhyb@programming.dev 28 points 22 hours ago

If you're occasionally using them, there aren't any.

If you're excessively using them, there are many.

[-] Sturgist@lemmy.ca 8 points 15 hours ago

Could you highlight a couple, I'm kinda in between with my terminal usage....

[-] muhyb@programming.dev 22 points 14 hours ago

Sure, I can do that.

  • If you're looking for something lightweight, go for st or urxvt. These are Xorg-only.
  • If you want to configure it via GUI, xfce4-terminal is the middle ground for lightweight and feature-rich. If you are on KDE, konsole would suffice. You can use these on Xorg and Wayland.
  • If you want to work with multiple panes in a single window, terminator is your friend. Used this on Xorg but not sure about its Wayland compatibility.
  • If you want GPU acceleration and more features, kitty and alacritty is out there. Both should work on Xorg and Wayland.
  • If you want something like st but pure Wayland, foot is the best lightweight terminal emulator. My current personal favourite.
[-] Sturgist@lemmy.ca 7 points 11 hours ago

Fucking legend!

Pretty sure I'm using konsole right now, whatever it is, it came pre-installed on my distro.
Might check out foot and kitty, what I'm using is working right now, but always nice to look into different options.

[-] muhyb@programming.dev 2 points 10 hours ago

Yeah, it's one of the greatest characteristics of FOSS. We have many options and endless posibilities.

Glad to help.

[-] kusivittula@sopuli.xyz 3 points 1 day ago

ikr, i try to stay away from the stock one too

[-] vhstape@lemmy.sdf.org 12 points 23 hours ago

It’s awesome to see a project written with Zig!

[-] Telorand@reddthat.com 7 points 22 hours ago

They know what they doin. Take off every zig.

[-] perishthethought@lemm.ee 4 points 19 hours ago

And now that song is back in my head. Thanks man :|

[-] brie@programming.dev 5 points 22 hours ago

I must be retarded. People are excited about a terminal emulator. Why?

[-] daniskarma@lemmy.dbzer0.com 7 points 18 hours ago

People gets excited to see something written in their favourite niche language.

[-] brie@programming.dev 1 points 54 minutes ago

I actually like Zig. I wish something like CUDA was available in it.

[-] crestwave@lemmy.world 10 points 21 hours ago

It's incredibly fast, has the features you would want like tabs/splits, maintains comprehensive compatibility, and is written cleanly in Zig. What's not to like?

[-] brie@programming.dev 16 points 21 hours ago

I've never seen a slow terminal emulator. Most terminals have tabs and splits. Never experienced compatibility issues. Don't care about Zig at all.

Are these all the reasons? Another toy software written out of boredom.

[-] crestwave@lemmy.world 15 points 19 hours ago* (last edited 19 hours ago)

Most terminal emulators are in fact slow and they can be a huge bottleneck if you run complex TUIs or workloads that print a lot of output.

Ever written a program that was extremely slow only for it to run instantly after removing your debug print statements? That's because your terminal is slow.

Fast terminal emulators already exist, but they notably refused to add tabs/splits and overall tended to be quite janky. Ghostty merging these features may not be the most groundbreaking innovation, but a high quality piece of software that can drop-in replace something you use daily with some cool improvements is something to be excited about to me. :-)

[-] brie@programming.dev 5 points 19 hours ago

Thanks, this clears things up. I didn't know what exactly was making print IO slow.

I don't use any complex TUIs. Pretty much everything is CLI or GUI. Which TUIs did you have in mind that were slow?

I'd like to test this soon. I'll look for a modern TUI framework.

[-] FrederikNJS@lemm.ee 1 points 10 hours ago

On slow terminals k9s can be rather sluggish when scrolling through the lists

[-] brie@programming.dev 1 points 39 minutes ago

Fair. I hate kube though. Most companies run just 10 pods because they cargo cult google. The complexity of it is completely unjustified

[-] MonkderVierte@lemmy.ml 2 points 14 hours ago

I've never seen a slow terminal emulator.

https://feddit.uk/comment/14184961

Most terminals have tabs and splits.

Most for wayland have no tabs.

[-] brie@programming.dev 1 points 44 minutes ago

Why is it so funny to see issues with a terminal running in 4k? It never crossed my mind that some folks do that.

Konsole has no tabs?

[-] False@lemmy.world 4 points 20 hours ago

Yeah, I couldn't care less what language its written in

[-] w3dd1e@lemm.ee 2 points 18 hours ago

But does it roll down like Yakuake did before I updated Fedora and broke it? :( That’s all I want.

[-] flying_sheep@lemmy.ml 4 points 16 hours ago

Yes, it calls that its “quick terminal” feature

[-] w3dd1e@lemm.ee 1 points 8 hours ago

Okay, I’m sold.

[-] MNByChoice@midwest.social 5 points 1 day ago

Hey OP, what is the coolest feature?

this post was submitted on 26 Dec 2024
147 points (100.0% liked)

Linux

48727 readers
636 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS