Live data from Hacker News

Forking Chrome to render in a terminal (2023)

fathy.fr

11–20 of 20 posts

Re: Forking Chrome to render in a terminal (2023)

#12
post #8

This needs an option to use the Kitty Graphics Protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ No need to render to ASCII/Unicode anymore!

Yes I agree, there is also sixel format but I think that sixel is generally used for pngs etc. but both are really cool imo.

Re: Forking Chrome to render in a terminal (2023)

#13
post #6

Fun fact, this project helped the author get a job: https://github.com/fathyb/carbonyl/issues/162#issuecomment-1... Carbonyl is surprisingly performant and usable, especially with --zoom=300 --bitmap At lower resolutions, it would be nice to render images using a "subpixel" terminal rendering library like chafa ( https://hpjansson.org/chafa/ ), or maybe sixels/kitty image protocol.

I remember wanting to use carbonyl on some server so that I don't need to actually create a tunnel b/w 2 servers, start puppeeter in debug instance and open up a website and then hook it up using remote debugging in my ungoogled chromium.

I really wanted something that could just work...

Now that being said, the project was really cool.

So it might come slightly off topic but when I had last viewed the project, there were a lot of people asking if the project is dead or more importantly, what has happened to author and there were comments like this after the job part and even hackernews showed concern of the dev's life https://github.com/fathyb/carbonyl/issues/201 [is the dev killed by IDF in Gaza #201]

Re: Forking Chrome to render in a terminal (2023)

#17
post #8

This needs an option to use the Kitty Graphics Protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ No need to render to ASCII/Unicode anymore!

maybe kitty should just implement an X11 server or wayland and support all gui programs

And emacs. Is that still a meme

Re: Forking Chrome to render in a terminal (2023)

#18
post #8

This needs an option to use the Kitty Graphics Protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ No need to render to ASCII/Unicode anymore!

maybe kitty should just implement an X11 server or wayland and support all gui programs

It already exists for Sixel: https://github.com/saitoha/xserver-sixel

...but at that point X forwarding or VNC seems more useful.

Post reply on HN