Recent Tweets @proksoup
Likes
Follows

thechangelog:

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.

screenshot

Commands can easily be set up in your .vimrc to 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 :InterruptVimTmuxRunner

Check 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).

thechangelog:

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.

Screenshot

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 server

Check the README for advanced installation and usage.

wearethedigitalkids:

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 

Someday perhaps I will go around carrying only a book, a change of clothes, a pen, a water bottle, a folding umbrella, and a little capsule that turns into my livelihood when opened. Rollable hi-res screen and keyboard, tiny computer the size of a cell phone or smaller but as light as a pen, with high-speed satellite connectivity anywhere on the globe. In this world, my sleeping bag, pad and windproof hammock weigh only a pound put together. For half of the year I travel the world, alone and with companions, with a small bag slung over my shoulder like Kwai Chang Caine. We sleep outdoors, travel on trains, and a few days of the week sit some place cozy and create beautiful software or solve interesting problems that improve the world.

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.

I like it blurred like this. Makes the noise less noisy.

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 …