Live data from Hacker News

cat mario.nes | nc play-nes.org 4444

github.com

11–20 of 76 posts

Re: cat mario.nes | nc play-nes.org 4444

#11

Doesn't seem to work on Gnome terminal Version 3.44.0 The rom loaded to the site UI in nc no problem, and I selected Sixel (option 1), but nothing is happening

That would be because GNOME Terminal doesn't support sixel graphics.

https://www.arewesixelyet.com/#gnome-terminal

Looks like if you build the latest libvte from master and make sure to explicitly enable sixel support via the appropriate build time flag, you can then build GNOME Terminal against that and you'll have sixel support:

https://gitlab.gnome.org/GNOME/vte/-/issues/253

Re: cat mario.nes | nc play-nes.org 4444

#12

"Cloud gaming is the next big thing." --Links to Stadia shutdown notice OP, I appreciated that bit

It's a funny joke, but imo Stadia shutting down has very little to do with the viability of cloud gaming as a business and a lot more to do with how google (mis)managed it.

Re: cat mario.nes | nc play-nes.org 4444

#14

"Cloud gaming is the next big thing." --Links to Stadia shutdown notice OP, I appreciated that bit

It's a funny joke, but imo Stadia shutting down has very little to do with the viability of cloud gaming as a business and a lot more to do with how google (mis)managed it.

> more to do with how google (mis)managed it.

Definitely this. The service itself was great, was ahead of the competition gameplay-wise. Google just did what Google does.

Re: cat mario.nes | nc play-nes.org 4444

#15
post #11

Doesn't seem to work on Gnome terminal Version 3.44.0 The rom loaded to the site UI in nc no problem, and I selected Sixel (option 1), but nothing is happening

That would be because GNOME Terminal doesn't support sixel graphics. https://www.arewesixelyet.com/#gnome-terminal Looks like if you build the latest libvte from master and make sure to explicitly enable sixel support via the appropriate build time flag, you can then build GNOME Terminal against that and you'll have sixel support: https://gitlab.gnome.org/GNOME/vte/-/issues/253

Ah, thanks. I made the mistake of assuming any modern terminal would/should by default.

Re: cat mario.nes | nc play-nes.org 4444

#17
post #11

Earlier quoted context omitted.

That would be because GNOME Terminal doesn't support sixel graphics. https://www.arewesixelyet.com/#gnome-terminal Looks like if you build the latest libvte from master and make sure to explicitly enable sixel support via the appropriate build time flag, you can then build GNOME Terminal against that and you'll have sixel support: https://gitlab.gnome.org/GNOME/vte/-/issues/253

Ah, thanks. I made the mistake of assuming any modern terminal would/should by default.

Yep! It's surprising to me, too, how recently (within the past 4 years, by my estimation) there has been an intense, renewed interest in sixel.

It has coincided with the creation of a lot of new terminal emulators (some of the youngest have the most support for sixel and similar features), and with the trend of using GPU acceleration in terminal emulators.

I couldn't exactly say 'why now', but one guess is that macOS' explosion in popularity among developers and the relatively high popularity of desktop Linux within the developer community in particular have produced a generation of developers who appreciate the power and flexibility of the Unix command line but have also grown up with rich graphics on their computers from the start.

There's clearly a strong contemporary desire for a more IDE-like terminal experience, and for graphically enriched tools that are still decidedly text-centric. Efforts to establish new standards and protocols for this have mostly withered or seen little uptake, so resurrecting support for (today) rarely-used features of old physical terminals has emerged as a viable approach for adding graphics to our CLI environments.

Maybe some day we'll escape from the 80s, but for now it seems that we are still returning to them to find 'new' material, for various practical reasons.

Re: cat mario.nes | nc play-nes.org 4444

#18
post #16

Save you a couple characters of typing

I was sincerely hoping I wouldn't be the first person to notice the useless use of cat. https://en.m.wikipedia.org/wiki/Cat_(Unix)#Useless_use_of_ca...

It’s not useless because it’s able to accomplish the same without having to memorize yet another syntax trick.

- Someone who knows the trick

Re: cat mario.nes | nc play-nes.org 4444

#19

"Cloud gaming is the next big thing." --Links to Stadia shutdown notice OP, I appreciated that bit

It's a funny joke, but imo Stadia shutting down has very little to do with the viability of cloud gaming as a business and a lot more to do with how google (mis)managed it.

Isn't this the regular story of Google though?

"Let me give a half effort on X product. Oh, see, nobody likes it. Well, guess I'll go ahead and shutter it."

It's a shame that products with so much potential have all the resources put into them wasted with their behavior.

Re: cat mario.nes | nc play-nes.org 4444

#20
post #16

Earlier quoted context omitted.

I was sincerely hoping I wouldn't be the first person to notice the useless use of cat. https://en.m.wikipedia.org/wiki/Cat_(Unix)#Useless_use_of_ca...

It’s not useless because it’s able to accomplish the same without having to memorize yet another syntax trick. - Someone who knows the trick

It's not a trick by any means.
Post reply on HN