The Road Coder's Survival Kit
twilio.com
The Road Coder's Survival Kit
1–10 of 28 posts
Re: The Road Coder's Survival Kit
#2Any suggestions for this?
Re: The Road Coder's Survival Kit
#3I was really hoping for stuff that makes you more effective at coding while on the road. I find my productivity takes a serious hit when I'm moved from my 27" monitor +12" laptop screen to just my laptop screen. Any suggestions for this?
Re: The Road Coder's Survival Kit
#4I was really hoping for stuff that makes you more effective at coding while on the road. I find my productivity takes a serious hit when I'm moved from my 27" monitor +12" laptop screen to just my laptop screen. Any suggestions for this?
A few things that have helped me working with constrained real estate:
1) Terminal font choice - I switched to Inconsolata last year for my road laptop. Can drop font size to 10 and save serious column space without murdering your eyes.
2) High contrast syntax highlighting with light and dark themes - While I love Solarized on my desktop, glare can make it tough to read. I often switch to Tomorrow (http://chriskempson.github.io/base16/#tomorrow) dark or light depending on the conditions.
3) Buffer navigation plugins - The biggest productivity sink of the small, horizontal laptop screen is the reduced real estate for code. You end up spending way more time navigating up and down a file than on a bigger screen. As I use vim, I use EasyMotion (https://github.com/Lokaltog/vim-easymotion) to make that navigation fast. Repeating the last motion in particular is super useful.
Hope that helps.
Re: The Road Coder's Survival Kit
#5I was really hoping for stuff that makes you more effective at coding while on the road. I find my productivity takes a serious hit when I'm moved from my 27" monitor +12" laptop screen to just my laptop screen. Any suggestions for this?
If you go from a dual monitor setup to solo and back a lot, Stay will manage your windows and keep them in the same position (and crucially, the same size) when you plug your monitor back in.
Re: The Road Coder's Survival Kit
#6I was really hoping for stuff that makes you more effective at coding while on the road. I find my productivity takes a serious hit when I'm moved from my 27" monitor +12" laptop screen to just my laptop screen. Any suggestions for this?
Re: The Road Coder's Survival Kit
#7I was really hoping for stuff that makes you more effective at coding while on the road. I find my productivity takes a serious hit when I'm moved from my 27" monitor +12" laptop screen to just my laptop screen. Any suggestions for this?
I'm not sure what you use, but I've found that just keeping a really organized workspace helps a lot. I use KDE4 and have four workspaces set up: one for web browser, one for tiled ssh terminals, one for Sublime, and one for "everything else". They're always arranged in the same order, and I have an easy hotkey (ctrl-alt-left or right arrow) to switch between them
Re: The Road Coder's Survival Kit
#8I was really hoping for stuff that makes you more effective at coding while on the road. I find my productivity takes a serious hit when I'm moved from my 27" monitor +12" laptop screen to just my laptop screen. Any suggestions for this?
As Adam Carolla jokes, if you use chapstick every day, then suddenly you notice that you can't live without chapstick. But, if you never use it, then you don't need it. A lot of things are like this, including, I think, multiple monitors. Go without them for a while and you'll find that they're really not necessary.
Re: The Road Coder's Survival Kit
#9I was really hoping for stuff that makes you more effective at coding while on the road. I find my productivity takes a serious hit when I'm moved from my 27" monitor +12" laptop screen to just my laptop screen. Any suggestions for this?