You may recall Josh gushing about tslime on Episode 0.7.3. While tslime makes it easy to send input from Vim to a tmux session, Ben Mills wanted a bit more, so he created Vimux. Vimux gives you a tmux pane in which to execute commands, all without losing focus in vim.
Commands can easily be set up in your
.vimrcto do common tasks:" Prompt for a command to run map rp :PromptVimTmuxCommand " Run last command executed by RunVimTmuxCommand map rl :RunLastVimTmuxCommand " Inspect runner pane map ri :InspectVimTmuxRunner " Close all other tmux panes in current window map rx :CloseVimTmuxPanes " Interrupt any command running in the runner pane map rs :InterruptVimTmuxRunnerCheck out Ben’s introductory blog post for background and how they’re using Vim and tmux at Braintree (which I highly recommend for payment processing by the way).
We just can’t shut up about the joys of tmux, especially for remote pairing. Matt Furden aims to make it even easier to set up a secure multi-user environment with wemux. Wemux sets up an SSH server and tmux sessions for three use cases:
Mirror Mode gives clients (another SSH user on your machine) read-only access to the session, allowing them to see you work, or
Pair Mode allows the client and yourself to work in the same terminal (shared cursor)
Rogue Mode allows the client to pair or work independently in another window (separate cursors) in the same tmux session.
Wemux can be installed via Homebrew and provides a command line interface with a host of options, for listing and joining servers, kicking users, and more:
$ wemux list Currently active wemux servers: 1. project-x 2. rails 3. wemux <- current serverCheck the README for advanced installation and usage.
Today, I hosted a training for our Shanghai office on how to frame up a presentation for clients. Here’s a bit of the chat we had.
By the way, Ali (Gee) referenced in the deck, is our brilliant planning director.
Also, all of the photos are borrowed. Most are linked here.
For the curious and lost on context, that’s deck definition #11 http://www.urbandictionary.com/define.php?term=deck&defid=1353942
Made with Paper
Contraception had produced not only a decline of population but also a tendency of the more intelligent strains in the population to breed less than the dullards and half-wits.
Made with Paper
Made with Paper
Made with Paper
“Walk on water (Liquid Mountaineering)” on http://shel.tv/GHc4tA via @joi
Ok. Now I like blurring less because I’m getting better screenshots …. hmm … how to decide when to blur … … a puzzle.
Multiple screens of screenshots! I’ve got taking a lot of fast screenshots of tweets … and this is another idea for an interface, like twitter iPad. http://ec2-107-22-78-158.compute-1.amazonaws.com:4000 may or may not be running this.
http://jsfiddle.net/proksoup/tqjU2/
Fiddling around with what a simple url api might consist of …