Live data from Hacker News

Ask HN: What would you work on without internet access?

news.ycombinator.com

11–20 of 52 posts

Re: Ask HN: What would you work on without internet access?

#12
Getting more reliable internet access.

I want to move out of Austin. One of my research projects is how to do rural internet. Just because I am curious if it's doable.

I know that some folks end up in Terlingua cause they want to get away from everything... I'd just like to get away from most things and keep the comms channel.

Re: Ask HN: What would you work on without internet access?

#13
post #4

Anything you can run a working copy of on your laptop.

This is the answer that makes the most sense. While I understand that sometimes we need to check online reference manuals or check if a problem is caused by a known bug in a runtime or library, I don't quite understand the concept that you literally need an internet connection to be able to work.

Re: Ask HN: What would you work on without internet access?

#14
Cartography: get the osm rendering stack on your laptop and a bit of data, then map away!

Programming: get the documentation first, manuals API reference, tutorials, and use a language that doesn't have much "now install this library" dependencies.

Re: Ask HN: What would you work on without internet access?

#15
Download reading materials in PDF form or other offline friendly formatting and plan to read them during those times.

If you are on mobile -- phone or tablet instead of a laptop -- some apps will let you take notes or whatever offline and sync up when internet is available.

Do brainstorming type exercises at that time. Free time to actually think has real value.

Re: Ask HN: What would you work on without internet access?

#17
Get out in nature and think about your problems. Go on walks. Hike. Take up photography and stargazing.

Use the time to unplug. When you do return to your screen you’ll have a fresh prospective on a lot of your problems. You’ll also be happier and healthier.

Re: Ask HN: What would you work on without internet access?

#18
Check out kiwix or zeal. Allows reading entire archives of wikipedia/stackoverflow/ted talks etc etc offline. Plus search. Throw in elasticsearch and you get really powerful customizable search. You can also create your own archive of web content. Given the size of modern harddrives people have no idea how much quality content can happily live on your local machine. No internet required.

Re: Ask HN: What would you work on without internet access?

#19
Obviously projects that do not required internet access. :-)

But seriously, personally, I would do some writing. Either a blog post, or compose a letter / email (to be sent when Internet is back on).

I would also read a physical book as I find the rather therapeutic.

Re: Ask HN: What would you work on without internet access?

#20

Cartography: get the osm rendering stack on your laptop and a bit of data, then map away! Programming: get the documentation first, manuals API reference, tutorials, and use a language that doesn't have much "now install this library" dependencies.

> get the documentation first, manuals API reference

DevDocs[0] (offline collection of API docs) is perfect for this.

[0]: https://devdocs.io/

Post reply on HN