Live data from Hacker News

Show HN: A Simple terminal-based video chat – renders in ASCII and has audio

github.com

1–10 of 48 posts

Re: Show HN: A Simple terminal-based video chat – renders in ASCII and has audio

#7
post #6

Wouldn't something like this be easier to encrypt for transmission than normal video? Plus, in the case it comes up, "that ascii representation doesn't look anything like me and you can't prove it was me." I like it.

Why would it be any easier to encrypt? It's data just the same.

I wouldn't rely on terrible quality video for plausible deniability but if you want to there are of course many ways to make your webcam feed shitty looking.

Re: Show HN: A Simple terminal-based video chat – renders in ASCII and has audio

#10
post #6

Wouldn't something like this be easier to encrypt for transmission than normal video? Plus, in the case it comes up, "that ascii representation doesn't look anything like me and you can't prove it was me." I like it.

I think it would actually be "harder" to encrypt since it wouldn't be as compressible as normal video (if you lower the resolution to match).

Note you can tunnel arbitrary ports in ssh for data if that's what you're thinking of.

Post reply on HN