@barakmich Hey, I hear you might own https://t.co/u8Tt2DkicM and the Cayley discourse server... I'm taking over maintenance and fixing the site up. Can you help?
@SlackHQ@roberthead I have this problem. An interesting new piece of info: When I'm controlling emacs, I can't type those characters, but when I type `N`, it says `<f18> not implemented`.
@skrebbel@PaniczGodek I'm not really following the "well, what else?" part. Are you saying that not having a non-coersive way to get there doesn't invalidate the desirableness of the goal? Or the opposite?
@aJimHolmes @hemmcue When you have a negative or tiny cash flow or are carrying credit card balances, "pay yourself first" is *disasterous*. I tried when I was poor because this context was not communicated to me & it did not end well. Pay credit cards, then commitments, then yourself, then luxuries.
@mcfilib An advantage is that you can put the halves on either side of a MacBook, and use the trackpad, so you don't have to pack a mouse. I use my iPad as a second monitor with Duet. This works well.
@mcfilib I've fit my ErgoDox in my backpack easily for commuting (until I bought a second), and in suitcases. It looks like the KA has a similar layout, but if that wasn't true, it would be quite painful to adjust (it took me weeks).
“Maybe that’s enlightenment enough: to know that there is no final resting place of the mind; no moment of smug clarity. Perhaps wisdom...is realizing how small I am, and unwise, and how far I have yet to go.” —Anthony Bourdain
@xlerb Hangouts always does this to me. I found out that running my tests (which normally takes four minutes) takes twenty minutes when trying to pair over Hangouts.
@onealexharms Literally "teletype," but basically some kind of terminal. Unix has devices it calls ttys, so a program's output could be sent to a tty (we say the program is "attached to a tty") instead of a file or pipe or socket.
Reminder, when writing a CLI:
* Color and progress indicators should be off when not a tty
* Output should be parsable with sed or awk (not JSON)
* Always or never prompt the user. Don't prompt "only when ambiguous"
* Be quiet about success, verbose about failure