anarcat

Results 540 comments of anarcat

@KwadroNaut i suspect the maintainer here might need a little help, see #70

FWIW, i ended up switching to [tabulate](https://github.com/cmck/python-tabulate) which doesn't have that problem and supports more output formats.

I just noticed that the `DoubleTable` style outputs unicode in Linux, so I have switched to that now, but maybe the same should be done for the SingleTable style?

hmmm... this makes other tests fail in the suite... so yeah, maybe a policy decision to make here, but at least the tests should be fixed before this is merged....

ping - any reason why this isn't merged yet? see also #70...

FWIW, i ended up switching to [tabulate](https://github.com/cmck/python-tabulate) for undertime.

note that the irc folks are working on a major overhaul and extension of the protocol, including authentication, backlogs and federation. your input would be very welcome here: http://ircv3.net/ it...

my use case here is #533 - unattended backups. as stated there, asymmetric crypto is only one of the ways of doing this, but it seems like the first obvious...

yeah, reflecting on this further, i agree that asym crypto is not that useful to defend against takeovers - it's more useful for unattended backups (#533). having a native communication...

> On the downside, once attackers gain access to a server, they can easily extract the credentials for accessing the backend and the restic password I hope this is a...