this post was submitted on 22 Jun 2024
62 points (98.4% liked)

Linux

4924 readers
100 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] refalo@programming.dev 14 points 2 months ago (1 children)

Nothing is as impressive as notcurses. Nick Black is a genius

[–] hellofriend@lemmy.world 1 points 2 months ago (1 children)

How tf does that work? Amazing

[–] FizzyOrange@programming.dev 2 points 2 months ago

The kitty graphics protocol lets you send images to display in the terminal. I had a play around with it trying to make a similar GUI. The big gotcha is text rendering. You can either stick to normal grid aligned monospace, or I think you could maybe use a texture atlas, but it's not going to be very efficient at all. I haven't got as far as trying that though.

The videos... while they work are probably uncompressed video which is only going to work well over a very fast network.

Your scientists were so preoccupied with whether or not they could, they didn’t stop to think if they should

[–] thingsiplay@beehaw.org 2 points 2 months ago

Impressive. Most impressive.

[–] mcmxci@mimiclem.me 1 points 2 months ago
[–] noproblemmy@programming.dev 1 points 2 months ago (1 children)

That is going to need a disable option for me :-S

[–] thingsiplay@beehaw.org 2 points 2 months ago

I had similar thoughts, because I would disable it probably. But that does not change the fact (and my previous comment) that this is impressive.

Env Vars: What would make sense to me is a global variable the project checks and runs standard text or effects based on the global environmental variable. This way we could just set a single env var in the shell and have it automatically set off (or on for specific apps only) without configurations and commandline options for many programs.