Termui – Go terminal dashboard
41–50 of 74 posts
Re: Termui – Go terminal dashboard
#42Re: Termui – Go terminal dashboard
#43I have images of tty-DOM, is it bad ?
Re: Termui – Go terminal dashboard
#44This is pretty cool! Do you guys know if there is a web app that lets you create dashboards like this one?
here's an overview video: https://www.youtube.com/watch?v=JyeqgrykNkI
Re: Termui – Go terminal dashboard
#45Any other framework like this in Python or C++?
Re: Termui – Go terminal dashboard
#46All these Go applications/talks/whatever coming out of the woodwork make me giggle. YOU CAN'T DO AWESOME STUFF WITHOUT GENERICS, OK?
Yeah, it's like how all those people cutting trees with a manual saw proved that you don't need a power saw!
Re: Termui – Go terminal dashboard
#47Re: Termui – Go terminal dashboard
#48HN discussion about the Node.JS implementation (blessed-contrib) a couple of months ago: https://news.ycombinator.com/item?id=8888089
https://news.ycombinator.com/item?id=6058639
I guess it wasn't very popular in spite of the projects it influenced. :)
Although, blessed-contrib does add some pretty cool widgets.
Re: Termui – Go terminal dashboard
#49All these Go applications/talks/whatever coming out of the woodwork make me giggle. YOU CAN'T DO AWESOME STUFF WITHOUT GENERICS, OK?
I don't think anybody's said anything like that. You can build awesome software projects using almost any toolset. C, or C++, or Ruby, or Go, or Java, or… The question is – is the trade-off worth it? Lack of generics makes things more awkward – but it's also simpler, so maybe it's a net gain? Some people think it is, and some people think it's not. But it's a useful conversation to have.
Re: Termui – Go terminal dashboard
#50HN discussion about the Node.JS implementation (blessed-contrib) a couple of months ago: https://news.ycombinator.com/item?id=8888089
If we want to trace back the lineage completely, here's the discussion on blessed ( https://github.com/chjj/blessed ): https://news.ycombinator.com/item?id=6058639 I guess it wasn't very popular in spite of the projects it influenced. :) Although, blessed-contrib does add some pretty cool widgets.
termui is built upon termbox-go in a similar way that blessed-contrib builds on blessed, which is why I found them similar.