How Can you boost productivity on your computer when your traveling with a computer without wifi on the backseat of a car?<p>Are there any tools or guides for that?
Some of the best and more useful code I wrote was during commute (though in a bus). I know I'm in there uninterrupted for one block of time. I know my battery will only last for 2 hours. It speeds things up.<p>That's also a tip I give to people to speed things up when they're home or at the office: disconnect from the internet, unplug from the charger, race to deliver a feature purely on battery.<p>You won't be distracted by going into a rabbit hole of docs and browser tabs. You won't bother with premature optimisation and searching the internet for a better or the best way to do it. You just implement the first version of the deliverable with what you have, and <i>then</i> improve it.<p>It also shows you what documents you really need. You'll want to have access to the docs offline for example. You don't have them? Next time.<p>I had a project where some parts couldn't work without internet and working without internet pushed me to improve the code and make it more testable (dependency injection, mocks and stubs, etc)
Depends _very_ much on how you define productivity.<p>Is your job moderating a big forum? Then no, you can't really bost anything.<p>Is your job writing about various topics? If this requires documentation, with a bit preparation before hand, sure, you can be super productive.<p>Is your job coding? Offline manuals will get you a long way (assuming you don't depend very much on 3rd parties like APIs or package managers).<p>Now, if we exclude the 1st point, yes, you can, here is how:<p>1. Get a good pair of headphones. Not necessary with active noise cancelling, but ones that do a good isolation of environment.<p>2. Download all the tools you will need: manuals, documentations, libraries and whatnot. (back in the day there were lots of site downloaders like httptrack)<p>3. Download some sounds. Be it music, white noise or whatever suits you.<p>4. Start doing stuff.<p>Hint: if this is one-time, long trip, you could use that time to read a book to elevate your skills ;)
You don't get carsick doing that? Lucky.<p>When I've needed to, I've often just tethered to my phone's internet. You can charge the laptop with an inverter that plugs into your cigarette lighter, but check the maximum wattage first so you don't blow a fuse.<p>These days you can also get those big portable battery packs from GoZero and Nomad, etc., along with Starlink for RV for when you pull over somewhere for a few hours.<p>Covid caused a huge surge in remote work, so there are a lot of articles on this stuff now...