What's the solution for when "the cloud" loses your files and the ToS says "so sorry, we'll try harder next time - here's next month's bill"? When I keep my files locally, the only person I have to blame for losing them is myself. Out in "the cloud", there's quite literally nothing that can be done to recover my data.
I swapped my MacBook for an iPad+Linode
71–80 of 354 posts
Re: I swapped my MacBook for an iPad+Linode
#72I can't deny that this is a cool setup but I can't see it being useful for long. I personally need to see multiples windows simultaneously as I work. Swiping over can't cut it for very long. But good for you, man. To each his own I suppose.
I must confess, I did wonder about adding a second iPad for browsing documentation, or maybe one of the new kindles... I went through a phase of using multiple monitors all the time. After a year or so I came to the conclusion that alt-tab is quicker and easier than looking at another physical screen. Swiping isn't; I wish alt-tab worked in iOS. Still, it's close and it stops me checking my mail too often.
Re: I swapped my MacBook for an iPad+Linode
#73For 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…
Re: I swapped my MacBook for an iPad+Linode
#74Earlier quoted context omitted.
This is really true. Back then we were still using CVS, and I was writing a feature that I thought wasn't quite big enough to branch and remerge for, but turned out to be a bit more involved to get right than I'd thought. Now we're on Mercurial and life is better. Edit: A nice win with the Linode is that they back it up for me for $5 a month. Sure, there are solutions for the desktop too, but somehow I never got arou…
I would observe that with DVCS, if your hard drive crashes you can still lose several days of un pushed code, too. I recommend and use cron jobs to push and/or rysnc things around on a more frequent basis for my really important stuff.
Re: I swapped my MacBook for an iPad+Linode
#75Earlier quoted context omitted.
This is true, but I'd be sacrificing the silence, the portability and the battery life. And the hipster factor, I guess. 102x768 isn't for everyone, but in text-mode it's all the same. I've no idea how many hours I've spent on a huge high-res monitor staring at a relatively tiny terminal window surrounded by a pretty desktop picture.
The battery life of a Macbook Air is pretty damn good. You can get a good 6+ hours of work out of them before needing to plug in. Not quite iPad-scale, but close enough in many cases. Also, the iPad does tend to run out of battery a bit more quickly when using 3G and bluetooth heavily, I believe...
I didn't buy the 3G version, but I do use bluetooth for the keyboard all day and still get around 9 hours out of it.
Re: I swapped my MacBook for an iPad+Linode
#76Earlier quoted context omitted.
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
Neither are sensible for anyone who uses Emacs keybindings (at the shell or in Emacs). I have my prefix key set to C-t, which is tolerable.
Unlearning typing it twice for when you're not in screen is the hard part.
Re: I swapped my MacBook for an iPad+Linode
#77Re: I swapped my MacBook for an iPad+Linode
#78Re: I swapped my MacBook for an iPad+Linode
#79Earlier quoted context omitted.
I must confess, I did wonder about adding a second iPad for browsing documentation, or maybe one of the new kindles... I went through a phase of using multiple monitors all the time. After a year or so I came to the conclusion that alt-tab is quicker and easier than looking at another physical screen. Swiping isn't; I wish alt-tab worked in iOS. Still, it's close and it stops me checking my mail too often.
I think this is one of the places where Win8's tablet interface will gain fans. I've seen the developer preview and being able to snap windows to the side and get a "mini mode" (or whatever it's called) is really cool.
Re: I swapped my MacBook for an iPad+Linode
#80Earlier quoted context omitted.
This is really true. Back then we were still using CVS, and I was writing a feature that I thought wasn't quite big enough to branch and remerge for, but turned out to be a bit more involved to get right than I'd thought. Now we're on Mercurial and life is better. Edit: A nice win with the Linode is that they back it up for me for $5 a month. Sure, there are solutions for the desktop too, but somehow I never got arou…
I would observe that with DVCS, if your hard drive crashes you can still lose several days of un pushed code, too. I recommend and use cron jobs to push and/or rysnc things around on a more frequent basis for my really important stuff.