So if you are a remote worker and you end up using someone else's body often for remote meeting set up, please don't forget to send a little thank you gift, like $10 amazon card every once in a while. Don't forget, everyone else is already jealous/upset that YOU get to work from home and enjoy all the benefits while someone else is stuck in office and on top of that has to act as your virtual hands/feet.
Making Remote Work Work
41–50 of 92 posts
Re: Making Remote Work Work
#42"If your office has a phone system that uses short extensions internally, have your IT department set one up to redirect to your cell phone. That way you can tell your coworkers to dial “5555”, instead of your whole number." Fantastic tip! Super simple but I really think this idea will make you feel more available to your co-workers.
Re: Making Remote Work Work
#43Any remote-working developer who's pair-programming ? I'd love to hear about your experiences? I know there's been a few attempts at creating remote pair-programming tools but I'm not familiar with any particularly successful one.
one that looks very interesting: https://www.nitrous.io/
Re: Making Remote Work Work
#44Also, FWIW, I find Pomodoro's time slicing technique pretty productive (there are many apps that support it - I'm using PomodoroApp on Mac (https://itunes.apple.com/us/app/pomodoroapp/id705103149?mt=1...). I usually go with 25min + 5min cycles. (If only all meetings fit in that 25 mins I'd be the happiest man on Earth).
Re: Making Remote Work Work
#45Project Management? Chat/IM? Task & Calendars? etc.
Re: Making Remote Work Work
#46since i spend a lot of time in the console i have a few very simple aliases, for the following and some other time zones i use frequently. cst='TZ=CST6CDT date' est='TZ=EST date' berlin='TZ=''Europe/Berlin'' date' then i can just convert times and needed. berlin -d '4:00pm EST'
Excellent idea. This, and I wonder when will I finally see a simple, practical web site that does just that: helps to schedule inter-timezone conf calls with minimal clicks. One such web site was once posted here on HN but it was unfinished at the time (didn't allow to add custom locations) and probably doesn't exist anymore.
Re: Making Remote Work Work
#47Earlier quoted context omitted.
I use: http://www.thetimezoneconverter.com/ http://everytimezone.com/ http://time.is/
Thanks, but: http://www.thetimezoneconverter.com/ - allows only two locations. What about scheduling a conf call across NY, Dublin, Berlin and Moscow? What is the best time for all 4 locations? http://everytimezone.com/ - awesome interface, but doesn't allow any customizations, e.g. pick just the locations I need. This was on HN, I remember I made some suggestions which the guy never implemented. http://time.is/ - sh…
Re: Making Remote Work Work
#48Create another local user account on your computer for being at work. Change the desktop background to big work logos. Don't configure your personal instant messenger accounts and whatnot. Set up the email client to only check the "work" account so you don't fall down personal email item rabbit holes. Configure the WasteNoTime Safari extension appropriately (more strictly than your personal account's config, with sit…
I deliver more finished higher quality code and solutions than anyone else chained to the keyboard all day.
Re: Making Remote Work Work
#49since i spend a lot of time in the console i have a few very simple aliases, for the following and some other time zones i use frequently. cst='TZ=CST6CDT date' est='TZ=EST date' berlin='TZ=''Europe/Berlin'' date' then i can just convert times and needed. berlin -d '4:00pm EST'
SO THAT'S HOW YOU SET ENVIRONMENT VARIABLES IN ALIASES! THANK YOU! (I'd been making the slight-environment-change aliases into bash functions as a workaround. You just helped me so much.)
# CC=gcc make
After the command runs, CC will go back to whatever it was set to before (or unset if it wasn't set). Very handy for some operations.
Re: Making Remote Work Work
#50Create another local user account on your computer for being at work. Change the desktop background to big work logos. Don't configure your personal instant messenger accounts and whatnot. Set up the email client to only check the "work" account so you don't fall down personal email item rabbit holes. Configure the WasteNoTime Safari extension appropriately (more strictly than your personal account's config, with sit…
You dont need to do any of this. Walking away from a problem and doing something else ends up in faster more elegant solutions every time than avoiding distractions on the machine. I'll tap out a tune on my piano, play with the kids or sit in the garden for a bit whilst working from home. Then I'll do an hour or two of work and repeat. I deliver more finished higher quality code and solutions than anyone else chained…