meejah

Results 289 comments of meejah

Is there a good comparison of AppImage, snapcraft and flatpak? They all sound very similar to me and I'd like to understand the pros and cons of each approach.

Okay, so which of those results is the "good" one...? ;)

Another naive / not-thought-completely-through idea is that there is an AppId as well that may provide a "scaling" hook. For example, that could be a way to decide "which" of...

Brainstorming about some basic use-cases. The simplest is: A user with access to two machines wishes to enable machine A to ssh to machine B. So, they would: 1. run...

As a slight tweak to what @jrollins says above, I'd also thought of being allowed to specify `-` instead of the `authorized_keys` file so e.g. you could pipe it to...

You could probably steal some ideas from Crossbar's "universal" listener (which multiplexes between websockets, HTTP and Crossbar's 'raw socket' on one port). This is aided by the first byte sent...

There is at least one Web implementation in the works already: https://github.com/LeastAuthority/MyFileTransfer

My personal opinion is that it would be better overall to augment the file-transfer protocol so that multiple files can be transmitted (possibly in both directions) once the connection is...

> There are pretty good arguments for sending multiple files or whole directories in one transfer, which is best done through some file archive format. I agree that sending multiple...

Okay .. maybe it makes sense to refer to "a transfer session" as the thing which is set up with a single human interaction i.e. one exchange of wormhole codes....