Charm – Tools to make the command line glamorous
171–180 of 223 posts
Re: Charm – Tools to make the command line glamorous
#172Re: Charm – Tools to make the command line glamorous
#173Earlier quoted context omitted.
I'm young and had the same experience as GP - for me it's just too little said about too many different things, it's hard to tell what 'it' is (and I only realised on the second read through that that's partly because they are many things). Imagine if Amazon had a landing page with headings like 'eShopping', 'Internet', and 'Cashierless Shopping' to describe what the company did. (And worse, then obscured them behind…
> Imagine if Amazon had a landing page with headings like 'eShopping', 'Internet', and 'Cashierless Shopping' to describe what the company did. (And worse, then obscured them behind fun but not descriptive names.) Well, they do have Route 53, EC2, Elastic something on AWS.
Re: Charm – Tools to make the command line glamorous
#174A few months ago I implemented a telnet chat server[0] for fun and it was surprisingly easy to do so. Even by using a wasm vm that I was still working on at the same time.
Re: Charm – Tools to make the command line glamorous
#175I love Charm; doing `ssh git.charm.sh` is a lot of fun and really sparks the imagination about SSH apps. They also have usable solutions for auth and storage, which like, if you're thinking of writing something like this are the first things you'd start reaching for. They also work hard to enable you to run all your own services, so you don't rely on the Charm cloud for everything. Definitely a good model for future…
Looks cool! Are there any security risks posed by ssh'ing into an unknown server?
Also these https://marc.info/?l=bugtraq&m=104612710031920&w=2
Re: Charm – Tools to make the command line glamorous
#176Earlier quoted context omitted.
A Gemini client might benefit: https://gemini.circumlunar.space/
Not using Charm, but I've designed a TUI Gemini client in Go! It's pretty popular, for terminal clients at least. https://github.com/makeworld-the-better-one/amfora
Re: Charm – Tools to make the command line glamorous
#177Earlier quoted context omitted.
The dynamic intuitive interface provided by `ssh git.charm.sh` is a wonderful example of how text-based user interfaces do not need to be limited to REPL. I wonder if there is space for a new text-based web browser that adopts some of the design features showcased by Charm.
It surely is impressively well made. I am wondering though whether Charm actually qualifies as a text-based interface. Isn't it more like a replication of a graphical user interface, with windows and tabs etc.? If one's issues with working on the command line has always been that there are no "drawn" windows GUI elements, then this of course is a revelation, but we already have high-res versions of Charm, i.e. modern…
Re: Charm – Tools to make the command line glamorous
#178Earlier quoted context omitted.
Those are cool but they are still using just ANSI color codes and what not. I think it is great but not ideal or optimized than if terminals would implement a native markdown or markup renderer.
Wait, how would that even work? Do you want something like SIXL support but for markdown? Encode your markdown doc in an unholy escape sequence and throw it at the terminal?
https://github.com/alacritty/alacritty/blob/master/extra/ala...
Allowing for different sized headers and what not.
Re: Charm – Tools to make the command line glamorous
#179Totally not relevant but those rollerskates look amazing in the Skate logo. In fact, all logos look eerily real in a way. I wonder what makes that so, it's literally as if i could grab them from the screen and put them on my desk. Well done, gfx artist !!
Re: Charm – Tools to make the command line glamorous
#180Earlier quoted context omitted.
You potentially send all your key IDs (ie public keys) your agent has. there are command line options to force your ssh not to use your agent in which case, barred any bugs in the ssh client, it’s like browsing to a domain in your browser.
This is the first time I’ve heard someone say sharing public keys is a security risk. Can you explain the threat model here?