edit: just occurred to me. I should try to script my connectivity, so the connection is established just before the software is used, and terminated soon after. Looking into it.
Disconnect. Offline only
111–120 of 207 posts
Re: Disconnect. Offline only
#112Earlier quoted context omitted.
Starting? Like ten years ago they started and now it's in nearly every plane.
I'm in Europe, and fly 4-5-6 times a year. It's only in the last 5 years that you're allowed have electronic devices turned on in planes here.
Re: Disconnect. Offline only
#113Is it a joke? Or just poor tradecraft?
Re: Disconnect. Offline only
#114Earlier quoted context omitted.
Agree 100%. Problem is though that many airline are starting to offer WiFi connectivity. I just hope that they've built shitty systems that won't work most of the time... :)
Starting? Like ten years ago they started and now it's in nearly every plane.
Re: Disconnect. Offline only
#115I would love to work offline. But my work involves constant use of a commercial software that won't run without a license check connection to its central license server. edit: just occurred to me. I should try to script my connectivity, so the connection is established just before the software is used, and terminated soon after. Looking into it.
Through your own choice, or something imposed on you by an employer or circumstance?
Re: Disconnect. Offline only
#116Doesn't work at all for me on Linux Chrome, Linux Firefox, Windows Firefox, or Windows Chrome. Is it a joke? Or just poor tradecraft?
Re: Disconnect. Offline only
#117"Do your research online, but create offline."
A lot of times, I'm working on something and in the zone and then all of a sudden I see an iMessage notification and forget my thoughts almost instantly.
Re: Disconnect. Offline only
#118You have to imagine that I loved my self-built PCs even before the Internet came. I spent so much time with them, upgrading them, spent night and day installing and trying new software, stuff like Sierra and Lucasfilm Adventures, Clipper/dBase, Turbo Pascal, QuarkXPress, Corel Draw, saving for hardware such as PostScript laser printers, AdLib later Soundblaster soundcarfd, SyQuest harddrives, flatbed scanners, all the typical stuff. And once the Internet came an offline computer felt like a dead computer.
Re: Disconnect. Offline only
#119Earlier quoted context omitted.
I have a question after skimming that tutorial. When I knew there was some content on a web page in the past, and it was being obscured by some css/js code, I would often just view source and search for some of the content I knew was there. I'm finding this harder to do sometimes. So if I go to this page (Disconnect. Offline only) and view source, I see a link to a js file. No matter where I go with this, I can't fin…
I'm not sure what you're asking. "View source" will only show you the "source" text of the HTML page as the server sent it to you. Since this page is built with React without server-side rendering, said source just contains an empty div where the content would go (the one with id="root"). If you mean you want to see the DOM tree that has been generated with JS after you've loaded the page, you can see it in the corre…