Use my HN username.
Introducing Keybase Chat
151–160 of 201 posts
Re: Introducing Keybase Chat
#152Earlier quoted context omitted.
I don't know for sure, but my assumption is that she is 'Alice'[0] which is a common name used when explaining cryptography [0] https://en.wikipedia.org/wiki/Alice_and_Bob
And apparently Alice looks like Pebbles (Flinstones)! A key in her hair sounds like a good place to keep. Visible yet on her person at all times.
Re: Introducing Keybase Chat
#153OP here! I had to trim the post down for brevity, but I thought the HN community in particular might be interested in the API side of things. Undocumented in the post: you can invent channels for app-to-app communication from the JSON API. For example, it's possible with Keybase chat to have a program posting encrypted messages for another person or program, without cluttering up the visual chat interface. Also - to…
It'd be like arguing that by enabling PFS also creates a social contract that the receiver guarantees that their device isn't compromised. Or that webservers that use PFS in TLS don't log most/all of the details for the requests they receive. I don't believe either of these to be true.
You seem to have extrapolated some social properties from a purely technical property and assumed everyone must think about it in the same way as you. But in doing so, you've made your protocol weaker against realistic attacks.
Oh, and the likelihood of an attacker stealing a device with WhatsApp installed and only being able to extract the identity keys and not the cached messages seems absurdly improbable.
Personally, I wish you'd either tried to work with OWS/WhatsApp/whoever to integrate in what makes keybase.io great (providing identity verification - something that all these could use) and not gone about adding to the already crowded area of chat providers.
Re: Introducing Keybase Chat
#154https://github.com/kseistrup/kbmsgr
PS: It doesn't use the Keybase chat API, and it never will.
Re: Introducing Keybase Chat
#155Warning to all OS X users: The Keybase Chat desktop app does a number of shady things that ultimately led me to delete it from my system. I am writing this purely as a public service announcement, to those who worry about installing unknown apps on their Macs. The Keybase Chat app: (1) Requires administrator privileges to launch on first run, to install a "Helper Tool". The app does not explain what this tool does, w…
Re: Introducing Keybase Chat
#156Earlier quoted context omitted.
I used the Unix "locate" command-line tool. I just searched for "keybase". Note that you have to build up a locate DB first by calling "sudo /usr/libexec/locate.updatedb". Type "man locate" in Terminal to learn more.
"locate" is not an Apple command-line tool. It is a Unix command.
mlocate is a locate/updatedb implementation. The 'm' stands for "merging": updatedb reuses the existing database to avoid rereading most of the file system, which makes updatedb faster and does not trash the system caches as much.
The locate(1) utility is intended to be completely compatible to slocate. It also attempts to be compatible to GNU locate, when it does not conflict with slocate compatibility.
Reference: https://fedorahosted.org/mlocate/
Re: Introducing Keybase Chat
#157Why do all new chat clients look like Slack? We're rapidly moving towards a monoculture of chat UIs. I'd like to see a return to less intrusive chat apps, with more minimal UIs that don't take up most of the desktop real estate. The most common screen resolution out there? 1366x768. I kid you not. IRC has it's many flaws, but the clients still understood the meaning of good information density. People seem to forget…
Re: Introducing Keybase Chat
#158Re: Introducing Keybase Chat
#159OP here! I had to trim the post down for brevity, but I thought the HN community in particular might be interested in the API side of things. Undocumented in the post: you can invent channels for app-to-app communication from the JSON API. For example, it's possible with Keybase chat to have a program posting encrypted messages for another person or program, without cluttering up the visual chat interface. Also - to…
Re: Introducing Keybase Chat
#160Earlier quoted context omitted.
That's great, but I also need a web client for friends who can't use irssi.
Can't they use pidgin/gtalk? Gtalk works with bitlbee/irssi-otr.