this post was submitted on 10 Mar 2025
180 points (96.9% liked)

Linux

51470 readers
276 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
top 35 comments
sorted by: hot top controversial new old
[–] feoh@lemmy.ml 10 points 20 hours ago (2 children)

Glad to hear about the "opt in".

Partially blind guy here who struggles to use computers these days because EVERYTHING IS FREAKING TEENY TINY TEXT YOU CAN'T CHANGE ESPECIALLY MOBILE AAAAAH IT HURTS.

Ahem.

Yes I'm a bit bitter :)

[–] Ferk@lemmy.ml 3 points 5 hours ago* (last edited 2 hours ago)

Another thing is that this standard does not allow setting an absolute size.. you can only use fractions, for example, 2/3 of normal size, which can still be relatively big if your normal size is big.

I also expect making things bigger for emphasis (or adding headings) would likely be more common than making them smaller (that's what I hope at least). Outside of things like mathematical notation where superscript/subscript might be useful (see this comment for some examples).

The problem with the web is that some websites use absolute units that might not scale well (like px) to define the sizes.

[–] Doctor_Satan@lemmy.world 4 points 13 hours ago

Dude. Reading package labels is the same for me. I end up having to take a picture with my phone, then zooming in.

I have my PC screen size zoomed in to 125%.

Getting old sucks.

[–] azron@lemmy.ml 34 points 1 day ago (2 children)
[–] lukecooperatus@lemmy.ml 11 points 1 day ago* (last edited 1 day ago)

This is cool! I'm almost more interested in the underline gaps for descenders that got snuck in as a "oh yeah I did this too" feature. That makes underlined text so much easier to read, IMO.

underlined text example

[–] mac@lemm.ee 7 points 1 day ago

Interesting, that's the guy that develops calibre as well

[–] N0x0n@lemmy.ml 21 points 1 day ago* (last edited 1 day ago) (2 children)

Kitty is probably the best terminal emulator I've ever tried out... It even made me drop Tmux as multiplexer on my stupid Mac !

I only have basic use case right now, nothing complex but customization seems way above others.

The full OSC52 integration with micro for copy/past over SSH and taking up the terminal clipboard was also a game changer (nearly dropped micro because of this...)

I only scratched the surface and have only basic usage and still I can't believe one single person is behind this project (I think?).

[–] juipeltje@lemmy.world 9 points 1 day ago (3 children)

I like it mainly because of the image protocol and supporting both x11 and wayland. I still have alacritty installed as well because i like how damn fast it is. If alacritty had proper image support i'd probably only be using alacritty, but they are both great terminal emulators.

[–] N0x0n@lemmy.ml 6 points 1 day ago* (last edited 1 day ago)

Yeah Alacritty was my second pick, but after reading their documentation it seemed more for people accustomed to Vi and the like.

So yeah that's not something I'm willing to spare some time right now, anyway I'm mostly doing some "sys admin" stuff in my homelab, so simple text editing in a simple terminal is a better fit in my workflow/learning process !

[–] tankplanker@lemmy.world 1 points 23 hours ago (1 children)

I recently switched from alacritty to ghostty as I wanted image support as ghostty implements the kitty protocol for it. Ghostty seems as fast as alacrity to me, but with better support. It even has a tmux type replacement, although I haven't used it as I don't need it with sway doing that for me.

[–] lazycat@lemmy.ml 1 points 6 hours ago (1 children)

Ghostty is fast? It takes like 2 full seconds to open and I'm not even exaggerating. Kitty, Alacritty and foot take only a few microseconds to launch. I feel the same in regards to Alacritty, I'd use it as default if it had image support. For now I'm using foot.

[–] tankplanker@lemmy.world 1 points 6 hours ago (1 children)

Something wrong there, Ghostty is just as quick for me. Are you using an older PC?

Both load for me in milliseconds, even with fastfetch stuck in my startup.

[–] lazycat@lemmy.ml 1 points 5 hours ago* (last edited 5 hours ago) (1 children)

Don't know about old but definitely not slow. My PC has a ryzen 5 3600 and RTX 3060. All terminals have a fast startup time except for Ghostty.

[–] tankplanker@lemmy.world 1 points 4 hours ago* (last edited 3 hours ago)

ryzen 5 3600

Yeah thats what I would call old now, lol.

There is 100% something wrong with your Ghostty.

Heres a shitty gif I made to show you how fast Ghostty, Alacritty and Konsole is on my PC, all way less than a second and I am running a ton of background crap including different 4k animated wallpapers. Gif

[–] catloaf@lemm.ee -3 points 1 day ago (3 children)

Images in the terminal? At that point you're just reinventing the GUI.

[–] lazycat@lemmy.ml 0 points 6 hours ago (1 children)

How am I supposed to get previews working in Yazi then? It's not 1969 anymore. If you don't like it stay on tty.

[–] catloaf@lemm.ee 1 points 3 hours ago

I just don't see the advantage of shoehorning graphics backwards into text interfaces when we've got an entire integrated graphical desktop.

[–] juipeltje@lemmy.world 5 points 1 day ago

It's very convenient for terminal based file managers. I use it to preview my wallpapers images and then i use a keybind to set it as the wallpaper for my window manager. I also recently started using rmpc, an mpd client that can display album art.

[–] Swedneck@discuss.tchncs.de 1 points 1 day ago* (last edited 1 day ago)

you are aware that TUI has been a standard thing for ages, right? wanting GUI features inside a terminal isn't new and i'm not sure if you had a point with this comment other than trying to dunk on them..

[–] wewbull@feddit.uk 4 points 1 day ago (2 children)

As a non-user of kitty, why did it make you drop tmux? Don't they do different jobs?

[–] Zangoose@lemmy.world 8 points 1 day ago* (last edited 1 day ago) (1 children)

Kitty has multiplexing built in so it can also replace a lot of what tmux does (unless you're using tmux over ssh)

[–] wewbull@feddit.uk 11 points 1 day ago (2 children)

That exception is my primary use case for tmux, so that explains it.

[–] priapus@sh.itjust.works 3 points 20 hours ago (1 children)

Kitty can do multiplexing over ssh as well. If you have kitty installed on the remote, you can use Kitty's builtin ssh wrapper and get a lot of useful features.

https://sw.kovidgoyal.net/kitty/kittens/ssh/#opt-kitten-ssh.forward_remote_control

[–] wewbull@feddit.uk 1 points 19 hours ago (1 children)

Don't tend to have a terminal emulator of any kind installed on remote boxes. They're headless.

[–] priapus@sh.itjust.works 2 points 18 hours ago

I generally don't either, but I do install one when using a terminal that has multiplexing. The ssh multiplexing daemon is part of the kitty binary, so it needs to be installed to work. Not really different than installing Tmux on one.

[–] KRAW@linux.community 1 points 1 day ago (1 children)

with kitty you can open a new terminal session that sets it's cwd to the remote directory of the server you're ssh'd into. Honestly the only thing I can think of that termux can do that kitty can't is saving sessions

[–] toastal@lemmy.ml 1 points 13 hours ago

& abduco can work if you only need attach/detach

[–] N0x0n@lemmy.ml 2 points 1 day ago

Tmux has probably some specific features Kitty won't do as good as a native multiplexer? (sorry I'm not the right person to ask this question :s) but It has the features I'm looking for without the need to install one.

It was quite cumbersome to configure a terminal + a multiplexer on MacOS to behave how I liked it. Kitty solved this issue while being fast, simple and a lot of customization in one single app.

One feature that was really important, copy/past over SSH with Micro which involved quite a hacky thing with iTerm2 + Tmux.Also being able to split my windows, create tabs...

But as I said I have only basic use cases and can't really say If Kitty's multiplexing features are on par with Tmux. However, during my web search I read about a lot of people far more knowledge than myself who actually switch to kitty from Tmux without regrets !

[–] Eyck_of_denesle@lemmy.zip 7 points 1 day ago (1 children)
[–] TheTwelveYearOld@lemmy.world 1 points 1 day ago

Kovid GOATal

[–] psycocan@lemmy.ml 0 points 14 hours ago

Thanks, I hate it :)

[–] eager_eagle@lemmy.world 2 points 23 hours ago
[–] murtaza64@programming.dev 9 points 1 day ago* (last edited 1 day ago)

I always wondered if something like this could be possible in the future of terminals. glad to see kitty pushing the envelope! Looking forward to see this used for stuff like markdown rendering. Hoping this gets picked up by other terminals and neovim like the undercurl did.

[–] mub@lemmy.ml 0 points 21 hours ago (1 children)

I'm waiting for the day when these enhanced terminals go full GUI and mouse driven.

[–] No1@aussie.zone 2 points 21 hours ago

Wait, are we moving on from vim vs emacs?