vanrein

Results 87 comments of vanrein

I also got the surprising message about Python3.7 not being present; I think I installed it from Apple a while ago. I edited the top of `run-grc` as follows: ```...

> I was unsuccessful with Python 3.8 earlier. Python 3.7 did the trick. Is this a property of GNURadio, or of this Mac OS X version? I'm surprised that it...

I can see two ways of adding `PKCS #11` support that might work without building it into `acmetool`. * You might allow `want` notation that installs a public key and...

Probably related, but different under emphasis: ``` > *Quick brown foxes have a habit of being > jumpy to let dogs catch their 8 hours of > well-deserved sleep.* ```...

I decided to have a look at `server/tty.c` which seems to be the ZMODEM target area. Some documents on ZMODEM are: * [ZMODEM protocol](http://gallium.inria.fr/~doligez/zmodem/zmodem.txt) * [how to support ZMODEM](http://www.ifremer.fr/lpo/gliders/donnees_tt/tech/protocoles/serial_com.pdf) *...

Spooky, I just compiled QODEM today! Now also got LCXTERM [0], as it seems to be an interesting tool -- TWIN has value as a TUI that does many of...

Named screens would be great. They make it easier to attach to a session because names are easier to remember. I also had a look and it seems that the...

> @vanrein I think you are talking about **sessions**, not **screens**. Yes, of course. > In any case, your idea to use names instead of numbers to identify a session...

> I would rather complete the ZMODEM integration first, and then there's the [mulTTY]() idea of session multiplexing with [otherwise ignored ASCII codes](https://github.com/arpa2/multty/blob/master/doc/ASCII.MD) that would add much more value, namely...

OK, there is one difference. Both MOSH and TTYD use `TERM=xterm-256color` and `tty` prints `/dev/pts/123`. Both err on `linux_InitVideo() failed: terminal "xterm-256color" is not linux` but the difference is: TTYD...