Termui – Go terminal dashboard
61–70 of 74 posts
Re: Termui – Go terminal dashboard
#62Re: Termui – Go terminal dashboard
#63All these Go applications/talks/whatever coming out of the woodwork make me giggle. YOU CAN'T DO AWESOME STUFF WITHOUT GENERICS, OK?
Is there something about generics I'm missing? Other than during discovery, when do you have input that you cannot anticipate its type and you are forced to modify it?
Re: Termui – Go terminal dashboard
#64How precious. I thought that the novelty of "my website is a terminal" had worn off by now, but oh well. One thing which is subpar about such an interface is that you basically have to type "help" unless you just want to blindly guess what the commands are. This is like a landing page that has a button that says "show what sites I can go to from here": why not just show my options straight away? Unnecessary indirecti…
Gratuitous negativity violates HN's guidelines and is not welcome here. If you have criticisms to make, make them substantively. This is not a site for spewing bile.
Re: Termui – Go terminal dashboard
#65How precious. I thought that the novelty of "my website is a terminal" had worn off by now, but oh well. One thing which is subpar about such an interface is that you basically have to type "help" unless you just want to blindly guess what the commands are. This is like a landing page that has a button that says "show what sites I can go to from here": why not just show my options straight away? Unnecessary indirecti…
> How precious. I thought that the novelty of "my website is a terminal" had worn off by now, but oh well Whereas the novelty of rude remarks for no real reason keeps on giving!
Re: Termui – Go terminal dashboard
#66Earlier quoted context omitted.
> You are suggesting using screen space for the use case of a new user. Some people optimize for people that are already familiar with the program. It's a landing page, man. Unless you're a celebrity, you should "optimize for new users".
It’s a personal website, not a landing page (and hosted on a platform that encourages experimenting). I’d argue that in this case not everything needs to be optimized for the new user’s sake.
Re: Termui – Go terminal dashboard
#67How precious. I thought that the novelty of "my website is a terminal" had worn off by now, but oh well. One thing which is subpar about such an interface is that you basically have to type "help" unless you just want to blindly guess what the commands are. This is like a landing page that has a button that says "show what sites I can go to from here": why not just show my options straight away? Unnecessary indirecti…
Are you having a bad day? You are suggesting using screen space for the use case of a new user. Some people optimize for people that are already familiar with the program. Both are valid options, so it's a bit silly to criticize just because it's not your preferred use case.
Re: Termui – Go terminal dashboard
#68Re: Termui – Go terminal dashboard
#69Earlier quoted context omitted.
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.
blessed is an amazing engineering work! I hoped the name blessed-contrib to show the project roots. termui is built upon termbox-go in a similar way that blessed-contrib builds on blessed, which is why I found them similar.