Related to this are the (rather poorly named ) kitty terminals graphics protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ Yeah it is playful and all, but telling your colleagues to use "kitty" doesn't sound very professional. You might disagree with this, but that doesn't change the overall perception and general take in corporate world.
FIM – Linux framebuffer image viewer
51–60 of 88 posts
Re: FIM – Linux framebuffer image viewer
#52Re: FIM – Linux framebuffer image viewer
#53Earlier quoted context omitted.
You're right my comment was off the cuff but I stand by it's logic. I didn't say Kovid was a terrible person, just not great. Having not done research into him specifically I just noted with the parent that certain qualities such as supposed abrasiveness often overlap with qualities I dislike, like using the Lenna image. My point is that using the Lenna image is a signal, just as you rightly point out so is my commen…
Using the 'Lena' image is only a signal for those who want to signal something. For most people it is just the standard graphic to use when presenting image processing software. There has been a movement to ban the image but that movement is most likely not nearly so widespread as some people seem to think it is. It wholly depends on which 'bubble' you are in whether using that image is a deadly sin or just daily rou…
Instead however I would ask you look at the words you used, where they came from, who said them to you, and why you brought them up here. They are strangely charged words for a debate over a picture.
Re: FIM – Linux framebuffer image viewer
#54Related to this are the (rather poorly named ) kitty terminals graphics protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ Yeah it is playful and all, but telling your colleagues to use "kitty" doesn't sound very professional. You might disagree with this, but that doesn't change the overall perception and general take in corporate world.
I personally wouldn't be able to remember "kitty" if it was named "featureful-python-terminal-emulator", and I certainly wouldn't want to recommend it to others under this name
Re: FIM – Linux framebuffer image viewer
#55Earlier quoted context omitted.
export SDL_VIDEODRIVER=caca is more usable for games
Oh nice! How did I not know it works with caca?!
I've even played SC2, The Ur-Quan masters fairly successfully in an ssh session that way. And Frozen Bubble.
Re: FIM – Linux framebuffer image viewer
#56Earlier quoted context omitted.
You're right my comment was off the cuff but I stand by it's logic. I didn't say Kovid was a terrible person, just not great. Having not done research into him specifically I just noted with the parent that certain qualities such as supposed abrasiveness often overlap with qualities I dislike, like using the Lenna image. My point is that using the Lenna image is a signal, just as you rightly point out so is my commen…
> using a Playboy image In all honesty, until I read about that I couldn't have imagined the original was a playboy image. What is really used and we see online is a cropped portrait of a playboy image. I am not even sure that playboy image may have been pornographic. Nudity != porn. What is sure is that cropped portrait is not in any way pornographic. So I kind of have difficulties on drawing opinions about that. Su…
Re: FIM – Linux framebuffer image viewer
#57Earlier quoted context omitted.
The name "kitty" is nothing compared to the attitude and crimes of the dev (destroying bitmap support and telling people to buy new monitors). I will never use, support, or recommend kitty.
A crime?! Please people I don't even know what happened here but removing some bitmap support is a crime now for a maintainer of an open source piece of code? You are not happy with the project then where is your fork so we can assign some crimes to you and get out of our way to not recommend it? (Note: I am not affiliated at all with the project and I don't even know what happened but you really need to take a breat…
Re: FIM – Linux framebuffer image viewer
#58Earlier quoted context omitted.
This is a great tip, do you have others? I've tried to ditch graphical desktop envs and failed pretty miserably on media consumption and browsing before.
I messed with this a bit and found fbdev forces even gpu accelerated video decode or rendered apps (e.g. even terminal text these days) to go through the CPU/RAM copy path whereas a lightweight graphical setup (like a minimal sway with a full screen terminal window open) is zero copy. Minor thing, but I'll gladly trade a little RAM for some battery life + simplicity if I ever do need to open something actually graphi…
fbdev is not it, going through the DRM subsystem is much better
Re: FIM – Linux framebuffer image viewer
#59Earlier quoted context omitted.
Using the 'Lena' image is only a signal for those who want to signal something. For most people it is just the standard graphic to use when presenting image processing software. There has been a movement to ban the image but that movement is most likely not nearly so widespread as some people seem to think it is. It wholly depends on which 'bubble' you are in whether using that image is a deadly sin or just daily rou…
I want to point out some of the language you've used. You've brought up "current narrative", "crusade", "sin" and "inquisition", when really you seem to be saying "the image doesn't signal anything and the push to remove it is overblown". I disagree with you (for example IEEE has banned it) but I do respect you believe the actual movement that disagrees with is small but influential. Instead however I would ask you l…
Re: FIM – Linux framebuffer image viewer
#60You can also use mplayer with "-fp" to play video on the frambuffer as well. I have gone weeks at a time without using a graphical desktop at all thanks to these tools.