|
|
|
|
|
by cableshaft
3357 days ago
|
|
I manage to do quite a bit during lunches with a $200 computer at places that don't have internet access. Sometimes I use my cell phone to look something up, but I can also just wait until later or check a downloaded pdf. You don't need to have constant internet access to be able to be productive on a computer. In fact, I'd argue that often not having internet can make you more productive, by not giving you any distractions. Well, if you know your entire domain well, at least. At work I'm constantly fighting frameworks or APIs or reaching edge cases or error messages I've never seen before that I've had to look up, so I'd be a lot less productive without internet. But I can program for quite some time in Python, vanilla C#, and to a lesser extent Swift without looking anything up. And back in the day I knew Actionscript so well I never needed the internet to be productive (I miss those days). Really, you need to be able to not have to context switch a whole lot. All-in-one platforms let you stay in one context; most modern web platforms force you to context switch all the damn time. |
|
I agree with you, if you know your domain, you can probably do it (with headaches). If you don't, it's very hard or functionally impossible.