Live data from Hacker News

Disconnect. Offline only

chris.bolin.co

111–120 of 207 posts

Re: Disconnect. Offline only

#111
I 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.

Re: Disconnect. Offline only

#112

Earlier 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.

Yeah and you still get "told" to turn them off. Kind of a mixed signal of "put your electronics on airplane mode" and "switch off your electronics" where you're not sure which you're supposed to do. Really they don't care either way

Re: Disconnect. Offline only

#114
post #91

Earlier 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.

In the flights I've taken in the past few years, I see wifi on about 1/3, and it's a fairly recent thing (a couple years, maybe). Obviously you're traveling on different planes than I am.

Re: Disconnect. Offline only

#115

I 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.

> But my work involves constant use of a commercial software that won't run without a license check to its central license server.

Through your own choice, or something imposed on you by an employer or circumstance?

Re: Disconnect. Offline only

#116

Doesn't work at all for me on Linux Chrome, Linux Firefox, Windows Firefox, or Windows Chrome. Is it a joke? Or just poor tradecraft?

Doesn't work for me because my work internet blocked some Javascript that's necessary to fetch the post. I end up with a blank white screen. Apparently, other people are able to read it though.

Re: Disconnect. Offline only

#117
I love this line:

"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

#118
Super nice idea. I remember when I was very young and the Internet was also young, maybe just two, three years, I experienced something strange. In this time we still used US-Robotics 56k modems to connect to the Internet. When I was offline my computer felt dead. Worthless. Useless. Only when I was online my computer felt right and I felt good.

You 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

#119
post #95

Earlier 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…

That's really helpful, thank you. I have no real understanding of how React works, and your explanation helps me know what to look for.
Post reply on HN