Earlier quoted context omitted.
tmux: is it faster because it's more efficient about sending updates to the terminal, or are you talking about server-side resource usage? I certainly wouldn't say no to a more responsive terminal.
I'm talking about the time between keystrokes and visual response. To make the switch-over even easier, rebind to C-a instead of the (sensible) tmux default of C-b. Put this into your ~/.tmux.conf: set -g prefix C-a unbind C-b bind C-a send-prefix bind-key C-a last-window
I swapped my MacBook for an iPad+Linode
51–60 of 354 posts
Re: I swapped my MacBook for an iPad+Linode
#52Incredible that we seem to be moving back to powerful mainframe computers in a timesharing system. A 40 year cycle?
Re: I swapped my MacBook for an iPad+Linode
#53It's interesting to see that other people are noticing how poor the google web experience has become on iOS. It seems especially deliberate when I note that android & chrome use webkit. I've even swapped the default search engine to bing because it provides a better layout, especially so for image searching which in my view is broken on iOS. This from the company that just released tools to aid the transition to mobi…
Re: I swapped my MacBook for an iPad+Linode
#54Re: I swapped my MacBook for an iPad+Linode
#55It's interesting to see that other people are noticing how poor the google web experience has become on iOS. It seems especially deliberate when I note that android & chrome use webkit. I've even swapped the default search engine to bing because it provides a better layout, especially so for image searching which in my view is broken on iOS. This from the company that just released tools to aid the transition to mobi…
Also, outside of Google Docs, Google has first rate support for iOS on the web. Gmail, Voice, Reader, everything runs brilliantly on iOS. In fact, usually better than Android, as they clearly see web as their primary in to iOS compared to Android (example: Voice is the snazzy HTML5 newness on iOS, while Android has the spartan 1995 grad student webpage styling).
Re: I swapped my MacBook for an iPad+Linode
#56It's interesting to see that other people are noticing how poor the google web experience has become on iOS. It seems especially deliberate when I note that android & chrome use webkit. I've even swapped the default search engine to bing because it provides a better layout, especially so for image searching which in my view is broken on iOS. This from the company that just released tools to aid the transition to mobi…
Re: I swapped my MacBook for an iPad+Linode
#57For anyone who spends their day (or most of some days) in a terminal connected to a remote server, I can't recommend using GNU Screen enough (brief tutorial: http://www.kuro5hin.org/story/2004/3/9/16838/14935 ). I've worked almost exclusively on remote servers, using the command line and vim, for about eight years now. It's only been in the past year that I started using Screen, and I feel stupid for not using it soo…
Since we're pimping terminal multiplexers, I quite enjoy tmux ( http://tmux.sourceforge.net/ ). I used to use screen, but found tmux to be faster, smoother, and have more logical key-combos (your mileage may vary).
Re: I swapped my MacBook for an iPad+Linode
#58This has to be the most ergonomically inefficient set-up ever! I also cannot fathom how to work with 21" at least). And a tiling window manager. And a decent mechanical keyboard... ok ok.. Interesting setup. I'd be interested in knowing how it works out in the long term.
Re: I swapped my MacBook for an iPad+Linode
#59This has to be the most ergonomically inefficient set-up ever! I also cannot fathom how to work with 21" at least). And a tiling window manager. And a decent mechanical keyboard... ok ok.. Interesting setup. I'd be interested in knowing how it works out in the long term.
I've even started working comfortably using just one display now that I've changed to using a tiling WM. With a floating wm, I needed at least two large displays to work comfortably. Lots of that screen area was wasted just by showing a little desktop in between of poorly arranged windows. I'll never go back to floating windows with frames and decorations.
Re: I swapped my MacBook for an iPad+Linode
#60For anyone who spends their day (or most of some days) in a terminal connected to a remote server, I can't recommend using GNU Screen enough (brief tutorial: http://www.kuro5hin.org/story/2004/3/9/16838/14935 ). I've worked almost exclusively on remote servers, using the command line and vim, for about eight years now. It's only been in the past year that I started using Screen, and I feel stupid for not using it soo…
Not wanting to leave it is why I've not spent much time with tmux. Is there something similar for it?